Skip to content

Conversation

ffurrer
Copy link

@ffurrer ffurrer commented Nov 16, 2017

Most important fix here is

  • Get Joint Coordinates now reads jointsPose instead of jointsTarget for the 7th joint.

In case you don't want to switch to catkin_simple (even though I think it's way nicer) you could also revert this part.

rospy.loginfo("{0} arm is ready".format(name))

joint_state_pub = rospy.Publisher(
'/joint_states', JointState, queue_size=10)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This ignores namespace, recommend making it relative instead ('joint_states' instead of '/joint_states')

Also recommend separate topics for left and right arms (and removing the name[0] postfix on line 65), but this is personal preference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants