awesomebytes / roscpp_to_rospy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

roscpp_to_rospy

Exposing roscpp classes for Python made easier, using pybind11. (Or that's the goal, work in progress).

Progress

roscpp_node_working

Right now I got a ROS node + NodeHandle that can be instantiated from Python

In the same process, given a different name to both nodes, a Python Node and a C++ Node can live at the same time, as in the screenshot.

About


Languages

Language:CMake 71.1%Language:C++ 28.9%