You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RRT Star Connect path planning algorithm in work and Rospy turtle wandering through that path with the help of PID. This was originally a KRSSG task and the problem statement and the output is provided in the repo.
ROS2 Turtle Catch Game 🐢 is an interactive ROS2 project using turtlesim, where a master turtle hunts and catches other turtles. It demonstrates publisher-subscriber communication, services, custom messages, and P-controller-based movement.
A ROS2 simulation project with Turtlesim demonstrating topics, services, and custom interfaces. Includes both Python and C++ implementations of a turtle-catching game for learning and showcasing cross-language ROS2 development.
This project implements a ROS 2 simulation using the turtlesim package, where a turtle "catches" randomly spawned turtles by moving toward them and removing them from the screen once caught.
Turtlesim-PID-Controller: A ROS 2 node designed to navigate a turtle in the turtlesim simulator using Proportional control. Aims to drive the turtle to specified coordinates with future plans for full PID integration.