Skip to content

Naming of fields for Time message is inconsistent with rclcpp::Time #166

@YoshuaNava

Description

@YoshuaNava

I'm working with both builtin_interfaces/msg/Time and rclcpp::Time, and I found that the naming of the fields is inconsistent between them:

  • For rclcpp::Time fields are called seconds and nanoseconds
  • But for builtin_interfaces::msg::Time fields are called sec and nanosec.

Would it be possible for both time representations to use the same field names? If possible I would suggest following the convention from rclcpp::Time, which uses full yet succint names.

Thank you in advance! 🙏

Yoshua

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions