Skip to content

Commit

Permalink
chore: Set machine to AW L
Browse files Browse the repository at this point in the history
  • Loading branch information
deeegee committed Dec 16, 2023
1 parent 8837988 commit 5430bba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gclibs
Submodule gclibs updated 1 files
+5 −4 dpm/inc/dpm.h
4 changes: 2 additions & 2 deletions libs/machine_mapping/src/machines/machine_aw_robot_l2.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ MAP_DRIVE_PRINT_PARAMS_FUNCTIONS( ec_print_params_aw_j_series,
*/

/* DRIVE PARAMETERS */
MAP_DRIVE_POS_LIMIT( 90, 55, 135, 180, -5, 180 );
MAP_DRIVE_NEG_LIMIT( -90, -55, 45, -180, -175, -180 );
MAP_DRIVE_POS_LIMIT( 90, 55, 135, 180, -5, 300 );
MAP_DRIVE_NEG_LIMIT( -90, -55, 45, -180, -175, -300 );
MAP_DRIVE_DIRECTION( 1, 1, 1, 1, 1, 1 );
MAP_DRIVE_TORQ_LIMIT( 60, 60, 60, 60, 60, 60, );
MAP_DRIVE_VEL_LIMIT( 40, 40, 40, 40, 40, 40, );
Expand Down

0 comments on commit 5430bba

Please sign in to comment.