This website works better with JavaScript.
Home
Explore
Help
Sign In
cccccccc
/
stretch_tutorials
mirror of
https://github.com/hello-robot/stretch_tutorials.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Added link for next tutorial, perception.
pull/14/head
Alan G. Sanchez
2 years ago
parent
5a302b7c20
commit
67f4ad091e
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
)
Write
Preview
Loading…
Cancel
Save