Skip to content

Commit

Permalink
Update README.md (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToshikiNakamura0412 committed Jun 22, 2024
1 parent a4a1462 commit c65cbc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,21 @@ roslaunch scan_to_pcl_ros test.launch
![Node I/O](images/node_io.png)

### Runtime requirement
TF (from the frame_id of scan to the frame_id of pcl) is required
TF (from the frame_id of scan to the frame_id of pointcloud) is required

## Nodes
### scan_to_pcl
#### Published Topics
- /cloud (`sensor_msgs/PointCloud2`)
- The converted point cloud
- The converted pointcloud

#### Subscribed Topics
- /scan (`sensor_msgs/LaserScan`)
- The input scan data

#### Parameters
- ~\<name>/<b>frame_id</b> (string, default: `base_scan`):<br>
The frame id of converted point cloud
The frame id of converted pointcloud

## References
- https://github.com/ros-perception/pointcloud_to_laserscan

0 comments on commit c65cbc5

Please sign in to comment.