arebgun / dynamixel_motor

ROS stack for interfacing with Robotis Dynamixel line of servo motors.
BSD 3-Clause "New" or "Revised" License
70 stars 169 forks source link

Apply flipped to joint state in joint_position_controller #78

Open pazeshun opened 7 years ago

pazeshun commented 7 years ago

What I did

Adjust plus and minus of load and velocity to position of dynamixel motor.

Currently, flipped is just applied to goal_pos and current_pos of joint state. This PR applies flipped to other elements (error, velocity, load)