Skip to content

Commit 1c3fd74

Browse files
committed
Fix image paths in WBot Mobile Manipulator example
1 parent 577fa48 commit 1c3fd74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

workshop/source/_source/control/05_Example.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Bring up and control the WBot differential-drive base and 6-DoF arm with `ros2_control`. This example covers setup, launch, teleop, controller introspection, and mixing real base hardware with a mock arm.
44

5-
![WBot Teleop](mobile_manipulator/wbot_teleop.gif)
5+
![WBot Teleop](wbot_teleop.gif)
66

77
## 0. Setup (one time)
88

@@ -296,7 +296,7 @@ ros2 topic pub /joint_trajectory_controller/joint_trajectory trajectory_msgs/Joi
296296
}" -1
297297
```
298298

299-
![WBot Manipulator Move](mobile_manipulator/wbot_manipulator_move.gif)
299+
![WBot Manipulator Move](wbot_manipulator_move.gif)
300300

301301
### Gripper (GripperActionController)
302302

@@ -305,7 +305,7 @@ ros2 action send_goal /gripper_controller/gripper_cmd control_msgs/action/Parall
305305
ros2 action send_goal /gripper_controller/gripper_cmd control_msgs/action/ParallelGripperCommand "{command: {name: [wbot_arm_gripper_joint], position: [0.0]}}"
306306
```
307307

308-
![WBot Gripper](mobile_manipulator/wbot_gripper.gif)
308+
![WBot Gripper](wbot_gripper.gif)
309309

310310
### References
311311
- [ROSCon 2025 Control Workshop](https://github.com/ros-controls/roscon2025_control_workshop)

0 commit comments

Comments
 (0)