Hai i would like to know how can i change the custom frame name in ardusub??
Hi @vidhun, welcome to the forum
I expect you would at least need to specify a _frame_class_string
in AP_Motors6DOF.cpp, but I’m unsure whether it’s also necessary to add a custom value to the sub_frame_t
enum in AP_Motors6DOF.h
(which then gets used instead of SUB_FRAME_CUSTOM
), and/or make other changes in other files, so I’ve asked internally and will get back to you.
In case it’s relevant, is the context here to make the name appear in QGroundControl, or is there something else you’re trying to achieve?
Thank You @EliotBR, i have build one ROV, to customize it i am doing it
Hi all,
I am trying to achieve a very similar thing but I am trying to avoid rebuilding QGC. I was hoping if I compiled my firmware with a new name and generated the parameter files that BlueOS parameter viewer would reflect these Custom parameter names.
Do you have any suggestions on how to achieve this?
Thanks for your help