Yeti X: Ka-plow!
- Make sure you build the Yeti2019 repo beforehand, according to the instructions below
- Update your Gazebo Version. (http://gazebosim.org/tutorials?cat=install&tut=install_ubuntu&ver=7.0#Alternativeinstallation:step-by-step)
sudo apt-get install ros-kinetic-gazebo-ros-pkgs ros-kinetic-gazebo-ros-controlcd catkin_wssource devel/setup.bashroslaunch yeti_snowplow start_simulation.launch
- Download and build iscumd/SharedROSNodes (follow the instructions on that page)
- Open a console and source your catkin workspace if you haven't already
- Change directory to
your_catkin_workspace/srcif you haven't already. - Run
git clone https://github.com/iscumd/Yeti2019.git. - Run
rosdep install yeti_snowplow. This should install any missing package dependancies. - Run
catkin_maketo build the package.