Closed hslusarek closed 4 years ago
Triggered by issue #415, I looked at the joint_state_publisher_mock.cpp and couldn't find a reason why the #include <gmock/gmock.h> exists. To solve issue #415, I suggest to simply remove the include and all other unnecessary includes.
joint_state_publisher_mock.cpp
#include <gmock/gmock.h>
Triggered by issue #415, I looked at the
joint_state_publisher_mock.cpp
and couldn't find a reason why the#include <gmock/gmock.h>
exists. To solve issue #415, I suggest to simply remove the include and all other unnecessary includes.