The viso2_ros installation in indigo [closed]
I wish to confirm if the steps I am going to follow to install this package: viso2_ros is right. I am working on ROS Indigo. Here is my plan:
- Switch to catkin workspace and then to the src folder
- Run git clone command as below:
git clone -b indigo-devel https://github.com/srv/viso2.git
I am a bit confused here. Should I use the indigo-devel branch in the command or should I go with indigo branch?
3.Switch to catkin_ws and run catkin_make
Is this procedure right? Is this what is called building/compiling from source?