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
$ roslaunch rostful rostful.launch
[rostful.launch] is neither a launch file in package [rostful] nor is [rostful] a launch file name
The traceback for the exception was written to the log file
I dont see the launc folder or the launch files for rostful. Did i miss something out?
The text was updated successfully, but these errors were encountered:
This is a python package. It should be launched as any python package : python -m rostful.
That being said, this is not "a simple ros node". It s a web rest framework(multiprocesses) that happens to interface with ROS using pyros. But mostly, it is a python rest backend.
If you havent use a python web framework yet, I advise you get familiar with one first. FWIW I'm using flask in rostful.
$ roslaunch rostful rostful.launch
[rostful.launch] is neither a launch file in package [rostful] nor is [rostful] a launch file name
The traceback for the exception was written to the log file
I dont see the launc folder or the launch files for rostful. Did i miss something out?
The text was updated successfully, but these errors were encountered: