Skip to content

Commit

Permalink
Added a test to retrieve all RTDE outputs and added latest URSim to C…
Browse files Browse the repository at this point in the history
…I matrix
  • Loading branch information
remi-siffert-ocado committed Oct 10, 2024
1 parent bb45713 commit 04fb589
Show file tree
Hide file tree
Showing 3 changed files with 413 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
ROBOT_MODEL: 'ur5e'
URSIM_VERSION: '5.9.4'
PROGRAM_FOLDER: 'tests/resources/dockerursim/programs/e-series'
- DOCKER_RUN_OPTS: --network ursim_net
BEFORE_INIT: 'apt-get update -qq && apt-get install -y iproute2 iputils-ping && ip addr && ping -c5 192.168.56.101'
CTEST_OUTPUT_ON_FAILURE: 1
ROBOT_MODEL: 'ur20'
URSIM_VERSION: 'latest'
PROGRAM_FOLDER: 'tests/resources/dockerursim/programs/e-series'

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion src/rtde/rtde_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ void RTDEClient::setupOutputs(const uint16_t protocol_version)
unsigned int num_retries = 0;
size_t size;
size_t written;
uint8_t buffer[4096];
uint8_t buffer[8192];
URCL_LOG_INFO("Setting up RTDE communication with frequency %f", target_frequency_);
if (protocol_version == 2)
{
Expand Down
Loading

0 comments on commit 04fb589

Please sign in to comment.