Swapped AMC0 and AMC1
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
#define TIMEOUT 10u
|
||||
|
||||
constexpr const char* ENCODER_SERIAL_PATH_DEFAULT = "/dev/ttyACM0";
|
||||
constexpr const char* ENCODER_SERIAL_PATH_DEFAULT = "/dev/ttyACM1";
|
||||
|
||||
using SendDoubleSrv = mg_msgs::srv::SendDouble;
|
||||
using ZeroSrv = std_srvs::srv::Empty;
|
||||
|
||||
Reference in New Issue
Block a user