Skip to content

Commit

Permalink
Fix voltage supply on ergocub robot (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini authored Feb 23, 2023
1 parent 1e43c9f commit 230a5d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified boards/amcbldc/system/dictionaries/EmbeddedBoardDD.sldd
Binary file not shown.
2 changes: 1 addition & 1 deletion boards/amcbldc/system/dictionaries/update_dictionary.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
p.Value.motorconfig.encoder_tolerance = uint8(0);
p.Value.motorconfig.pole_pairs = uint8(7);
p.Value.motorconfig.Vmax = single(24);
p.Value.motorconfig.Vcc = single(24);
p.Value.motorconfig.Vcc = single(44);
p.Value.CurLoopPID.P = single(2);
p.Value.CurLoopPID.I = single(500);
p.Value.CurLoopPID.D = single(0);
Expand Down

0 comments on commit 230a5d4

Please sign in to comment.