-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vtr testing radar extractor comparison update #14
Conversation
ElliotP-K
commented
Dec 17, 2024
•
edited
Loading
edited
- Updated Boreas config files
- New detector parameters
- Threshold values for ICP failure conditions (see extractor comparison VTR3 Update)
- New additions to the config files so they work with code from the VTR3 Gyro update
- See main update for general testing: https://github.com/utiasASRL/radar_topometric_localization/pull/1
ec6cd28
to
5af5b51
Compare
5af5b51
to
93b220c
Compare
@@ -129,6 +134,21 @@ def main(dataset_dir, result_dir, velocity): | |||
writer = csv.writer(file, delimiter=' ') | |||
writer.writerows(result) | |||
print("Written to file:", osp.join(output_dir, odo_input + ".txt")) | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is already implemented in the latest branch! Please remove the duplicate
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please address few comments