Hello ! I have had some success integrating GStreamer into my project, as well as writing C and Python to control my boat. The challenge I have is developing a mapping system.
GStreamer is on the Raspberry and it works fairly well. As Python is a bit heavy for the Pi, wrote rudder, speed controls and camera controls in C. From the joy stick / GCS side, was able to use Python on a notebook computer. Use UDP for communicating from the joy stick to boat. Boat image included.
The Pi relays servo commands to the NXP PCA9685 I2C to PWM IC. It works well.
My main interest is getting a map to work. Wish to have a GPS map run natively on the GCS, not to connect to a map over the Internet.
I enjoy building my own vehicle side hardware and software, but the map has been a challenge. Would also like to look at an autopilot after that. Would be very appreciative if somebody would tell me where to start.
Thank you