Commit Graph

216 Commits (master)

Author SHA1 Message Date
Simon Pirkelmann e910041c95 added possibility to load level file 2021-09-11 01:44:57 +02:00
Simon Pirkelmann 65f195fecf implemented level generator 2021-09-11 01:44:03 +02:00
Simon Pirkelmann 794c987899 implemented option to switch between randomly generated levels 2021-09-10 23:30:15 +02:00
Simon Pirkelmann e374198fef improved layout of website 2021-09-10 23:29:20 +02:00
Simon Pirkelmann 0956f6d0fe show grayscale image by default 2021-09-10 22:04:06 +02:00
Simon Pirkelmann 3d64e2e834 show current program in beamer mode + general improvements; stable version 2021-09-10 16:07:46 +02:00
Simon Pirkelmann e669b10ebc connected game to web server 2021-09-10 13:46:24 +02:00
Simon Pirkelmann ca8e5aac9b allow further distance from target position 2021-09-10 01:23:14 +02:00
Simon Pirkelmann 6aef0660a3 empty response queue to avoid desync 2021-09-10 01:22:44 +02:00
Simon Pirkelmann 885a516fe3 implemented won text and set consistent seed 2021-09-10 01:22:17 +02:00
Simon Pirkelmann ca1fe99ff2 stable version of the game 2021-09-10 01:04:17 +02:00
Simon Pirkelmann a69d45f97e make it possible to get positions outside of grid rect 2021-09-10 00:44:16 +02:00
Simon Pirkelmann eea1cee1ec use mpc controller with short horizon 2021-09-10 00:43:02 +02:00
Simon Pirkelmann 1c8d4a1d57 send heartbeat while waiting for control to finish 2021-09-10 00:42:31 +02:00
Simon Pirkelmann 029068b259 added some output 2021-09-09 21:36:38 +02:00
Simon Pirkelmann 7962199c3a reset time when stopping controller 2021-09-09 21:36:13 +02:00
Simon Pirkelmann f3babdcf0a cleaner exit in case of errors 2021-09-09 21:34:54 +02:00
Simon Pirkelmann 019c4590aa implemented communication interface with real robots 2021-09-07 22:35:02 +02:00
Simon Pirkelmann 3082eebc8d implemented blocking events to make it possible to wait for the robot to reach the desired target position 2021-09-07 22:31:28 +02:00
Simon Pirkelmann 2c54e56f95 also enable computation of position outside of marker rectangle and for arbitrary grid sizes 2021-09-07 22:29:27 +02:00
Simon Pirkelmann 1db24bc573 changed some defaults 2021-09-07 00:24:05 +02:00
Simon Pirkelmann c65dcce176 added grid move to measurement server 2021-09-07 00:23:36 +02:00
Simon Pirkelmann 2dc3eef2d6 adjusted key events to Qt and changed robot ips 2021-09-07 00:21:51 +02:00
Simon Pirkelmann bbb341ea56 improved stepping mode 2021-09-06 09:00:00 +02:00
Simon Pirkelmann 4c3c3f973e implemented stepping mode 2021-09-06 00:34:26 +02:00
Simon Pirkelmann 57cd60de8c use KEYUP instead of KEYDOWN because otherwise switching from beamer mode does not work 2021-09-06 00:22:58 +02:00
Simon Pirkelmann 8c544f8fcc implemented quitting the program 2021-09-06 00:05:52 +02:00
Simon Pirkelmann ff6caa457f missing copy to restore initial game state 2021-09-05 23:42:08 +02:00
Simon Pirkelmann 9eea9bd245 refactored game into Game class for better maintainability 2021-09-05 23:37:47 +02:00
Simon Pirkelmann 945833c8ac implemented state machine and option to switch display mode for second screen 2021-09-05 20:43:22 +02:00
Simon Pirkelmann e931085ca8 implemented basic input 2021-09-03 22:41:35 +02:00
Simon Pirkelmann 439cf44d70 implemented core game logic and display 2021-09-03 21:38:30 +02:00
Simon Pirkelmann c5f3f3babb implemented control of multiple robots through GUI using measurement server 2021-08-31 00:05:16 +02:00
Simon Pirkelmann d0c17c0b91 got mpc controller running again 2021-08-25 22:53:09 +02:00
Simon Pirkelmann b65b6568d0 run GUI in main thread and measurement server in secondary thread 2021-08-25 21:59:24 +02:00
Simon Pirkelmann 2607e94958 enable auto-exposure by default, some cleanup 2021-08-25 20:39:39 +02:00
Simon Pirkelmann f9f4a2c1c6 added qt gui with changeable parameters 2020-11-28 19:57:22 +01:00
Simon Pirkelmann 9c1115d505 use qt gui instead of opencv 2020-11-25 21:19:56 +01:00
Simon Pirkelmann f26f958dc7 fixed errors in pid and mpc controller 2020-11-22 15:57:53 +01:00
Simon Pirkelmann 0fddd75393 make parameters of mpc controller changeable 2020-11-18 21:54:23 +01:00
Simon Pirkelmann c2307261c5 second robot controlled by mpc controller 2020-11-18 21:53:32 +01:00
Simon Pirkelmann 2f081faee8 restructured controller to work with mpc 2020-11-18 21:38:41 +01:00
Simon Pirkelmann 17637f427b initial commit for control commander 2020-11-17 21:24:55 +01:00
Simon Pirkelmann edc3e8d290 some cleanup 2020-11-17 21:23:22 +01:00
Simon Pirkelmann 35b6c3bdfd rewrote pid controller to derive from ControllerBase. works with multiple robots now 2020-11-14 16:41:16 +01:00
Simon Pirkelmann 2060d8eb15 fixed problem with slow event server 2020-11-14 16:40:33 +01:00
Simon Pirkelmann 708284749d fps counter 2020-11-14 16:39:53 +01:00
Simon Pirkelmann a3af40b001 implemented control from multiple robots 2020-11-14 16:06:57 +01:00
Simon Pirkelmann 47f652fd62 about to make changes s.t. PID controller derives from ControllerBase class 2020-11-14 15:22:41 +01:00
Simon Pirkelmann 6b9373cce5 enabled better mouse interaction 2020-11-14 15:01:01 +01:00