Getting number of object in v rep simulation environment through remoteApi python | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

Getting number of object in v rep simulation environment through remoteApi python

handle=vrep.simxGetObjectHandle(clientID,"body",vrep.simx_opmode_oneshot) vrep.simxGetJointPosition(clientID,handle,vrep.simx_opmode_oneshot) Is this code correct to get a position of q joint from v rep to python?

22nd Feb 2021, 4:04 PM
Zhenis Otarbay
Zhenis Otarbay - avatar
1 Réponse
+ 1
what is a Q joint and a V rep? Also, for future reference, please post the main question first and the related information afterwards. A question with the title as a line of code is not attractive... later: aha, nice.
23rd Feb 2021, 3:12 AM
Wilbur Jaywright
Wilbur Jaywright - avatar