#include <bridge_ros_marble.h>

| Public Member Functions | |
| BridgeRosMarble () | |
| void | getGpsCoord () | 
| rqt_marble::RouteGps | publishRouteInGps (Marble::Route route) | 
| void | setDoNavigation (bool doNav) | 
| Private Attributes | |
| ros::NodeHandle | _node | 
| ros::Publisher | _publisher | 
| bool | do_navigation | 
BridgeRosMarble object is initially intended to work as a bridge between ROS & Marble so that MarblePlugin can be decoupled from ROS & Marble as much as possible.
However, for the coding simplicity, MarblePlugin by design involves ROS & Marble tasks.
Definition at line 61 of file bridge_ros_marble.h.
Definition at line 44 of file bridge_ros_marble.cpp.
| RouteGps BridgeRosMarble::publishRouteInGps | ( | Marble::Route | route | ) | 
Definition at line 56 of file bridge_ros_marble.cpp.
| void BridgeRosMarble::setDoNavigation | ( | bool | doNav | ) | 
Definition at line 51 of file bridge_ros_marble.cpp.
Definition at line 80 of file bridge_ros_marble.h.
Definition at line 81 of file bridge_ros_marble.h.
| bool rqt_marble::BridgeRosMarble::do_navigation  [private] | 
Definition at line 82 of file bridge_ros_marble.h.