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

[BUG] Error Building catkin #56

Open
Optimax14 opened this issue Jul 17, 2024 · 2 comments
Open

[BUG] Error Building catkin #56

Optimax14 opened this issue Jul 17, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Optimax14
Copy link

While following the installing instructions on the main repo I got a building error while using catkin build
the log is in the attached txt file
build.txt

additionally when running rosdep install --from-paths . --ignore-src -r -y i was faced with an error
ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
kimera_pgmo_ros: Cannot locate rosdep definition for [voxblox_msgs]
Continuing to install resolvable dependencies...
#All required rosdeps installed successfully

Please help... Thank you

@Optimax14 Optimax14 added the bug Something isn't working label Jul 17, 2024
@Hugh-Chen-Hugues
Copy link

A possible solution maybe:

cd path/to/catkin_ws/src
git clone https://github.com/MIT-SPARK/voxblox.git
cd ..
catkin build

I am not sure this could solve your problem, but you can give it a try.

@nathanhhughes
Copy link
Collaborator

Hi, thanks for your interest in our work! Unfortunately, the response from @Hugh-Chen-Hugues is incorrect and adding voxblox to the workspace is not going to fix any issues. In this case, voxblox_msgs is an optional dependency for Kimera-PGMO and the rosdep error can be ignored.

Also, the included build log looks like it only captured stdout and not stderr and I can't tell what the actual error is

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants