Skip to content

Commit 6a79be1

Browse files
YoshuaNavaANYboticsCI
authored andcommitted
Merge branch 'refactor/point_cloud_io/deprecate_pkg' into 'master'
[point_cloud_io] Deprecate package Closes #UNKNOWN GitOrigin-RevId: dc0f8720fe143b81015911347dfbe00b671d7891
1 parent b0f2415 commit 6a79be1

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

elevation_mapping_demos/launch/ground_truth_demo.launch

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
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"/>

elevation_mapping_demos/launch/simple_demo.launch

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@
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"/>

elevation_mapping_demos/package.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
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>

0 commit comments

Comments
 (0)