Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sensor_combined_listener can not receive the msg from micrortps_agent #35

Closed
CarmChao opened this issue Jan 11, 2020 · 1 comment
Closed

Comments

@CarmChao
Copy link

CarmChao commented Jan 11, 2020

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

@ldg810
Copy link

ldg810 commented Jan 13, 2020

@CarmChao Which version of ROS are you using? If you using dashing, the problem was solved in last week.
Please check this Issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants