zkz515 / vehicle_simulator

Ground vehicle simulation with various sensors, powered by Webots and ROS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vehicle Simulator

Requirements

  • Ubuntu 18.04
  • ROS Melodic

Prerequisites

$ sudo dpkg -i webots_2021a_amd64.deb
$ sudo echo "export WEBOTS_HOME=/usr/local/webots" >> ~/.bashrc
$ source ~/.bashrc
$ sudo apt-get isntall ros-melodic-webots-ros
$ sudo apt-get isntall ros-melodic-joy

Build

$ cd ~/catkin_ws/src
$ git clone https://github.com/TaoYibo1866/vehicle_simulator.git
$ cd ~/catkin_ws
$ catkin_make

Run

  • Mecanum Scene (joystick control only tested on Logitech F710)
$ roslaunch vehicle_simulator webots_mecanum.launch

image

  • Differential Scene (joystick control only tested on Logitech F710)
$ roslaunch vehicle_simulator webots_differential.launch

image

About

Ground vehicle simulation with various sensors, powered by Webots and ROS.


Languages

Language:Python 40.4%Language:CMake 34.9%Language:C++ 24.7%