Public Member Functions | |
virtual bool | init (hardware_interface::JointStateInterface *hw, ros::NodeHandle &nh) |
OdometryController () | |
virtual bool | srv_reset (std_srvs::Trigger::Request &req, std_srvs::Trigger::Response &res) |
virtual void | starting (const ros::Time &time) |
virtual void | stopping (const ros::Time &time) |
virtual void | update (const ros::Time &time, const ros::Duration &period) |
Public Member Functions inherited from controller_interface::Controller< hardware_interface::JointStateInterface > | |
Controller () | |
virtual bool | init (hardware_interface::JointStateInterface *, ros::NodeHandle &, ros::NodeHandle &) |
virtual | ~Controller () |
Public Member Functions inherited from controller_interface::ControllerBase | |
ControllerBase () | |
bool | isRunning () |
bool | isRunning () |
bool | startRequest (const ros::Time &time) |
bool | startRequest (const ros::Time &time) |
bool | stopRequest (const ros::Time &time) |
bool | stopRequest (const ros::Time &time) |
void | updateRequest (const ros::Time &time, const ros::Duration &period) |
void | updateRequest (const ros::Time &time, const ros::Duration &period) |
virtual | ~ControllerBase () |
Private Member Functions | |
void | publish (const ros::TimerEvent &) |
void | updateState () |
Private Attributes | |
hardware_interface::JointStateHandle | drive_joint_ |
boost::mutex | mutex_ |
nav_msgs::Odometry | odom_ |
geometry_msgs::TransformStamped | odom_tf_ |
boost::scoped_ptr< OdometryTracker > | odom_tracker_ |
PlatformState | platform_state_ |
ros::Timer | publish_timer_ |
bool | reset_ |
ros::ServiceServer | service_reset_ |
hardware_interface::JointStateHandle | steer_joint_ |
ros::Time | stop_time_ |
boost::scoped_ptr< tf::TransformBroadcaster > | tf_broadcast_odometry_ |
ros::Publisher | topic_pub_odometry_ |
WheelState | wheel_state_ |
Additional Inherited Members | |
Public Types inherited from controller_interface::ControllerBase | |
typedef std::vector< hardware_interface::InterfaceResources > | ClaimedResources |
Public Attributes inherited from controller_interface::ControllerBase | |
CONSTRUCTED | |
INITIALIZED | |
RUNNING | |
enum controller_interface::ControllerBase:: { ... } | state_ |
Protected Member Functions inherited from controller_interface::Controller< hardware_interface::JointStateInterface > | |
std::string | getHardwareInterfaceType () const |
virtual bool | initRequest (hardware_interface::RobotHW *robot_hw, ros::NodeHandle &root_nh, ros::NodeHandle &controller_nh, ClaimedResources &claimed_resources) |
Definition at line 40 of file odom_plugin.cpp.
|
inline |
Definition at line 43 of file odom_plugin.cpp.
|
inlinevirtual |
Reimplemented from controller_interface::Controller< hardware_interface::JointStateInterface >.
Definition at line 45 of file odom_plugin.cpp.
|
inlineprivate |
Definition at line 171 of file odom_plugin.cpp.
|
inlinevirtual |
Definition at line 120 of file odom_plugin.cpp.
|
inlinevirtual |
Reimplemented from controller_interface::ControllerBase.
Definition at line 114 of file odom_plugin.cpp.
|
inlinevirtual |
Reimplemented from controller_interface::ControllerBase.
Definition at line 151 of file odom_plugin.cpp.
|
inlinevirtual |
Implements controller_interface::ControllerBase.
Definition at line 136 of file odom_plugin.cpp.
|
inlineprivate |
Definition at line 192 of file odom_plugin.cpp.
|
private |
Definition at line 157 of file odom_plugin.cpp.
|
private |
Definition at line 167 of file odom_plugin.cpp.
|
private |
Definition at line 165 of file odom_plugin.cpp.
|
private |
Definition at line 168 of file odom_plugin.cpp.
|
private |
Definition at line 163 of file odom_plugin.cpp.
|
private |
Definition at line 154 of file odom_plugin.cpp.
|
private |
Definition at line 164 of file odom_plugin.cpp.
|
private |
Definition at line 166 of file odom_plugin.cpp.
|
private |
Definition at line 160 of file odom_plugin.cpp.
|
private |
Definition at line 156 of file odom_plugin.cpp.
|
private |
Definition at line 169 of file odom_plugin.cpp.
|
private |
Definition at line 162 of file odom_plugin.cpp.
|
private |
Definition at line 159 of file odom_plugin.cpp.
|
private |
Definition at line 155 of file odom_plugin.cpp.