valves_node.cpp
Go to the documentation of this file.
1 
30 #include <ros/ros.h>
31 
32 #include <boost/smart_ptr.hpp>
33 
34 #include "sr_hand/hand/valves.h"
35 
37 
39 // MAIN //
41 
52 int main(int argc, char **argv)
53 {
54  ros::init(argc, argv, "shadowarm");
56 
57  boost::shared_ptr <Valves> valves(new Valves());
58 
59  while (ros::ok())
60  {
61  valves->publish();
62  }
63 
64  return 0;
65 }
int main(int argc, char **argv)
Definition: valves_node.cpp:52
This is a ROS Interface used to directly access the valves on Shadow Robot&#39;s muscle robots...
ROSCPP_DECL void init(int &argc, char **argv, const std::string &name, uint32_t options=0)
ROSCPP_DECL bool ok()


sr_hand
Author(s): Ugo Cupcic
autogenerated on Tue Oct 13 2020 03:55:53