Skip to content

Commit

Permalink
Update MarcosWalk.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus authored Jun 19, 2024
1 parent 4e3b467 commit 0b7194f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MarcosWalk.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ IDriveEngine engine = new IDriveEngine () {
*/

boolean firstRun=true
double zoffsetOfFeetHome = -21
double xOffsetOfFeetHome = 7
double zoffsetOfFeetHome = -18
double xOffsetOfFeetHome = 0
double ySplayOut = 5
double stepOverHeight = 15
public void DriveArc(MobileBase source,TransformNR newPose,double seconds) {
Expand Down

0 comments on commit 0b7194f

Please sign in to comment.