Add subt/tools/locimg.py - tool for image extraction for given location#879
Add subt/tools/locimg.py - tool for image extraction for given location#879
Conversation
jisa
left a comment
There was a problem hiding this comment.
I guess a v0 has to do something ...
What is the long term plan?
|
|
||
| parser = argparse.ArgumentParser(description=__doc__) | ||
| parser.add_argument('logfile', help='recorded log file') | ||
| parser.add_argument('--out-dir', help='where tu dump relevant images') |
| from subt.trace import distance3D | ||
|
|
||
|
|
||
| POSE3D_STREAM = 'fromrospy.pose3d' |
There was a problem hiding this comment.
This could also be a commandline flag.
There was a problem hiding this comment.
OK ... I just realized that we wanted to take this pose3d from true position ... so this is just first approximation.
Long term you mean > 24h? ;) ... the plan was to help with "false negative" (?), i.e. artifacts we did not detect but in reality they were there and speed up analysis for @tajgr p.s. at the moment it grabs some images near potential place (taken from |
This is the first step to get images from given places (where robot should see artifact, for example):