pr2_belt_transmission.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2009, Willow Garage, Inc.
3  * All rights reserved.
4  *
5  * Redistribution and use in source and binary forms, with or without
6  * modification, are permitted provided that the following conditions are met:
7  *
8  * * Redistributions of source code must retain the above copyright
9  * notice, this list of conditions and the following disclaimer.
10  * * Redistributions in binary form must reproduce the above copyright
11  * notice, this list of conditions and the following disclaimer in the
12  * documentation and/or other materials provided with the distribution.
13  * * Neither the name of the Willow Garage, Inc. nor the names of its
14  * contributors may be used to endorse or promote products derived from
15  * this software without specific prior written permission.
16  *
17  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
18  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20  * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
21  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
22  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
23  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27  * POSSIBILITY OF SUCH DAMAGE.
28  */
29 
30 #ifndef PR2_BELT_COMPENSATOR_TRANSMISSION_H
31 #define PR2_BELT_COMPENSATOR_TRANSMISSION_H
32 
33 #include <tinyxml.h>
34 
40 
41 namespace pr2_mechanism_model {
42 
48 {
49 public:
52 
53  bool initXml(TiXmlElement *config, Robot *robot);
54  bool initXml(TiXmlElement *config);
55 
56  void propagatePosition(std::vector<pr2_hardware_interface::Actuator*>&,
57  std::vector<pr2_mechanism_model::JointState*>&);
58  void propagatePositionBackwards(std::vector<pr2_mechanism_model::JointState*>&,
59  std::vector<pr2_hardware_interface::Actuator*>&);
60  void propagateEffort(std::vector<pr2_mechanism_model::JointState*>&,
61  std::vector<pr2_hardware_interface::Actuator*>&);
62  void propagateEffortBackwards(std::vector<pr2_hardware_interface::Actuator*>&,
63  std::vector<pr2_mechanism_model::JointState*>&);
64 
65 private:
67  double dt;
68 
69  // Transmission parameters
71  double trans_compl_; // Transmission compliance
72  double trans_tau_; // Transmission time constant
73  double Kd_motor_; // Motor damping gain
74  double lambda_motor_; // Damping cutoff bandwidth
75  double lambda_joint_; // Joint estimate rolloff bandwidth
76  double lambda_combo_; // Estimate combination crossover bandwidth
77 
80 
84 
88 
91 
94 
95 
96  // Backward transmission states
99 
101 
105 
108 
111 
112 
114 };
115 
116 } // namespace
117 
118 #endif
void propagateEffortBackwards(std::vector< pr2_hardware_interface::Actuator * > &, std::vector< pr2_mechanism_model::JointState * > &)
Uses the actuator&#39;s commanded effort to fill out the torque on the joint.
bool initXml(TiXmlElement *config, Robot *robot)
Initializes the transmission from XML data.
void propagatePosition(std::vector< pr2_hardware_interface::Actuator * > &, std::vector< pr2_mechanism_model::JointState * > &)
Uses encoder data to fill out joint position and velocities.
void propagatePositionBackwards(std::vector< pr2_mechanism_model::JointState * > &, std::vector< pr2_hardware_interface::Actuator * > &)
Uses the joint position to fill out the actuator&#39;s encoder.
void propagateEffort(std::vector< pr2_mechanism_model::JointState * > &, std::vector< pr2_hardware_interface::Actuator * > &)
Uses commanded joint efforts to fill out commanded motor currents.
This class provides the controllers with an interface to the robot model.
Definition: robot.h:78


pr2_mechanism_model
Author(s): Eric Berger berger@willowgarage.com, Stuart Glaser, Wim Meeussen
autogenerated on Fri Jun 7 2019 22:04:19