-
Notifications
You must be signed in to change notification settings - Fork 14
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
[FEATURE]: Remove unnecessary modifications to MAVROS and source build #312
Comments
I've started an MR on this, but am seeing some unrelated (?) issues due to ... upstream API changes?
I can beat on it a bit. Also, I am ... confused by the |
Yeah, I made some changes to that package and haven't merged auv_controllers!41 to resolve that yet. I was going to work through your PR there first.
I'm probably going to submit a PR soon to fix this. I think the only change needed there is to update the mavros/dependencies.rosinstall file to a version that includes that fix. |
Again, not an expert, so I may be misreading it, but it looks like all of the release versions in that repo are quite old (and don't have that fix) e.g. the "rolling" release: Will this repo get forward-ported (automatically?) with a new release of mavros? |
auv_controllers should be updated and working for Rolling, Jazzy, Iron, and Humble now.
I think that Vladimir has to do that manually... not sure though - I need to ask |
Here is the relevant MAVROS issue that I've submitted: mavros!1995 |
Feature Type
Changing existing functionality in the BlueROV2 driver
Problem Description
The Dockerfile currently makes a few manual changes to the
mavros_extras/CMakelists.txt
file to address some linking errors toyaml-cpp
. A PR was recently merged to address this issue (and subsequently updated in mavros!1994).Feature Description
Remove stale changes in the Dockerfile.
Alternative Solutions
N/A
Additional Context
No response
The text was updated successfully, but these errors were encountered: