mirror of
https://github.com/introlab/rtabmap_ros.git
synced 2026-09-16 08:10:19 +08:00
build rtabmap_viz with Qt5 on Ubuntu 22.10 (#905)
* build rtabmap_viz with Qt5 * eliminate circular dependency (nothing can depend on rtabmap_ros that rtabmap_ros depends on), and resolve 'Unknown CMake command catkin_package' with catkin build * more dependency cleanup but can't get rid of rtabmap_demos circular dependency on rtabmap_legacy * Update CMakeLists.txt --------- Co-authored-by: matlabbe <matlabbe@gmail.com>
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
project(rtabmap_viz)
|
||||
|
||||
|
||||
|
||||
find_package(catkin REQUIRED COMPONENTS
|
||||
cv_bridge geometry_msgs std_msgs std_srvs nav_msgs rtabmap_msgs rtabmap_sync tf
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user