tony-white
(Tony White)
December 20, 2023, 7:18am
2
Hi @gorkem
If you setup your vehicle with ardusub and BlueOS, you could write a Python script to run whatever motors for 20 seconds. Checkout this documentation , there are many forum posts here on it as well!
Hi @AT1234567 , welcome to the forum
mavproxy is a proxy service for connecting different MAVLink-based services and devices together into a MAVLink network, and it (or its equivalent service in BlueOS) is not something you should be modifying for autonomous operation - if anything you should just be using it to set up an endpoint which your code can then talk to.
Code on the Onboard Computer can be stored directly on the root filesystem, or within a BlueOS Extension . The latter…
Hi all,
I am from India. Currently, we are operating BlueROV2 in XBOX controller. We want to operate it autonomously, like locomotion of bot in given waypoints avoiding the obstacles. So, please give me a step by step procedure to configure my vehicle into autonomous one.