Hi Guys,
I am new to this poppy and vrep. I want to add
- Force sensors – 3 in each foot
- 1 axis gyro in each “limb”
- 9 axis gyro in chest and head
How can I do this in python script so I can observe in Vrep?
Hi Guys,
I am new to this poppy and vrep. I want to add
How can I do this in python script so I can observe in Vrep?
Force sensor, not really easy (you need to add something to communicate from vrep to sensor in pypot. Gyro, I think it is easy because you can retrieve position and orientation for all pieces in Vrep. I don’t remenber exactly how it works… maybe something in the code here : http://nbviewer.jupyter.org/github/jjehl/poppy_balance/blob/master/balance_arm.ipynb
something like :
poppy.get_object_orientation(‘chest_visual’)