Samuel Sadok
d868e7fb53
make HWIL tests less hardware-dependent
2020-11-18 18:59:56 +01:00
Samuel Sadok
207426aa0f
initial ODrive v4.0 support
2020-11-18 18:59:56 +01:00
Samuel Sadok
d653abfac2
update dev guide
2020-11-13 18:45:48 +01:00
Samuel Sadok
c23076c19c
Merge branch 'devel' into control-loop-refactor
2020-11-05 13:43:57 +01:00
Samuel Sadok
a1ac01e430
add dump_threads diagnostics function
2020-11-03 19:42:32 +01:00
Samuel Sadok
1f7815459f
Merge branch 'devel' into control-loop-refactor
2020-11-03 18:34:08 +01:00
Paul Guenette
ef61d6d814
Merge branch 'devel' into uart1
2020-10-30 20:39:17 -04:00
Samuel Sadok
91f3cdb293
Merge branch 'master' into devel
2020-10-21 12:11:10 +02:00
samuelsadok
16836576bd
Merge pull request #507 from madcowswe/move-thermistors
...
Change thermistors from top-level to Motor
2020-10-21 10:47:31 +02:00
Oskar Weigl
b09eecc05e
Update getting-started.md
2020-10-16 13:15:01 -07:00
Samuel Sadok
6c3225f811
add note how to use UART_B
2020-10-16 12:03:46 +02:00
Samuel Sadok
d6debf83c5
Merge branch 'devel' into uart1
2020-10-16 11:51:05 +02:00
Samuel Sadok
cc3b3c22f1
Merge branch 'master' into devel
2020-10-16 11:42:54 +02:00
Samuel Sadok
9584da0cf4
[docs] change level of some subtitles
2020-10-16 11:19:25 +02:00
Samuel Sadok
f67a6eaad0
[docs] add pages for USB and UART
2020-10-16 10:58:59 +02:00
Oskar Weigl
2a1e578e85
Update troubleshooting.md
2020-10-15 15:59:42 -07:00
Oskar Weigl
65db12e9bd
Update troubleshooting.md
2020-10-15 15:58:32 -07:00
Samuel Sadok
e15ab60184
change user facing component names
...
UART0 => UART_A
UART1 => UART_B
UART2 => UART_C
CAN0 => CAN_A
SPI0 => SPI_A
I2C0 => I2C_A
PWM0 => PWM
2020-10-15 11:52:44 +02:00
samuelsadok
a8d06ffdae
[docs] change MOSI instructions for AMS encoders
2020-10-15 10:53:29 +02:00
PAJohnson
1899fa7df5
Moved thermistors from belonging to Axis to being a part of Motor.
...
Thermistor apply_config now called in Motor::apply_config()
Thermistor errors rolled into motor errors
odrivetool and GUI updated to handle change
Removed CurrentLimiter,Thermistor arrays abstraction
2020-10-13 22:01:52 -04:00
Oskar Weigl
9b4eaad04f
Merge branch 'master' into devel
2020-10-13 16:27:09 -07:00
Oskar Weigl
b4e5469dcf
Merge branch 'master' of github.com:madcowswe/ODrive
2020-10-12 19:52:00 -07:00
Oskar Weigl
0ed2419031
update watchdog documentation
2020-10-12 19:51:53 -07:00
Oskar Weigl
205f1e57af
Update getting-started.md
2020-10-12 13:54:05 -07:00
Oskar Weigl
b9f571c2a8
Update migration.md
2020-10-12 13:52:59 -07:00
Oskar Weigl
b41a3be030
Update migration.md
2020-10-12 13:52:49 -07:00
Oskar Weigl
88d91d711c
Update default.html
2020-10-09 18:11:50 -07:00
Oskar Weigl
f37a50f0bb
Merge branch 'master' into devel
2020-10-09 16:42:00 -07:00
PAJohnson
44beac4aaf
reverted change to package versions in gemfile.lock
2020-10-08 19:48:50 -04:00
PAJohnson
bcd8dbb7e2
Added note about torque_constant to getting started page, added debugging info for firmware/odrivetool version mismatch to troubleshooting page, removed interfaces page and split it into sections under the interfaces section, added migration guide to tutorials section
2020-10-08 19:39:23 -04:00
Paul Guenette
d24d9f8e1c
Add set_linear_count function to ASCII and CAN
2020-10-07 22:43:11 -04:00
Paul Guenette
0b62d38824
Update getting-started.md
2020-10-07 11:39:57 -04:00
samuelsadok
1dbe456cfb
Merge pull request #496 from valenmgama/patch-1
...
fix commands.md broken api/ links
2020-10-01 11:07:26 +02:00
Samuel Sadok
cdc0437350
handle navbar overflow with "..."-suffix
2020-10-01 11:01:36 +02:00
Valentin Martinez Gama
45162566da
fix commands.md broken api/ links
...
#Control Mode (line41) and #ControlCommands (line 54) links are not working on Documentation page. Checking the odrive_interface.yaml file there seems to be an unnecessary .axis in the yaml reference for both links.
2020-10-01 00:08:13 -05:00
Paul Guenette
e1ff203879
Merge branch 'master' into devel
2020-09-30 11:22:10 -04:00
Paul Guenette
400b442fa2
More --upgrade flags, add upgrading section
2020-09-30 11:13:44 -04:00
Paul Guenette
1ad5b7dc6b
Add --upgrade flag to pip install odrive
2020-09-30 11:03:04 -04:00
Samuel Sadok
55e59a4532
fix docs page
2020-09-30 00:17:57 +02:00
PAJohnson
51c9047c35
Added note to CAN documentation about bus crash if two ODrives are connected without node ID configuration
2020-09-29 17:11:13 -04:00
Samuel Sadok
47e5c693ba
temporarily disable API documentation
2020-09-29 18:47:46 +02:00
Oskar Weigl
2961714aca
banner saying docs pertains to newest firmware
2020-09-27 18:21:24 -07:00
Oskar Weigl
f360f576b4
Merge branch 'rc-v0.5.1'
2020-09-27 16:17:35 -07:00
Samuel Sadok
e7f046d518
Add support for UART1
2020-09-24 19:59:14 +02:00
PAJohnson
486eb9025f
Added note about AMT23x absolute encoder problem and workarounds.
2020-09-23 17:17:04 -04:00
PAJohnson
95e1e3d6c9
Added note about AMT23x absolute encoder problem and workarounds.
2020-09-23 17:15:30 -04:00
Samuel Sadok
dbb0b8f849
update resource usage info
2020-09-23 16:35:08 +02:00
Samuel Sadok
3addf6da77
Merge remote-tracking branch 'origin/devel' into control-loop-refactor
2020-09-22 12:56:00 +02:00
PAJohnson
e9cd716d9f
Updated getting started guide Basic Wiring image, updated references to 48V to 56V
2020-09-21 18:46:10 -04:00
PAJohnson
b952a5e754
Fix for high commanded currents during lockin ramp.
2020-09-10 20:55:08 -04:00