Skip to content

Commit

Permalink
renamed m690 to t-drone
Browse files Browse the repository at this point in the history
  • Loading branch information
dansmrcka committed Feb 12, 2024
1 parent 890b87b commit 91d1719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launch/sensors_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def generate_launch_description():
SIMULATION = os.getenv('SIMULATION')
simulation_mode = (SIMULATION == "1")

# DRONE_AIRFRAME = <holybro | rover (same as holybro) | m690 | m1200>
allowed_airframes = ["holybro", "rover", "m690", "m1200"]
# DRONE_AIRFRAME = <holybro | rover (same as holybro) | t-drone(m690) | m1200>
allowed_airframes = ["holybro", "rover", "t-drone", "m1200"]
DRONE_AIRFRAME = os.getenv('DRONE_AIRFRAME')
if DRONE_AIRFRAME not in allowed_airframes:
print('ERROR: not valid DRONE_AIRFRAME.')
Expand Down
File renamed without changes.

0 comments on commit 91d1719

Please sign in to comment.