I have built MoveIt! from source and am trying to follow the Move Group Interface Tutorial. However, I am unable to successfully launch move_group_interface_tutorial ...
ros::Subscriber sub_inipose = nh.subscribe("initialpose",1,&APFPathPlanner::inipose_callback,this); ros::Subscriber sub_goal = nh.subscribe("move_base_simple/goal",1 ...