Browse Source

Fixed typo.

main
Alan G. Sanchez 2 years ago
parent
commit
a0ba0e3f05
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/single_joint_actuator.py

+ 1
- 1
src/single_joint_actuator.py View File

@ -52,7 +52,7 @@ class SingleJointActuator(hm.HelloNode):
trajectory_goal.trajectory.joint_names = ['joint_head_pan']
# Provide desired positions for joint name.
# Set positions for the following 5 trajectory points
# Create a JointTrajectoryPoint message type
point0 = JointTrajectoryPoint()
point0.positions = [0.65]

Loading…
Cancel
Save