Closed traversaro closed 3 months ago
The latest version of YARP (that will become YARP 3.10) has made the test parameter of fakeLaser and fakeLaserWithMotor compulsory. As use_pattern was the former default (see https://github.com/robotology/yarp/blob/v3.9.0/src/devices/fakeLaser/fakeLaser.cpp#L68), this PR fixes the CI by setting explicitly test to use_pattern.
test
fakeLaser
fakeLaserWithMotor
use_pattern
Issues 0 New issues 0 Accepted issues
Measures 0 Security Hotspots No data about Coverage 100.0% Duplication on New Code
See analysis details on SonarCloud
The latest version of YARP (that will become YARP 3.10) has made the
test
parameter offakeLaser
andfakeLaserWithMotor
compulsory. Asuse_pattern
was the former default (see https://github.com/robotology/yarp/blob/v3.9.0/src/devices/fakeLaser/fakeLaser.cpp#L68), this PR fixes the CI by setting explicitlytest
touse_pattern
.