Unity-Technologies / Unity-Robotics-Hub

Central repository for tools, tutorials, resources, and documentation for robotics simulation in Unity.
Apache License 2.0
1.98k stars 410 forks source link

How can I control the robot using FK ? #369

Open pml07 opened 2 years ago

pml07 commented 2 years ago

Hi, because the examples of part 2 and part 3 are all control the robot using IK, I wonder that if I can control the robot using FK (like create a C# script to give the position of 6-axis of robot, then I can command some lines to execute the scripts) eg. let forearm_link moves to (x,y,z) = (0.216, 1.105, -0.157) & arm_link moves to (x,y,z) = (0.0, 0.08, 0.0) & .... or eg. let wrist_link rotates angles (a,b,c) = (90, 0, 0) & ....

Environment: OS: windows 10 ROS workspace is under docker

best wishes!

bennyp7811 commented 1 month ago

did you find a way?