Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #8 from medhat-omr/master_fix
Browse files Browse the repository at this point in the history
Fix camera checkbox issue
  • Loading branch information
Medhat Omr authored Jan 7, 2018
2 parents e535584 + 08f2e27 commit c14c3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros/src/waypoint_updater/waypoint_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __init__(self):
# TODO: Add other member variables you need below
self._base_wps = None
self._curr_pose = None
self._traffic_wp_idx = None
self._traffic_wp_idx = -1
self._is_initialized = False

# rospy.spin()
Expand Down

0 comments on commit c14c3c1

Please sign in to comment.