#include <yarp/dev/WrapperSingle.h>
#include <yarp/dev/IRangefinder2D.h>
#include <yarp/dev/DeviceDriver.h>
#include <yarp/os/PeriodicThread.h>
#include <yarp/dev/IPositionControl.h>
#include <yarp/dev/IEncodersTimed.h>
#include <yarp/dev/ITorqueControl.h>
#include <yarp/dev/IAxisInfo.h>
#include <rclcpp/rclcpp.hpp>
#include <std_msgs/msg/string.hpp>
#include <sensor_msgs/msg/laser_scan.hpp>
#include <sensor_msgs/msg/joint_state.hpp>
#include "Rangefinder2D_controlBoard_nws_ros2_ParamsParser.h"
#include <mutex>
Go to the source code of this file.
Classes | |
class | Rangefinder2D_controlBoard_nws_ros2 |
Rangefinder2D_nws_ros2 : A Network grabber that simultaneously publishes the joint states and the measurements from a 2DRangefinder. More... | |