Skip to content

AdityaPawade/ros2_flatland_robot_controller

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base robot controller for ROS2 and Flatland

Base robot controller project for Flatland packages using ROS2.

Inside the file __init__.py there are comments with intructions and code examples on how and where to add your code to create a controller.

Setup the package

Clone the repository inside workspace/src:

git clone https://github.com/FilipeAlmeidaFEUP/ros2_flatland_robot_controller.git

Build inside the workspace folder:

rosdep install -i --from-path src --rosdistro humble -y
colcon build
source install/setup.bash

Run the package:

ros2 launch serp_controller serp_controller.launch.py

Code examples

Example 1: A robot that moves forward

1

Example 2: A robot that moves in a circle

2

Example 3: A robot that moves forward and turns to the right when it finds an obstacle in front of it

3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%