Closed hamdaan19 closed 3 years ago
Hey guys, I resolved the issue. Apparently a few packages were missing so I had to install them using the following commands.
$ sudo apt-get install ros-kinetic-pcl-ros
$ sudo apt install ros-kinetic-image-transport
$ sudo apt-get install libyaml-cpp-dev
$ sudo apt-get install ros-kinetic-cv-bridge
After installing the above packages, follow the install instructions from scratch as given in install.pdf.
Hi everyone, I am currently using a docker container of ROS Kinetic to run this package. When run catkin build in the svo_install_overlay_ws directory I get the following error:
Can anyone please help me out?