git commit -m "first commit for v2"

This commit is contained in:
2025-12-29 16:21:22 +07:00
commit aa3d832d5c
1807 changed files with 307078 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<launch>
<node pkg="slam_toolbox" type="lifelong_slam_toolbox_node" name="slam_toolbox" output="screen">
<rosparam command="load" file="$(find slam_toolbox)/config/mapper_params_lifelong.yaml" />
</node>
</launch>

View File

@@ -0,0 +1,11 @@
<launch>
<param name="/use_sim_time" value="true" />
<node pkg="tf" type="static_transform_publisher" name="base_to_scan_broadcaster" args="0.0 0 0 0 0 0 base_footprint base_scan 100" />
<node pkg="slam_toolbox" type="localization_slam_toolbox_node" name="slam_toolbox" output="screen">
<rosparam command="load" file="$(find slam_toolbox)/config/mapper_params_localization.yaml" />
</node>
</launch>

View File

@@ -0,0 +1,6 @@
<launch>
<node pkg="slam_toolbox" type="merge_maps_kinematic" name="merge_maps_kinematic" output="screen">
</node>
</launch>

View File

@@ -0,0 +1,7 @@
<launch>
<node pkg="slam_toolbox" type="sync_slam_toolbox_node" name="slam_toolbox" output="screen">
<rosparam command="load" file="$(find slam_toolbox)/config/mapper_params_offline.yaml" />
</node>
</launch>

View File

@@ -0,0 +1,11 @@
<launch>
<param name="/use_sim_time" value="false" />
<!-- <node pkg="tf" type="static_transform_publisher" name="base_to_scan_broadcaster" args="0 0 0 0 0 0 base_footprint base_scan 100" /> -->
<node pkg="slam_toolbox" type="async_slam_toolbox_node" name="slam_toolbox" output="screen">
<rosparam command="load" file="$(find slam_toolbox)/config/mapper_params_online_async.yaml" />
</node>
</launch>

View File

@@ -0,0 +1,7 @@
<launch>
<node pkg="slam_toolbox" type="sync_slam_toolbox_node" name="slam_toolbox" output="screen">
<rosparam command="load" file="$(find slam_toolbox)/config/mapper_params_online_sync.yaml" />
</node>
</launch>