Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

How to use a realtime simulation of continuous tracks for Gazebo 7 & 9

License

NotificationsYou must be signed in to change notification settings

yoshito-n-students/gazebo_continuous_track_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's this?

Example of a realtime continuous track simulation for the Gazebo simulator & ROS. The blue and green ones are based on the proposed method with or without grousers. The red one is based on a conventional method by multiple wheels.

YouTube thumbnail

Citation

Y. Okada, S. Kojima, K. Ohno and S. Tadokoro, "Real-time Simulation of Non-Deformable Continuous Tracks with Explicit Consideration of Friction and Grouser Geometry," 2020 IEEE International Conference on Robotics and Automation (ICRA), 2020

Tested environments

  • Gazebo7 + ROS Kinetic + Ubuntu 16.04
  • Gazebo9 + ROS Melodic + Ubuntu 18.04

Set up

  1. Update Gazebo from the OSRF apt repository (ref)
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-get updatesudo apt-get upgrage
  1. Clone relative packages
cd <your-ros-ws>/srcgit clone git@github.com:yoshito-n-students/gazebo_continuous_track.gitgit clone git@github.com:yoshito-n-students/gazebo_continuous_track_example.git
  1. Build
catkin_make

Run examples

  1. Spawn tracked vehicles in Gazebo
cd <your-ros-ws>source devel/setup.bashroslaunch gazebo_continuous_example example_track_all_world.launch
  1. (On another terminal) Send a velocity command to the vehicles
rostopic pub /cmd_vel std_msgs/Float64 "data: 0.5"

About

How to use a realtime simulation of continuous tracks for Gazebo 7 & 9

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp