-
Notifications
You must be signed in to change notification settings - Fork 17
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
Minor updates #450
Minor updates #450
Conversation
This was recommended in a warning for current BuildX plugin versions.
* Add missing parameter to feedback node for R18 config * Update frame rate and remove extraneous whitespace
@@ -4,7 +4,7 @@ | |||
# Assumptions: | |||
# - ROS_DISTRO is defined with the name of a distribution installed under /opt/ros/ | |||
# | |||
ARG ROS_VERSION | |||
ARG ROS_VERSION="foxy" |
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.
Help me recall: what are the reasons we cannot upgrade from foxy? mmdet was one; were there others?
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.
I was wondering if we should revisit this
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.
mmdet/mmpose specifically.
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.
Right. Noted, thanks.
@@ -4,7 +4,7 @@ | |||
# Assumptions: | |||
# - ROS_DISTRO is defined with the name of a distribution installed under /opt/ros/ | |||
# | |||
ARG ROS_VERSION | |||
ARG ROS_VERSION="foxy" |
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.
I was wondering if we should revisit this
@Purg - this looks good to me! |
These were some recent minor updates I had found in reintroducing myself into various parts of the codebase.