question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Message headers not generated

See original GitHub issue

Any package with message headers fails to compile using catkin because the messages are never converted to header files, leading to compilation errors like:

fatal error: lsd_slam_viewer/keyframeGraphMsg.h: No such file or directory
    #include "lsd_slam_viewer/keyframeGraphMsg.h"

I’m new to catkin, and was trying to compile this lsd_slam fork when I encountered this error. Fortunately, many others have encountered similar errors, leading me to find this question where the user discovered building with catkin_make -j1 works around this problem. But presumably, catkin should still generate message headers without the -j1 flag.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

4reactions
dirk-thomascommented, May 4, 2015

This is not a bug but a usage problem. Please read through the plenty of documentation, look for similar questions on answers.ros.org or ask your question on answers.ros.org. I am happy to answer your question there if need is.

0reactions
winterhellcommented, Jan 20, 2022

Is this an automated reply bot account?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Custom message header not found C++ - ROS Answers
I created a "Num.msg" message that I want to use, but I can't include its "Num.h" header because it can't be found.
Read more >
Email message headers not appearing on sent items - TechNet
Today I noticed that there are no email headers are generated for outgoing emails, I Tested follow; - I sent email to myself...
Read more >
Custom services header file is not found
Every package in my workspace can no longer can find header files for any of my custom service messages. I was able to...
Read more >
ROS Help: rosserial not generating custom message headers
It boils down to rosserial isn't generating the header file I need to use my custom message. I've fallowed the tutorials but I...
Read more >
What is that error called "code: -32000, message: 'header not ...
({ code: -32000, message: 'header not found' }). I have no idea of any reason why I got this since I could see...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found