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
Describe the bug
I followed the steps in the PX4 documentation to create a custom uORB message and publish it, within my custom application. I went to the nsh shell in QGroundControl to try and confirm my message was streaming by typing uorb top , however when I did this, I did not see my custom uORB topic anywhere in the list (I thoroughly searched through it). Based on a suggestion from the PX4 Slack message I posted, I tried uorb top my_uorb and it displayed the topic there correctly.
Worth noting is that once I got this uORB message to feed a custom MAVLink message, it is displayed in the uorb top list. However, when this is not happening (and when there are no other subscribers to that uORB topic), the uORB message is not displayed in the list.
To Reproduce
Steps to reproduce the behavior:
Create new uORB message, advertise and publish it from a running application/module
Use the uorb top command in the nsh shell (from QGC)
Expected behavior
The custom uORB message should be there in the list of topics.
Log Files and Screenshots
Sorry, I did not capture any screenshots, but I hope the post is self-explanatory.
Drone (please complete the following information):
-Using Pixhawk Cube Black as hardware running this code
Additional context
None
The text was updated successfully, but these errors were encountered:
Describe the bug
I followed the steps in the PX4 documentation to create a custom uORB message and publish it, within my custom application. I went to the nsh shell in QGroundControl to try and confirm my message was streaming by typing
uorb top
, however when I did this, I did not see my custom uORB topic anywhere in the list (I thoroughly searched through it). Based on a suggestion from the PX4 Slack message I posted, I trieduorb top my_uorb
and it displayed the topic there correctly.Worth noting is that once I got this uORB message to feed a custom MAVLink message, it is displayed in the
uorb top
list. However, when this is not happening (and when there are no other subscribers to that uORB topic), the uORB message is not displayed in the list.To Reproduce
Steps to reproduce the behavior:
uorb top
command in the nsh shell (from QGC)Expected behavior
The custom uORB message should be there in the list of topics.
Log Files and Screenshots
Sorry, I did not capture any screenshots, but I hope the post is self-explanatory.
Drone (please complete the following information):
-Using Pixhawk Cube Black as hardware running this code
Additional context
None
The text was updated successfully, but these errors were encountered: