Browse Source

Update follow_joint_trajectory.md

Added a note and a preference of the stretch driver
pull/8/head
hello-jesus 1 year ago
committed by GitHub
parent
commit
5759b50840
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      ros2/follow_joint_trajectory.md

+ 3
- 1
ros2/follow_joint_trajectory.md View File

@ -1,8 +1,10 @@
## FollowJointTrajectory Commands
!!! note
ROS 2 tutorials are still under active development.
!!! note 2
For this exercise you'll need to have Ubuntu 22.04 and ROS Iron for it to work completly.
Stretch driver offers a [`FollowJointTrajectory`](http://docs.ros.org/en/api/control_msgs/html/action/FollowJointTrajectory.html) action service for its arm. Within this tutorial, we will have a simple FollowJointTrajectory command sent to a Stretch robot to execute.
Stretch driver offers a [`FollowJointTrajectory`](http://docs.ros.org/en/api/control_msgs/html/action/FollowJointTrajectory.html) action service for its arm. Within this tutorial, we will have a simple FollowJointTrajectory command sent to a Stretch robot to execute. And just as the past practice, it's preferable to have the stretch driver in trajectory mode.
## Stow Command Example

Loading…
Cancel
Save