mavros黑白名单设置
链接: mavros设置黑白名单
设置mavros黑白名单主要是通过插件的参数进行设置,如下:
这里是在px4_pluginlists.yaml参数文件中设置
plugin_blacklist:
# common
- safety_area
- 3dr_radio
- actuator_control
- hil_controls
- ftp
- global_position
- manual_control
- rc_io
- setpoint_accel
- setpoint_attitude
- setpoint_velocity
- sys_time
- vfr_hud
- waypoint
# extras
- cam_imu_sync
- mocap_pose_estimate
- px4flow
- image_pub
- vibration
#- distance_sensor
- rangefinder
- wheel_odometry
plugin_whitelist: []
#- 'sys_*'