-
Notifications
You must be signed in to change notification settings - Fork 773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Namespacing causes sigterm on exit #507
Labels
Comments
kev-the-dev
pushed a commit
to kev-the-dev/gazebo_ros_pkgs
that referenced
this issue
May 29, 2018
Good catch. This actually would break the physics reconfigure feature when in a namespace. Fixed in #732 |
kev-the-dev
pushed a commit
to kev-the-dev/gazebo_ros_pkgs
that referenced
this issue
Jun 12, 2018
scpeters
added a commit
that referenced
this issue
Jun 26, 2018
ROSAPI: fix physics reconfigure within namespace (issue #507)
kev-the-dev
pushed a commit
to kev-the-dev/gazebo_ros_pkgs
that referenced
this issue
Jun 27, 2018
kev-the-dev
pushed a commit
to kev-the-dev/gazebo_ros_pkgs
that referenced
this issue
Jun 27, 2018
kev-the-dev
pushed a commit
to kev-the-dev/gazebo_ros_pkgs
that referenced
this issue
Jun 27, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gazebo_ros_pkgs/gazebo_ros/src/gazebo_ros_api_plugin.cpp
Line 1985 in f03ddc2
I think this line (and the next) are supposed to use the gazebo_namespace, not just be hardcoded to /gazebo
The issue is that when using a namespace, we get this
waitForService: Service [/gazebo/set_physics_properties] has not been advertised, waiting...
Because it will never be advertised. When killing the agent, gazebo waits for a long time, and eventually raises a sigterm and dies
The text was updated successfully, but these errors were encountered: