[ros-users] [Discourse.ros.org] [Next Generation ROS] Python binding to Connext vs FRTPS
Mikael Arguedas
ros.discourse at gmail.com
Wed Jan 25 23:30:43 UTC 2017
@vdiluoffo are you using Beta1 or the current master ?
If using Beta 1, you can define the rmw_implementation to use with rclpy by defining the environment variable `RCLPY_IMPLEMENTATION`:
```export RCLPY_IMPLEMENTATION=rmw_connext_cpp```
If using master, there is a single env variable used for both rlcpp and rclpy: `RMW_IMPLEMENTATION`:
```export RMW_IMPLEMENTATION=rmw_connext_cpp```
Hope this is what you're looking for
---
[Visit Topic](https://discourse.ros.org/t/python-binding-to-connext-vs-frtps/1207/6) or reply to this email to respond.
More information about the ros-users
mailing list