File tree Expand file tree Collapse file tree 3 files changed +413
-1
lines changed Expand file tree Collapse file tree 3 files changed +413
-1
lines changed Original file line number Diff line number Diff line change 21
21
ROBOT_MODEL : ' ur5e'
22
22
URSIM_VERSION : ' 5.9.4'
23
23
PROGRAM_FOLDER : ' tests/resources/dockerursim/programs/e-series'
24
+ - DOCKER_RUN_OPTS : --network ursim_net
25
+ BEFORE_INIT : ' apt-get update -qq && apt-get install -y iproute2 iputils-ping && ip addr && ping -c5 192.168.56.101'
26
+ CTEST_OUTPUT_ON_FAILURE : 1
27
+ ROBOT_MODEL : ' ur20'
28
+ URSIM_VERSION : ' latest'
29
+ PROGRAM_FOLDER : ' tests/resources/dockerursim/programs/e-series'
24
30
25
31
steps :
26
32
- uses : actions/checkout@v1
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ void RTDEClient::setupOutputs(const uint16_t protocol_version)
254
254
unsigned int num_retries = 0 ;
255
255
size_t size;
256
256
size_t written;
257
- uint8_t buffer[4096 ];
257
+ uint8_t buffer[8192 ];
258
258
URCL_LOG_INFO (" Setting up RTDE communication with frequency %f" , target_frequency_);
259
259
if (protocol_version == 2 )
260
260
{
You can’t perform that action at this time.
0 commit comments