splintered-reality / py_trees_ros

ROS extensions and implementations for py_trees
Other
158 stars 40 forks source link

ROS trees crashing in humble on use of DURATION #184

Closed stonier closed 1 year ago

stonier commented 1 year ago

That is, py_trees.common.DURATION which is set to math.inf.

ROS Distro: Humble Reported: https://github.com/splintered-reality/py_trees_ros/pull/182 Crash Details: Unknown (need reproduction steps) Workarounds: use sys.float_info.max instead

stonier commented 1 year ago

Options:

stonier commented 1 year ago

Resolved by https://github.com/splintered-reality/py_trees/pull/366.