PX4 Firmware
PX4 Autopilot Software http://px4.io
|
This class is used to inject the setpoints of an obstacle avoidance system into the FlightTasks. More...
#include <px4_platform_common/defines.h>
#include <px4_platform_common/module_params.h>
#include <commander/px4_custom_mode.h>
#include <drivers/drv_hrt.h>
#include <uORB/Publication.hpp>
#include <uORB/PublicationQueued.hpp>
#include <uORB/Subscription.hpp>
#include <uORB/topics/position_controller_status.h>
#include <uORB/topics/vehicle_command.h>
#include <uORB/topics/vehicle_status.h>
#include <uORB/topics/vehicle_trajectory_waypoint.h>
#include <uORB/topics/position_setpoint.h>
#include <lib/hysteresis/hysteresis.h>
#include <matrix/matrix/math.hpp>
Go to the source code of this file.
Classes | |
class | ObstacleAvoidance |
Variables | |
const vehicle_trajectory_waypoint_s | empty_trajectory_waypoint |
This class is used to inject the setpoints of an obstacle avoidance system into the FlightTasks.
Definition in file ObstacleAvoidance.hpp.
const vehicle_trajectory_waypoint_s empty_trajectory_waypoint |
Definition at line 62 of file ObstacleAvoidance.hpp.
Referenced by ObstacleAvoidance::ObstacleAvoidance(), TEST_F(), and ObstacleAvoidance::updateAvoidanceDesiredSetpoints().