modules
msgs
python
__init__.py
Go to the documentation of this file.
1
import
sys, os
2
3
sys.path.insert(0, os.path.join(
4
os.path.dirname(os.path.dirname(os.path.realpath(__file__))),
'mvsim_msgs'
))
5
6
from
.
import
Pose_pb2
7
from
.
import
SrvSetPose_pb2
8
9
del sys.path[0], sys, os
mvsim
Author(s):
autogenerated on Wed May 28 2025 02:13:06