1. cartographer 패키지 확인
ros2 pkg list |grep cartographer
2. 로봇 패키지 설치
cd Ros2_ws
git clone https://github.com/tabris2015/rpi-robot-ros-foxy.git
3. Rplidar A1m8 설치
cd Ros2_ws
git clone https://github.com/CreedyNZ/rplidar_ros2.git
4. 컴파일
colcon build
+ 부분 컴파일 하고싶을 때
colcon build --symlink-install
install & build파일 생성
https://github.com/tabris2015/rpi-robot-ros-foxy
https://github.com/CreedyNZ/rplidar_ros2
'Project > #1 AI 기반 자율주행 로봇을 이용한 매장 관리' 카테고리의 다른 글
#14 Ros2 foxy navigation2 install (0) | 2022.09.03 |
---|---|
#13 Ros2 foxy Cartographer & Rplidar A1m8 실행 (map save) (0) | 2022.09.01 |
#11 Ros2 cartographer를 위한 여러package 설치 (0) | 2022.09.01 |
#10 Ros2 foxy install & delete (0) | 2022.09.01 |
+#9 라즈베리파이 원격 접속 Rviz 모니터링 (0) | 2022.08.07 |