Skip to content

Commit

Permalink
do not launch gui automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
whoenig committed Feb 8, 2024
1 parent b3271b9 commit 6b14385
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions crazyflie/launch/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,4 @@ def generate_launch_description():
"use_sim_time": True,
}]
),
Node(
package='crazyflie',
executable='gui.py',
name='gui',
output='screen',
parameters=[{
"use_sim_time": True,
}]
),
])

0 comments on commit 6b14385

Please sign in to comment.