Building from source fails indicating a missing nav_msgs/Odometry.h. This patch adds the required dependency to CMakeLists.txt in order to pull in the file correctly.
If someone could review if this is indeed a necessary change that would be great. I can't seem to find any commits elsewhere that would cause this issue so perhaps it is something on my end...
Building from source fails indicating a missing
nav_msgs/Odometry.h
. This patch adds the required dependency toCMakeLists.txt
in order to pull in the file correctly.If someone could review if this is indeed a necessary change that would be great. I can't seem to find any commits elsewhere that would cause this issue so perhaps it is something on my end...