Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add assignment of parameter-related fields in node options constructor (
ros2#708) * Add assignment of missing parameter-related fields in node options copy constructor. The allow_undeclared_parameters and automatically_declare_initial_parameters fields of the node options class were not assigned in the assignment operator, resulting in an incorrect copy of the node options object, which also indirectly affects the copy constructor. Signed-off-by: Michael Jeronimo <[email protected]> * Run linters
- Loading branch information