Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

Replace controller spawner for manager #60

Merged
merged 1 commit into from
Jul 24, 2020

Conversation

Olavhaasie
Copy link
Contributor

Description

In the hardware-interface, we have replaced the controller_spawner with the controller_manager to prevent the controllers from being unloaded. Now for Gazebo this has also been an issue, because Gazebo would hang when trying to unload the controllers. So with this script the controllers are no longer trying to be unloaded via the service, which allows Gazebo to be shutdown correctly 🎉

Changes

  • Replace controller_spawner with controller_manager script

@Olavhaasie Olavhaasie requested a review from Roelemans as a code owner July 24, 2020 10:07
@Olavhaasie Olavhaasie self-assigned this Jul 24, 2020
Copy link
Contributor

@RutgerVanBeek RutgerVanBeek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Simulation shutdown was very quick :)

@RutgerVanBeek RutgerVanBeek merged commit a648fd3 into develop Jul 24, 2020
@RutgerVanBeek RutgerVanBeek deleted the fix/controller-spawner branch July 24, 2020 10:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants