message_info_service.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 
3 
35 
36 """ This functionality is no longer needed, as it's now handled
37  by accessing the Python interpreter directly from rosserial_server.
38  The file remains to avoid breaking launch files which include it."""
39 
40 import rospy
41 
42 
43 if __name__=="__main__":
44  rospy.init_node('message_info_service')
45  rospy.logwarn("The message info service node is no longer needed and will be "
46  "removed in a future release of rosserial.")
47  rospy.spin()


rosserial_python
Author(s): Michael Ferguson
autogenerated on Mon Feb 28 2022 23:35:27