Skip to content

Commit

Permalink
Add pointcloud_to_laserscan dependency and add to nav launch file
Browse files Browse the repository at this point in the history
  • Loading branch information
colton-smith committed Jun 3, 2022
1 parent 48a4867 commit 31c0557
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions ROS/example_pkg/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
<build_depend>ros_controllers</build_depend>
<build_depend>nmea_navsat_driver</build_depend>
<build_depend>pcl_ros</build_depend>
<build_depend>pointcloud_to_laserscan</build_depend>

<build_export_depend>roscpp</build_export_depend>
<build_export_depend>rospy</build_export_depend>
Expand Down
5 changes: 5 additions & 0 deletions ROS/para_nav/launch/nav-test.launch
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@

<node pkg="para_nav" type="para_nav_node" name="para_nav_node" ns="para" output="screen">
</node>

<node pkg="pointcloud_to_laserscan" type="pointcloud_to_laserscan_node" name="pointcloud_to_lasercan" ns="para" output="screen">
<remap from="cloud_in" to="pcl/segmented"/>
</node>

</launch>

0 comments on commit 31c0557

Please sign in to comment.