While using odrive v3.6 56v in trap_traj mode for position control, after some switching to input_pos the motor seems to lose control . Initially, it rotates slow in either direction and then loses control(i.e., it can be easy moved by hand in opposite direction) and does not reach the position. However , dump_error(odrv0) also does not throw any errors.
My trap_traj values are as follows:
Vel_limit =50
Accel_limit=50
Decel_limit=50
controller’s vel_limit=50
pos_gain=40
vel_gain=0.2
vel_integrator_gain=1
Please help me with it …