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

Map topic data not published on remote computer

asked 2014-11-01 05:35:55 -0500

updated 2014-11-07 02:02:23 -0500

Hi all,

I'm using ROS to run my own differential drive robot. Since my robot is powered by a UDOO board I'm using a minimal Ubuntu installation without GUI so I cannot run rviz on this device. For this reason I use a second laptop with ubuntu in order to control my robot. Roscore and the complete navigation stack (AMCL, move base, gmapping...) runs on the UDOO board and only rviz is running on remote laptop.

On rviz I'm able to see the laser scan, the robot pose and another topics data but I'm not able to see the map data (the topic is there and also listed by rostopic list).

In order to understand what is going I try to show topic data from the remote system:

rostopic echo scan

show me scan data. Instead typing

rostopic echo map

does not shown any data. The strange thing is that the same test, performed on the system running Roscore, show me topic data for map topic too. It seems that map data only is not sent/received on the remote system!

I'm using ROS hydro and already try to update all packages on two systems and I made a succesfull network test.

Any idea about this behavior?

Thanks Ale

UPDATE

After some tests I notice that some map topic data are published on remote PC but not every one sent by my navigation stack. Some idea about possible reason?

edit retag flag offensive close merge delete

Comments

Network bandwidth? CPU/memory used out?

Wolf gravatar image Wolf  ( 2014-11-07 08:17:02 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-11-01 12:05:23 -0500

Wolf gravatar image

Maybe the message type of the /map topic is not built on the remote PC because the package containing it is not installed there!?

edit flag offensive delete link more

Comments

1

Dear Wolf

I checked and map topic exist on the remote PC too.

After some test I notice that some map data are send to the remote PC but nit every data published by gmapping node. Today I will make some test using another WiFi router just to be sure the problem is not caused by bad networking.

Tha

afranceson gravatar image afranceson  ( 2014-11-02 04:48:27 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2014-11-01 05:35:55 -0500

Seen: 763 times

Last updated: Nov 07 '14