Side channel to create the robot arm.
More...
Side channel to create the robot arm.
◆ get_joint_amount()
| def environment.sidechannels.creation_sc.CreationSC.get_joint_amount |
( |
|
self | ) |
|
Get the amount of joints that are present in the robot arm.
- Returns
- The amount of joints.
◆ on_message_received()
| None environment.sidechannels.creation_sc.CreationSC.on_message_received |
( |
|
self, |
|
|
IncomingMessage |
msg |
|
) |
| |
Is called when the python side receives a message from the Unity environment.
- Parameters
-
| msg | The message that is received in plain text. |
◆ send_build_command()
| None environment.sidechannels.creation_sc.CreationSC.send_build_command |
( |
|
self, |
|
|
str |
urdf |
|
) |
| |
Send urdf string to environment via side channel.
- Parameters
-
The documentation for this class was generated from the following file:
- src/environment/sidechannels/creation_sc.py