Skip to content

Instantly share code, notes, and snippets.

View JayateerthDambal's full-sized avatar
🎯
Focusing

Jayateerth Shyam Dambal JayateerthDambal

🎯
Focusing
View GitHub Profile
#!/usr/bin/env python
"""
Ros node to make to the turtle draw a circle
"""
import rospy
from turtlesim.msg import Pose
from geometry_msgs.msg import Twist
import math