Gazebo gazegoing
June 02, 2015Gazebo gazegoing
Few steps to get Gazebo going on Acer Chromebook 13 running trusty (14.04)
- Install ros indigo for armhf
- Install gazebo 4.0 from source gazebo source installation instruction
Run these commands to compile gazebo glue to ros
mkdir ~/work cd ~/work mkdir -p ~/ros/src cd ~/ros/src catkin_init_workspace git clone https://github.com/ros-simulation/gazebo_ros_pkgs.git -b indigo-devel git clone https://github.com/ros-simulation/gazebo_ros_demos.git cd .. catkin_make
Install couple of missing packages
sudo apt-get install ros-indigo-joint-state-controller sudo apt-get install ros-indigo-effort-controllers
Launch gazebo simulation
roslaunch rrbot_gazebo rrbot_world
View Comments