scripts
config.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
# The post processor, global variable used in every service server
3
global
pp
4
pp =
None
5
6
# Error message if a service is called prior to initializing a post-processor
7
global
pp_not_init
8
pp_not_init =
"No post processor initialized.\nCall prog_start service first."
ros_robodk_post_processors
Author(s): Victor Lamoine - Institut Maupertuis
autogenerated on Sun Jun 7 2020 03:50:22