HKUST-Aerial-Robotics / VINS-Mono

A Robust and Versatile Monocular Visual-Inertial State Estimator
GNU General Public License v3.0
4.83k stars 2.07k forks source link

Cannot launch vins_estimator euroc.launch #443

Open Jawaheru opened 3 months ago

Jawaheru commented 3 months ago

ERROR: cannot launch node of type [feature_tracker/feature_tracker]: Cannot locate node of type [feature_tracker] in package [feature_tracker]. Make sure file exists in package path and permission is set to executable (chmod +x) ERROR: cannot launch node of type [vins_estimator/vins_estimator]: Cannot locate node of type [vins_estimator] in package [vins_estimator]. Make sure file exists in package path and permission is set to executable (chmod +x) ERROR: cannot launch node of type [pose_graph/pose_graph]: Cannot locate node of type [pose_graph] in package [pose_graph]. Make sure file exists in package path and permission is set to executable (chmod +x)

Please note that these pkgs are in my rospack list and i have give the access permission to all of them using chmod +x I use ubuntu 18.04 and ros melodic, Help me

vipulgarg1998 commented 3 months ago

I am using ubuntu 20.04 and noetic and it ran in the first attempt. Did it build successfully on catkin_make?

Jawaheru commented 3 months ago

I am using ubuntu 20.04 and noetic and it ran in the first attempt. Did it build successfully on catkin_make?

Yes ofc I did