-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inverse Kinematics #17
Comments
ROS2 Moveit cannot open the URDF file of any of the robotic arms. At the moment the sessions ends once I try to open any of the URDF files. |
MoveIt 1 with ROS 1 on the ER arms works as expected. |
We may need to write a custom ROS controller to enable VR IK manipulation |
Unity-based IK is now functional, though it doesn't include orientation control like Isaac Sim does. |
Closing for now because minimal functionality has been achieved. |
Reopening, we've discovered an issue where the angles produced from the Unity IK orient the virtual and physical arms differently. |
To use the arms, we are going to need some kind of Inverse Kinematics Solver. Currently, we are using the Lula IK Solver in Isaac Sim. Other options include MoveIt2 with ROS2, or implementing our own IK in Unity. With the Isaac Sim method, we will need to do extra data sharing to update the visualization of the arm(s) in the user interface.
The text was updated successfully, but these errors were encountered: