uic-evl / DOE_DigitalTwin

DOE Digital Twin repository
3 stars 0 forks source link

ROS Gripper Control #32

Open halBRY opened 2 weeks ago

halBRY commented 2 weeks ago

On Linux, we are able to send ROS Messages out of OVIS and Unity. We would like to use these to control the gripper.

halBRY commented 2 weeks ago

There is an issue with OVIS 4.0. In 4.0, the Articulation Root Physics object must be on the base joint of the robot for the IK calculation to work correctly. However, the ROS2 nodes expect to be passed the root prim of the robot with an Articulation Root. We can send the joint_states if we move the Articulation Root to the root prim, though self-collisions need to be disabled.

See this thread for more details.

halBRY commented 1 week ago

Omniverse-ROS works. Gripper control in Unity needs to be added.