articulations-robot-demo icon indicating copy to clipboard operation
articulations-robot-demo copied to clipboard

keyboard control change

Open SantiDiazC opened this issue 3 years ago • 0 comments

Hi, Nice work! currently I am trying to import another robot (Ur5) using the urdf importer package, so I wonder if it will be possible to use the robotcontroller script on that robot with few changes. Also In the case of manual controller it is not clear to me how the joints and gripper are related to the keys from the:

float input = Input.GetAxis("Fingers"); ArticulationHandManualInput.cs
float inputVal = Input.GetAxis(robotController.joints[i].inputAxis); RobotManualInput.cs

I am new to unity and c# so I don't know if I didn't see a script or module who deals with it in the project.

Thank you in advance

SantiDiazC avatar May 11 '22 08:05 SantiDiazC