728x90
- Ubuntu 18.04
- ROS Melodic
Mapviz는 그냥 git clone을 이용하여 설치 시 cmake에러가 발생하므로 해당 방법을 따라 설치해줘야 한다.
1. Install by apt
$ sudo apt-get install ros-$ROS_DISTRO-mapviz ros-$ROS_DISTRO-mapviz-plugins ros-$ROS_DISTRO-tile-map ros-$ROS_DISTRO-multires-image
2. Install by git clone
$ cd catkin_ws/
$ cd src/
$ git clone https://github.com/swri-robotics/mapviz
3. make
$ cd ..
$ catkin_make
https://github.com/swri-robotics/mapviz
GitHub - swri-robotics/mapviz: Modular ROS visualization tool for 2D data.
Modular ROS visualization tool for 2D data. Contribute to swri-robotics/mapviz development by creating an account on GitHub.
github.com
728x90
'ROS > GPS' 카테고리의 다른 글
Mapviz에서 구글 위성 지도 사용 (2) | 2022.04.09 |
---|---|
Mapviz 사용법 (0) | 2022.04.08 |
Resolve gps-waypoint-based-autonomous-navigation-in-ros PKG Cmake Error (0) | 2022.03.29 |
ublox ZED-f9p GPS(RTK) 사용 (2) | 2022.02.01 |
Linux 에서 U-center 사용 (0) | 2022.01.06 |