Skip to content

Commit

Permalink
Revise ComponentInterface by moving implementations to source file (#39)
Browse files Browse the repository at this point in the history
* Fix docstring

* Move implementations from header to source file

* Clean up includes

* Touch ups

* 2.2.12 -> 2.2.13

* Update CHANGELOG
  • Loading branch information
domire8 committed Oct 24, 2023
1 parent a25c43c commit 5ed84af
Show file tree
Hide file tree
Showing 6 changed files with 636 additions and 641 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Release Versions:

## Upcoming changes (in development)

- Revise ComponentInterface by moving implementations to source file (#39)
- Update component classes to inherit from new ComponentInterface (#38)
- Refactor ComponentInterface to use node interfaces (#33)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class Component : public rclcpp::Node, public ComponentInterface {
using ComponentInterface::inputs_;
using ComponentInterface::outputs_;
using ComponentInterface::periodic_outputs_;
using ComponentInterface::publish_predicate;
using ComponentInterface::publish_predicates;
using ComponentInterface::publish_outputs;
using ComponentInterface::evaluate_periodic_callbacks;
Expand Down
Loading

0 comments on commit 5ed84af

Please sign in to comment.