sr_tactile_sensor_publisher.cpp
Go to the documentation of this file.
1 
24 #include <vector>
25 #include <string>
26 
27 namespace controller
28 {
29 SrTactileSensorPublisher::SrTactileSensorPublisher(std::vector<tactiles::AllTactileData>* sensors,
30  double publish_rate, ros::NodeHandle nh_prefix, std::string prefix)
31 {
32  sensors_ = sensors;
33  publish_rate_ = publish_rate;
34  nh_prefix_ = nh_prefix;
35  prefix_ = prefix;
36 }
37 } // namespace controller
38 
39 /* For the emacs weenies in the crowd.
40 Local Variables:
41  c-basic-offset: 2
42 End:
43 */
SrTactileSensorPublisher(std::vector< tactiles::AllTactileData > *sensors, double publish_rate, ros::NodeHandle nh_prefix, std::string prefix)
Publishes PST tactile state.
std::vector< tactiles::AllTactileData > * sensors_
derived from ImuSensorController author: Adolfo Rodriguez Tsouroukdissian


sr_tactile_sensor_controller
Author(s): Guillaume Walck
autogenerated on Tue Oct 13 2020 04:02:07