Skip to content

DeepMechatronics/leo-vanilla

 
 

Repository files navigation

Leo Rover Vanilla

Setup

  1. Create new ROS workspace
mkdir -p ~/leo_ws/src
  1. Clone
cd ~/leo_ws/src
git clone https://github.com/PUT-UGV-Team/leo-vanilla.git
  1. Build
cd ..
catkin_make
  1. Source workspace
source devel/setup.bash
  1. Run Gazebo simulation
roslaunch leo_gazebo leo_empty_world.launch
  1. Open another terminal and run rviz
roslaunch leo_viz rviz.launch

Topics

Set velocity (message type: cmd_vel)

  • /leo/leo_velocity_controller/cmd_vel

Odometry information:

  • /leo/leo_velocity_controller/odom

Leo robot parameters and updates:

  • /leo/leo_velocity_controller/parameter_descriptions
  • /leo/leo_velocity_controller/parameter_updates

Dependencies

About

Leo Rover simulation in Gazebo with ROS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 100.0%