-
Hey, thanks for a nice and clean NMEA parser library!
We run into occasional malformed messages with encapsulated sentences prefixed with non-encapsulated start-tokens. Here's an excerpt from real-…
kimgr updated
4 months ago
-
Hi, I'm in very beggining at OpenImaj. I wanted to make some tests.
I just clone your repository to my local then run
> mvn install
but I got below error:
[ERROR] Failed to execute goal o…
-
Hi,
I am decoding NMEA sentences and saving them as parquet. When i try to reverse the process, parse the file to a Dataframe, i am getting the following error:
`partially initialized module 'pa…
-
I'm following the [developer guide](https://github.com/ElectronicCats/Minino/blob/main/firmware/README.md#building-the-firmware) for building the firmware until the `make compile` part where I'm stuck…
-
There is currently no space in the specification for a few bits of (potentially) important information which will be obtained from other vessels over AIS. Here's a list with suggested modifications to…
-
I have started using this project for a personal project and I have come across the following problem.
If I define any double number for the scale, offset, etc. of a signal, the parser will remove …
-
It may be useful to read or stream NMEA messages containing any kind of metadata like this:
```python
# We can also have any king of metadata for each message:
enhanced_fake_stream = [
b"[2024…
-
### Describe the issue
I'm using Fedora 39 / Debian 12 system and have an U-blox ZED-F9P GPS receiver which is connected using USB. I'm using the `gpsd` daemon to get the GPS data from the receiver b…
-
The Beagle bone black has a built in CAN bus interface. Your program is really cool and i want to use it on my BBB as a Xanbus system monitor but i am unable to code in python and have no idea how to …
-
Hi @ajshank,
I've been unable to build (with ./waf) the computer_ctrl version of Ardupilot ([maintained here](https://github.com/ajshank/ArduPilot)) for SITL. It also doesn't seem to build for oth…