-
Notifications
You must be signed in to change notification settings - Fork 71
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
Add bondcpp dependency to install_spot_ros2.sh #615
Conversation
3341d9f
to
80313c5
Compare
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.
Good catch! Using rosdep install
would free us though from having to keep track of these in addition to listing them in package.xml
files.
Signed-off-by: Katie Hughes <khughes-bdai@theaiinstitute.com>
80313c5
to
e71ffbd
Compare
Pull Request Test Coverage Report for Build 13703845286Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Change Overview
Noticed when running code locally that my
colcon build
s were failing because I was missing the bondcpp dependency added recently. This adds it to the install scriptTesting Done
Ran script locally