Commit graph

97 commits

Author SHA1 Message Date
Aadi Desai aa1e957061
Update readme with project info 2022-06-27 17:13:47 +01:00
Aadi Desai f11d869a4a
Minor fixes, outside of project 2021-06-17 10:56:44 +01:00
Aadi Desai 046f28a3c2
Add colour command to help text 2021-06-15 18:06:36 +01:00
Aadi Desai b7ac9a5f66 Energy Data files
Added data files and MPPT
2021-06-15 17:50:01 +01:00
Aadi Desai cf85d0750f
Merge pull request #4 from supleed2/Integration
Integration
2021-06-15 13:34:49 +01:00
Mee2001 7dd064afe9 Charge cycles added (6hrs)
Heading orientation fixed
2021-06-15 13:33:58 +01:00
Aadi Desai f0c4567102 Add data flow for battery stats when Energy is not integrated 2021-06-15 12:59:46 +01:00
Mee2001 34114e1b55 Fix UI range
Change colour to string
Fix distance counting
2021-06-15 12:57:28 +01:00
Aadi Desai a02bb51d7e Merge branch 'main' into Integration 2021-06-15 11:25:46 +01:00
Mee2001 ca662990b7 Update UI for Colour
Update for negative translation
Change default UI values
2021-06-15 11:25:10 +01:00
Mee2001 ec55c24a7c Implement stop
Fix UI
2021-06-15 09:42:22 +01:00
Aadi Desai 6ca4be5e11 Add missing RSSI / Signal Strength tracking 2021-06-15 08:59:11 +01:00
Aadi Desai 8353103e1f Add colour selection to Command<->Control reference doc 2021-06-15 08:55:42 +01:00
Aadi Desai 531a86c6d0 Fix instruction struct
Type declaration of colour variable
2021-06-15 08:52:33 +01:00
Mee2001 1961951de0 Merge branch 'Integration' of https://github.com/supleed2/EE2Rover into Integration 2021-06-15 03:38:49 +01:00
Mee2001 6f6320e920 Added I term to drive pid
and checking for correct json
2021-06-15 03:38:44 +01:00
Aadi Desai c98bafd6f7 Add ability to select Vision colour tracking 2021-06-15 03:14:04 +01:00
Aadi Desai bbe36fb9dd Merge branch 'main' into Testad3919 2021-06-15 03:08:12 +01:00
Aadi Desai 72021e7208 Fix Instruction Queue and Emergency Stop 2021-06-15 01:33:52 +01:00
Mee2001 5e95a8d860 Control updates 2021-06-15 00:51:46 +01:00
Mee2001 d4e14208e2 Merge branch 'Integration' of https://github.com/supleed2/EE2Rover into Integration 2021-06-14 20:32:42 +01:00
Mee2001 c6f93039a1 IMU Stuff 2021-06-14 20:32:07 +01:00
Aadi Desai 4fd4e56f62 Add command.js to webserver serve code 2021-06-14 20:27:49 +01:00
Mee2001 cc113aa086 Pin change 2021-06-14 18:40:58 +01:00
Aadi Desai 5f3d1b5366 Merge branch 'main' into Integration 2021-06-14 18:38:15 +01:00
Aadi Desai dbe01b64ac
Merge pull request #3 from supleed2/PIOjc4419
PIOjc4419
2021-06-14 18:37:32 +01:00
Aadi Desai 20f13252a7 Merge branch 'main' into PIOjc4419 2021-06-14 18:36:47 +01:00
Aadi Desai 2c135f118a Add external compass input 2021-06-14 17:50:15 +01:00
jc4419 46519cfe19 Alpha stage commit. Console done.
Console Changes: changed the name of the tokens so that more helpful error messages. Added help text.
Moved command.jison to src.
Other Changes: Added more telemetry data about battery and rover status.
Finished gui commands, replaced to sliders from buttons and linked them to command console.
2021-06-14 20:37:05 +04:00
Mee2001 aadb52990e IMU stuff 2021-06-14 17:25:57 +01:00
Aadi Desai c3550ab4e1
Merge pull request #2 from supleed2/Integration
Integration
2021-06-14 12:18:27 +01:00
Aadi Desai 54d30741e0
Merge branch 'main' into Integration 2021-06-14 12:17:20 +01:00
Aadi Desai cea4237b75 Add waiting state to reference doc 2021-06-13 23:33:49 +01:00
Aadi Desai 39a8d232a7 Add wait function to rover
Instruction type and handling within switch statements
2021-06-13 21:43:43 +01:00
Aadi Desai b6cbfc7619 Add ability to pause rover for a defined time to reference doc 2021-06-13 21:24:38 +01:00
jc4419 6c221f6d12 Fully implemented the console. Console required the additon of a parser written in .jison api and output as command.js which is linked in html. Tested working sending correct JSON packets. 2021-06-13 22:42:00 +04:00
Aadi Desai ddea9f26ca
Merge pull request #1 from supleed2/Testad3919
Merge Testad3919 into main
2021-06-13 18:42:15 +01:00
Aadi Desai 24bd7db3a8 Rover Control Program Complete
To be tested
2021-06-13 18:36:13 +01:00
Aadi Desai dc927495ec Fix type errors for battery stat reporting 2021-06-13 18:26:00 +01:00
Aadi Desai f3ca90fb2e Add battery cycle tracking to Command<->Control reference doc 2021-06-13 17:59:21 +01:00
Aadi Desai 0483397ae6 Add emergency stop function 2021-06-13 17:26:50 +01:00
Aadi Desai 39603efd3c Add odometer reset flag to Drive<->Control reference doc 2021-06-13 16:51:46 +01:00
Aadi Desai bbec96810f Set up basic rover flow, individual functions to be completed 2021-06-13 00:56:49 +01:00
Aadi Desai 5e6254029a Add instruction.h
Struct for holding instructions in FIFO Queue, enum for instruction types
2021-06-13 00:50:38 +01:00
Aadi Desai 1e87e9b0f4 Fix incorrect variable types
reqSpeed is between 0 & 1, batteryVoltage has decimal places, both should be float not int
2021-06-13 00:47:41 +01:00
Aadi Desai 52e14dfaa8 Update Command<->Control reference doc
Add Rover state and correct comments
2021-06-12 21:00:55 +01:00
Aadi Desai 1d29735429 Update Command<->Control reference doc 2021-06-12 15:15:37 +01:00
Aadi Desai 5667ef67f2 Add basic status flag for flow control 2021-06-12 12:50:44 +01:00
Aadi Desai 88adbdc572 Correct location of credentials.h to include/ 2021-06-12 12:47:12 +01:00
jc4419 44f9d8ce7b Removed redundant leftover code from previous versions. Tweaked some coloring and formatting(again).
Added the 'Command Buffer' section.
Added the JSON format for sending data, yet to be implemented.
2021-06-12 04:18:04 +04:00