attribute error __enter__ code example
Example: AttributeError: __enter__
with ParamExample(URI) as pe, MotionCommander(pe, default_height=0.3) as mc:
with ParamExample(URI) as pe, MotionCommander(pe, default_height=0.3) as mc: