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
fix(nav2): update to Jazzy plugin syntax and simplify Docker build
- Fix Nav2 plugin names (/ -> ::) and add enable_stamped_cmd_vel
- Shallow clone ros2_medkit from GitHub, local COPY for demo
- Move gateway to /diagnostics namespace for Area demo
- Add send-nav-goal.sh helper and update README
@@ -157,9 +168,15 @@ When TurtleBot3 simulation starts with Nav2, ros2_medkit will discover nodes suc
157
168
-`bt_navigator` - Behavior Tree Navigator
158
169
-`controller_server` - Path following controller
159
170
-`planner_server` - Global path planner
160
-
- Various sensor and lifecycle nodes
171
+
-`velocity_smoother` - Velocity command smoother
172
+
- Various lifecycle and manager nodes
173
+
174
+
**Diagnostics** (`/diagnostics`):
175
+
176
+
-`ros2_medkit_gateway` - REST API gateway
161
177
162
-
These appear as **components** in the ros2_medkit REST API, organized into **areas** based on their ROS 2 namespaces.
178
+
This demonstrates ros2_medkit's ability to discover ROS 2 nodes and organize them into areas.
179
+
For a more hierarchical demo with multiple areas, see the [ros2_medkit demo nodes](https://github.com/selfpatch/ros2_medkit/tree/main/src/ros2_medkit_gateway#demo-nodes) which use namespaces like `/powertrain`, `/chassis`, and `/body`.
0 commit comments