We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7691c57 commit 2fdab37Copy full SHA for 2fdab37
src/assignment/src/Goal.py
@@ -22,7 +22,7 @@ def __init__(self):
22
rospy.init_node('turtlebot_controller', anonymous=True)
23
self.velocity_publisher = rospy.Publisher('/cmd_vel', Twist, queue_size=10)
24
self.pose_subscriber = rospy.Subscriber('/odom', Odometry, self.callback)
25
- self.pose = Pose()
+ self.pose = odom()
26
self.rate = rospy.Rate(10)
27
28
0 commit comments