Skip to content

Commit 9fde68f

Browse files
committed
Fixed references to non-existent generator.py.
1 parent 79cabfe commit 9fde68f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Header files can be generated either with mavgen, or within QGroundControl.
1919

2020
mavgen is a header generation tool written in python, which is included with MAVLink. It can be used directly or via the *generator.py* GUI. To use the GUI, run:
2121

22-
python generator.py
22+
python generate.py
2323

2424
If you would rather use mavgen from the command line see *pymavlink\generator\mavgen.py*.
2525

generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
"""\
3-
generator.py is a GUI front-end for mavgen, a python based MAVLink
3+
generate.py is a GUI front-end for mavgen, a python based MAVLink
44
header generation tool.
55
66
Notes:

0 commit comments

Comments
 (0)