Skip to content

Commit

Permalink
chagerd frame_id of scan for workflow test
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <jakub.delicat@husarion.com>
  • Loading branch information
delihus committed Oct 30, 2023
1 parent b357945 commit 1fd75bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosbot_xl_bringup/test/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def publish_fake_hardware_messages(self):

def publish_scan(self):
msg = LaserScan()
msg.header.frame_id = "laser"
msg.header.frame_id = "base_link"
msg.angle_min = 0.0
msg.angle_max = 2.0 * math.pi
msg.angle_increment = 0.05
Expand Down

0 comments on commit 1fd75bb

Please sign in to comment.