-
Notifications
You must be signed in to change notification settings - Fork 0
Post-DTC fixes #18
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
Post-DTC fixes #18
Conversation
|
OK, the tests are running now - I added all necessary DTC packages into requirements.txt, but just "ultralytics" took over 2 minutes to install, so I decided to patch it together with private external doctor function. |
| @@ -31,15 +31,15 @@ | |||
|
|
|||
| def geo_length(pos1, pos2): | |||
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.
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.
thanks for your comment - it is actually originally copy & paste from:
https://github.com/robotika/osgar/blob/master/osgar/ro2018.py#L20
and then another copy & paste from
https://github.com/robotika/osgar-apps/blob/master/roboorienteering/ro.py#L16
... note, that both are untouched, i.e. most probably still wrong.
|
merging, not to block further development - feel free to comment for future revision, thanks m. |
Here are some fixes and visualization tools after DTC was finished.