Closed mzn723 closed 5 years ago
The problem is in naoqi_dcm_driver/src/robot.cpp: Robot::writeJoints()
line 493.
There is a break;
that causes the program to call Motion::writeJoints()
for each joint separately.
I confirm, commenting out the break;
makes it work.
Please, fix it here
Can't fix it in this repo (given it just contains launch and config files), but I've submitted a PR: https://github.com/ros-naoqi/naoqi_dcm_driver/pull/6
Thanks !
Hello,
There seems to be a problem that I don't exactly understand. Using Moveit!, after planning a trajectory, the simulation seems to perform the correct planned movement, however after executing the presumably correct planned trajectory on the real robot the resulted movement is not correct (the robot moves joint by joint consecutively instead of simultaneously).
Is this a problem from the launch file, the naoqi_dcm_driver itself, or could it be an incompatibility with my version of Pepper?
Did it work with anyone using Pepper?