Skip to content

Commit 31a5677

Browse files
authored
Update README.md
1 parent aa595fd commit 31a5677

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def generate_launch_description():
168168
This node contains the `FollowJointTrajectory` action, so you can move the robot in to different joint configurations, and the `FollowTransform` action. With the latter, you use a corresponding client to tell the server the `frame_id` of a `tf2_ros::Transform` that is broadcast somehow over the network. The server listens for this transform, and performs feedback control to align the robot endpoint pose with it.
169169

170170
<p align="center">
171-
<img src="doc/follow_transform_server.png" width="600" height="auto">
171+
<img src="doc/follow_transform_server.png" width="500" height="auto">
172172
</p>
173173

174174
### Follow Twist Server
@@ -184,14 +184,14 @@ This node contains the `FollowJointTrajectory` action, so you can move the robot
184184
This node contains the `FollowJointTrajectory` action, and the `FollowCartesianTrajectory` action. Using the former, you can move the robot in to different joint configurations. Using the latter, you can make the endpoint follow a trajectory defined by a series of `serial_link_interfaces::msg::CartesianTrajectoryPoint`s. The actions erver takes these waypoints and fits a spline to them, and performs feedback control to follow it.
185185

186186
<p align="center">
187-
<img src="doc/trajectory_tracking_server.png" width="600" height="auto">
187+
<img src="doc/track_trajectory_server.png" width="350" height="auto">
188188
</p>
189189

190190
[:top: Back to Top.](#cartwheeling-serial-link-action-server)
191191

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

194-
#### :tada: First Release:
194+
### :tada: First Release:
195195

196196
**Classes:**
197197
- ActionServerBase (templated)

0 commit comments

Comments
 (0)