Skip to content

Commit

Permalink
Add step time documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
urmahp committed Sep 13, 2023
1 parent 000828c commit be8783e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/ur_client_library/control/reverse_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class ReverseInterface
*
* \param port Port the Server is started on
* \param handle_program_state Function handle to a callback on program state changes.
* \param step_time The robots step time
*/
ReverseInterface(uint32_t port, std::function<void(bool)> handle_program_state,
std::chrono::milliseconds step_time = std::chrono::milliseconds(8));
Expand Down

0 comments on commit be8783e

Please sign in to comment.