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

added brne inter planner #149

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Atharva-05
Copy link

No description provided.

@voshch
Copy link
Contributor

voshch commented Feb 21, 2024

Can't build brnelib because

  • The CMakeLists.txt is missing a find_package(catkin REQUIRED COMPONENTS). Fix by adding that anywhere above catkin_package.
  • Some Armadillo functions are undefined, might be a version mismatch. Verify that the dependency is resolved correctly.
  • Catch2 isn't a catkin dependency, but used in the CMakeLists.txt (but also not really needed for our environment, I overrode this using set(CMAKE_CROSSCOMPILING 1)). Fix this by adding the dependency or removing it from the CMakeLists.txt altogether.

@linhdoan8
Copy link
Contributor

@Atharva-05 pls fix issues and conflicts

@voshch
Copy link
Contributor

voshch commented Feb 22, 2024

conflicts are fine, I'll fix them myself during the merge (caused by the arena-rosnav upstream restructuring)

@Atharva-05
Copy link
Author

  • Added find_package(catkin REQUIRED COMPONENTS)
  • How to enforce a particular version dependency for armadillo?
  • Removed catch2 from CMakelists

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants