More laser_geometry documentation.
git-svn-id: https://code.ros.org/svn/ros-pkg/stacks/laser_pipeline/trunk@24362 eb33c2ac-9c88-4c90-87e0-44a10359b0c3
This commit is contained in:
parent
86f1e5b7a9
commit
72f5987e54
|
|
@ -50,15 +50,14 @@
|
|||
|
||||
namespace laser_geometry
|
||||
{
|
||||
|
||||
namespace channel_option
|
||||
{
|
||||
//! Enumerated output channels options.
|
||||
/*!
|
||||
* An OR'd set of these options is passed as the final argument of
|
||||
* the projectLaser and transformLaserScanToPointCloud calls to
|
||||
* enable generation of the appropriate set of additional channels.
|
||||
*/
|
||||
namespace channel_option
|
||||
{
|
||||
enum ChannelOption
|
||||
{
|
||||
Intensity = 0x01, //!< Enable "intensities" channel
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user