Skip to content

Commit

Permalink
add missing parameter namespaces in config files
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor authored and christophfroehlich committed Jul 29, 2024
1 parent 59f1a08 commit 1ac5e13
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
type: joint_state_broadcaster/JointStateBroadcaster


forward_position_controller:
/rrbot_1/forward_position_controller:
ros__parameters:
type: forward_command_controller/ForwardCommandController
joints:
Expand All @@ -15,7 +15,7 @@ forward_position_controller:
interface_name: position


position_trajectory_controller:
/rrbot_1/position_trajectory_controller:
ros__parameters:
type: joint_trajectory_controller/JointTrajectoryController
joints:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
type: joint_state_broadcaster/JointStateBroadcaster


forward_position_controller:
/rrbot_2/forward_position_controller:
ros__parameters:
type: forward_command_controller/ForwardCommandController
joints:
Expand All @@ -15,7 +15,7 @@ forward_position_controller:
interface_name: position


position_trajectory_controller:
/rrbot_2/position_trajectory_controller:
ros__parameters:
type: joint_trajectory_controller/JointTrajectoryController
joints:
Expand Down
4 changes: 2 additions & 2 deletions example_15/bringup/config/rrbot_namespace_controllers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
type: joint_state_broadcaster/JointStateBroadcaster


forward_position_controller:
/rrbot/forward_position_controller:
ros__parameters:
type: forward_command_controller/ForwardCommandController
joints:
Expand All @@ -15,7 +15,7 @@ forward_position_controller:
interface_name: position


position_trajectory_controller:
/rrbot/position_trajectory_controller:
ros__parameters:
type: joint_trajectory_controller/JointTrajectoryController
joints:
Expand Down

0 comments on commit 1ac5e13

Please sign in to comment.