diff --git a/daily_work.md b/daily_work.md index 7e37d1b..861026c 100644 --- a/daily_work.md +++ b/daily_work.md @@ -227,4 +227,4 @@ http://wiki.ros.org/roscpp/Overview/Initialization%20and%20Shutdown Problème de nom du noeud utilisé avec ros::init: * https://answers.ros.org/question/262331/rosinvalidnameexception-error/ -Le nom locaexe utilisé pour l'exécutable (et donc le nom du noeud) posait problème. En le remplaçant par localisation_v2, ros::init() fonctionne correctement. En revanche, pour voir apparaitre le noeud avec la commande rosnode list, il faut ajouté la ligne "ros::Nodehandle nh;" après "ros::init(argc, argv, "localisation_v2");" \ No newline at end of file +Le nom "_loca_exe" utilisé pour l'exécutable (et donc le nom du noeud) posait problème. En le remplaçant par localisationv2, ros::init() fonctionne correctement. En revanche, pour voir apparaitre le noeud avec la commande rosnode list, il faut ajouté la ligne "ros::Nodehandle nh;" après "ros::init(argc, argv, "localisation_v2");" \ No newline at end of file