GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
tsukuba2022
/
waypoint_navigation
Browse code
update
master
1 parent
ecd60c6
commit
dd769df3e0fa3048264aeabbc11b35d76eed3256
koki0624
authored
on 29 Oct 2022
Patch
Unified
Split
Showing
1 changed file
+2
-0
■
■
■■■
waypoint_manager/scripts/manager_GUI.py
Ignore Space
Show notes
View
2
■
■
■■■
waypoint_manager/scripts/manager_GUI.py
self
.
open_menu
.
entryconfigure
(
"Waypoints"
,
state
=
tk
.
NORMAL
)
if
self
.
waypoints
is
None
:
self
.
message
(
"Please open waypoints file "
)
self
.
menu_open_waypoints
()
else
:
self
.
plot_waypoints
()
return
"""
Show line notes below