#include <calibration.hpp>
Public Member Functions | |
| void | calibrate () |
| Calibration (ros::NodeHandle &nh) | |
| ~Calibration () | |
Protected Member Functions | |
| void | init () |
| void | loadParams () |
| void | rosSetup () |
Protected Attributes | |
| ros::NodeHandle | nh_ |
Private Member Functions | |
| char | getch () |
| void | writeCalVals () |
Private Attributes | |
| char | c_ |
| marty_msgs::ServoMsgArray | cal_vals_ |
| bool | calibrated_ |
| ros::Publisher | enable_pub_ |
| bool | enabled_ |
| bool | exiting_ |
| ros::Publisher | joint_pub_ |
| marty_msgs::ServoMsgArray | joints_ |
| bool | saving_ |
Definition at line 30 of file calibration.hpp.
| Calibration::Calibration | ( | ros::NodeHandle & | nh | ) |
Definition at line 12 of file calibration.cpp.
| Calibration::~Calibration | ( | ) |
Definition at line 19 of file calibration.cpp.
| void Calibration::calibrate | ( | ) |
Definition at line 53 of file calibration.cpp.
|
private |
Definition at line 161 of file calibration.cpp.
|
protected |
Definition at line 30 of file calibration.cpp.
|
protected |
Definition at line 23 of file calibration.cpp.
|
protected |
Definition at line 48 of file calibration.cpp.
|
private |
Definition at line 136 of file calibration.cpp.
|
private |
Definition at line 54 of file calibration.hpp.
|
private |
Definition at line 60 of file calibration.hpp.
|
private |
Definition at line 53 of file calibration.hpp.
|
private |
Definition at line 64 of file calibration.hpp.
|
private |
Definition at line 50 of file calibration.hpp.
|
private |
Definition at line 52 of file calibration.hpp.
|
private |
Definition at line 63 of file calibration.hpp.
|
private |
Definition at line 59 of file calibration.hpp.
|
protected |
Definition at line 32 of file calibration.hpp.
|
private |
Definition at line 51 of file calibration.hpp.