-
Notifications
You must be signed in to change notification settings - Fork 182
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
Micro-RTPS Agent does not recieve any data from Micro-RTPS Client #122
Comments
Hi, I am facing the same issue. I can see that micrortps_agent is sending and receiving messages from micrortps_client. However, Sensor Combined Listener is not displaying any. Has this issue been resolved? Thank you |
Thank you Senthil. I will give it a try later today |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using the CUAV V5+ flight controller and running PX4 version v1.12.3 and px4_fmu-v5_rtps on it. I have connected the flight controller to my Ubuntu 20.04 laptop via the USB port and by the DSU7 debugging port using a serial-USB converter. I access the debugging port using the following command:
screen /dev/ttyUSB0 57600 8N1
.Within the debugging port I start the MicroRTPS client as so:
And as you can see from the screenshot, I have ensured to stop all mavlink instances.
I start the MicroRTPS agent as so:
I am also running the Sensor Combined Listener and Vehicle GPS Position Listener available in the px4_ros_com package, as so:
I am expecting to see data being printed out in the Sensor Combined Listener and Vehicle GPS Position Listener applications, however I am not seeing anything. I am also not getting any errors or issues in the Micro RTPS Client or Agent.
GPS data and Sensor data are being outputted from the flight controller as confirmed in the screenshot below:
... And after doing
sensors status
I then stop the MicroRTPS agent and find that it sends messages but does not receive any data:
So I am not sure why I am not seeing anything in Sensor Combined Listener and Vehicle GPS Position Listener. What am I doing wrong?
The text was updated successfully, but these errors were encountered: