We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548bf1b commit cf96957Copy full SHA for cf96957
common/autoware_point_types/README.md
@@ -29,7 +29,7 @@ Register custom point cloud structures into the PCL library through the macro `P
29
30
## Usage
31
32
-1. Create a point cloud object of PointXYZIRC type
+- Create a point cloud object of PointXYZIRC type
33
34
```cpp
35
#include "autoware/point_types/types.hpp"
@@ -55,7 +55,7 @@ int main(){
55
}
56
```
57
58
-2. Convert ROS message to point cloud of PointXYZIRC type
+- Convert ROS message to point cloud of PointXYZIRC type
59
60
61
ExampleNode::points_callback(const PointCloud2::ConstSharedPtr & points_msg_ptr)
0 commit comments