Skip to content

Commit

Permalink
Remove namespaces from controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Jul 26, 2024
1 parent 6f19f24 commit ef10b63
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


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


/rrbot_1/position_trajectory_controller:
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


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


/rrbot_2/position_trajectory_controller:
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


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


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

0 comments on commit ef10b63

Please sign in to comment.