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-control
cd catkin_ws
source devel/setup.bash
roslaunch 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/src
if 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_make
to build the package.