Hello everyone, I’m still doing simulation, and at the moment the question arises, how can I send rpm from the physical environment to ardupilot?
I’m specifically interested in whether ardupilot SITL has built-in functionality for accepting RPM data from JSON or something else? Or should I develop it myself?
That article outlines why I think the JSON interface is the wrong mechanism for returning sensor data to SITL.
Gazebo doesn’t support DroneCAN either, but there is a message bus for data and that’s all that is required. If native plugins (C++) for Unity are an option, then there is a C++ DroneCAN lib.