GithubHelp home page GithubHelp logo

aibo-ryan / jackal_velodyne Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tixiaoshan/jackal_velodyne

0.0 0.0 0.0 11.86 MB

Simulate Jackal with Velodyne VLP-16 or HDL-32E in Gazebo

C++ 93.01% CMake 6.99%

jackal_velodyne's Introduction

Simulate Jackal and Velodyne in Gazebo

Dependency

sudo apt-get install ros-kinetic-jackal-*
sudo apt-get install ros-kinetic-velodyne-*

Compile

You can use the following commands to download and compile the package.

cd ~/catkin_ws/src
git clone https://github.com/TixiaoShan/jackal_velodyne.git
cd ..
catkin_make

Run

roslaunch jackal_velodyne run.launch

Sensor Configuration

Change sensor settings at the bottom of jackal_velodyne.urdf.xacro

parent="base_link"
name="velodyne"
topic="/velodyne_points"
hz="10"
samples="1800"
gpu="false"

New Worlds

  1. Put new world file to worlds folder
  2. Change run.launch file to use the new world

Upgrade Gazebo

It's recommended that upgrade your Gazebo to the latest version, which has great performance improvements.

sudo sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-stable.list'
wget http://packages.osrfoundation.org/gazebo.key -O - | sudo apt-key add -
sudo apt update
sudo apt upgrade

Teleop Jackal

  1. Install teleop package: sudo apt-get install ros-kinetic-teleop-twist-keyboard
  2. Run: rosrun teleop_twist_keyboard teleop_twist_keyboard.py

Gmapping

  1. Install: sudo apt-get install ros-kinetic-slam-gmapping
  2. Run: roslaunch jackal_velodyne gmapping_demo.launch
  3. Set the 2D Nav Goal in Rviz

jackal_velodyne's People

Contributors

tixiaoshan 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.