You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The input cloud to safety_limiter can be transformed at ros::Time(0) which means that latest available transforms in that tf tree. In that case, there might have a delay from latest to acquisition time of input cloud. Extrapolation is encouraged to reduce the delay.
The input cloud to
safety_limiter
can be transformed atros::Time(0)
which means that latest available transforms in that tf tree. In that case, there might have a delay from latest to acquisition time of input cloud. Extrapolation is encouraged to reduce the delay.neonavigation/safety_limiter/src/safety_limiter.cpp
Lines 349 to 350 in 963aadb
neonavigation/safety_limiter/src/safety_limiter.cpp
Lines 689 to 690 in 963aadb
Note: This issue is motivated from #421 (review)
The text was updated successfully, but these errors were encountered: