|
SMACC2
|
#include <cb_load_kml_mission.hpp>


Public Member Functions | |
| CbLoadKmlMission (std::string absoluteKmlPath, std::vector< GeoPoint > fallbackBackbone={}) | |
| void | setFilePath (const std::string &absoluteKmlPath) |
| void | setFallback (std::vector< GeoPoint > fallbackBackbone) |
| template<typename TOrthogonal , typename TSourceObject > | |
| void | onStateOrthogonalAllocation () |
| void | onEntry () override |
| void | onExit () override |
Public Member Functions inherited from cl_px4_mr::CbPx4ClientBehaviorBase | |
| template<typename TOrthogonal , typename TSourceObject > | |
| void | onStateOrthogonalAllocation () |
| virtual | ~CbPx4ClientBehaviorBase () |
| void | setTimeout (std::chrono::milliseconds timeout) |
| bool | hasTimeout () const |
| void | update () override |
Public Member Functions inherited from smacc2::SmaccAsyncClientBehavior | |
| template<typename TOrthogonal , typename TSourceObject > | |
| void | onStateOrthogonalAllocation () |
| virtual | ~SmaccAsyncClientBehavior () |
| template<typename TCallback , typename T > | |
| smacc2::SmaccSignalConnection | onSuccess (TCallback callback, T *object) |
| template<typename TCallback , typename T > | |
| smacc2::SmaccSignalConnection | onFinished (TCallback callback, T *object) |
| template<typename TCallback , typename T > | |
| smacc2::SmaccSignalConnection | onFailure (TCallback callback, T *object) |
| void | requestForceFinish () |
| void | executeOnEntry () override |
| void | executeOnExit () override |
| void | waitOnEntryThread (bool requestFinish) |
| template<typename TCallbackMethod , typename T > | |
| smacc2::SmaccSignalConnection | onSuccess (TCallbackMethod callback, T *object) |
| template<typename TCallbackMethod , typename T > | |
| smacc2::SmaccSignalConnection | onFinished (TCallbackMethod callback, T *object) |
| template<typename TCallbackMethod , typename T > | |
| smacc2::SmaccSignalConnection | onFailure (TCallbackMethod callback, T *object) |
Public Member Functions inherited from smacc2::ISmaccClientBehavior | |
| ISmaccClientBehavior () | |
| virtual | ~ISmaccClientBehavior () |
| ISmaccStateMachine * | getStateMachine () |
| std::string | getName () const |
| template<typename SmaccClientType > | |
| void | requiresClient (SmaccClientType *&storage) |
| template<typename SmaccComponentType > | |
| void | requiresComponent (SmaccComponentType *&storage, ComponentRequirement requirementType=ComponentRequirement::SOFT) |
| template<typename SmaccComponentType > | |
| void | requiresComponent (std::string name, SmaccComponentType *&storage, ComponentRequirement requirementType=ComponentRequirement::SOFT) |
Public Member Functions inherited from smacc2::ISmaccUpdatable | |
| ISmaccUpdatable () | |
| ISmaccUpdatable (rclcpp::Duration duration) | |
| void | executeUpdate (rclcpp::Node::SharedPtr node) |
| void | setUpdatePeriod (rclcpp::Duration duration) |
Private Attributes | |
| CpKmlMissionLoader * | kmlLoader_ = nullptr |
| std::string | path_ |
| std::vector< GeoPoint > | fallback_ |
Additional Inherited Members | |
Protected Member Functions inherited from cl_px4_mr::CbPx4ClientBehaviorBase | |
| virtual void | wireCompletionSignals () |
| void | postPx4Success () |
| void | postPx4Failure () |
Protected Member Functions inherited from smacc2::SmaccAsyncClientBehavior | |
| void | postSuccessEvent () |
| void | postFailureEvent () |
| virtual void | dispose () override |
| bool | isShutdownRequested () |
| onEntry is executed in a new thread. However the current state cannot be left until the onEntry thread finishes. This flag can be checked from the onEntry thread to force finishing the thread. | |
Protected Member Functions inherited from smacc2::ISmaccClientBehavior | |
| virtual void | runtimeConfigure () |
| template<typename EventType > | |
| void | postEvent (const EventType &ev) |
| template<typename EventType > | |
| void | postEvent () |
| ISmaccState * | getCurrentState () |
| virtual rclcpp::Node::SharedPtr | getNode () const |
| virtual rclcpp::Logger | getLogger () const |
Protected Member Functions inherited from smacc2::ISmaccUpdatable | |
Protected Attributes inherited from cl_px4_mr::CbPx4ClientBehaviorBase | |
| CpVehicleCommand * | vehicleCommand_ = nullptr |
| CpVehicleStatus * | vehicleStatus_ = nullptr |
| CpTrajectorySetpoint * | trajectorySetpoint_ = nullptr |
| CpGoalChecker * | goalChecker_ = nullptr |
| CpVehicleLocalPosition * | localPosition_ = nullptr |
| CpOffboardKeepAlive * | offboardKeepAlive_ = nullptr |
Definition at line 40 of file cb_load_kml_mission.hpp.
|
explicit |
Definition at line 21 of file cb_load_kml_mission.cpp.
|
overridevirtual |
Reimplemented from smacc2::ISmaccClientBehavior.
Definition at line 27 of file cb_load_kml_mission.cpp.
References cl_px4_mr::KmlLoadResult::error, fallback_, smacc2::ISmaccClientBehavior::getLogger(), kmlLoader_, cl_px4_mr::CpKmlMissionLoader::loadFile(), cl_px4_mr::KmlLoadResult::ok, path_, cl_px4_mr::KmlLoadResult::pointCount, cl_px4_mr::CbPx4ClientBehaviorBase::postPx4Failure(), cl_px4_mr::CbPx4ClientBehaviorBase::postPx4Success(), and cl_px4_mr::CpKmlMissionLoader::setMission().

|
overridevirtual |
Reimplemented from smacc2::ISmaccClientBehavior.
Definition at line 64 of file cb_load_kml_mission.cpp.
|
inline |
Definition at line 53 of file cb_load_kml_mission.hpp.
References kmlLoader_, cl_px4_mr::CbPx4ClientBehaviorBase::onStateOrthogonalAllocation(), smacc2::ISmaccClientBehavior::requiresComponent(), and smacc2::SOFT.

|
inline |
Definition at line 47 of file cb_load_kml_mission.hpp.
References fallback_.
|
inline |
Definition at line 46 of file cb_load_kml_mission.hpp.
References path_.
|
private |
Definition at line 65 of file cb_load_kml_mission.hpp.
Referenced by onEntry(), and setFallback().
|
private |
Definition at line 63 of file cb_load_kml_mission.hpp.
Referenced by onEntry(), and onStateOrthogonalAllocation().
|
private |
Definition at line 64 of file cb_load_kml_mission.hpp.
Referenced by onEntry(), and setFilePath().