Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add/minus for msg::Time and rclcpp::Duration #2419

Merged
merged 13 commits into from
Feb 13, 2024

Commits on Jan 30, 2024

  1. feat: add/minus for msg::Time and rclcpp::Duration

    Signed-off-by: HuaTsai <huatsai.eed07g@nctu.edu.tw>
    HuaTsai committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    7c57ad5 View commit details
    Browse the repository at this point in the history
  2. fix: add needed headers

    Signed-off-by: HuaTsai <huatsai.eed07g@nctu.edu.tw>
    HuaTsai committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    ba5b21a View commit details
    Browse the repository at this point in the history
  3. style: formatting

    Signed-off-by: HuaTsai <huatsai.eed07g@nctu.edu.tw>
    HuaTsai committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    76afcf6 View commit details
    Browse the repository at this point in the history
  4. test: operators with message stamp

    Signed-off-by: HuaTsai <huatsai.eed07g@nctu.edu.tw>
    HuaTsai committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a1afbd4 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. style: formatting

    Signed-off-by: HuaTsai <huatsai.eed07g@nctu.edu.tw>
    HuaTsai committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    f563e00 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. refactor: function converting nanoseconds to seconds and nanoseconds

    Signed-off-by: HuaTsai <huatsai.eed07g@nctu.edu.tw>
    HuaTsai committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    78ab451 View commit details
    Browse the repository at this point in the history
  2. fix: missing semicolon

    Signed-off-by: HuaTsai <huatsai.eed07g@nctu.edu.tw>
    HuaTsai committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    52fc2e6 View commit details
    Browse the repository at this point in the history
  3. fix: callee should be rcl_time_point_value_t

    Signed-off-by: HuaTsai <huatsai.eed07g@nctu.edu.tw>
    HuaTsai committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    7037cc8 View commit details
    Browse the repository at this point in the history
  4. fix: add necessary header

    Signed-off-by: HuaTsai <huatsai.eed07g@nctu.edu.tw>
    HuaTsai committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    963d3e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. refactor: move convert function to time.hpp/cpp

    Signed-off-by: HuaTsai <huatsai.eed07g@nctu.edu.tw>
    HuaTsai committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    9247045 View commit details
    Browse the repository at this point in the history
  2. Update rclcpp/test/rclcpp/test_duration.cpp

    Signed-off-by: HuaTsai <huatsai.eed07g@nctu.edu.tw>
    HuaTsai authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    5993efc View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. refactor: add consistent unsigned suffix 'u'

    Signed-off-by: HuaTsai <huatsai.eed07g@nctu.edu.tw>
    HuaTsai committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    135c469 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. refactor: return inline function

    Signed-off-by: HuaTsai <huatsai.eed07g@nctu.edu.tw>
    HuaTsai committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    9f77873 View commit details
    Browse the repository at this point in the history