MAVROS class. More...
#include <ros/console.h>
#include <mavros/mavros.h>
#include <mavros/utils.h>
#include <fnmatch.h>
#include <mavlink/config.h>
#include <mavconn/mavlink_dialect.h>
Go to the source code of this file.
Functions | |
static bool | is_blacklisted (std::string &pl_name, ros::V_string &blacklist, ros::V_string &whitelist) |
Checks that plugin blacklisted. More... | |
bool | is_mavlink_message_t (const size_t rt) |
static bool | pattern_match (std::string &pattern, std::string &pl_name) |
MAVROS class.
Definition in file mavros.cpp.
|
static |
Checks that plugin blacklisted.
Operation algo:
Definition at line 266 of file mavros.cpp.
|
inline |
Definition at line 282 of file mavros.cpp.
|
static |
Definition at line 239 of file mavros.cpp.