Исправлены баги
This commit is contained in:
@@ -164,8 +164,11 @@ def _runtime_setup(context, *args, **kwargs):
|
|||||||
"description": description_path,
|
"description": description_path,
|
||||||
"initial_positions_file": settings.controller.moveit.initial_positions,
|
"initial_positions_file": settings.controller.moveit.initial_positions,
|
||||||
"controller_path": settings.controller.controller_path,
|
"controller_path": settings.controller.controller_path,
|
||||||
|
"transform": str(settings.digital_twin.webots.transform),
|
||||||
|
"rotation": str(settings.digital_twin.webots.rotation),
|
||||||
"simulate": "false",
|
"simulate": "false",
|
||||||
"command_mode": settings.robot.command_mode,
|
"command_mode": settings.robot.command_mode,
|
||||||
|
"controller_timer": str(settings.digital_twin.webots.controller_timer),
|
||||||
}
|
}
|
||||||
|
|
||||||
controllers_launch = IncludeLaunchDescription(
|
controllers_launch = IncludeLaunchDescription(
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
controller_manager:
|
controller_manager:
|
||||||
ros__parameters:
|
ros__parameters:
|
||||||
update_rate: 100
|
update_rate: 200
|
||||||
|
|
||||||
joint_state_broadcaster:
|
joint_state_broadcaster:
|
||||||
type: "joint_state_broadcaster/JointStateBroadcaster"
|
type: "joint_state_broadcaster/JointStateBroadcaster"
|
||||||
|
|||||||
Reference in New Issue
Block a user