Skip to content
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

Support beluga builds on Ubuntu Focal #209

Merged
merged 4 commits into from
Jun 9, 2023
Merged

Conversation

hidmic
Copy link
Collaborator

@hidmic hidmic commented Jun 5, 2023

Proposed changes

Connected to #95. Before ROS Noetic support, we need beluga building on Ubuntu Focal: compiling with gcc 9.3, using an older version of Eigen3. This patch performs the necessary compatibility changes, with no functional side effects (or none that I have observed).

Type of change

  • 🐛 Bugfix (change which fixes an issue)
  • 🚀 Feature (change which adds functionality)
  • 📚 Documentation (change which fixes or extends documentation)

Checklist

  • Lint and unit tests (if any) pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works(*)
  • I have added necessary documentation (if appropriate)
  • All commmits have been signed for DCO

Additional comments

(*) Note there is no development container or CI workflow here to validate these changes effectively help in Ubuntu Focal. That'll come in follow-up PRs, to limit scope.

Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
nahueespinosa
nahueespinosa previously approved these changes Jun 5, 2023
Copy link
Member

@nahueespinosa nahueespinosa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

glpuga
glpuga previously approved these changes Jun 5, 2023
beluga/include/beluga/algorithm/raycasting/bresenham.hpp Outdated Show resolved Hide resolved
beluga/include/beluga/mixin.hpp Show resolved Hide resolved
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
@hidmic
Copy link
Collaborator Author

hidmic commented Jun 8, 2023

@nahueespinosa I think I hit a bug in codecov's computation.

@nahueespinosa
Copy link
Member

nahueespinosa commented Jun 8, 2023

@hidmic Yeah, I think we can try with a different removed_code_behavior. I was hoping the default would be good enough, but it doesn't seem to be the case.

Signed-off-by: Nahuel Espinosa <nespinosa@ekumenlabs.com>
Workaround to test coverage bug.

Signed-off-by: Nahuel Espinosa <nespinosa@ekumenlabs.com>
@hidmic hidmic dismissed stale reviews from glpuga and nahueespinosa via 02ca4f9 June 9, 2023 17:21
@hidmic hidmic merged commit 68a66a1 into main Jun 9, 2023
@hidmic hidmic deleted the hidmic/focal-compatible branch June 9, 2023 17:38
@nahueespinosa nahueespinosa added enhancement New feature or request cpp Related to C++ code labels Jun 10, 2023
@hidmic hidmic mentioned this pull request Jun 12, 2023
7 tasks
hidmic added a commit that referenced this pull request Jun 12, 2023
Follow-up PR after #209. This patch adds CI infrastructure to build `beluga` (and only `beluga` for now) against ROS Noetic in Ubuntu Focal.

Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp Related to C++ code enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants