tum-vision / lsd_slam

LSD-SLAM
GNU General Public License v3.0
2.6k stars 1.23k forks source link

ros indigo vs ros jade / #128

Open insideaayush opened 9 years ago

insideaayush commented 9 years ago

how to get it work with ros jade as I'm working on ubuntu 15 which gets only jade ?

shlapion commented 8 years ago

Hello @KeenAayush,

It is actually quite simple to run it with ROS Jade. Just change the version from indigo to jade in this line found in section 2.2 of the Wiki and it should work.

rosws init . /opt/ros/indigo

like this

rosws init . /opt/ros/jade

Hope it helps