Hello,
I am trying to bridge ros2 with node-red. All the steps of plugin installations went well and I tried to run the configure yaml file which yields to this error.
[Integration Service][INFO] [is::sh::ROS2] Created node '/is_ros2_node_1804289383' with Domain ID: 0
[Integration Service][ERROR] [is::sh::ROS2] Could not find .mix file for message type: 'geometry_msgs/msg/Twist'.
-- Make sure that you have generated the 'is-ros2' extension for that message type by calling 'is_ros2_rosidl_mix(PACKAGES <package> MIDDLEWARES ros2)' in your build system!
[Integration Service][ERROR] [is::core::Config] The middleware 'ros2' configuration step failed
[Integration Service][ERROR] [is::core::InstanceHandle] Failed to load middlewares!
I checked /opt/ros/humble/share/geometry_msgs/msg and I could find Twist.idl
What more should I do to resolve this issue?
Thanks.