pyros-dev / pyros

Python interfacing for multiprocess software - A Python blanket for ROS to hide inside
BSD 3-Clause "New" or "Revised" License
25 stars 4 forks source link

WIP : python package workflow #75

Closed asmodehn closed 8 years ago

asmodehn commented 8 years ago

Using catkin_pure_python, we make this a pure python package. ROS devs can still use it as a catkin package, but the point is the python package is the main development target and we can use all python tools (build, tests, etc.) , the catkin package becomes "porting" that pip package to ROS.