ros-foxy安装cartographer
ros-foxy安装cartographer
apt安装
1 |
|
源码安装
安装依赖
1 |
|
编译源码
foxy可以使用dashing的代码1
2
3
4
5
6
7
8
9# clone ros2 source
mkdir -p ~/cartographer_ws2/src
cd ~/cartographer_ws2/src
git clone -b ros2 --single-branch https://github.com/ros2/cartographer_ros.git
cd ~/cartographer_ws2
wstool init src
wstool merge -t src src/cartographer_ros/cartographer_ros.rosinstall
wstool update -t src
colcon build
ros-foxy安装cartographer
https://qiangsun89.github.io/2023/07/18/ros-foxy安装cartographer/