Skip to content

Commit

Permalink
debug?
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Oct 13, 2023
1 parent 4aff199 commit cd2ec11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ if [[ ( "$DOCKER_IMAGE" == "arm64v8//ubuntu:bionic" || "$DOCKER_IMAGE" == "arm64
sed -i 's/h7/ape/' irteus/test/test-cad.l
sed -i 's/(hanoi-program (length \*disks\*))/(subseq (hanoi-program (length \*disks\*)) 0 2)/' irteus/demo/hanoi-arm.l
sed -i 's/^\s*footstep-list/(subseq footstep-list 0 3)/' irteus/demo/walk-motion.l
# human-model is not created as of 2023/10/11
sed -i '/human-robot/ s/^;*/;/' eus/models/irt-all-robots.l
fi
set +x # disable debug information

Expand Down

0 comments on commit cd2ec11

Please sign in to comment.