3 #ifndef __LAUNCH_CAN_BUS_HPP__
4 #define __LAUNCH_CAN_BUS_HPP__
6 #include <yarp/os/RFModule.h>
7 #include <yarp/dev/PolyDriverList.h>
22 bool configure(yarp::os::ResourceFinder &rf)
override;
23 double getPeriod()
override;
24 bool updateModule()
override;
25 bool close()
override;
28 yarp::dev::PolyDriverList canDevices;
29 yarp::dev::PolyDriverList mapperDevices;
30 yarp::dev::PolyDriverList wrapperDevices;
31 yarp::dev::PolyDriverList calibratorDevices;
Launches one or more CAN bus drivers and control board network wrappers.
Definition: LaunchCanBus.hpp:17
The main, catch-all namespace for Robotics Lab UC3M.
Definition: groups.dox:6