simple_transmission.h
Go to the documentation of this file.
1 /*********************************************************************
2  * Software License Agreement (BSD License)
3  *
4  * Copyright (c) 2008, Willow Garage, Inc.
5  * All rights reserved.
6  *
7  * Redistribution and use in source and binary forms, with or without
8  * modification, are permitted provided that the following conditions
9  * are met:
10  *
11  * * Redistributions of source code must retain the above copyright
12  * notice, this list of conditions and the following disclaimer.
13  * * Redistributions in binary form must reproduce the above
14  * copyright notice, this list of conditions and the following
15  * disclaimer in the documentation and/or other materials provided
16  * with the distribution.
17  * * Neither the name of the Willow Garage nor the names of its
18  * contributors may be used to endorse or promote products derived
19  * from this software without specific prior written permission.
20  *
21  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
24  * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
25  * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
26  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
27  * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
28  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
29  * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
31  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32  * POSSIBILITY OF SUCH DAMAGE.
33  *********************************************************************/
34 /*
35  * Author: Stuart Glaser
36  */
37 #ifndef SIMPLE_TRANSMISSION_H
38 #define SIMPLE_TRANSMISSION_H
39 
40 #include <tinyxml.h>
45 
46 namespace pr2_mechanism_model {
47 
48 class SimpleTransmission : public Transmission
49 {
50 public:
53 
54  bool initXml(TiXmlElement *config, Robot *robot);
55  bool initXml(TiXmlElement *config);
56 
57  double mechanical_reduction_;
58 
59  void propagatePosition(std::vector<pr2_hardware_interface::Actuator*>&,
60  std::vector<pr2_mechanism_model::JointState*>&);
61  void propagatePositionBackwards(std::vector<pr2_mechanism_model::JointState*>&,
62  std::vector<pr2_hardware_interface::Actuator*>&);
63  void propagateEffort(std::vector<pr2_mechanism_model::JointState*>&,
64  std::vector<pr2_hardware_interface::Actuator*>&);
65  void propagateEffortBackwards(std::vector<pr2_hardware_interface::Actuator*>&,
66  std::vector<pr2_mechanism_model::JointState*>&);
67 
68 private:
69  // if a actuated_joint is specified, apply torque based on simulated_reduction_
70  double simulated_reduction_;
72 
75 
76  JointCalibrationSimulator joint_calibration_simulator_;
77 };
78 
79 } // namespace pr2_mechanism_model
80 
81 #endif
pr2_mechanism_model::SimpleTransmission::use_simulated_actuated_joint_
bool use_simulated_actuated_joint_
Definition: simple_transmission.h:135
pr2_mechanism_model::SimpleTransmission::mechanical_reduction_
double mechanical_reduction_
Definition: simple_transmission.h:121
pr2_mechanism_model::SimpleTransmission::simulated_actuator_timestamp_initialized_
int simulated_actuator_timestamp_initialized_
Definition: simple_transmission.h:137
pr2_mechanism_model::SimpleTransmission::simulated_reduction_
double simulated_reduction_
Definition: simple_transmission.h:134
pr2_mechanism_model
Definition: chain.h:41
pr2_mechanism_model::SimpleTransmission::propagateEffortBackwards
void propagateEffortBackwards(std::vector< pr2_hardware_interface::Actuator * > &, std::vector< pr2_mechanism_model::JointState * > &)
Uses the actuator's commanded effort to fill out the torque on the joint.
Definition: simple_transmission.cpp:265
pr2_mechanism_model::SimpleTransmission::propagateEffort
void propagateEffort(std::vector< pr2_mechanism_model::JointState * > &, std::vector< pr2_hardware_interface::Actuator * > &)
Uses commanded joint efforts to fill out commanded motor currents.
Definition: simple_transmission.cpp:255
pr2_mechanism_model::SimpleTransmission::propagatePositionBackwards
void propagatePositionBackwards(std::vector< pr2_mechanism_model::JointState * > &, std::vector< pr2_hardware_interface::Actuator * > &)
Uses the joint position to fill out the actuator's encoder.
Definition: simple_transmission.cpp:220
hardware_interface.h
joint.h
pr2_mechanism_model::SimpleTransmission::initXml
bool initXml(TiXmlElement *config, Robot *robot)
Initializes the transmission from XML data.
transmission.h
Robot
pr2_mechanism_model::SimpleTransmission::joint_calibration_simulator_
JointCalibrationSimulator joint_calibration_simulator_
Definition: simple_transmission.h:140
ros::Time
pr2_mechanism_model::SimpleTransmission::simulated_actuator_start_time_
ros::Time simulated_actuator_start_time_
Definition: simple_transmission.h:138
pr2_mechanism_model::SimpleTransmission::~SimpleTransmission
~SimpleTransmission()
Definition: simple_transmission.h:116
pr2_mechanism_model::SimpleTransmission::SimpleTransmission
SimpleTransmission()
Definition: simple_transmission.h:115
pr2_mechanism_model::SimpleTransmission::propagatePosition
void propagatePosition(std::vector< pr2_hardware_interface::Actuator * > &, std::vector< pr2_mechanism_model::JointState * > &)
Uses encoder data to fill out joint position and velocities.
Definition: simple_transmission.cpp:199
joint_calibration_simulator.h


pr2_mechanism_model
Author(s): Eric Berger berger@willowgarage.com, Stuart Glaser, Wim Meeussen
autogenerated on Mon Mar 6 2023 03:49:17