YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
Odometry2D_nws_ros2.h File Reference
#include <rclcpp/rclcpp.hpp>
#include <nav_msgs/msg/odometry.hpp>
#include <yarp/dev/IOdometry2D.h>
#include <yarp/os/PeriodicThread.h>
#include <yarp/os/Stamp.h>
#include <yarp/dev/DeviceDriver.h>
#include <yarp/dev/WrapperSingle.h>
#include <tf2_msgs/msg/tf_message.hpp>
+ Include dependency graph for Odometry2D_nws_ros2.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Odometry2D_nws_ros2
 Odometry2D_nws_ros2: A ros2 nws to get odometry and publish it on a ros2 topic. The attached device must implement a yarp::dev::Nav2D::IOdometry2D interface. More...
 

Macros

#define _USE_MATH_DEFINES
 
#define DEG2RAD   M_PI/180.0
 
#define DEFAULT_THREAD_PERIOD   0.02
 

Macro Definition Documentation

◆ _USE_MATH_DEFINES

#define _USE_MATH_DEFINES

Definition at line 19 of file Odometry2D_nws_ros2.h.

◆ DEFAULT_THREAD_PERIOD

#define DEFAULT_THREAD_PERIOD   0.02

Definition at line 23 of file Odometry2D_nws_ros2.h.

◆ DEG2RAD

#define DEG2RAD   M_PI/180.0

Definition at line 22 of file Odometry2D_nws_ros2.h.