Skip to content

Instantly share code, notes, and snippets.

@madratman
Last active April 7, 2017 00:54
Show Gist options
  • Save madratman/1b14180f9126c8a4e59a3731ace1b3f9 to your computer and use it in GitHub Desktop.
Save madratman/1b14180f9126c8a4e59a3731ace1b3f9 to your computer and use it in GitHub Desktop.

What NOT TO DO

sudo apt-get install ros-indigo-mavros*
  • If seeing, UniquePtr does not name a type errors, these are NOT c++11 issues!!
    The error is with /opt/ros/indigo/blabla/class_loader.h
    Now, what worked FINALLY was sudo apt-get upgrade
    No need to change cmake versions (thanks to AirSim you were trying to make running a few days back) and what the hell not.

What TO DO

sudo apt-get install ros-indigo-mavros-msgs
sudo apt-get install ros-indigo-gazebo7-*

utils

kill -9 `ps aux | grep ros | awk '{print $2}'`
kill -9 `ps aux | grep gazebo | awk '{print $2}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment