感谢北极熊战队的开源!
这是一个机器人仿真项目,集成了建图、导航和运动控制功能。
git clone --recursive https://github.com/cutezhaoooo/rm_simulation.git
cd rm_simulationcolcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release- 启动建图节点:
ros2 launch fast_lio mapping.launch.py config_file:=mid360.yaml- 保存地图:
ros2 service call /map_save std_srvs/srv/Trigger一键启动导航:
ros2 launch bringup nav.launch.py启动键盘控制:
ros2 run teleop_twist_keyboard teleop_twist_keyboardros2 service call /trigger_service std_srvs/srv/SetBool "{data: true}"