23: targetX_(targetX), targetY_(targetY), targetZ_(targetZ), yaw_(yaw)
41 RCLCPP_INFO(
getLogger(),
"CbGoToLocation: goal reached - posting success");
55 getLogger(),
"CbGoToLocation: completion component missing, no completion signal wired");
CbGoToLocation(float targetX, float targetY, float targetZ, float yaw=std::numeric_limits< float >::quiet_NaN())
void wireCompletionSignals() override
void onGoalReachedCallback()
CpGoalChecker * goalChecker_
CpTrajectorySetpoint * trajectorySetpoint_
void setGoal(float x, float y, float z, float xy_tolerance=0.5f, float z_tolerance=0.3f)
smacc2::SmaccSignal< void()> onGoalReached_
void setPositionNED(float x, float y, float z, float yaw=std::numeric_limits< float >::quiet_NaN())
virtual rclcpp::Logger getLogger() const
ISmaccStateMachine * getStateMachine()
smacc2::SmaccSignalConnection createSignalConnection(TSmaccSignal &signal, TMemberFunctionPrototype callback, TSmaccObjectType *object)