Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix uninitialized parameter exception in gpsd_client
When trying to run the constructor throws an exception: "Component constructor threw an exception: Statically typed parameter 'use_gps_time' must be initialized." This problem is described here: ros2/rclcpp#1691 Solve this by using the non-template way of declaring the parameters.
- Loading branch information