As mentioned in PR https://github.com/ros-industrial/abb_libegm/issues/68, then there is currently no check in abb_libegm for NaN values. If NaN values are allowed to pass to the robot controller, then this will cause a system failure.
It should be straight-forward to add checks for NaN to the methods here and here.
As mentioned in PR https://github.com/ros-industrial/abb_libegm/issues/68, then there is currently no check in
abb_libegm
for NaN values. If NaN values are allowed to pass to the robot controller, then this will cause a system failure.It should be straight-forward to add checks for NaN to the methods here and here.