-
Notifications
You must be signed in to change notification settings - Fork 522
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Spinning off from ros2/geometry2#67 (comment) so I don't hijack that thread (and so the convo doesn't get lost).
I thought that Durations could not store negative values but from @tfoote's comment it sounds like that understanding is incorrect. The source of my misunderstanding is this line:
rclcpp/rclcpp/src/rclcpp/duration.cpp
Line 92 in af6e86c
| throw std::runtime_error("cannot store a negative duration point in rclcpp::Duration"); |
Should that check be removed? Or is it appropriate in that situation?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested