File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ // Includes brought from read_write.cpp in DynamixelSDK
12#if defined(__linux__)
23#include < fcntl.h>
34#include < termios.h>
1112
1213#include " dynamixel_sdk.h" // Uses DYNAMIXEL SDK library
1314
15+ // Includes brought from StepperArm in urc-firmware
16+ #include < Arduino.h>
17+ #include < TMC2209.h>
18+ #include < QNEthernet.h>
19+ #include < vector>
20+ #include < RoboClaw.h>
21+ #include < string>
22+ #include < unordered_map>
23+ #include " urc.pb.h"
24+ #include " Messages.hpp"
25+
1426#define X_SERIES
1527
1628#define ADDR_TORQUE_ENABLE 64
3648#define DXL_MOVING_STATUS_THRESHOLD 20 // DYNAMIXEL moving status threshold
3749#define ESC_ASCII_VALUE 0x1b
3850
39- void run_roboclaw_effort (int address , int channel , int effort );
51+ void run_roboclaw_effort (int address, int channel, int effor
You can’t perform that action at this time.
0 commit comments