mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 21:19:35 +00:00
* clever/rc: Allow disabling GCS thread Currently spawning GCS thread results in ROS TCP errors. This patch allows a user to turn off this thread if it's not required. The thread is turned off by default, since it's not required for our PX4 firmware. * clever/rc: Code style