Skip to content

This repository showcases a point-to-point robot simulation using ROS and Gazebo. The project aims to demonstrate the robot's ability to move to specified points in a simulated environment

Notifications You must be signed in to change notification settings

Imotechs/point-to-point-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Point-to-Point Robot Controller

Visualization

RViz2

RViz2 View

Gazebo

Gazebo View

About this project

This project is implemented using ROS 2 Foxy, RViz2, and Gazebo. It enables point-to-point control of a robot.

How to run

1. Clone the repository

git clone https://github.com/Imotechs/point-to-point-controller.git 

2. cd point-to-point-controller  
3. colcon build  

## Jump to 6

4. Launch Gazebo and RViz to spawn the robot in the environment

ros2 launch controller_bringup gazebo.launch.xml  

5. Move the robot
ros2 run robot_controller move_robot  

6. command:
docker build -t r2_jazzy .
docker run -it --rm --env DISPLAY=host.docker.internal:0 --name ros2_container r2_jazzy

7. Watch the robot move...

'''

About

This repository showcases a point-to-point robot simulation using ROS and Gazebo. The project aims to demonstrate the robot's ability to move to specified points in a simulated environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •