Commit Graph

  • be9aa253cf Reverted to working color recognition and adjusted values for examination conditions. master d3rped 2018-03-28 15:20:08 +0200
  • 3d9f674eab Added break condition for Exploration Complete condition. d3rped 2018-03-28 03:53:05 +0200
  • acccb15f3e Navigate to path functionality works now! Added try block to modor speed because I encountered some errors (even though there is already a capping function for this). d3rped 2018-03-28 03:04:27 +0200
  • 11f061287e Odometry now has less of an offset, still needs to be improved. Switched back to hard coded colors. d3rped 2018-03-27 19:51:10 +0200
  • eabe7c650f Well that's awkward... added missing ':' to if condition. Everything but navpath following was tested and works decently well. ^~^ d3rped 2018-03-26 18:20:36 +0200
  • fc3a9465cc Fixed typo in enum name. Unexplored edge listing/saving should work now. d3rped 2018-03-26 17:38:41 +0200
  • 58553e38d0 Now it kind of works? There are still some bugs to squash d3rped 2018-03-26 14:23:23 +0200
  • 6b2a19ebdc Everything should work now. But it doesn't. d3rped 2018-03-26 09:10:13 +0200
  • aa6b049ce5 Split up communication update method to get better odometry handling. Implemented rudimentary blocked path handling. Some more work ok main loop and communication/map handling. d3rped 2018-03-26 07:05:55 +0200
  • c479954960 Deleted test file which was commited by accident. d3rped 2018-03-26 03:52:59 +0200
  • f30868635b Fixed lots and lots of errors. Added and tweaked some helper functions. Main loop is now partially working. d3rped 2018-03-26 03:10:27 +0200
  • c1f68b84e3 Applied commit: a540201, the previous one was actually 5855373 haselnussbier 2018-03-24 19:56:29 +0100
  • 78ce8da918 Applied commit: a540201 haselnussbier 2018-03-24 17:35:40 +0100
  • 678c94532e More work towards a working main loop... d3rped 2018-03-25 15:09:13 +0200
  • 1dc4f5a2d7 dir2ticks function protype jureao 2018-03-24 20:54:02 +0100
  • 0d2b5549c6 Fixed some typos in odometry.py. d3rped 2018-03-24 19:20:44 +0100
  • cdb6ddc683 Fixed odometry methods. jureao 2018-03-24 18:49:13 +0100
  • 3112046256 Started working on mode handling d3rped 2018-03-24 14:32:48 +0100
  • 29849c2dd1 Rearranged and simplified main loop. d3rped 2018-03-24 06:32:25 +0100
  • c1049f4a58 Fixed some errors/typos which I had overlooked/missed earlier. Stared implementing main loop. d3rped 2018-03-24 06:09:48 +0100
  • c173917a72 Modularized the (already existing) odometry class. Added some handy functions to reset loop control condition variables. Added second bumper to sensor class. d3rped 2018-03-24 04:43:01 +0100
  • 97af61e5e1 capped wheel speed to 100 (to avoid errors) d3rped 2018-03-23 21:56:54 +0100
  • d268198fa4 fixed some wrong object/variable names d3rped 2018-03-23 21:34:33 +0100
  • 40c5adfa0b applied commit: 08e0f98. Moved the brightness updater into the refresh method. d3rped 2018-03-22 14:34:55 +0100
  • 172e368380 reapplied commit: 0124e57 haselnussbier 2018-03-23 19:09:49 +0100
  • d0608fd870 reapplied commit: 0124e57 haselnussbier 2018-03-23 19:09:49 +0100
  • 31cfdf50d3 More commit merging (I think I applied one commit twice... welp will double check everything I'm done with merging everything back into master. commit: c323a6e jureao 2018-03-23 11:36:44 +0100
  • 245cfa91fb reapplied commit: 3c4cb19 jureao 2018-03-22 22:05:43 +0100
  • b49919a7ed reapplied commit: c323a6e jureao 2018-03-23 11:36:44 +0100
  • 800cf6302d reset master to f59ae44 and applied 376532a and 3c4cb19 jureao 2018-03-22 22:05:43 +0100
  • 6f00e3c717 Renewed Calibrate Function for RGB sensor. calibrateBrightness not yet Tested, calibrateRGB not completely implemented yet haselnussbier 2018-03-22 17:40:19 +0100
  • f59ae44d4e Adjusted values for edge following. Can now follow rather steep curves. d3rped 2018-03-22 09:56:11 +0100
  • 94885dee1f Switched to RGB-RAW with greyscale calculation. Sensor mode switching was too slow. d3rped 2018-03-22 07:09:30 +0100
  • 6d26c4ced9 Added Documentation to Odometry to aid the implementation process. d3rped 2018-03-22 05:25:40 +0100
  • df9c636b6e Color recognition test. d3rped 2018-03-22 04:36:37 +0100
  • 7bd9ce7582 Resolved merge/rebase conflicts. d3rped 2018-03-22 03:27:48 +0100
  • 74e78cf2ee Commented out prototype functions. haselnussbier 2018-03-21 14:54:24 +0100
  • 23ddc2c24a stops now only on red/blue knots haselnussbier 2018-03-20 15:11:19 +0100
  • 1f1c19232a Fixed most problems with the messaging system. d3rped 2018-03-22 03:13:40 +0100
  • f023393113 Implemented the (not yet fully working) communication class. Added error handling to move.py and fixed the node list in planettest.py. d3rped 2018-03-22 02:14:44 +0100
  • 7cff115075 Moved unused condition to its propper place. d3rped 2018-03-21 14:44:55 +0100
  • 57d731409f Added first (still a tad ugly) draft of pathfinding. Added some small bits of documentation. Started working on unit tests (planettest.py). d3rped 2018-03-20 22:31:15 +0100
  • 631d70aacc Added map functionality to planet.py. Moved and shortened some comments. d3rped 2018-03-19 22:42:27 +0100
  • 068208bed8 Started working on planets.py, fixed and imroved functions in wheel.py d3rped 2018-03-19 10:14:42 +0100
  • 284edb9e0a Added an example to explanations in sensor.py and corrected data type of planetmap in planet.py. d3rped 2018-03-19 05:14:58 +0100
  • aca3c3b70f Fixed Error Message output in sensor.py. Added some more Documentation. d3rped 2018-03-19 02:46:25 +0100
  • 0f1b696a20 Made an irrelevant adjustment. Also added some documentation to the source code. d3rped 2018-03-19 00:44:57 +0100
  • 23fb6e80e7 Implemented rudimentary edge following. Also fixed a minor error in sensor.py d3rped 2018-03-19 00:03:35 +0100
  • 48dfc2a03b used incorrect sensor mode for getbrightness() method d3rped 2018-03-18 16:19:12 +0100
  • bfd00d33ed fixed an error in wheel.py and createt template for sensor.py d3rped 2018-03-18 16:04:38 +0100
  • 2fdb165f6d created first draft of wheel class d3rped 2018-03-18 15:05:23 +0100
  • 5b787bc400 added more templates and defined basic include/layout d3rped 2018-03-18 14:23:17 +0100
  • e6b628f41a updated template for 2nd round of RoboLab Spring 2018 7HAL32 2017-03-05 23:03:21 +0100