sick_safetyscanners_node.cpp
Go to the documentation of this file.
1 // this is for emacs file handling -*- mode: c++; indent-tabs-mode: nil -*-
2 
3 // -- BEGIN LICENSE BLOCK ----------------------------------------------
4 
24 // -- END LICENSE BLOCK ------------------------------------------------
25 
26 //----------------------------------------------------------------------
33 //----------------------------------------------------------------------
34 
36 #include <ros/ros.h>
37 
44 int main(int argc, char** argv)
45 {
46  ros::init(argc, argv, "sick_safetyscanners");
47 
48  sick::SickSafetyscannersRos microscan3_ros;
49 
50  ros::spin();
51  return 0;
52 }
int main(int argc, char **argv)
main The Main node to start the ROS driver, this method is executed via launch file.
ROSCPP_DECL void init(int &argc, char **argv, const std::string &name, uint32_t options=0)
The SickSafetyscannersRos class.
ROSCPP_DECL void spin()


sick_safetyscanners
Author(s): Lennart Puck
autogenerated on Fri Apr 2 2021 02:45:41