Added rbs_gym package for RL & multi-robot launch setup

This commit is contained in:
Ilya Uraev 2024-07-04 11:38:08 +00:00 committed by Igor Brylyov
parent f92670cd0d
commit b58307dea1
103 changed files with 15170 additions and 653 deletions

View file

@ -285,7 +285,7 @@ def generate_launch_description():
)
declared_arguments.append(
DeclareLaunchArgument("robots_config_file",
default_value="robot_scene",
default_value="roboclone.yaml",
description="Filename for config file with robots in scene")
)