PX4 - NSH TOP command not working

Hello everyone,

I am running a Cube Orange with the PX4 Firmware Stack Version 1.12.3.We are trying to run a custom controller setup in which we test an experimental controller or an experimental setup.

We could successfully, compile and upload the PX4 Firmware to the Cube Orange, however whenever I run the “uorb top” command in the nsh shell (in order to list all uorb topics), nothings happens. The exact output is:

nsh>
nsh> uorb top

nsh>

does anyone have a hint or knows what happens here? Why does this command not work. Other commands seem to work fine, also I get correct telemetry from the board so obviously uorb HAS to work right? Also If I enter “uorb status” for example, I get output. So what is going on here?

Best regards,
Phil

2 Likes

Even I am seeing the same issue on Pixhawk 4 with Mavlink shell.

Same problem with my Pixhawk 6C.

NuttX-11.0.0
Latest PX4 (compiled by sources today 28/12/22)

Same with PX4 1.13.1 on Cube Orange

Apparently it works with uorb top -1

2 Likes

uorb top not works,
uorb top -1 works