File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -428,7 +428,9 @@ def get_docker_universe_data(fal, request):
428428 """
429429 name = request .GET .get ("universe" )
430430 project_id = request .GET .get ("project" )
431- project = Exercise .objects .prefetch_related ("tools" , "universes" ).get (exercise_id = project_id )
431+ project = Exercise .objects .prefetch_related ("tools" , "universes" ).get (
432+ exercise_id = project_id
433+ )
432434
433435 tools = []
434436 tools_config = {}
Original file line number Diff line number Diff line change 77| Basic Vacuum Cleaner | ok | ok | ok | ok | [ Link] [ vid_basic_vacuum ] | ok | ok | FSM |
88| Follow Line | ok | ok | ok | ok | [ Link] [ vid_follow_line ] | ok | ok | PID control |
99| Obstacle Avoidance | ok | ok | ok | | [ Link] [ vid_obstacle ] | ok | ok | VFF |
10- | Global navigation | ok | ok | | | [ Link] [ vid_global_nav ] | ok | ok | GPP |
10+ | Global navigation | ok | ok | ok | | [ Link] [ vid_global_nav ] | ok | ok | GPP |
1111| Laser Gridmap mapping | ok | ok | | | [ Link] [ vid_laser_mapping ] | | ok | |
1212| MonteCarlo Laser Loc | ok | ok | | | - | ok | ok | AMCL |
1313| MonteCarlo Visual Loc | ok | ok | | | - | ok | ok | AMCL |
You can’t perform that action at this time.
0 commit comments