Skip to content

Instantly share code, notes, and snippets.

@tonybaltovski
Last active June 23, 2016 22:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonybaltovski/b02e3c9ab8983903465004b952e229e8 to your computer and use it in GitHub Desktop.
Save tonybaltovski/b02e3c9ab8983903465004b952e229e8 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd /etc/udev/rules.d/
sudo wget https://raw.githubusercontent.com/ros-drivers/pointgrey_camera_driver/master/pointgrey_camera_driver/udev/60-pgr.rules
sudo service udev restart
mkdir -p ~/catkin_ws/src
cd ~/catkin_ws/src
git clone https://bitbucket.org/clearpathrobotics/dsto02_jackal.git
cd ~/catkin_ws
catkin_make
sudo cp ~/catkin_ws/src/dsto02_jackal/launch/* /etc/ros/indigo/ros.d/
sudo apt-get install ros-indigo-axis-camera
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment