Skip to content

Commit

Permalink
Fix publisher parameter types (#600) (#601)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3f8265d)

Co-authored-by: Christoph Fröhlich <[email protected]>
  • Loading branch information
mergify[bot] and christophfroehlich authored Oct 13, 2024
1 parent 8f706f0 commit 116fb21
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 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]
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,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]
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]
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]
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]
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]
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]
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 116fb21

Please sign in to comment.