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

roslaunch daemon as an update tool #33

Closed
ahundt opened this issue May 9, 2016 · 4 comments
Closed

roslaunch daemon as an update tool #33

ahundt opened this issue May 9, 2016 · 4 comments
Labels
enhancement New feature or request

Comments

@ahundt
Copy link

ahundt commented May 9, 2016

I'm proposing/requesting a way for a roslaunch daemon to automate software updates

This is dependent on #32, and related to #31.

This idea probably needs some refinement but here is my first pass based on the conversation at:
https://groups.google.com/forum/#!topic/ros-sig-ng-ros/0HzF5J6hu4k

The roslaunch daemon would provide a facility where it receives an update message for a specific component or set of components. The daemon would take down all relevant nodes (or potentially all running nodes), then run a command which downloads/updates packages. (perhaps rosdep update?)

It should be possible to support updates from forks of ros, and provide packages on a local network and/or on a USB stick.

If possible, I would suggest these updates be verified with some sort of signature from the start.

Once the update is completed, which may include updates to the list of roslaunch commands proposed in #31, all nodes which are down should be automatically relaunched.

@dirk-thomas
Copy link
Member

While the feature is certainly useful I would use the same arguments as in other tickets. launch should focus on one task (starting, restarting, checking processes) (DOTADIW). A separate tool can be responsible to for the updating part and the orchestration. But launch should be designed in such a way that it can provide the necessary interfaces to support this use case:

  • tell launch to stop a set of processes
  • perform an update of the packages (which will be very platform specific)
  • tell launch to restart a set of processes

@ahundt
Copy link
Author

ahundt commented May 10, 2016

Your suggestion makes perfect sense to me that sounds like a great solution

@clalancette clalancette added the enhancement New feature or request label Aug 4, 2017
@sloretz
Copy link
Contributor

sloretz commented Mar 1, 2018

Hi @ahundt, It sounds like you may be interested in the design doc for ROS 2's launch system being worked on at ros2/design#163. It is very early and very incomplete, but it would be a good place to watch add comments as it develops.

I'll close this issue because I don't expect it to get work on in this repository; however it can be reopened later if that turns out not to be the case.

@sloretz sloretz closed this as completed Mar 1, 2018
@ahundt
Copy link
Author

ahundt commented Mar 11, 2018

sounds good, thanks!

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

No branches or pull requests

4 participants