Commit Graph

59 Commits

Author SHA1 Message Date
9bb4f2920f rename ArucoEstimator file 2020-10-23 20:55:08 +02:00
0acc59cc53 replaced cv2.aruco with python bindings for new aruco version 2020-10-23 20:44:20 +02:00
280fb10427 replaced cv2.aruco with python bindings for new aruco version 2020-10-23 20:43:45 +02:00
0bc6b68a20 playing around with different markers and sizes 2020-10-21 21:10:04 +02:00
e93ae65e0f added option to dynamically initialize grid and robots and added support for arbitrary grid orientation w.r.t. camera 2020-10-18 18:03:33 +02:00
056d91da52 fixed error with turn around command 2020-10-18 16:58:32 +02:00
3ab8fadc7b robot driving to position determined by mouse click 2020-10-18 15:16:28 +02:00
49645765d7 input handling using opencv window 2020-10-15 22:41:30 +02:00
e3753f7644 improved grid logic for robots + general cleanup 2020-10-15 20:35:32 +02:00
32892e5dcf added option to compute angle for marker based grid 2020-10-14 23:08:19 +02:00
149e9b3536 coupled robot control with new position estimator 2020-10-14 21:15:43 +02:00
36f3ccbd6c fixed a problem where robot could drive diagonally caused by int casting error and improved the socket buffer size which could lead to problems for longer messages 2020-09-15 15:23:01 +02:00
e7ab92dfe2 added more commands and improved error checking 2020-09-09 20:21:34 +02:00
c98760a2c7 working version with two robots 2020-09-09 18:12:12 +02:00
280aee75ee parameter tuning. works well with control scaling of 0.3 2020-09-09 17:33:13 +02:00
826fa4be0f fixed problem with target angle of -pi, pi which was caused by discontinuities in the angle measurements 2020-09-07 16:18:35 +02:00
6fb3cd5484 so-so working version for mpc control 2020-09-04 16:53:39 +02:00
d170524370 added 8th waypoint 2020-01-16 10:58:33 +01:00
0c59a77b28 changed marker ids 2020-01-16 07:51:54 +01:00
aab1b78e8f added accessability features (choosing ip, robot id at startup, changing max speed), remove obstacle code 2020-01-12 16:11:26 +01:00
86b9ad659d removed unnecessary code and fixed formatting 2019-08-14 14:49:11 +02:00
cd2fc8cc3b cleaned up game code: read track from config file, added option to have a variable number of markers, removed hardcoded marker ids, added debug output for track setup 2019-08-14 13:46:01 +02:00
522bd87c9c removed comments 2019-08-13 14:11:03 +02:00
9d9d539962 fixed wrong import 2019-08-12 17:36:26 +02:00
4830c2e252 removed fiducial transformation script duplicate 2019-08-12 16:48:59 +02:00
bt304019
2987da4373 improved keyboard controller script. added quit option and option to pass ip as command line argument 2019-08-12 16:42:57 +02:00
55b468d314 added quit event 2019-08-12 15:52:38 +02:00
034d88394c timer for game 2019-07-12 18:09:42 +02:00
a630150a24 added more waypoints. final version for TdM 2019 2019-07-12 17:45:31 +02:00
e219f7de38 updated race game program by Dmitriy 2019-07-09 19:48:39 +02:00
15da18f949 changed marker ids 2019-07-09 19:42:19 +02:00
d985b830b9 version of the problem that works quite nicely with L293D robot and multistep MPC2 2019-07-04 14:39:34 +02:00
c6582c9e6c added plots for x and y position 2019-07-04 13:48:32 +02:00
24cf87e9dd added plot for race track 2019-07-04 10:54:50 +02:00
9c222b1099 fixed problems with simultaneous inputs not being handled and gamepads not detected 2019-06-28 10:28:51 +02:00
67405fbd3f measure postprocessing time 2019-06-27 16:30:24 +02:00
9dfc06169f cleaned up code, removed old controllers 2019-06-27 14:43:42 +02:00
ac0ad6c45a added joystick controller written by Dmitriy 2019-06-27 14:11:52 +02:00
2a5e0e8ae7 added condition if marker cannot be found 2019-06-27 14:11:19 +02:00
b54c2d565c implemented obstacle avoidance 2019-06-27 12:12:42 +02:00
7d69c91752 working mpc with L293D motor driver 2019-06-26 11:36:54 +02:00
2711373d44 testing not sending time in mpc 2019-06-26 10:49:52 +02:00
0835690659 changed ips and max speed for testing 2019-06-26 10:49:05 +02:00
843b30f5d3 added option to set target angle 2019-06-14 10:38:21 +02:00
465309ee45 added test for max speed and prediction step in MPC 2019-06-14 10:37:46 +02:00
c31bb9cb11 testing multistep mpc 2019-06-13 13:46:29 +02:00
8548348edd added warmstart 2019-06-13 13:45:45 +02:00
b8927cf1c5 working version of MPC controller 2019-06-13 13:18:46 +02:00
f100f21162 started working on optimization based controller 2019-06-11 17:40:39 +02:00
0d14738671 changed forward, backward and turning directions in keyboard control script such that it fits the model and the camera image 2019-06-11 16:28:01 +02:00