-
Notifications
You must be signed in to change notification settings - Fork 12
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
update install_deps for v2x-ros-conversion #256
base: develop-humble
Are you sure you want to change the base?
Conversation
This PR requires usdot-fhwa-stol/v2x-ros-conversion#12 to be merged first. |
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.
Instead of using the install_dependencies.sh script of v2x-ros-conversion I think it may be better to setup our own install_dependencies.sh script for this repo. My thought process is the script only installs a single package currently. If in the future carma-messenger uses more apt packages it seems that it should have it's own script to install them. What do you think?
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.
See comment
Makes sense to me, specially as we are migrating packages to debian, sounds like a good idea to keep an install deps script. |
shift | ||
shift | ||
;; | ||
-r|--root) |
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.
Remove root argument since it is not used
|
||
# Install dependencies | ||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" | ||
${SCRIPT_DIR}/install_dependencies.sh -b $BRANCH -r $dir |
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.
remove -r argument since it is not used
|
||
|
||
# Install dependencies | ||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" |
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.
NIT: I don't think you need this. I think you should just be able to call
./install_dependencies.sh ....
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.
small changes
PR Details
This PR updates the installation for the stol-j2735 library to use the correct version based on branch and ubuntu distro.
Description
Related GitHub Issue
Related Jira Key
Motivation and Context
How Has This Been Tested?
Types of changes
Checklist: