Skip to content

Commit cf96957

Browse files
committed
fix: fix pre-commit.ci error
Signed-off-by: liu cui <cynthia.liu@autocore.ai>
1 parent 548bf1b commit cf96957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/autoware_point_types/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Register custom point cloud structures into the PCL library through the macro `P
2929

3030
## Usage
3131

32-
1. Create a point cloud object of PointXYZIRC type
32+
- Create a point cloud object of PointXYZIRC type
3333

3434
```cpp
3535
#include "autoware/point_types/types.hpp"
@@ -55,7 +55,7 @@ int main(){
5555
}
5656
```
5757

58-
2. Convert ROS message to point cloud of PointXYZIRC type
58+
- Convert ROS message to point cloud of PointXYZIRC type
5959

6060
```cpp
6161
ExampleNode::points_callback(const PointCloud2::ConstSharedPtr & points_msg_ptr)

0 commit comments

Comments
 (0)