-
Notifications
You must be signed in to change notification settings - Fork 112
Map_manager "waiting for map list" #79
Comments
Hi @boirosma2, If you take a look at the source code of The |
@jubeira i had already the package world_canvas_msgs/ListMaps as external librairy like below is that the same as you explained?? |
@boirosma2 I suggest you to read some ROS tutorials first. Do you know what a ROS service is, and how it works? If not, I suggest you to start here: http://wiki.ros.org/Services. What you need is not only the message definition (which is what you have there), but a ROS node that actually provides that service as a server. The node that provides it is in the repository I pointed above (https://github.com/corot/world_canvas/tree/master/world_canvas_server). In other words, you need to actually run that code together with your application, registering the appropriate node in the same ROS master (I don't really know the details). Finally, perhaps ROS answers is a better place to ask these kind of questions. |
thank you so much @jubeira, i undertand better now, but i have one last question, how do i run the code? is it in my android app? or you meant in my Ros System through command prompt directly in my robot? |
I meant in the ROS system (i.e. the node has to be registered in the same ROS master as the nodes running in your app); it doesn't need to be inside the android app. In fact the code of the |
@jubeira it was very useful for me ! thank you ! thank you ! |
The app is been waiting for map list for a long time. The app is being connected to the rosmaster running in the PC. |
launch this node at pc that connect to roscore: than switch to module "make a map" and launch andorid app,so you can see map in your screen |
Hello, Can you help me please? I'm using the rosjava map manager tutorial (in this link https://github.com/DreamFly111/make_a_map ), i've installed the apk file and i'm able to connect with my robot. but after the master connection, i have a waiting dialog with message "waiting for maps" like it's waiting for somethings, the "Make A Map" tutorial is working fine, but the "Map Nav" tutorial show the same waiting dialog with the message "Waiting for map List", i dont why. I have been working with rosjava for 3 month but i admit there are many things i still don't understand don't know what to do. Thanks you
The text was updated successfully, but these errors were encountered: