MCPcopy
hub / github.com/dronekit/dronekit-python / next

Method next

dronekit/__init__.py:2731–2735  ·  view source on GitHub ↗

Get the currently active waypoint number.

(self)

Source from the content-addressed store, hash-verified

2729
2730 @property
2731 def next(self):
2732 """
2733 Get the currently active waypoint number.
2734 """
2735 return self._vehicle._current_waypoint
2736
2737 @next.setter
2738 def next(self, index):

Callers 1

follow_me.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected