Skip to content

Instantly share code, notes, and snippets.

@tonybaltovski
Created May 17, 2017 17:48
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/cd6b8bb3bfaaa176173206730f2c4c38 to your computer and use it in GitHub Desktop.
Save tonybaltovski/cd6b8bb3bfaaa176173206730f2c4c38 to your computer and use it in GitHub Desktop.
#!/bin/bash
source /opt/ros/hydro/setup.bash
rosrun robot_upstart uninstall kingfisher-core
mkdir -p ~/heron_ws/src
cd ~/heron_ws/src
git clone https://github.com/clearpathrobotics/robot_upstart.git --branch indigo-devel
git clone https://github.com/heron/heron_robot.git --branch wip-um7
git clone https://github.com/heron/heron.git --branch hydro-devel
git clone https://github.com/ros/xacro.git --branch indigo-devel
git clone https://github.com/clearpathrobotics/LMS1xx.git --branch indigo-devel
git clone https://github.com/tonybaltovski/um6.git --branch lt_model
git clone https://github.com/ros-drivers/um7.git
cd ~/heron_ws
rosdep install --from-paths src --ignore-src --rosdistro=hydro -y
catkin_make -DCMAKE_BUILD_TYPE=Release
source ~/heron_ws/devel/setup.bash
rosrun heron_bringup install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment