Dynamixel XL430-W250 does not reach goal position
When placed in position control mode and given a goal position, the motor moves towards the goal position but stops before reaching that position (+- 10 positions i.e. +- 0.88 degrees). Example: If i give the goal_position as 1000 , the motor stops at 995 (present_position); goal_position 1450, actual position 1446
I am using ROS dynamixel SDK to control the motors. What can be done to make the motors reach the position exactly?
dynamixel_state:
model_name: XL430-W250
id: 1
torque_enable: 1
goal_current: 0
goal_velocity: 415
goal_position: 1000
present_current: 0
present_velocity: 0
present_position: 995
moving: 0
dynamixel_state:
model_name: XL430-W250
id: 1
torque_enable: 1
goal_current: 0
goal_velocity: 415
goal_position: 1450
present_current: 0
present_velocity: 0
present_position: 1446
moving: 0