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

Gazebo8 stops publishing /gazebo/link_states

asked 2017-06-29 05:05:26 -0500

jorgehn gravatar image

updated 2017-06-30 07:23:42 -0500

Edit: It appears as though the problem occurs only for Gazebo8, having nothing to do with Singularity containment. My local machine is using Gazebo7.4, while I'm trying to use Gazebo8 which exhibit the problem.

The problem occurs right after start. Both Gazebo and my node is started and everything waits for the robot to spawn inside Gazebo. Once this is verified my experiments begin. From the output I can see that my code is started, waiting and then starts the experiment and is able to complete one round of evaluation before Gazebo stops publishing /gazebo/link_states. My code reports that it is not getting any data and I have verified this using rostopic which reports that right after start the topic is published, but after one round it stops.

My code subscribes and unsubscribes to /gazebo/link_states during the course of an evaluation. This is done to ensure that only data related to the current evaluation is used to assess the performance. This setup worked for Gazebo7, but not for Gazebo8. Is this expected behavior in Gazebo8?

Edit: (Thanks to gvdhoorn) So the problem was not actually related to the clock topic failing to publish. The problem was/is that my node did not handle Gazebo stopping to publish /gazebo/link_states (which lead to a divide by 0 error). My code now correctly handles this situation, but there is still a problem that after the first iteration of my evaluation code Gazebo stops publishing /gazebo/link_states.

edit retag flag offensive close merge delete

Comments

1

The problem does not occur when running the code on my local machine [..]

inside the Docker container, or without it?

gvdhoorn gravatar image gvdhoorn  ( 2017-06-29 06:15:56 -0500 )edit

On my local machine it works outside Singularity. Will test inside Singularity right away. Just to clarify, I can't run inside Docker on the cluster, but I can create the Singularity container from a Docker image.

jorgehn gravatar image jorgehn  ( 2017-06-29 06:20:50 -0500 )edit
1

I was specifically wondering about the Docker image, as that is what you are starting from according to your OP.

gvdhoorn gravatar image gvdhoorn  ( 2017-06-29 06:22:43 -0500 )edit

Ah, my apologies. My sentence is a bit inaccurate, I'm creating the image from docker://ros:robot and moving my source folders into the Singularity container as explained on their documentation. I.e. I never create a full Docker image that can be run, only Singularity.

jorgehn gravatar image jorgehn  ( 2017-06-29 06:28:34 -0500 )edit
1

Then it would seem you'll have to run your Singularity image on your machine to see whether it's a config issue on the cluster.

Apart from that: "ros crashes" is not a good way to start (as 'ros' does not run): which node crashes?

gvdhoorn gravatar image gvdhoorn  ( 2017-06-29 06:31:01 -0500 )edit

Well, that is sort of the problem. I never see a segmentation fault or anything like it. roslaunch detects my node as crashed, but there is nothing indicating what has gone wrong and the only fault that I can find is the Connection refused error from master.log.

jorgehn gravatar image jorgehn  ( 2017-06-29 07:04:21 -0500 )edit

Just to add, after testing on my local machine the same problem happens so it seems to be something with how Singularity functions.

jorgehn gravatar image jorgehn  ( 2017-06-29 07:07:14 -0500 )edit
1

before the whole setup crashes.

and

roslaunch detects my node as crashed

so is it your node that crashes, or the whole setup? If it's just your node, then I would try to run it in GDB and see what is going on when it crashes. If it's 'everything', then that is a different problem.

gvdhoorn gravatar image gvdhoorn  ( 2017-06-29 07:08:02 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2017-06-30 07:39:45 -0500

gvdhoorn gravatar image

If only Gazebo 8 has this problem then it might be an idea to report this as an issue over at osrf/gazebo/issues.

edit flag offensive delete link more

Comments

Thanks for all your help @gvdhoorn. I have submitted a bug to gazebo_ros_pkg with a minimal example that further illustrates my problem.

jorgehn gravatar image jorgehn  ( 2017-07-04 03:43:22 -0500 )edit
1

Thanks for the report and providing an MWE. I actually pointed to the osrf/gazebo tracker as this might be a problem at a lower level, but let's see what the maintainers of gazebo_ros_pkgs think.

gvdhoorn gravatar image gvdhoorn  ( 2017-07-04 04:33:02 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2017-06-29 05:05:26 -0500

Seen: 436 times

Last updated: Jun 30 '17