robotology / yarp-device-realsense2

realsense2 device for YARP (https://www.yarp.it/)
Other
8 stars 10 forks source link

Change references from RGBDSensorWrapper to rgbdSensor_nws_yarp #49

Open traversaro opened 23 hours ago

traversaro commented 23 hours ago

The RGBDSensorWrapper device was deprecated in YARP 3.5 and removed in YARP 3.8 (see https://github.com/robotology/yarp/commit/4da405c7fb077b4604029fd87e4e51a633e2d7eb) and it has been substituted by rgbdSensor_nws_yarp. Note that the corresponding network wrapper client (nwc) device that reads the rgbd data from a YARP port is called RGBDSensorClient.

However, there was still docs that was referring to RGBDSensorWrapper, this PR fixes those occurrences. Similar to https://github.com/robotology/yarp/pull/3150 .

fyi @nicktrem @davidegorbani