You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-24Lines changed: 3 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,8 +105,9 @@ Inside docker container.
105
105
```zsh
106
106
cd$HOME/catkin_ws
107
107
catkin build elevation_mapping_cupy
108
-
catkin build convex_plane_decomposition_ros # If you want to use plane segmentation
109
-
catkin build semantic_sensor # If you want to use semantic sensors
108
+
109
+
> [!NOTE]
110
+
> The ``plane_segmentation`` and ``sensor_processing`` stacks were removed from this workspace because they are not maintained on ROS 2. Use an older commit if you still need them.
After installing all the dependencies, you can build the packages.
@@ -293,5 +267,6 @@ Then, build the packages with catkin.
293
267
294
268
cd<your_catkin_ws>
295
269
catkin build elevation_mapping_cupy # The core package
296
-
catkin build convex_plane_decomposition_ros # If you want to use plane segmentation
297
-
catkin build semantic_sensor # If you want to use semantic sensors
270
+
271
+
.. note::
272
+
The legacy ``plane_segmentation`` and ``sensor_processing`` stacks have been removed from this workspace because they were untested on ROS 2. Use an earlier revision if you rely on those packages.
Copy file name to clipboardExpand all lines: docs/source/getting_started/introduction.rst
+1-23Lines changed: 1 addition & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Key Features
35
35
36
36
* **Learning-based Traversability Filter**: Assesses terrain traversability using local geometry, improving path planning and navigation.
37
37
38
-
* **Versatile Locomotion Tools**: Incorporates smoothing filters andplane segmentation, optimizing movement across various terrains.
38
+
* **Versatile Locomotion Tools**: Incorporates smoothing filters and, in legacy setups, plane segmentation to optimize movement across various terrains.
39
39
40
40
* **Multi-Modal Elevation Map (MEM) Framework**: Allows seamless integration of diverse data like geometry, semantics, and RGB information, enhancing multi-modal robotic perception.
41
41
@@ -78,8 +78,6 @@ Example setup is in **elevation_mapping_cupy/config/core/example_setup.yaml**.
78
78
79
79
The transformation tree.
80
80
81
-
* The plane segmentation node subscribes to an elevation map topic ([grid_map_msg/GridMap]). This can be configured in
To control the robot with a keyboard, a new terminal window needs to be opened.
80
45
Then run
81
46
@@ -87,6 +52,8 @@ Then run
87
52
88
53
Velocity inputs can be sent to the robot by pressing the keys `a`, `w`, `d`, `x`. To stop the robot completely, press `s`.
89
54
55
+
.. note::
56
+
The previous semantic sensor and plane segmentation demos were removed from this workspace because they have not been validated on ROS 2. Use a historical revision if you still need them.
0 commit comments