|
SMACC2
|
#include <cb_connect_micro_ros_agent.hpp>


Public Member Functions | |
| CbConnectMicroRosAgent (double timeoutSec=30.0) | |
| void | onEntry () override |
| template<typename TOrthogonal , typename TSourceObject > | |
| void | onStateOrthogonalAllocation () |
| 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) |
| 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 | |
| CpMicroRosAgent * | microRosAgent_ = nullptr |
| double | timeoutSec_ |
| rclcpp::Rate | rate_ |
| rclcpp::Subscription< px4_msgs::msg::FailsafeFlags >::SharedPtr | failsafeSub_ |
| std::atomic< bool > | healthOk_ {false} |
| std::atomic< bool > | attitudeInvalid_ {true} |
| std::atomic< bool > | localAltitudeInvalid_ {true} |
| std::atomic< bool > | localPositionInvalid_ {true} |
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 29 of file cb_connect_micro_ros_agent.hpp.
| cl_px4_mr::CbConnectMicroRosAgent::CbConnectMicroRosAgent | ( | double | timeoutSec = 30.0 | ) |
Definition at line 23 of file cb_connect_micro_ros_agent.cpp.
|
overridevirtual |
Reimplemented from smacc2::ISmaccClientBehavior.
Definition at line 28 of file cb_connect_micro_ros_agent.cpp.
References attitudeInvalid_, failsafeSub_, smacc2::ISmaccClientBehavior::getLogger(), smacc2::ISmaccClientBehavior::getName(), smacc2::ISmaccClientBehavior::getNode(), cl_px4_mr::CpMicroRosAgent::getNodeName(), healthOk_, cl_px4_mr::CpMicroRosAgent::isLaunched(), smacc2::SmaccAsyncClientBehavior::isShutdownRequested(), cl_px4_mr::CpMicroRosAgent::launch(), localAltitudeInvalid_, localPositionInvalid_, microRosAgent_, cl_px4_mr::CbPx4ClientBehaviorBase::postPx4Failure(), cl_px4_mr::CbPx4ClientBehaviorBase::postPx4Success(), rate_, and timeoutSec_.

|
overridevirtual |
Reimplemented from smacc2::ISmaccClientBehavior.
Definition at line 146 of file cb_connect_micro_ros_agent.cpp.
References failsafeSub_.
|
inline |
Definition at line 37 of file cb_connect_micro_ros_agent.hpp.
References microRosAgent_, cl_px4_mr::CbPx4ClientBehaviorBase::onStateOrthogonalAllocation(), smacc2::ISmaccClientBehavior::requiresComponent(), and smacc2::SOFT.

|
private |
|
private |
Definition at line 49 of file cb_connect_micro_ros_agent.hpp.
|
private |
|
private |
|
private |
|
private |
Definition at line 45 of file cb_connect_micro_ros_agent.hpp.
Referenced by onEntry(), and onStateOrthogonalAllocation().
|
private |
Definition at line 47 of file cb_connect_micro_ros_agent.hpp.
Referenced by onEntry().
|
private |
Definition at line 46 of file cb_connect_micro_ros_agent.hpp.
Referenced by onEntry().