Vicidel
Vicidel
I have an issue which I think is related to this one When doing `ros2 param list` after MAVROS2 booted completely/correctly I have an error `AttributeError: 'NoneType' object has no...
What would need to be done here? Also, is there any solution to run the package without it for short-term testing?
I would also like this feature, is there any way to do something similar currently?
Here is my implementation of the sio::message::ptr -> nlohmann::json function, hope it can help people, I think it makes sense to have alongside the previous functions. ```cpp /** @brief Converts...
While trying to create some reproducible code, I found out that running MAVROS2 alone with only one other node works fine. So the issue comes only when there are a...
Hello, I know the issue is old, but I have a similar issue on 1.6.4 I have two devices connected with two links: one LAN and one WAN. The intended...
From what I see in my usage, MAVROS2 supports PX4 perfectly fine. I do not have any information missing by using MAVROS2. From what I know the currently recommended interface...
I had some issue when trying to open a socket with https (`unsupported URI scheme`). For future reference for people having the same issue as me; to fix it I...
Is there any progress/update here?
Hello, is there any possibility to do so at the moment? I'm already building a custom executable to add my specific services (#10 and #54), but it seems like there...