Closed pkok closed 10 years ago
Both Main files did not compile, for different reasons:
NAOH21/Main.cpp
WRIST_YAW
robotConsts.h
NAOH25/Main.cpp
HAND
Both Main files did not compile, for different reasons:
NAOH21/Main.cpp
did not compile, becauseWRIST_YAW
was used, while commented in itsrobotConsts.h
;NAOH25/Main.cpp
did not compile, becauserobotConsts.h
was lacking. I uncommented theWRIST_YAW
andHAND
enum values.