nuttx
nuttx copied to clipboard
[HELP] Documentation reference to uorb_generator and uorb_listerner that doesn't exist
Description
The official documentation about uORB on NuttX comments about uorb_generator and uorb_listerner as debugging tools: https://nuttx.apache.org/docs/latest/applications/system/uorb/index.html#generator-debugging-tool-instructions but these tools doesn't exist on NuttX
@Donny9 since your contributed this Documentation, could you please help to find these tools?
Verification
- [x] I have verified before submitting the report.
@acassis Okay, it's possible that the generator hasn't been uploaded yet. I'll ask the owner of my team to upload it. listener is ok, https://github.com/apache/nuttx-apps/blob/master/system/uorb/listener.c
Thank you very much @Donny9