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
I was using this fork https://github.com/DoanNguyenTrong/roboteq_controller_ros/tree/galactic-devel to build it with ROS2 humble but got error in ./controller_driver/src/roboteq_controller_ros/roboteq_controller/include/roboteq_controller/roboteq_controller_node.h in line 26 #include "nav_msgs/msg/odometry.hpp". So can not find the header for the nav_msgs. But when just comment the line it works. So my question is do we need the header or how to fix it if need it?
Thanks
The text was updated successfully, but these errors were encountered:
Hi
I was using this fork https://github.com/DoanNguyenTrong/roboteq_controller_ros/tree/galactic-devel to build it with ROS2 humble but got error in ./controller_driver/src/roboteq_controller_ros/roboteq_controller/include/roboteq_controller/roboteq_controller_node.h in line 26 #include "nav_msgs/msg/odometry.hpp". So can not find the header for the nav_msgs. But when just comment the line it works. So my question is do we need the header or how to fix it if need it?
Thanks
The text was updated successfully, but these errors were encountered: