Skip to content

Commit

Permalink
Updated topic names to allow laser unit tests to pass
Browse files Browse the repository at this point in the history
Was failing on a double / in the topic name
  • Loading branch information
avidbots-cameron committed Nov 1, 2024
1 parent 2ff1136 commit 5fdeba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins:

- type: Laser
name: laser_center
topic: /scan_center
topic: scan_center
frame: center_laser
body: base_link
origin: [0, 0, 0]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins:

- type: Laser
name: laser_center
topic: /scan_center
topic: scan_center
frame: center_laser
body: base_link
origin: [0, 0, 0]
Expand Down

0 comments on commit 5fdeba7

Please sign in to comment.