Skip to content

Commit

Permalink
updated based on Elistons numbers, will cause a conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mayacakmak committed Jul 6, 2021
1 parent aba43fa commit aaa01ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions robot/ros_connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,12 +361,12 @@ function robotModeOn(modeKey) {
var stowArmPose = {
'joint_lift': 0.25,
'wrist_extension': 0.1,
'joint_wrist_yaw': 3.4};
'joint_wrist_yaw': 3.0};

var prepArmPose = {
'joint_lift': 0.75,
'wrist_extension': 0.75,
'joint_wrist_yaw': 2.0};
'joint_lift': 0.5,
'wrist_extension': 0.5,
'joint_wrist_yaw': 0.0};


function stowRobotArm() {
Expand Down

0 comments on commit aaa01ce

Please sign in to comment.