ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

For anyone in a similar boat, I figured out what the problem was.

I was misunderstanding how ROS Control worked, so in my RobotHW I was looking at the joint's position and expecting this to be changing. What is ACTUALLY changing the the joint's position_command. Since I don't have any feedback on my arm servos, I just write position_command straight into position and now everything works.