You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pick and place operation should be implemented to move a rigid body from one point to another using Unity's own physics and the URDF controller from the cobot.
Operational invocations should be received from operation requests to the Asset Administration Shell of the cobot
After the simulation is finished, the server should be notified if the Client is in PUSH-DATA mode
In PULL-DATA mode, requests should be ignored by the Unity Client
In SYNCHRONIZE mode, a NotImplementedException should be thrown
The text was updated successfully, but these errors were encountered:
To implement a Pick-and-Place ROS service one can follow the Unity Robot Hub tutorial. This explains it in detail also importing a cobot using URDF and using ROS-Bridge for communication with ROS.
The pick and place operation should be implemented to move a rigid body from one point to another using Unity's own physics and the URDF controller from the cobot.
The text was updated successfully, but these errors were encountered: