Skip to content

Commit 06af357

Browse files
authored
Merge pull request #77 from malban/fix-demo-bag-frame-id
Fix the laser frame_id in the demo bag to remove the leading slash.
2 parents 919f477 + f7964a2 commit 06af357

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

laser_scan_matcher/demo/demo.bag

-404 Bytes
Binary file not shown.

laser_scan_matcher/demo/demo.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Example launch file: launches the scan matcher with pre-recorded data
2222
#### publish an example base_link -> laser transform ###########
2323

2424
<node pkg="tf" type="static_transform_publisher" name="base_link_to_laser"
25-
args="0.0 0.0 0.0 0.0 0.0 0.0 /base_link /laser 40" />
25+
args="0.0 0.0 0.0 0.0 0.0 0.0 base_link laser 40" />
2626

2727
#### start the laser scan_matcher ##############################
2828

laser_scan_matcher/demo/demo_vel.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ together with an alpha-beta filter.
1818
#### publish an example base_link -> laser transform ###########
1919

2020
<node pkg="tf" type="static_transform_publisher" name="base_link_to_laser"
21-
args="0.0 0.0 0.0 0.0 0.0 0.0 /base_link /laser 40" />
21+
args="0.0 0.0 0.0 0.0 0.0 0.0 base_link laser 40" />
2222

2323
#### start the laser scan_matcher ##############################
2424

0 commit comments

Comments
 (0)