Skip to content

Commit

Permalink
make CI happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault Poignonec committed Jan 16, 2025
1 parent 9b8a2fe commit 69277d8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ class LedRgbDevice : public SemanticComponentCommandInterface<std_msgs::msg::Col

/**
* Set the values of the LED RGB device from a ColorRGBA message.
*
*
* \details Sets the values of the red, green, and blue channels from the message.
* If any of the values are out of the range [0, 1], the function fails and returns false.
*
*
* \param[in] message ColorRGBA message
*
*
* \return true if all values were set, false otherwise
*/
virtual bool set_values_from_message(const std_msgs::msg::ColorRGBA & message)
Expand Down

0 comments on commit 69277d8

Please sign in to comment.