-
Notifications
You must be signed in to change notification settings - Fork 1
moveit HOW TO COMPILE
Francesco Ganci edited this page Jun 21, 2022
·
1 revision
first of all, add these packages to the find_package macro:
find_package(catkin REQUIRED COMPONENTS
roscpp
...
moveit_msgs
moveit_core
moveit_ros_perception
moveit_ros_planning
moveit_ros_planning_interface
)that's all!
- to compile MoveIt-based messages, just add the dependency
moveit_msgsto themessage_generation()macro. - no headers are needed for compiling MoveIt C++ nodes.