Skip to content

Commit

Permalink
Fix wrong parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-siffert-ocado committed Nov 18, 2024
1 parent e54f738 commit 3168832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ur_client_library/rtde/rtde_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class RTDEClient
* \param target_frequency Frequency to run at. Defaults to 0.0 which means maximum frequency.
*/
RTDEClient(std::string robot_ip, comm::INotifier& notifier, const std::vector<std::string>& output_recipe,
const std::vector<std::string>& input_recipe, bool ignore_available_outputs = false,
const std::vector<std::string>& input_recipe, bool ignore_unavailable_outputs = false,
double target_frequency = 0.0);
~RTDEClient();
/*!
Expand Down

0 comments on commit 3168832

Please sign in to comment.