SMACC2
Loading...
Searching...
No Matches
cl_px4_mr::CbAscendToAltitude Class Reference

#include <cb_ascend_to_altitude.hpp>

Inheritance diagram for cl_px4_mr::CbAscendToAltitude:
Inheritance graph
Collaboration diagram for cl_px4_mr::CbAscendToAltitude:
Collaboration graph

Public Member Functions

 CbAscendToAltitude (FlightPatternAscendParams params={}, PathFollowerParams follower={})
 
 CbAscendToAltitude (float altitudeAgl, float climbRate=1.5f)
 
void setParams (const FlightPatternAscendParams &params)
 
void setTargetXy (float x, float y)
 
const FlightPatternAscendParams & params () const
 
- Public Member Functions inherited from cl_px4_mr::CbPx4PathFollowerBase
 CbPx4PathFollowerBase (PathFollowerParams params={})
 
virtual ~CbPx4PathFollowerBase ()
 
void setFollowerParams (const PathFollowerParams &params)
 
const PathFollowerParams & followerParams () const
 
void onEntry () override
 
void onExit () override
 
void update () 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
 
- 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)
 

Protected Member Functions

std::vector< NedPoint > buildPath (const NedPoint &current) override
 
const char * behaviorName () const override
 
- Protected Member Functions inherited from cl_px4_mr::CbPx4PathFollowerBase
virtual void onPathStarted (const std::vector< NedPoint > &)
 
virtual void onPathCompleted ()
 
float totalLength () const
 
float progressFraction () const
 
- 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

Private Attributes

FlightPatternAscendParams params_
 

Additional Inherited Members

- Protected Attributes inherited from cl_px4_mr::CbPx4PathFollowerBase
PathFollowerParams followerParams_
 
- 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
 

Detailed Description

Definition at line 33 of file cb_ascend_to_altitude.hpp.

Constructor & Destructor Documentation

◆ CbAscendToAltitude() [1/2]

cl_px4_mr::CbAscendToAltitude::CbAscendToAltitude ( FlightPatternAscendParams params = {},
PathFollowerParams follower = {} )
explicit

Definition at line 28 of file cb_ascend_to_altitude.cpp.

31{
32}
FlightPatternAscendParams params_
const FlightPatternAscendParams & params() const
CbPx4PathFollowerBase(PathFollowerParams params={})

◆ CbAscendToAltitude() [2/2]

cl_px4_mr::CbAscendToAltitude::CbAscendToAltitude ( float altitudeAgl,
float climbRate = 1.5f )
explicit

Member Function Documentation

◆ behaviorName()

const char * cl_px4_mr::CbAscendToAltitude::behaviorName ( ) const
inlineoverrideprotectedvirtual

Reimplemented from cl_px4_mr::CbPx4PathFollowerBase.

Definition at line 50 of file cb_ascend_to_altitude.hpp.

50{ return "CbAscendToAltitude"; }

◆ buildPath()

std::vector< NedPoint > cl_px4_mr::CbAscendToAltitude::buildPath ( const NedPoint & current)
overrideprotectedvirtual

Implements cl_px4_mr::CbPx4PathFollowerBase.

Definition at line 41 of file cb_ascend_to_altitude.cpp.

42{
43 // vertical move: speed = climb rate, keep heading, no prepend (path already
44 // starts at the current position), leash sized for the climb rate
50
51 RCLCPP_INFO(
52 getLogger(), "CbAscendToAltitude: %.1f m AGL -> %.1f m AGL at %.1f m/s", -current.z,
54 return generateFlightPatternAscend(params_, current);
55}
virtual rclcpp::Logger getLogger() const
std::vector< NedPoint > generateFlightPatternAscend(const FlightPatternAscendParams &p, const NedPoint &current)

References cl_px4_mr::FlightPatternAscendParams::altitudeAgl, cl_px4_mr::PathFollowerParams::arrivalZTol, cl_px4_mr::FlightPatternAscendParams::climbRate, cl_px4_mr::CbPx4PathFollowerBase::followerParams_, cl_px4_mr::generateFlightPatternAscend(), smacc2::ISmaccClientBehavior::getLogger(), cl_px4_mr::PathFollowerParams::groundSpeed, cl_px4_mr::HOLD_ENTRY, cl_px4_mr::PathFollowerParams::leash, params_, cl_px4_mr::PathFollowerParams::prependCurrentPosition, cl_px4_mr::FlightPatternAscendParams::tolerance, cl_px4_mr::PathFollowerParams::yawMode, and cl_px4_mr::NedPoint::z.

Here is the call graph for this function:

◆ params()

const FlightPatternAscendParams & cl_px4_mr::CbAscendToAltitude::params ( ) const
inline

Definition at line 46 of file cb_ascend_to_altitude.hpp.

46{ return params_; }

References params_.

Referenced by setParams().

Here is the caller graph for this function:

◆ setParams()

void cl_px4_mr::CbAscendToAltitude::setParams ( const FlightPatternAscendParams & params)
inline

Definition at line 40 of file cb_ascend_to_altitude.hpp.

40{ params_ = params; }

References params(), and params_.

Here is the call graph for this function:

◆ setTargetXy()

void cl_px4_mr::CbAscendToAltitude::setTargetXy ( float x,
float y )
inline

Member Data Documentation

◆ params_

FlightPatternAscendParams cl_px4_mr::CbAscendToAltitude::params_
private

The documentation for this class was generated from the following files: