SMACC2
Loading...
Searching...
No Matches
cl_px4_mr::PathFollowerParams Struct Reference

#include <cb_px4_path_follower_base.hpp>

Collaboration diagram for cl_px4_mr::PathFollowerParams:
Collaboration graph

Public Attributes

float groundSpeed = 3.0f
 
float leash = 6.0f
 
float arrivalXyTol = 1.0f
 
float arrivalZTol = 0.5f
 
YawMode yawMode = YawMode::TANGENT
 
float fixedYaw = std::numeric_limits<float>::quiet_NaN()
 
bool prependCurrentPosition = true
 
float minSegmentLength = 0.05f
 
float autoTimeoutFactor = 2.5f
 

Detailed Description

Definition at line 42 of file cb_px4_path_follower_base.hpp.

Member Data Documentation

◆ arrivalXyTol

float cl_px4_mr::PathFollowerParams::arrivalXyTol = 1.0f

◆ arrivalZTol

float cl_px4_mr::PathFollowerParams::arrivalZTol = 0.5f

◆ autoTimeoutFactor

float cl_px4_mr::PathFollowerParams::autoTimeoutFactor = 2.5f

◆ fixedYaw

float cl_px4_mr::PathFollowerParams::fixedYaw = std::numeric_limits<float>::quiet_NaN()

◆ groundSpeed

◆ leash

◆ minSegmentLength

float cl_px4_mr::PathFollowerParams::minSegmentLength = 0.05f

◆ prependCurrentPosition

◆ yawMode


The documentation for this struct was generated from the following file: