You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have had a problem with NAo on webots. The hand was not opening and closing N time but only closing. Only the last sequence of the action was being executed and not in real time (0.00x instead of 1.0x) .
So the model seemed not to move at all, there were no error displayed.
The problem may be due to a synchronization problem between webots and ROS. The problem was resolved thanks to the webots command robot.step() instead of rospy.sleep().
Even with that you may have an issue of NAO shaking (fingers/whole body) as it happened here: ros-naoqi/nao_virtual#9
The problem is probably linked to a depreciation of version (again) and the PID not being well calibrated. This has yet to be resolved. So if you have, don't hesitate to share.
Note that if the immediate problem has been solved, rospy.sleep() can't be used. It may be the manifestation of a bigger problem of synchronization between ros and webots (don't forget to write : <param name="use_sim_time" value="true" type="bool" /> in your launch in order to use the same time for ros and webots as specfied on webots: https://cyberbotics.com/doc/guide/using-ros )
But even with that rospy doesn't work. What should be done in order to completely solve the issue?
Daria could you elaborate more about the issue you identified in your computer and, also, explain how you solved it.
The text was updated successfully, but these errors were encountered: