Refactor controller launch configuration and remove deprecated URDF files

This commit is contained in:
Даниил Грабарь
2026-04-09 16:45:30 +10:00
parent 47cafe7ea1
commit 2eb87077dd
14 changed files with 58 additions and 680 deletions
+2 -1
View File
@@ -103,7 +103,7 @@ def _runtime_setup(context, *args, **kwargs):
setup += [webots_launch]
# Controller launch)
# Controller launch
if simulate:
controller_args = {
"robot_name": settings.robot.name,
@@ -122,6 +122,7 @@ def _runtime_setup(context, *args, **kwargs):
"initial_positions_file": settings.controller.moveit.initial_positions,
"controller_path": settings.controller.controller_path,
"simulate": "false",
"command_mode": settings.robot.command_mode,
}
controllers_launch = IncludeLaunchDescription(