Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some cleanup, switched to catkin_simple, fixed get joints #13

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

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.

s = rospy.Service('{0}_arm'.format(name), ROSYumiArm, handle_request)
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