这是一个用于自动下载、配置并编译 Cartographer ROS 的脚本,适用于 ROS Noetic 和 Ubuntu 20.04。
-
克隆此仓库:
git clone https://github.com/XKHoshizora/auto-cartographer-installer.git cd auto-cartographer-installer
-
赋予脚本执行权限:
chmod +x install_cartographer_for_noetic.sh
-
运行脚本:
./install_cartographer_for_noetic.sh
- Ubuntu 20.04
- ROS Noetic
此项目基于 MIT 许可证开源。
This is a script for automatically downloading, configuring, and compiling Cartographer ROS, compatible with ROS Noetic and Ubuntu 20.04.
-
Clone this repository:
git clone https://github.com/XKHoshizora/auto-cartographer-installer.git cd auto-cartographer-installer
-
Make the script executable:
chmod +x install_cartographer_for_noetic.sh
-
Run the script:
./install_cartographer_for_noetic.sh
- Ubuntu 20.04
- ROS Noetic
This project is open-sourced under the MIT License.