node_scripts/nfc_ros_node.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 
3 import rospy
4 import nfc_ros
5 from nfc_ros.nfc_ros_node import NFCROSNode
6 
7 
8 if __name__ == '__main__':
9 
10  rospy.init_node('nfc_ros')
11  node = NFCROSNode()
12  node.spin()


nfc_ros
Author(s): Koki Shinjo
autogenerated on Sat Jun 24 2023 02:40:29