🚧 add logic to env_manager lib
This commit is contained in:
parent
8596ff0011
commit
78d890b62e
26 changed files with 1439 additions and 6 deletions
|
@ -20,7 +20,7 @@ def generate_launch_description():
|
|||
"prefix": "",
|
||||
"sim_mujoco": "true",
|
||||
"simulation_controllers": str(initial_joint_controllers_file_path),
|
||||
"with_gripper": "false"
|
||||
"with_gripper": "true"
|
||||
})
|
||||
|
||||
robot_desc = doc.toprettyxml(indent=' ')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue