Open pazeshun opened 7 years ago
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)
flipped
goal_pos
current_pos
error
velocity
load
What I did
Adjust plus and minus of load and velocity to position of dynamixel motor.
Currently,
flipped
is just applied togoal_pos
andcurrent_pos
of joint state. This PR appliesflipped
to other elements (error
,velocity
,load
)