You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the official tutorial first example "Your First C++ MoveIt Project", the include file is wrong: #include <moveit/move_group_interface/move_group_interface.hpp>
It should be .h file, not .hpp file.