Skip to content

Conversation

@mrivi
Copy link
Owner

@mrivi mrivi commented Jul 20, 2018

No description provided.

-add FlightTaskAutoMapper that handles the different types of waypoint and
generates setpoints for all types except of position and loiter
- FlightTaskAutoLine generates the setpoint types position and loiter if
the flight between waypoint is a straight line
- FlightTaskAutoSmooth generates setpoint types position and loiter if the
flight between waypoint is a straight line plus a bezier curve in the
acceptance radius
_reset();
bool ret = FlightTaskAutoMapper::activate();
//_reset();
return ret;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess we can remove the comment and just put return FlightTaskAuto::activate();

}

void FlightTaskAutoLine::_generateSetpoints()
void FlightTaskAutoLine::generateSetpoints()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's our convention with the '_' for member functions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants