File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 66 <rosparam command =" load" file =" $(find elevation_mapping_demos)/config/postprocessing/postprocessor_pipeline.yaml" />
77 </node >
88
9- <node pkg =" point_cloud_io" type =" read" name =" read_ply" output =" screen" >
9+ <!-- To run this demo, clone and build https://github.com/ANYbotics/point_cloud_io in your workspace -->
10+ <!-- <node pkg="point_cloud_io" type="read" name="read_ply" output="screen">
1011 <param name="file_path" value="$(find elevation_mapping_demos)/sample_data/maze.ply" />
1112 <param name="topic" value="/points" />
1213 <param name="frame" value="map" />
1314 <param name="rate" value="1.0" />
14- </node >
15+ </node> -->
1516
1617 <!-- Launch RViz with the demo configuration. -->
1718 <node name =" rviz" pkg =" rviz" type =" rviz" args =" -d $(find elevation_mapping_demos)/rviz/elevation_map_visualization.rviz" />
Original file line number Diff line number Diff line change 77 <rosparam command =" load" file =" $(find elevation_mapping_demos)/config/postprocessing/postprocessor_pipeline.yaml" />
88 </node >
99
10+ <!-- Pre-condition: clone and build https://github.com/ANYbotics/point_cloud_io in your workspace -->
1011 <!-- Publish some points -->
11- <node pkg =" point_cloud_io" type =" read" name =" read_ply" output =" screen" >
12+ <!-- < node pkg="point_cloud_io" type="read" name="read_ply" output="screen">
1213 <param name="file_path" value="$(find elevation_mapping_demos)/sample_data/maze.ply" />
1314 <param name="topic" value="/points" />
1415 <param name="frame" value="map" />
1516 <param name="rate" value="1.0" />
16- </node >
17+ </node> -->
1718
1819 <!-- Setup a transform between the world and the robot -->
1920 <node pkg =" tf" type =" static_transform_publisher" name =" world_to_robot" args =" 2.0 6.0 0 0 0.0 0 /map /base 100" />
Original file line number Diff line number Diff line change 1818 <exec_depend >gazebo_ros</exec_depend >
1919 <exec_depend >grid_map_visualization</exec_depend >
2020 <exec_depend >pcl_ros</exec_depend >
21- <exec_depend >point_cloud_io</exec_depend >
2221 <exec_depend >robot_state_publisher</exec_depend >
2322 <exec_depend >tf</exec_depend >
2423 <exec_depend >turtlebot3_gazebo</exec_depend >
You can’t perform that action at this time.
0 commit comments