open-rmf / free_fleet

A free fleet management system.
Apache License 2.0
156 stars 65 forks source link

ROS2 client crashes when reaching waypoint to soon #111

Closed eliasdc closed 2 years ago

eliasdc commented 2 years ago

Bug report

Required information:

Description of the bug

When running free fleet ros2 client and server in simulation and the robot reaches the goal to soon the node will crash. The reason is that the default clock type of ros2 messages is ROS_TIME and the default constructor of Time uses SYSTEM_TIME.

Additional information

Will push a pull request to fix this issue.