Skip to content

Commit

Permalink
Update publisher_forward_position_controller.py
Browse files Browse the repository at this point in the history
  • Loading branch information
destogl authored Oct 8, 2023
1 parent 6d33a3f commit ba12d8e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ def __init__(self):
self.goals.append(float_goal)

self.get_logger().info(
f'Publishing {len(goal_names)} goals on topic "{publish_topic}"\
every {wait_sec_between_publish} s'
f"Publishing {len(goal_names)} goals on topic '{publish_topic}' "
f"every {wait_sec_between_publish} s'
)

self.publisher_ = self.create_publisher(Float64MultiArray, publish_topic, 1)
Expand Down

0 comments on commit ba12d8e

Please sign in to comment.