Commit Graph
3154 Commits
Author SHA1 Message Date
Samuel Sadok ee66ae8dfa remove deprecated loop_count variable 2021-01-04 17:06:00 +01:00
Paul Guenette f5c6e092f8 Default LTO to false due to broken implementation 2021-01-02 18:57:51 -05:00
PAJohnson bd06823a52 Fixed missing semicolon 2020-12-30 21:08:53 -05:00
Oskar Weigl 8dfd26ff81 idle SPI clock low 2020-12-30 17:04:49 -08:00
PAJohnson db693aa0c2 [GUI] Slider fixes for min and max values gui-0.0.1-beta3 2020-12-22 22:58:41 -05:00
PAJohnson d19519dd42 [GUI] Updated vue-slider-component version number, changed display behavior of numerical values to automatically switch to scientific notation under certain conditions, fixed header menu behavior 2020-12-22 22:48:17 -05:00
Paul Guenette 6e856a8f20 Add current limit to the limits message 2020-12-22 00:10:12 -05:00
PAJohnson 274225cfe5 Fixed drv/encoder spi collision when spi polarity changed between spi arbiter transactions 2020-12-21 22:37:34 -05:00
PAJohnson 55d4e96bf3 [GUI] Bumped socket.io-client version to fix compatibility with latest python version, removed unused dependency 2020-12-21 15:59:50 -05:00
Oskar Weigl 444e5434f1 Merge pull request #542 from MxFxM/devel
workaround to fix deprecated .gcd function
2020-12-21 11:15:27 -08:00
MxFxM d1ca88c7db workaround to fix deprecated .gcd function 2020-12-21 15:17:01 +01:00
PAJohnson ebd237673a [GUI] Fixed enumGenerate.js for windows 2020-12-20 16:08:52 -05:00
Oskar Weigl aa7a7eaaa5 Merge branch 'devel' of github.com:madcowswe/ODrive into devel 2020-12-19 19:36:47 -08:00
Oskar Weigl 862a6b6abe allow bottom motor thermistor 2020-12-19 19:36:37 -08:00
Paul Guenette 95a7c22b47 Restore __attribute__((used)) to pxCurrentTCB 2020-12-16 14:15:01 -05:00
Samuel Sadok e72d5ad831 fix return value 2020-12-16 10:13:21 +01:00
PAJohnson 918240fe33 [GUI] Changed plot colors to use the matplotlib default color sequence 2020-12-16 00:34:37 -05:00
Oskar Weigl e344118835 Merge branch 'DRV-fault-debug' into devel 2020-12-15 16:17:42 -08:00
Oskar Weigl 40f924bc2c half drive current, 200ns deadtime, 4us drive time 2020-12-15 16:15:46 -08:00
Oskar Weigl 8c4fb92e63 fix ACIM estimator source for current controller 2020-12-15 16:11:51 -08:00
Samuel Sadok e466859ed6 fix nightly pip install 2020-12-15 15:21:03 +01:00
Samuel Sadok 0dfe66a8f5 disable tup ^c flag
This flag causes tup to fail on some configurations of macOS.
2020-12-14 14:45:28 +01:00
PAJohnson fb669109a2 [GUI] Added ODrive config import/export capability, fixed handling of Infinity, added Menu to header bar to clean up interactions. 2020-12-11 20:16:32 -05:00
PAJohnson e41c65cd6a [GUI] added enum generator npm script, cleaned up use of enums in Axis.vue, fixed various setTimeout bugs 2020-12-10 20:46:10 -05:00
Paul Guenette adadef86aa Change some defines to static constexpr values 2020-12-10 15:21:00 -05:00
Paul Guenette 6a18eed26f Fix doctest for can helpers 2020-12-09 21:34:40 -05:00
PAJohnson 9bcdfa009a Merge pull request #538 from madcowswe/phase-balance-check
implement phase balance check
2020-12-09 20:23:18 -05:00
PAJohnson 95d5df6f4f Updated changelog, made phase check beta current filtering not depend on control loop rate 2020-12-09 20:12:34 -05:00
PAJohnson d4a03f4fae Merge branch 'phase-balance-check' of https://github.com/madcowswe/ODrive into phase-balance-check 2020-12-09 18:50:31 -05:00
Samuel Sadok 119529b0a7 fix CI 2020-12-09 20:21:10 +01:00
Samuel Sadok f6eb35d34c [fibre] fix handling of enumerators > 0xffffffff 2020-12-09 18:31:35 +01:00
samuelsadok 320be74413 Merge pull request #536 from madcowswe/can-refactor
Make it easier to add new CAN protocols
2020-12-08 00:07:24 +01:00
Samuel Sadok 74badd955c Merge branch 'devel' into can-refactor 2020-12-08 00:06:08 +01:00
Samuel Sadok 52adf33923 fix CAN initialization 2020-12-07 20:34:04 +01:00
Samuel Sadok e424d8a5c1 update git submodule 2020-12-07 12:33:14 +01:00
Samuel Sadok d08019705f update submodule 2020-12-07 12:29:58 +01:00
Samuel Sadok 8c695fa834 fix sensorless estimator error 2020-12-07 12:21:45 +01:00
Samuel Sadok 049ac24218 Reboot on save_configuration()
See in-code comment for details.
2020-12-07 11:54:18 +01:00
PAJohnson 752369aea2 Merge remote-tracking branch 'origin/devel' into phase-balance-check
merge in devel makefile fix
2020-12-04 19:41:01 -05:00
PAJohnson 7f507e0b37 Added python version check to makefile 2020-12-04 19:25:23 -05:00
Oskar Weigl e407cb4cb6 implement phase balance check 2020-12-03 12:57:03 -08:00
Oskar Weigl 46479a4cde bump Vds setting to 0.7V 2020-12-03 12:56:08 -08:00
Samuel Sadok 187b83de7f fix volatility of can config 2020-12-03 19:01:45 +01:00
Samuel Sadok 0fb0a9b3c6 add canbus.hpp 2020-12-03 17:02:56 +01:00
Samuel Sadok 35a8681611 change enum naming convention in yaml file 2020-12-03 14:11:27 +01:00
Samuel Sadok 4e350823b4 refactor CAN 2020-12-03 12:53:54 +01:00
Matt Quick 520783d4b6 Refactor CAN interface for additional protocols 2020-12-03 12:48:19 +01:00
Samuel Sadok d20a85187c Merge stuff into devel 2020-12-03 12:36:45 +01:00
Samuel Sadok da6c6216b5 attempt to fix CI 2020-12-02 13:40:42 +01:00
Oskar Weigl 65c88eb6c8 Merge pull request #531 from madcowswe/hall-calib
Hall calib
2020-12-01 20:16:14 -08:00