Skip to content

Commit

Permalink
Streamline how initial config is set for boards, remove duplicated co…
Browse files Browse the repository at this point in the history
…de replacement folders (#89)
  • Loading branch information
mfussi66 authored Mar 15, 2024
1 parent a9d342e commit 168ded6
Show file tree
Hide file tree
Showing 53 changed files with 258 additions and 703 deletions.
Binary file modified boards/amcbldc_experimental/messaging/can_encoder.slx
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info location="amcbldc_init_config.m" type="File"/>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file modified boards/amcbldc_experimental/sim2can/send_receive.slx
Binary file not shown.
Binary file not shown.
Binary file modified boards/amcbldc_experimental/system/AMC_BLDC.slx
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
% -------------------------------------------------------------------

%% CONFIGURATION FOR FIRST MOTOR

function MotionControlInitConf = amcbldc_init_config
MotionControlInitConf(1).thresholds = struct;
MotionControlInitConf(1).thresholds.jntVelMax = single(40000);
MotionControlInitConf(1).thresholds.motorNominalCurrents = single(0.35);
Expand Down
110 changes: 0 additions & 110 deletions boards/amcbldc_experimental/system/code_replacement/crl_icubtech.m

This file was deleted.

This file was deleted.

This file was deleted.

Binary file modified boards/amcbldc_experimental/system/dictionaries/amcbldc.sldd
Binary file not shown.
Binary file modified boards/amcbldc_experimental/system/dictionaries/can_messaging.sldd
Binary file not shown.

This file was deleted.

Binary file modified boards/amcbldc_experimental/system/motion_controller_single.slx
Binary file not shown.
Binary file not shown.
Binary file modified boards/amcfoc/models/iterative_motion_controller.slx
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info location="set_actuators_number.m" type="File"/>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info>
<Category UUID="FileClassCategory">
<Label UUID="design" />
<Label UUID="design"/>
</Category>
</Info>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info location="amcfoc_init_config.m" type="File"/>
Loading

0 comments on commit 168ded6

Please sign in to comment.