Skip to content

Instantly share code, notes, and snippets.

@versatran01
Last active November 18, 2015 15:58
Show Gist options
  • Save versatran01/d5629a4874b0fa5a2c9c to your computer and use it in GitHub Desktop.
Save versatran01/d5629a4874b0fa5a2c9c to your computer and use it in GitHub Desktop.
  1. get latest changes from bluefox2

    cd ~/catkin_ws/src/bluefox2
    git pull
    
  2. clone package trinocular_view

    cd ~/catkin_ws/src
    git clone https://bitbucket.org/versatran01/trinocular_view.git
    
  3. build catkin_ws

    cd ~/catkin_ws
    catkin_make
    
  4. Source catkin_ws (in every new terminal)

    source ~/catkin_ws/devel/setup.bash
    
  5. Launch bluefox2 and trinocular view

    roslaunch bluefox2 trinocular.launch
    roslaunch trinocular_view trinocular_view.launch
    
  6. Right click to save images to ~/.ros

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment