Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

fwanderlingh/turtle_ctrl_ros2

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

turtle_ctrl_ros2

Simple waypoint controller for the turtlesim package. Compatible with Ubuntu 24.04 and ROS2 Jazzy.

Build

colcon build --symlink-install

Run

Run directly the node:

ros2 run turtle_ctrl_ros2 turtle_ctrl_ros2_node

Use the launch file to set some gain parameters.

ros2 launch turtle_ctrl_ros2 launchCtrl.py

Publish Goals

You can send the turtle to a specific point by publishing a turtle_ctrl_ros2/msg/Goal message on the topic "/turtle1/goal". From command line:

ros2 topic pub --once /turtle1/goal turtle_ctrl_ros2/msg/Goal "{pos_x: 7.0, pos_y: 7.0}"

About

Simple waypoint controller for the ROS2 turtlesim package (Jazzy).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.