Skip to content

Commit

Permalink
Fixed typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Goebel committed Sep 11, 2016
1 parent 8152a64 commit 186a892
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 286 deletions.
2 changes: 1 addition & 1 deletion rbx2_tasks/src/rbx2_tasks/task_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def setup_task_environment(self):
self.low_battery_threshold = rospy.get_param('~low_battery_threshold', 50)

# How many times should we execute the patrol loop
self.n_patrols = rospy.get_param("~n_patrols", 2) # meters
self.n_patrols = rospy.get_param("~n_patrols", 2)

# How long do we have to get to each waypoint?
self.move_base_timeout = rospy.get_param("~move_base_timeout", 10) #seconds
Expand Down
11 changes: 0 additions & 11 deletions rbx2_vision/launch/unused/cob_face_recognizer.launch

This file was deleted.

8 changes: 0 additions & 8 deletions rbx2_vision/launch/unused/name_that_face.launch

This file was deleted.

57 changes: 0 additions & 57 deletions rbx2_vision/launch/unused/people_detection.launch

This file was deleted.

41 changes: 0 additions & 41 deletions rbx2_vision/launch/unused/people_detection_nodelets.launch

This file was deleted.

63 changes: 0 additions & 63 deletions rbx2_vision/nodes/unused/name_that_face.py

This file was deleted.

105 changes: 0 additions & 105 deletions rbx2_vision/nodes/unused/people_monitor.py

This file was deleted.

0 comments on commit 186a892

Please sign in to comment.