Skip to content

Commit

Permalink
Update controller_interface/include/controller_interface/controller_i…
Browse files Browse the repository at this point in the history
…nterface_base.hpp
  • Loading branch information
destogl authored Oct 17, 2024
1 parent cbc3638 commit 00228c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class ControllerInterfaceBase : public rclcpp_lifecycle::node_interfaces::Lifecy
*
* \param[in] time The time at the start of this control loop iteration
* \param[in] period The measured time taken by the last control loop iteration
* \returns return_type::OK if update is successfully, otherwise return_type::ERROR.
* \returns A pair with the first element being a boolean indicating if the async callback method was triggered and the second element being the last return value of the async function. For more details check the AsyncFunctionHandler implementation in `realtime_tools` package.
*/
CONTROLLER_INTERFACE_PUBLIC
std::pair<bool, return_type> trigger_update(
Expand Down

0 comments on commit 00228c4

Please sign in to comment.