Skip to content

Commit

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

Co-authored-by: Sanjeev <[email protected]>
  • Loading branch information
mergify[bot] and kumar-sanjeeev authored Sep 5, 2024
1 parent 2c3388d commit ae16283
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 ae16283

Please sign in to comment.