pyros-dev / pyros

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

How to use this with Flask, Django or Channels #131

Closed cjds closed 4 years ago

cjds commented 7 years ago

Is there any tutorial about how to use pyros with any of these system. This is mentioned in your description as part of the functionality, but I can't figure out how to use it.

Cross-posted here : https://github.com/asmodehn/pyros-setup/issues/47

asmodehn commented 7 years ago

I am using pyros with flask in https://github.com/asmodehn/rostful. What is your goal, what are you trying to achieve ? Maybe rostful can do what you need to...

cjds commented 7 years ago

I'm trying to run ros with an existing Django app ideally

asmodehn commented 7 years ago

I have no experience with django, but I suppose that the way to do that would be similar to flask. Run another process (a ros node, nothing to do with WSGI), and use the client side from the webserver. Good Luck !

asmodehn commented 5 years ago

Has there been any progress on this ?