Thanks for your open source!
This is such a great project that I wanna use it to finish more complex tasks.
However, when I try adding the collision of the links of the robotic arm, it seems that the end effector couldn't reach the target pose while initializing.
I have inputted these 3 command in proper order:
A simple solution is only adding collision property to the end-effector of the manipulator.
Or you can use the MPC-Only interface to control the robot.
Thanks for your open source! This is such a great project that I wanna use it to finish more complex tasks. However, when I try adding the collision of the links of the robotic arm, it seems that the end effector couldn't reach the target pose while initializing. I have inputted these 3 command in proper order:
Then the robot keeps wobbling. More details are in the video below. This would not happen when I don't set the col=TRUE in kinova_common.xacro.
https://github.com/skywoodsz/qm_control/assets/125889716/9bf20799-8288-4e94-8ae1-682c6cabcaf9
Do you know how to solve this problem?