Error compiling package with custom messages
Hello, everyone,
I'm having some difficulty compiling a package that I've created with custom message.
When I run cmake . at the head of that package's directory, I get the error
Assertion failed: file
'/home/poofjunior/Projects/ICEX/src/external_sensor_interface/msg/data_logger_measurement.h'
does not exist. Message: message file not found
inside of the msg directory in my package, I have a file titled data_logger_measurement.msg but indeed, the file in question, which is the .h file, does not exist in that msg directory.
Isn't this message auto-generated?
Oddly enough, I have been able to run this package before, and I'm slightly convinced that it may be an issue with how my workspace is setup.
Many thanks in advance!