#include <joint.h>
Public Member Functions | |
ActuatedJoint (const std::string &name, const std::string &base_link_name, boost::shared_ptr< urdf::ModelInterface > model, hardware_interface::JointHandle handle) | |
virtual double | getPosition () const |
void | setCommand (double command) |
Public Member Functions inherited from ackermann_controller::JointBase | |
JointBase (const std::string &name, const std::string &base_link_name, boost::shared_ptr< urdf::ModelInterface > model) | |
Public Attributes | |
hardware_interface::JointHandle | handle_ |
Public Attributes inherited from ackermann_controller::JointBase | |
hardware_interface::JointStateHandle | handle_ |
boost::shared_ptr< const urdf::Joint > | joint_ |
double | lateral_deviation_ |
std::string | name_ |
|
inline |
|
inlinevirtual |
|
inline |
hardware_interface::JointHandle ackermann_controller::ActuatedJoint::handle_ |