From: Nicolas P. <Nic...@US...> - 2005-11-17 02:10:48
|
Hi, I compiled RobotFlow with Player support, but player toolbox didn't compile. I think the is something missing the the RobotFlow Makefile.am at line 18. The line is: SUBDIRS = Pioneer2 Generic Behaviors Audio Vision Control Devices Probes FSM $(MARIE_DIR) $(OPENCV_DIR) shouldn't it be: SUBDIRS = Pioneer2 Generic Behaviors Audio Vision Control Devices Probes FSM $(MARIE_DIR) $(OPENCV_DIR) $(PLAYER_DIR) thanks for fixing it ! Nicolas Paquin |