Skip to content

Commit 6d2f1e1

Browse files
fix urdf temporarily
1 parent 807c248 commit 6d2f1e1

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

src/rover_description/launch/slam_launch.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ def generate_launch_description():
1515
"base_frame": "base_link",
1616
"scan_topic": "/scan",
1717
"mode": "mapping",
18-
"transform_tolerance": 1,
19-
"transform_cache_size": 10000,
20-
"transform_publish_period": 0.05,
21-
"min_laser_range": 0.0,
22-
"max_laser_range": 25.0
2318
}]
2419
)
2520
])

src/rover_description/urdf/Chassis_jan25.SLDASM.urdf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,4 +594,12 @@
594594
<axis
595595
xyz="0 0 0" />
596596
</joint>
597+
<link name="lidar">
598+
</link>
599+
600+
<joint name="lidar_joint" type="fixed">
601+
<parent link="base_link" />
602+
<child link="lidar" />
603+
<origin xyz="0 0 0" rpy="0 0 0" />
604+
</joint>
597605
</robot>

0 commit comments

Comments
 (0)