Skip to content

Commit

Permalink
TEST: search ball behavior on turtlebot
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoDatoMeneses committed Jan 10, 2017
1 parent d84bce5 commit 61ecb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turtlebot_navigation/src/BallSearch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Objet * BallSearch::Recherche_balle(unsigned char* raw, int width, int height,
case 6:
ROS_INFO("Abandon recherche... \n");
etat_recherche = 7;
ros::shutdown();
//ros::shutdown();
break;
default:
ROS_INFO("Abandon recherche... \n");
Expand Down

0 comments on commit 61ecb24

Please sign in to comment.