You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
I think exactly the same issue as described here happens when you strictly follow the tutorials. Every generated mavlink.h file defines a header guard as follows:
#pragma once
#ifndef MAVLINK_H
#define MAVLINK_H
This makes it impossible to correctly import a message that is defined in custom_messages.
Let me know if I'm missing something but I feel I've been very thorough when following the wiki!
The text was updated successfully, but these errors were encountered:
Hi!
I've just been following the wiki on creating custom messages.
I think exactly the same issue as described here happens when you strictly follow the tutorials. Every generated mavlink.h file defines a header guard as follows:
This makes it impossible to correctly import a message that is defined in custom_messages.
Let me know if I'm missing something but I feel I've been very thorough when following the wiki!
The text was updated successfully, but these errors were encountered: