-
Notifications
You must be signed in to change notification settings - Fork 174
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
Topic type format #52
Comments
I found this problem can be solved if the version of fastrtpsgen is more than v1.0.4. Thanks. |
It needs to be at least 1.0.4 |
I have got a similiar issue to this when doing fresh build of Ubuntu 22.04 + ROS2 Humble + PX4. I have tried fastrtpsgen v1.0.4. Also tried the latest, and always my messages are showing wrong. Any idea how I can fix this? $ ros2 topic list -t Posted similiar question here: PX4/micrortps_agent#2 |
This issue is related to using ros humble from source. The workaround is to force the generator to generate ros2 types from
to
this forces the generator to append the |
Actually never mind. Before the modification, ensure the ROS_DISTRO environment variable is set to rolling or humble |
Thanks @nigeltiany - Literally that same day before you posted I reinstalled Ubuntu 20.05 and Galactic, as I am still new to this, and realised using an unsupported version just now was probably not best. |
Hi,
When I use px4_ros_com, I found the topic type is different from ROS.
For example, I thought that valid topic type is "px4_msgs/msg/AdcReport" not px4_msgs::msg::AdcReport/
So when I test it, I found the error message lilke below
How can I change the message type?
(I use ROS2 dashing)
The text was updated successfully, but these errors were encountered: