Skip to content

Commit

Permalink
Producer_fifo_scheduling should be set to true, such that it looks id…
Browse files Browse the repository at this point in the history
…entical to the original constructor.
  • Loading branch information
urmahp committed Aug 29, 2023
1 parent 3957455 commit ad89905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rtde/rtde_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RTDEClient::RTDEClient(std::string robot_ip, comm::INotifier& notifier, const st
, input_recipe_(input_recipe)
, parser_(output_recipe_)
, prod_(stream_, parser_)
, pipeline_(prod_, PIPELINE_NAME, notifier)
, pipeline_(prod_, PIPELINE_NAME, notifier, true)
, writer_(&stream_, input_recipe_)
, max_frequency_(URE_MAX_FREQUENCY)
, target_frequency_(target_frequency)
Expand Down

0 comments on commit ad89905

Please sign in to comment.