Tobis Programm forked to not destroy your golden files
Fork of Robocode by
Diff: source/Grabbing.cpp
- Revision:
- 78:d9138c6f82a8
- Parent:
- 69:1fdcef6a7577
- Child:
- 84:435ec041fd0d
--- a/source/Grabbing.cpp Tue Apr 25 08:12:31 2017 +0000 +++ b/source/Grabbing.cpp Tue Apr 25 11:42:45 2017 +0000 @@ -31,6 +31,7 @@ set_servo_position(6, servo6max); } } + //move_forward_for_distance(float distance) return 56; //close grabber } @@ -48,5 +49,5 @@ int close_grabber(){ set_servo_position(8, servo8max); - return 53; //release position + return 53; //release position -> get_color()... }