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

Scottapotamas's profile - activity

2019-04-17 00:53:36 -0500 received badge  Famous Question (source)
2015-11-02 06:46:42 -0500 received badge  Notable Question (source)
2015-11-02 06:46:42 -0500 received badge  Popular Question (source)
2015-06-02 00:44:38 -0500 received badge  Enthusiast
2015-05-28 23:16:41 -0500 received badge  Supporter (source)
2015-05-28 08:53:22 -0500 asked a question Incomplete topic data on remote machine

We are trying to use a networked rvis instance to view a map from hector_slam alongside /scan data from a SICK 310.

The root of our issue seems to be inconsistent behaviour with receiving topics on the remote machine.

We can see all topics/nodes, but are unable to echo/hz the topic in some cases. We can get info and see correct pub/sub info. In some cases we can echo partial data such as an incomplete tf tree.

We can echo /tf and get a complete list when using the host (robot) via ssh etc, but the networked machine does not see the entire tf tree, only the laser and laser_mount_link transforms - ie missing /base_link, /map etc. I've got the visual outputs if people want them but it only shows that the remote receives partial data.

This issue(s) mean we can successfully visualise scan data in rviz with a laser or laser_mount_link fixed frame, but have no other frames as the rviz machine never receives extra topic data...

Ubuntu 14.04 on generic Aspire atom netbook (remote rviz) Lubuntu 14.04 on ODroid XU3 (host) Indigo on both machines, same networking infrastructure and both can ping each other etc.

Thanks!