-
- Downloads
Python: added ROS back-end
Backends are automatically detected at module initialization. There will be a warning if more than one is available and you didn't specify the backend config key, e.g. using the env: export IPAACA_BACKEND=ros or export IPAACA_BACKEND=mqtt TODO: ROS host / port configuration etc (but rospy probably honors their normal env vars internally; not tested)
Showing
- ipaacalib/python/src/ipaaca/__init__.py 4 additions, 2 deletionsipaacalib/python/src/ipaaca/__init__.py
- ipaacalib/python/src/ipaaca/backend.py 35 additions, 8 deletionsipaacalib/python/src/ipaaca/backend.py
- ipaacalib/python/src/ipaaca/backend_mqtt.py 4 additions, 0 deletionsipaacalib/python/src/ipaaca/backend_mqtt.py
- ipaacalib/python/src/ipaaca/backend_ros.py 384 additions, 0 deletionsipaacalib/python/src/ipaaca/backend_ros.py
- ipaacalib/python/src/ipaaca/buffer.py 1 addition, 0 deletionsipaacalib/python/src/ipaaca/buffer.py
- ipaacalib/python/src/ipaaca/converter.py 28 additions, 26 deletionsipaacalib/python/src/ipaaca/converter.py
- ipaacalib/python/src/ipaaca/exception.py 8 additions, 1 deletionipaacalib/python/src/ipaaca/exception.py
Loading
Please register or sign in to comment