We have put Poppy Humanoid into v-rep using the URDF import. The scene is available here.
But we have a very strange behavior on some joints which for unknown reason does not reach the desired positions as you can see in the following example:
Here, the two arms should be raised but the right one cannot reach its final position ...
Normally you can experiment this bug quite quickly by installing the required python packages:
Code: Select all
pip install numpy pypot poppy-creature poppy-humanoid
Code: Select all
poppy-shell Humanoid --vrep
Code: Select all
poppy.l_shoulder_x.goal_position = 180
poppy.r_shoulder_x.goal_position = -180
Thanks
Matthieu