Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
9 months ago | |
|---|---|---|
| .. | ||
| mujoco_client | 10 months ago | |
| tests | 10 months ago | |
| README.md | 10 months ago | |
| pyproject.toml | 9 months ago | |
| uv.lock | 10 months ago | |
This node is a client for a Mujoco simulation.
nodes:
- id: mujoco_client
path: client.py # modify this to the relative path from the graph file to the client script
inputs:
pull_position: dora/timer/millis/10 # pull the present position every 10ms
# write_goal_position: some goal position from other node
# end: some end signal from other node
outputs:
- position # regarding 'pull_position' input, it will output the position every 10ms
- end # end signal that can be sent to other nodes (sent when the simulation ends)
env:
SCENE: scene.xml # the scene file to be used in the simulation modify this to the relative path from the graph file to the scene file
CONFIG: config.json # the configuration file for the simulated arm (only retrieve joints names)
This library is licensed under the Apache License 2.0.
DORA (Dataflow-Oriented Robotic Architecture) is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed datafl
Rust Python TOML Markdown C other