Skip to content

Commit

Permalink
Fix tutorial_6 track and move error, fixes generalized-intelligence#57
Browse files Browse the repository at this point in the history
  • Loading branch information
hddgi committed Sep 19, 2019
1 parent 2376e8f commit 4a31dcc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions demo/tutorial_6/6_object_tracking/init_drone.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
import time
import rospy

#rospy.init_node('init_drone')

con = Commander()

time.sleep(0.5)
Expand Down
2 changes: 0 additions & 2 deletions demo/tutorial_6/6_object_tracking/track_and_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ def get_next_move(self):


if __name__ == '__main__':
#rospy.init_node('track_and_move', anonymous=True)

K = config.K
resolution = config.resolution
left_topic = config.left_topic
Expand Down

0 comments on commit 4a31dcc

Please sign in to comment.