-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: cropped image + gesture detection * feat: wait for start signal, don't say we couldn't see a pointing person. * fix: never ask, and require a minimum number of tracks before we check if we are done. * chore: remove official leg_tracker submodule. * chore: submodule our own leg_tracker. * feat: try to make recovery more robust and forgiving. * feat: ensure that we are close to the person when we stop. * feat: manage the head manager. * fix: we are not asking anymore. * chore: bump leg_tracker. * refactor: tidy launch file. * fix: tf * feat: don't manage head manager, be more verbose. * small cleanup * feat: tell person to step back, we are reaching the arm out. * feat: handle person being too far away for vision to be viable. * fix: clear costmap before beginning to follow. * feat: ask person to slow down if they are going to fast, and add timeout on robot_pose to prevent infinite waiting. * refactor: type hint * fix: clear velocity buffer to prevent constant check_finished.
- Loading branch information
Showing
9 changed files
with
250 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "common/third_party/leg_tracker"] | ||
path = common/third_party/leg_tracker | ||
url = git@github.com:angusleigh/leg_tracker.git | ||
url = https://github.com/LASR-at-Home/leg_tracker |
5 changes: 2 additions & 3 deletions
5
common/navigation/lasr_person_following/launch/person_following.launch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule leg_tracker
updated
3 files
+3 −1 | msg/Person.msg | |
+292 −190 | scripts/individual_leg_tracker.py | |
+370 −238 | scripts/joint_leg_tracker.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.