Git Product home page Git Product logo

chrono_gazebo's Introduction

This is a Chrono-Gazebo simulation of a vehicle. This simulates an autonomous vehicle using sensors from gazebo and vehicle dynamics from chrono::Vehicle.

INSTALL:
  Install ROS (only indigo tested) from deb or source
    Instructions: http://wiki.ros.org/ROS/Installation
  
  Install gazebo_ros packages from source
    Instructions: http://gazebosim.org/tutorials?tut=ros_installing&ver=1.9%2B&cat=connect_ros
  
  Install Gazebo from source - DO NOT install bullet (causes issues for now)
    Instructions: http://gazebosim.org/tutorials?tut=install_from_source&ver=default&cat=install
  
  Install Chrono
    Instructions:
      clone https://github.com/projectchrono/chrono
      using cmake: 
        source should be the top directory
        build directory can be wherever
        enable module_vehicle 
      make; make install

BUILD:
  clone this repository
  create build directory inside gazonoVehicle - this will give correct path for vehicle data
  cmake ..; make

RUN:
  $./launch from inside gazonoVehicle directory
  
  Can modify launch script to run desired configuration
  

NOTES:

CURRENTLY TESTED ON UBUNTU TRUSTY 14.04
Build mode for Chrono and Gazebo should be RELEASE for speed
If run with gzserver instead of gazebo, will run faster but only camera for visual

To run the vehicle without ROS: (will need code tweaking to work but easy)
  run:
  $gazebo gazonoVehicle.world
  from inside the gazonoVehicle directory

Strange issues:
  Every now and then, gazebo will crash upon startup. Rerunning should solve issue

If errors occur, likely causes are not having correct files sourced,
incorrect location of data, ...

chrono_gazebo's People

Contributors

amelmquist avatar

Watchers

 avatar

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.