Browse Source

Fixed indentation issue in the example 5 markdown file.

main
Alan G. Sanchez 2 years ago
parent
commit
9eb30246bc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      example_5.md

+ 1
- 1
example_5.md View File

@ -62,7 +62,7 @@ class JointStatePublisher():
:param joints: A list of string values of joint names.
"""
joint_positions = []
for joint in joints:
for joint in joints:
if joint == "wrist_extension":
index = self.joint_states.name.index('joint_arm_l0')
joint_positions.append(4*self.joint_states.position[index])

Loading…
Cancel
Save