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
After I finished all the compilation, and run the example. It doesn't work, the ros2 node sensor_combined_listener receive nothing from the micrortps_agent. However the micrortps_agent received messages from micrortps_client. And I use ros2 topic echo /SensorCombined_PubSubTopic,
it says:
Cannot echo topic '/SensorCombined_PubSubTopic', as it contains more than one type: [px4_msgs::msg::SensorCombined, px4_msgs/msg/SensorCombined]
and I found in the micrortps_agent it's SensorCombined_PubSubTopic's type is px4_msgs::msg::SensorCombined while in sensor_combined_listener the SensorCombined_PubSubTopic's type is px4_msgs/msg/SensorCombined
The text was updated successfully, but these errors were encountered:
After I finished all the compilation, and run the example. It doesn't work, the ros2 node sensor_combined_listener receive nothing from the micrortps_agent. However the micrortps_agent received messages from micrortps_client. And I use ros2 topic echo /SensorCombined_PubSubTopic,
it says:
Cannot echo topic '/SensorCombined_PubSubTopic', as it contains more than one type: [px4_msgs::msg::SensorCombined, px4_msgs/msg/SensorCombined]
and I found in the micrortps_agent it's SensorCombined_PubSubTopic's type is px4_msgs::msg::SensorCombined while in sensor_combined_listener the SensorCombined_PubSubTopic's type is px4_msgs/msg/SensorCombined
The text was updated successfully, but these errors were encountered: