Skip to content

Commit

Permalink
Remapped controller manager topic to robot state publisher topic
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-palmer committed Jun 25, 2024
1 parent 1023ca5 commit ba089a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ def generate_launch_description() -> LaunchDescription:
]
),
],
remappings=[
("/controller_manager/robot_description", "/robot_description"),
],
)

velocity_controller_spawner = Node(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ def generate_launch_description() -> LaunchDescription:
]
),
],
remappings=[
("/controller_manager/robot_description", "/robot_description"),
],
)

velocity_controller_spawner = Node(
Expand Down

0 comments on commit ba089a0

Please sign in to comment.