Closed aaronchongth closed 5 months ago
We should probably wait for approval from @Yadunund before merging so we don't disturb the release process that's going on.
Yep kindly hold for a day or two more. Shall update here.
Yep kindly hold for a day or two more. Shall update here.
I think we should be OK right?
Bug fix
Fixed bug
Fixes https://github.com/open-rmf/rmf_ros2/issues/252. This issue only shows up when the dispatcher node is not running with sim time due to casting issues when the double gets larger.
To recreate the issue, set
use_sim_time
tofalse
when launching the dispatcher node in https://github.com/open-rmf/rmf_demos/blob/main/rmf_demos/launch/common.launch.xml#L60Fix applied
std::lround
instead ofstd::round)