Trying to create FlightPlan in Python

Hi,

I’m trying to use Flightplan guidance in python, but don’t know how to create a waypoint.
I tryied guidance.flightplan_pb2 but it says : AttributeError: module 'guidance.flightplan_pb2' has no attribute 'Waypoint'

Which package should I import ? Where is the doc ?

Best,
Clément

Waypoint is not in guidance.flightplan_pb2 but in flightplan.flightplan_pb2

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.