Skip to content

ros time source should not use parameter client #580

Closed
@wjwwood

Description

@wjwwood

Right now the TimeSource class implementation in rclcpp uses a ParameterClient to get notifications of when a parameter changes, which:

  • does not work if parameter service is disabled in the node
  • is not required, the node knows when the parameter changes (with or without ROS services)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions