Skip to content

A simple ROS2 example that uses a joystick to control the turtlesim node.

Notifications You must be signed in to change notification settings

zauberzeug/ros_nicegui_turtlesim_joystick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

What it does

This small programm creates a simple joystick which controls the turtlesim_node. This example fits right in with the ros2 turtlesim tutorial.

Note: This node is not continuously sending. It will send a new twist command on change of the joystick.

How to use

Terminal1 :

python3 joystick 

Terminal2 :

ros2 run turtlesim turtlesim_node 

About

A simple ROS2 example that uses a joystick to control the turtlesim node.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages