rclcpp/rclcpp_lifecycle
Michael Jeronimo 1081e75079 Add missing template functionality to lifecycle_node. (#707)
* Add missing template functionality to lifecycle_node.

Recent changes to the node_parameters interface was accompanied by additions to the
node.hpp header and implementation files. However, these additions were not also made
to the corresponding lifecycle node files. This PR includes the changes required for
the lifecycle node.

Going forward, I suggest that any code like this that supplements the basic node interfaces
should either be factored out into a separate header that both node and lifecycle_node
include, or that the supplemental code simply be included in the appropriate node_interface
file directly, if possible. That way we can avoid code duplication and its symptoms which
is node and lifecycle_node getting out of sync (which they have several times).

Signed-off-by: Michael Jeronimo <michael.jeronimo@intel.com>

* consolidate documentation to just be in rclcpp/node.hpp

Signed-off-by: William Woodall <william@osrfoundation.org>

* fix visibility macros

Signed-off-by: William Woodall <william@osrfoundation.org>

* deprecation methods that were also deprecated in rclcpp::Node

Signed-off-by: William Woodall <william@osrfoundation.org>

* fixup variable name

Signed-off-by: William Woodall <william@osrfoundation.org>

* add missing template method implementations

Signed-off-by: William Woodall <william@osrfoundation.org>

* add more methods that were not ported to lifecycle node originally

Signed-off-by: William Woodall <william@osrfoundation.org>

* fix cpplint

Signed-off-by: William Woodall <william@osrfoundation.org>
2019-05-15 15:15:40 -07:00
..
include/rclcpp_lifecycle Add missing template functionality to lifecycle_node. (#707) 2019-05-15 15:15:40 -07:00
src Add missing template functionality to lifecycle_node. (#707) 2019-05-15 15:15:40 -07:00
test change API to encourage users to specify history depth always (#713) 2019-05-08 14:24:40 -07:00
CHANGELOG.rst 0.7.2 2019-05-08 17:27:05 -07:00
CMakeLists.txt Using ament_target_dependencies where possible (#659) 2019-03-19 09:23:10 -03:00
package.xml 0.7.2 2019-05-08 17:27:05 -07:00