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
The middleware works for most message types I tried so far, e.g. std_msgs/Float64, sensor_msgs/BatteryState, sensor_msgs/FluidPressure but it seems to have a problem with nav_msgs/Odometry.
integration-service src/Integration-Service/examples/basic/ros2_websocket__odometry.yaml
[Integration Service][INFO] [is::sh::ROS2] Created node '/is_ros2_node_1804289383' with Domain ID: 18446744073709551615
terminate called after throwing an instance of 'eprosima::xtypes::idl::Parser::exception'
what(): Parser exception (<no file>:94:20): The identifier "double__36" is already used.
Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
The middleware works for most message types I tried so far, e.g. std_msgs/Float64, sensor_msgs/BatteryState, sensor_msgs/FluidPressure but it seems to have a problem with nav_msgs/Odometry.
I added this to the CMakeList:
This is the yaml file I use to run the middleware for the odometry topic:
This is the error message:
The text was updated successfully, but these errors were encountered: