|
Hi, I'm trying to communicate with a NEO-M9V from a linux terminal and I'm having a bit of trouble. Right now I need to poll the Sensor Fusion Initialization Data(UBX-MGA-SF-INI), but this message type is not available in the current pyubx2 library. In the script below, I'm trying to custom write the message type and its definition to get around this, but I'm still getting a KeyError. If someone could explain whats going on I'd really appreciate it. At the bottom is the traceback. |
Replies: 2 comments 1 reply
|
Hi @jdifig MGA-SF poll should hopefully be resolved by #201, but I haven't had time over the past couple of weeks to test it properly. I'll do my best to get to it within the next couple of days. Watch this space. In answer to your specific issue, unfortunately pyubx2 cannot support dynamically-created payload definitions. |
|
FYI Support for MGA-SF types now available in v.1.3.0 - https://github.com/semuconsulting/pyubx2/releases/tag/v1.3.0 |
FYI Support for MGA-SF types now available in v.1.3.0 - https://github.com/semuconsulting/pyubx2/releases/tag/v1.3.0