Skip to content
Snippets Groups Projects
Commit 947e8b36 authored by Florent Lamiraux's avatar Florent Lamiraux Committed by Florent Lamiraux florent@laas.fr
Browse files

[geometric_simu] replace ros::spin() by ros::waitForShutdown ().

parent 4c6f9031
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,6 @@ int main(int argc, char *argv[]) { ...@@ -27,6 +27,6 @@ int main(int argc, char *argv[]) {
aSotLoader.initializeRosNode(argc, argv); aSotLoader.initializeRosNode(argc, argv);
ros::spin(); ros::waitForShutdown ();
return 0; return 0;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment