Skip to content

Commit 7f58d41

Browse files
authored
Update README.md
1 parent 2247acd commit 7f58d41

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ In the client terminal:
118118

119119
You should be able to drag around the interactive marker and the robot will automatically follow.
120120

121+
<p align="center">
122+
<img src="doc/follow_transform.png" width="600" height="auto"/>
123+
</p>
124+
121125
### launch_follow_twist.sh
122126

123127
Inside the `control_kuka_velocity/` directory, type:
@@ -134,12 +138,16 @@ A `joy` node is automatically run, and a `joy_twist_mapper` node (from the inter
134138

135139
You can change the joystick mapping in the `config/wii_nunchuck.yaml` file.
136140

141+
<p align="center">
142+
<img src="doc/follow_twist.png" width="600" height="auto"/>
143+
</p>
144+
137145
### launch_trajectory_tracking.sh
138146

139147
From the `control_kuka_velocity/` directory type this in to a terminal:
140148

141149
```
142-
./launch_trajectory_tracking.sh
150+
./launch_track_trajectory.sh
143151
```
144152

145153
This will start up the clients & servers for both joint & Cartesian velocity control:
@@ -148,6 +156,10 @@ This will start up the clients & servers for both joint & Cartesian velocity con
148156

149157
Type `options` to see what is available.
150158

159+
<p align="center">
160+
<img src="doc/track_trajectory.png" width="600" height="auto"/>
161+
</p>
162+
151163
[:top: Back to Top.](#joystick-kuka-velocity-control)
152164

153165
## :package: Release Notes - v1.0.0 (April 2025)

0 commit comments

Comments
 (0)