Skip to content

Commit

Permalink
Fix publisher parameter types (#600)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3f8265d)
  • Loading branch information
christophfroehlich authored and mergify[bot] committed Oct 13, 2024
1 parent eeeefc4 commit d9527ea
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 d9527ea

Please sign in to comment.