Could not find .mix file for message type: 'sensor_msgs/msg/Image'.
-- Make sure that you have generated the 'is-ros2' extension for that message type by calling
'is_ros2_rosidl_mix(PACKAGES MIDDLEWARES ros2)' in your build system!
Even though all the mix files are generated but integration-service is unable to find those.


Similar error happens for the 'std_msgs/msg/Header'.

I have tired colcon build --cmake-args -DMIX_ROS_PACKAGES="std_msgs sensor_msgs geometry_msgs". Please help.
Could not find .mix file for message type: 'sensor_msgs/msg/Image'.
-- Make sure that you have generated the 'is-ros2' extension for that message type by calling
'is_ros2_rosidl_mix(PACKAGES MIDDLEWARES ros2)' in your build system!
Even though all the mix files are generated but integration-service is unable to find those.
Similar error happens for the 'std_msgs/msg/Header'.

I have tired
colcon build --cmake-args -DMIX_ROS_PACKAGES="std_msgs sensor_msgs geometry_msgs". Please help.