Skip to content

ROS packages for simulating omni wheel robot bases in gazebo.

Notifications You must be signed in to change notification settings

arthurgomes4/omni_wheels_simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Image

Omni Wheels Simulation

This repository contains ROS packages for simulating omni-wheel mobile bases in Gazebo with realistic wheel-ground interaction.

Introduction

Omni wheels or poly wheels are wheels with freely rotating rollers around the circumference which are perpendicular to the turning direction. The effect is that the wheel can be driven with full force, but will also slide laterally with great ease. These wheels are often employed in holonomic drive systems.

Fig: 100mm omni wheel

List of packages

  • omni_wheel_description: Contains description Xacro files for various omni-wheels.
  • omni_wheel_control: Contains odometry and velocity control node scripts. These nodes when run provide topics for robot control and odometry position feedback .
  • test_base: an example 4-wheel base using 150mm omni-wheels.

Download and usage guide

Clone the entire repository into your local workspace with:

git clone https://github.com/arthurgomes4/omni_wheels_simulation.git

Proceed to build and source the workspace packages.

Launch gazebo with the test_base model spawned along with odometry and command velocity nodes.

roslaunch test_base gazebo.launch

NOTE: You may have to install ros velocity controllers if they are not already present. Use command:

sudo apt update && sudo apt install ros-melodic-velocity-controllers

To control movement use:

rosrun teleop_twist_keyboard teleop_twist_keyboard.py

Additional packages:

  • gazebo-ros
  • velocity-controllers
  • controller-manager
  • joint-state-controller

Image Image

About

ROS packages for simulating omni wheel robot bases in gazebo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published