#include <ScaleAllocation.hpp>
Public Member Functions | |
virtual void | onInit () |
Nodelet initialization procedure. | |
ScaleAllocation () | |
Main constructor initializes the values to default. | |
Protected Member Functions | |
virtual void | onTauIn (const auv_msgs::BodyForceReq::ConstPtr tauIn) |
Protected Attributes | |
ThrustAllocation | alloc |
Thrust allocation parameters. | |
ros::Publisher | revsAch |
The revolutions publisher. | |
ros::Publisher | tauAch |
The achieved force and torque publisher. | |
ros::Subscriber | tauIn |
The force and torque request subscriber. |
The base class of an allocation nodelet.
Definition at line 55 of file ScaleAllocation.hpp.
Main constructor initializes the values to default.
Definition at line 48 of file ScaleAllocation.cpp.
void ScaleAllocation::onInit | ( | ) | [virtual] |
Nodelet initialization procedure.
Definition at line 50 of file ScaleAllocation.cpp.
void ScaleAllocation::onTauIn | ( | const auv_msgs::BodyForceReq::ConstPtr | tauIn | ) | [protected, virtual] |
Definition at line 66 of file ScaleAllocation.cpp.
Thrust allocation parameters.
Definition at line 75 of file ScaleAllocation.hpp.
The revolutions publisher.
Definition at line 73 of file ScaleAllocation.hpp.
The achieved force and torque publisher.
Definition at line 71 of file ScaleAllocation.hpp.
The force and torque request subscriber.
Definition at line 69 of file ScaleAllocation.hpp.