🚧 add logic to env_manager lib

This commit is contained in:
Ilya Uraev 2023-09-16 20:45:37 +03:00
parent 8596ff0011
commit 78d890b62e
26 changed files with 1439 additions and 6 deletions

View file

@ -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=' ')