clever/led: Remove return type from notify

This commit is contained in:
sfalexrog
2019-10-07 14:18:41 +03:00
parent 6f3ced98cb
commit f42392888c

View File

@@ -230,7 +230,7 @@ void handleState(const led_msgs::LEDStateArray& msg)
led_count = state.leds.size();
}
bool notify(const std::string& event)
void notify(const std::string& event)
{
if (ros::param::has("~notify/" + event + "/effect") ||
ros::param::has("~notify/" + event + "/r") ||