Skip to content

Commit c42efcb

Browse files
committed
Adjusted robotic arm's initial position
1 parent 511ad24 commit c42efcb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Binary file not shown.
Binary file not shown.

turtlebot3_manipulation_hardware/src/turtlebot3_manipulation_system.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ hardware_interface::CallbackReturn TurtleBot3ManipulationSystemHardware::on_init
9494

9595
dxl_joint_commands_.resize(4, 0.0);
9696
dxl_joint_commands_[0] = 0.0;
97-
dxl_joint_commands_[1] = -1.57;
98-
dxl_joint_commands_[2] = 1.37;
99-
dxl_joint_commands_[3] = 0.26;
97+
dxl_joint_commands_[1] = -1.05;
98+
dxl_joint_commands_[2] = 1.05;
99+
dxl_joint_commands_[3] = 0.0;
100100

101101
dxl_gripper_commands_.resize(2, 0.0);
102102

0 commit comments

Comments
 (0)