Skip to content

Commit

Permalink
velocity control test
Browse files Browse the repository at this point in the history
  • Loading branch information
Actat committed Nov 9, 2023
1 parent 412454e commit 84d759e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dynamixel_sdk_examples/src/read_write_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
// Control table address for X series (except XL-320)
#define ADDR_OPERATING_MODE 11
#define ADDR_TORQUE_ENABLE 64
#define ADDR_GOAL_POSITION 116
#define ADDR_GOAL_POSITION 104
#define ADDR_PRESENT_POSITION 132

// Protocol version
Expand Down Expand Up @@ -145,7 +145,7 @@ void setupDynamixel(uint8_t dxl_id)
portHandler,
dxl_id,
ADDR_OPERATING_MODE,
3,
1,
&dxl_error
);

Expand Down

0 comments on commit 84d759e

Please sign in to comment.