phidgets_imu_node.cpp
Go to the documentation of this file.
00001 #include "carl_phidgets/imu_ros_i.h"
00002 
00003 int main(int argc, char **argv)
00004 {
00005   ros::init (argc, argv, "PhidgetsImu");
00006   ros::NodeHandle nh;
00007   ros::NodeHandle nh_private("~");
00008   phidgets::ImuRosI imu(nh, nh_private);
00009   ros::spin();
00010   return 0;
00011 }


carl_phidgets
Author(s): David Kent , Russell Toris
autogenerated on Thu Jun 6 2019 21:09:54