File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,10 @@ In the client terminal:
118
118
119
119
You should be able to drag around the interactive marker and the robot will automatically follow.
120
120
121
+ <p align =" center " >
122
+ <img src =" doc/follow_transform.png " width =" 600 " height =" auto " />
123
+ </p >
124
+
121
125
### launch_follow_twist.sh
122
126
123
127
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
134
138
135
139
You can change the joystick mapping in the ` config/wii_nunchuck.yaml ` file.
136
140
141
+ <p align =" center " >
142
+ <img src =" doc/follow_twist.png " width =" 600 " height =" auto " />
143
+ </p >
144
+
137
145
### launch_trajectory_tracking.sh
138
146
139
147
From the ` control_kuka_velocity/ ` directory type this in to a terminal:
140
148
141
149
```
142
- ./launch_trajectory_tracking .sh
150
+ ./launch_track_trajectory .sh
143
151
```
144
152
145
153
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
148
156
149
157
Type ` options ` to see what is available.
150
158
159
+ <p align =" center " >
160
+ <img src =" doc/track_trajectory.png " width =" 600 " height =" auto " />
161
+ </p >
162
+
151
163
[ :top : Back to Top.] ( #joystick-kuka-velocity-control )
152
164
153
165
## :package : Release Notes - v1.0.0 (April 2025)
You can’t perform that action at this time.
0 commit comments