Giter VIP home page Giter VIP logo

car_gazebo's Introduction

car_gazebo

My implementation of a simple 4 wheel vehicle with ROS

Getting Started

Simply clone the repo, compile and make sure you've installed the prerequisites and you're all ready to go.

Prerequisites

  1. ROS Kinetic
  2. Gazebo7 - have not tested for compatibility with later versions of Gazebo.

Running

Clone the repo into a catkin_workspace. Create workspace using the following commands.

mkdir -p ~/catkin_ws/src
cd ~/catkin_ws/src
catkin_init_workspace

Once cloned compile using the following commands

cd ~/catkin_ws
catkin_make
source devel/setup.bash

To launch the simulation launch the main.launch file using the following command

roslaunch car_description main.launch

Description

The package car_description contains the URDF and XACRO description of the vehicle. The car is controlled by skid steer controller plugin in Gazebo. It can also be controlled using ROS controllers.

For controlling with Gazebo Plugins the transmission tags must be excluded while for ROS control they must be included. car_description also contains configurations to fuse odometry and imu data for better localization.

The package car_control contains all the configurations and launch files for ROS Control. Skid Steer controllers as well as velocity controls for each individual wheels are available.

The package car_navigation contains the code for performing autonomous navigation. GMapping is used to generate maps and AMCL algorithm is used for localization. Two maps have also been generated.

The package circuit contains a basic square circuit used to drive the car for testing.

License

This project is licensed under the MIT License - see the LICENSE file for details

car_gazebo's People

Contributors

danieljeswin avatar

Stargazers

Zalfa Nafila avatar

Watchers

James Cloos avatar  avatar

Forkers

jumejume1

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.