Browse Source

Added link for next tutorial, perception.

pull/14/head
Alan G. Sanchez 2 years ago
parent
commit
67f4ad091e
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      follow_joint_trajectory.md

+ 3
- 0
follow_joint_trajectory.md View File

@ -410,3 +410,6 @@ trajectory_goal.trajectory.header.stamp = rospy.Time(0.0)
trajectory_goal.trajectory.header.frame_id = 'base_link'
```
Set *trajectory_goal* as a `FollowJointTrajectoryGoal` and define the joint names as a list. Then `trajectory_goal.trajectory.points` set by your list of points. Specify the coordinate frame that we want (base_link) and set the time to be now.
**Next Tutorial:** [Perception](perception.md)

Loading…
Cancel
Save