Skip to content

Commit

Permalink
Fix parameter file
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Nov 18, 2024
1 parent ad3be0e commit b0cbe8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
publisher_joint_trajectory_controller:
publisher_position_trajectory_controller:
ros__parameters:

controller_name: "joint_trajectory_position_controller"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def test_node_start(self):
assert found, "publisher_position_trajectory_controller not found!"

def test_check_if_topic_published(self):
topic = "/position_trajectory_controller/joint_trajectory"
topic = "/joint_trajectory_position_controller/joint_trajectory"
wait_for_topics = WaitForTopics([(topic, JointTrajectory)], timeout=20.0)
assert wait_for_topics.wait(), f"Topic '{topic}' not found!"
msgs = wait_for_topics.received_messages(topic)
Expand Down

0 comments on commit b0cbe8e

Please sign in to comment.