Skip to content

Commit 2fdab37

Browse files
authored
Update Goal.py
1 parent 7691c57 commit 2fdab37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assignment/src/Goal.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def __init__(self):
2222
rospy.init_node('turtlebot_controller', anonymous=True)
2323
self.velocity_publisher = rospy.Publisher('/cmd_vel', Twist, queue_size=10)
2424
self.pose_subscriber = rospy.Subscriber('/odom', Odometry, self.callback)
25-
self.pose = Pose()
25+
self.pose = odom()
2626
self.rate = rospy.Rate(10)
2727

2828

0 commit comments

Comments
 (0)