Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Launch rostful #163

Open
arwinder-jaspal opened this issue Feb 11, 2019 · 3 comments
Open

Unable to Launch rostful #163

arwinder-jaspal opened this issue Feb 11, 2019 · 3 comments

Comments

@arwinder-jaspal
Copy link

$ 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?

@asmodehn
Copy link
Member

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.

@arwinder-jaspal
Copy link
Author

Thank you.

I will look into this. Sorry I am kind of new to this.

@asmodehn
Copy link
Member

Hi,
In case it might help, I have updated a rostful usecase with turtlesim : asmodehn/rostful-examples#6
Let me know if you find it useful.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants