17 Nisan 2021 Cumartesi

 MountControl msgs c++ to Python

In this small text I will talk about importing mountcontrol


in c++: 

#include <mavros_msgs/MountControl.h>
mavros_msgs::MountControl msg;

in python

from mavros_msgs.msg import MountControl
msg = MountControl()