forked from cram2/pycram
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Multiverse] Added a folder in resources for storing muv files (yaml …
…conf files) for multiverse world configurations.
- Loading branch information
1 parent
322c3ea
commit 3ece41a
Showing
1 changed file
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
resources: | ||
- ../cached | ||
- ../robots | ||
- ../worlds | ||
- ../objects | ||
|
||
worlds: | ||
pycram_test: | ||
rtf_desired: 1 | ||
prospection_pycram_test: | ||
rtf_desired: 1 | ||
|
||
simulations: | ||
pycram_test: | ||
simulator: mujoco | ||
world: | ||
name: world | ||
path: apartment/mjcf/apartment.xml | ||
apply: | ||
body: | ||
gravcomp: 1 | ||
config: | ||
max_time_step: 0.002 | ||
min_time_step: 0.001 | ||
prospection_pycram_test: | ||
simulator: mujoco | ||
world: | ||
name: prospection_world | ||
path: apartment/mjcf/apartment.xml | ||
apply: | ||
body: | ||
gravcomp: 1 | ||
config: | ||
max_time_step: 0.002 | ||
min_time_step: 0.001 | ||
|
||
multiverse_server: | ||
host: "tcp://127.0.0.1" | ||
port: 7000 | ||
|
||
multiverse_clients: | ||
pycram_test: | ||
port: 7500 | ||
send: | ||
body: ["position", "quaternion", "relative_velocity"] | ||
joint: ["joint_rvalue", "joint_tvalue", "joint_linear_velocity", "joint_angular_velocity", "joint_force", "joint_torque"] | ||
|
||
prospection_pycram_test: | ||
port: 7600 | ||
send: | ||
body: [ "position", "quaternion", "relative_velocity" ] | ||
joint: [ "joint_rvalue", "joint_tvalue", "joint_linear_velocity", "joint_angular_velocity", "joint_force", "joint_torque" ] |