You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to make a python interface binding to a robot hardware interface that we have, and the choices seems to be using either Cython, boost/python, swig, and etc.
Do you have a recommendation which one of these might be better and have a lower latency? my goal is to invoke controller update, from python while sending robot state also from python along with getting control commands from the c++ hardware interface.
Thanks.
The text was updated successfully, but these errors were encountered:
I use ROS Melodic and Ubuntu 18.04. How about Cython or Boost/python? I thought maybe these might have a better latency. Do you think it might be time consuming for a fairly beginner in C++ to make prepare this binding?
I want to make a python interface binding to a robot hardware interface that we have, and the choices seems to be using either Cython, boost/python, swig, and etc.
Do you have a recommendation which one of these might be better and have a lower latency? my goal is to invoke controller update, from python while sending robot state also from python along with getting control commands from the c++ hardware interface.
Thanks.
The text was updated successfully, but these errors were encountered: