-
Notifications
You must be signed in to change notification settings - Fork 95
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
Fix ROS1 bridge type conversion bug #300
Conversation
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.
Thank you!
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.
Thank you
src/opendr/perception/object_detection_2d/yolov3/yolov3_learner.py
Outdated
Show resolved
Hide resolved
Just a question: is Thomas testing the master or develop version of the toolkit? |
cccb536
He is testing the develop branch with the updated nodes ROS1 nodes. I've been thinking about creating a tracker issue with a list of all ROS1 that still need to be updated, as in three of the issues Thomas opened mention inconsistent parameters, #302, #303, #304. Right now many ROS1 nodes are updated in PRs #281 and #269, but many are still in their old state. I made a similar list on the ROS2 PR so we know where we stand #256. What do you think @stefaniapedrazzi ? |
Yes it seems a good idea to list all ROS2 nodes that still needs to be updated in a single issue. |
Sorry, i meant ROS1 nodes as the progress is not documented anywhere right now, i suppose that's still ok? Or should i create an issue for ROS2 nodes as well? |
No, I made a typo when writing. I meant ROS1. |
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.
Thank you!
* Fixed type conversion bug * Added conditionals in download method to not re-download existing files * Simplified else-ifs as suggested by review
Closes #299
Also added some ifs to stop re-downloading existing files in yolov3 object detection learner download method .