Giter VIP home page Giter VIP logo

toad's Introduction

toad

This README is obsolete and should be updated!!!

ROS packages modified for our Toad outdoor robot based on Pioneer 3-AT platform

Dependencies:

Installation instructions (for installing everything from scratch):

  • install some dependencies:
sudo apt-get install ros-groovy-gps-umd
  • compile libgtests (on 12.04 it's not compiled for some reason...)
cd /usr/src/gtest
sudo cmake .
sudo make
sudo mv libg* /usr/lib/
  • create rosbuild workspace on top of catkin workspace
source /opt/ros/groovy/setup.sh
mkdir ~/ros
mkdir -p ~/ros/catkin_ws/src
cd ~/ros/catkin_ws/src
catkin_init_workspace
cd ~/ros/catkin_ws
catkin_make
mkdir ~/ros/rosbuild_ws
cd ~/ros/rosbuild_ws
rosws init ./ ../catkin_ws/devel
source ~/ros/rosbuild_ws/setup.bash
  • install standalone version of Gazebo
sudo apt-get remove ros-fuerte-simulator-gazebo ros-groovy-simulator-gazebo
sudo apt-get install build-essential libtinyxml-dev libtbb-dev libxml2-dev libqt4-dev pkg-config  libprotoc-dev libfreeimage-dev
sudo apt-get install libprotobuf-dev protobuf-compiler libboost-all-dev freeglut3-dev cmake libogre-dev libtar-dev
sudo apt-get install libcurl4-openssl-dev libcegui-mk2-dev

mkdir ~/devel
cd ~/devel
hg clone https://bitbucket.org/osrf/gazebo gazebo
cd gazebo
mkdir build
cd build
cmake ../
make -j5
sudo make install
echo "source /usr/local/share/gazebo/setup.sh" >> ~/.bashrc
echo "export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH" >> ~/.bashrc
source ~/.bashrc

Now you should be able to run standalone Gazebo...

gazebo
  • install catkin-based packages
cd ~/ros/catkin_ws/src
git clone https://github.com/ethz-asl/map_msgs
git clone -b hydro-devel https://github.com/ros-planning/navigation.git
git clone https://github.com/ZdenekM/p2os.git
git clone https://github.com/ZdenekM/gazebo_ros_pkgs.git
git clone https://github.com/ros-controls/ros_control.git
git clone https://github.com/ros-controls/ros_controllers.git
git clone https://github.com/ros-controls/control_toolbox.git
git clone https://github.com/ros-controls/realtime_tools.git
cd ..
catkin_make
  • install rosbuild-based packages
cd ~/ros/rosbuild_ws
rosws set microstrain_3dm_gx3_45 --git https://github.com/ZdenekM/microstrain_3dm_gx3_45.git
rosws update microstrain_3dm_gx3_45

rosws set hector_gazebo --git https://github.com/tu-darmstadt-ros-pkg/hector_gazebo.git
rosws update hector_gazebo

rosws set but_env_percp --git https://github.com/robofit/but_env_percp.git
rosws update but_env_percp

rosws set toad --git https://github.com/robofit/toad.git
rosws update toad

source ~/ros/rosbuild_ws/setup.bash

rosmake toad_bringup toad_gazebo
  • make some small workarounds (there should be some better way...)
cp ~/ros/rosbuild_ws/hector_gazebo/hector_gazebo_plugins/lib/libhector_gazebo_ros_gps.so ~/ros/catkin_ws/devel/lib/
cp ~/ros/rosbuild_ws/hector_gazebo/hector_gazebo_plugins/lib/libhector_gazebo_ros_imu.so ~/ros/catkin_ws/devel/lib/
cp ~/ros/rosbuild_ws/toad/toad_gazebo/models ~/.gazebo
  • run simulation of our robot ;)
roslaunch toad_gazebo robot.launch

toad's People

Contributors

zdenekm avatar but-spanel avatar

Stargazers

 avatar  avatar

Watchers

James Cloos avatar  avatar Vita Beran avatar  avatar Michal Kapinus avatar Tomáš Goldmann avatar  avatar  avatar  avatar Peter Pavlenko avatar  avatar  avatar Robo@FIT Jenkins avatar  avatar xvrsas00 avatar  avatar

toad's Issues

Simulation

Get it working again + update instructions.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.