Skip to content

Commit

Permalink
Merge pull request #223 from robotology/traversaro-patch-9
Browse files Browse the repository at this point in the history
LaserTest: Replace deprecated and removed Rangefinder2DClient device with rangefinder2D_nwc_yarp device
  • Loading branch information
xela-95 authored Dec 7, 2024
2 parents 397bb8e + 56a0ee6 commit 11b970d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/laser/LaserTest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ TEST(LaserTest, PluginTest)
fixture.Server()->Run(/*_blocking=*/true, iterations, /*_paused=*/false);

yarp::os::Property option;
option.put("device", "Rangefinder2DClient");
option.put("device", "rangefinder2D_nwc_yarp");
option.put("remote", "/laser");
option.put("local", "/LaserTest");
yarp::dev::PolyDriver driver;
Expand Down

0 comments on commit 11b970d

Please sign in to comment.