Skip to content

fjp/rqt-turtle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rqt-turtle

rqt plugin for ROS (Noetic) to control turtles in turtlesim.

Short Demo

To learn how the package was created, please read the documentation.

The video below gives more insights on what is currently implemented:

rqt turtle YouTube

Launch

To run the plugin make sure it is installed in your ros workspace and execute rqt. From the Plugins menu select Robot Tools->TurtleSim.

Dependencies

The following dependencies are only required if you would like to contribute addons to this project.

  • Qt 5: sudo apt install qt5-default qtcreator
  • OpenCV: Install ubuntu package sudo apt install libopencv-dev or install a specific/latest version from source