Skip to content

Commit

Permalink
Add TriggeredPublisher system (#139)
Browse files Browse the repository at this point in the history
The triggered publisher system publishes a user specified message on an output topic in response to an input message that matches user specified criteria.
  • Loading branch information
azeey authored May 29, 2020
1 parent 3431635 commit a36dafa
Show file tree
Hide file tree
Showing 11 changed files with 2,461 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

### Ignition Gazebo 2.XX.XX (20XX-XX-XX)

1. Add TriggeredPublisher system
* [Pull Request 139](https://github.com/ignitionrobotics/ign-gazebo/pull/139)

1. Add PerformerDetector, a system for detecting when performers enter a specified region
* [Pull Request 125](https://github.com/ignitionrobotics/ign-gazebo/pull/125)

Expand All @@ -10,14 +13,14 @@
1. Added a `/world/<world_name>/create_multiple` service that parallels the current `/world/<world_name>/create` service. The `create_multiple` service can handle an `ignition::msgs::EntityFactory_V` message that may contain one or more entities to spawn.
* [Pull Request 146](https://github.com/ignitionrobotics/ign-gazebo/pull/146)

1. DetachableJoint system: Add option to suppress warning about missing child model
* [Pull Request 132](https://github.com/ignitionrobotics/ign-gazebo/pull/132)

### Ignition Gazebo 2.17.0 (2020-05-13)

1. Allow battery plugin to work with joint force systems.
* [Pull Request 120](https://github.com/ignitionrobotics/ign-gazebo/pull/120)

1. DetachableJoint system: Add option to suppress warning about missing child model
* [Pull Request 132](https://github.com/ignitionrobotics/ign-gazebo/pull/132)

1. Make breadcrumb static after specified time
* [Pull Request 90](https://github.com/ignitionrobotics/ign-gazebo/pull/90)

Expand Down
Loading

0 comments on commit a36dafa

Please sign in to comment.