Skip to content

Commit 33088f2

Browse files
committed
added more incldues in arm.h header file
1 parent ac7523b commit 33088f2

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

jetson_script/Arm.h

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Includes brought from read_write.cpp in DynamixelSDK
12
#if defined(__linux__)
23
#include <fcntl.h>
34
#include <termios.h>
@@ -11,6 +12,17 @@
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
@@ -36,4 +48,4 @@
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

0 commit comments

Comments
 (0)