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

launch file and entrypoint to launch pyros server rosnode #107

Open
3 tasks
asmodehn opened this issue Nov 3, 2016 · 1 comment
Open
3 tasks

launch file and entrypoint to launch pyros server rosnode #107

asmodehn opened this issue Nov 3, 2016 · 1 comment

Comments

@asmodehn
Copy link
Member

asmodehn commented Nov 3, 2016

My main current usecase is to launch pyros from rostful.

However launching via the python context is impractical in many other cases :

  • from ROS, a user wants to roslaunch a node to start pyros
  • from shell, a user wants to run a shell script (entrypoint) to start pyros
  • from inside a python interpreter, launching only the server would also be useful.
    and these would be really helpful for debugging as well.

So :

  • implement entry point to a script to launch pyros (maybe only in ROS version if we split ?)
  • implement launch file to start server (via entrypoint script)
  • move the contextmanager for pyros client to the only user at the moment (rostful), and only if pyros is not already started...
@asmodehn
Copy link
Member Author

asmodehn commented Nov 5, 2016

This probably require a way for the client node to :

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

1 participant