Skip to content

Sistema de simulação de robôs moveis terrestres do LASER

Notifications You must be signed in to change notification settings

LASER-Robotics/laser_ugv_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laser Unmanned Ground Vehicle System

Description

The Laser-Robotics is a robotics lab at the UFPB. We work with ground and aerial robots, we developed this plataform for academic use in the robotic subject of the Computer Enginnering program.
🚧 Does not work with multiple robots (yet...) 🚧

Contents

Requirements

L1BR

L1BR is a differencial robot who can move around a warehouse to go under the shelves and lift them to other positions.

Oni

Oni is a omnidirectional robot that was made for academic purposes so students can test a omnidirectional robot.

Installation

In your workspace inside the src folder do the following command:

git clone https://github.com/LASER-Robotics/ugv_system.git
cd ugv_system
chmod +x setup_enviroment.sh
./setup_enviroment.sh

To build the packages go to your workspace and do the following command:

colcon build

Running the simulation

Starting world

Run this command:

ros2 launch ugv_simulation world_launch.py
If you want to change the world, go to ugv_system/ugv_simulation/worlds and place the new .world file. Still in the worlds folder, run the following command changing world_name by your world's name.
ros2 launch ugv_simulation world_launch.py world:=world_name.world

Spawning robot

  • L1BR
ros2 launch ugv_robots_descriptions l1br_description_launch.py
  • Oni
ros2 launch ugv_robots_descriptions oni_description_launch.py

Control

Run this command to control your robot with keyboard:

  • L1BR
ros2 run teleop_twist_keyboard teleop_twist_keyboard --ros-args-r /cmd_vel:=/diff_cont/cmd_vel_unstamped
  • Oni
ros2 run teleop_twist_keyboard teleop_twist_keyboard --ros-args-r /cmd_vel:=/oni/cmd_vel

About

Sistema de simulação de robôs moveis terrestres do LASER

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •