Skip to content

Commit

Permalink
Fix deprecation warning in paramater declaration (#582) (#583)
Browse files Browse the repository at this point in the history
(cherry picked from commit 25c1f59)

Co-authored-by: Sanjeev <62834697+kumar-sanjeeev@users.noreply.github.com>
  • Loading branch information
mergify[bot] and kumar-sanjeeev authored Sep 5, 2024
1 parent b5f072e commit 48d62f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ publisher_forward_position_controller:

goal_names: ["pos1", "pos2", "pos3", "pos4"]
pos1: [0.785, 0.785]
pos2: [0, 0]
pos2: [0.0, 0.0]
pos3: [-0.785, -0.785]
pos4: [0, 0]
pos4: [0.0, 0.0]

0 comments on commit 48d62f0

Please sign in to comment.