How to install lsd_slam on my ROS?
I am currently trying to create an autonomous drone. For this task, I want to employ the monocular SLAM method. After reading a few papers and having trawled forums on the internet, I have decided to use LSD_SLAM. Now I have built my ROS Kinetic from source on my Raspberry Pi with Raspbian Lite. To install a new package I will have to first invoke the command:
rosinstall_generator ros_comm <your_extra_packages> --rosdistro kinetic --deps --wet-only --tar > kinetic-custom_ros.rosinstall
For this I replaced the <your_extra_packages>
with just lsd_slam
. However, it returns saying:
The following not released packages/stacks will be ignored: lsd_slam
How am I supposed to install lsd_slam
onto my ROS now?