Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/python/scripts/emaneevent-location
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,16 @@ usage = """emaneevent-location [OPTION]... NEMID[:NEMID] LATITUDE \\

LONGITUDE := 'longitude'=DEGREES

ALTITUDE := 'altitude'=MPS
ALTITUDE := 'altitude'=M

VELOCITY := 'azimuth'=DEGREES 'elevation'=DEGREES 'magnitude'=MPS

ORIENTATION := 'pitch'=DEGREES 'roll'=DEGREES 'yaw'=DEGREES

DEGREES := degrees (float)

M := Meters (float)

MPS := Meters/Second (float)
"""

Expand Down