ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Accessing map_server using rosjava

asked 2011-08-10 08:49:02 -0500

Tuan gravatar image

Hi,

I am trying to access the map_server through a client service call to retrieve map information through nav_msgs/OccupancyGrid into my android device using pure implementation Rosjava. However, it seems that there is currently no support for that in Rosjava.

Could anyone help me if you have tried and solved a similar problem?

Thank you very much.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2011-08-10 10:24:20 -0500

Brian Gerkey gravatar image

I don't know whether it's still the case, but I remember some discussion about not implementing service calls in rosjava.

In any case, you can get the map by subscribing to the map topic instead of calling a service.

edit flag offensive delete link more

Comments

Hi, thanks for the reply. I have successfully subscribed to map_server through the latch topic map
Tuan gravatar image Tuan  ( 2011-08-18 01:36:44 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2011-08-10 08:49:02 -0500

Seen: 330 times

Last updated: Aug 10 '11