ros / geometry

Packages for common geometric calculations including the ROS transform library, "tf". Also includes ROS bindings for "bullet" physics engine and "kdl" kinematics/dynamics package.
173 stars 274 forks source link

Fix log output typo: message_notifier -> message_filter #177

Closed mintar closed 5 years ago

mintar commented 5 years ago

Almost all the log outputs use message_filter, except one. The warning text still referred to message_notifier. This commit fixes that.