-
Notifications
You must be signed in to change notification settings - Fork 32
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
Spin out tlsf_cpp and rttest and convert this repo to a hub for other realtime repositories #123
Comments
So I do think we should do some work here to separate the "real time" stuff we currently have from the core. In particular, we currently have this repository (which provides What we'd like to do is to move all of that out from the core, and basically have the realtime working group take over maintenance of it. I can see two different ways of doing that:
Either way, we would remove all of those packages from both https://github.com/ros2/ros2/blob/rolling/ros2.repos and https://github.com/ros2/variants/blob/master/desktop/package.xml , so they would no longer be considered a default part of the core. But they would still be available as packages to install, assuming that the realtime working group wants that. Personally, I prefer 1; it is less churn, and achieves the same effect. But if the realtime working group really prefers 2, we can do that instead. Thoughts? |
Personally, I prefer option 2. It will bring all real-time related stuff under one umbrella. |
OK, if everyone agrees with this, then I'm happy to start the process.
It looks like they are different things. The one that is currently in https://github.com/ros2/demos/tree/rolling/pendulum_control uses the rttest package to do some tracking of things like page faults, while running a pendulum controller. I'm not quite sure how (or if) it fits into the realtime working group repositories. |
I recall it, as stated here https://github.com/ros2-realtime-demo/pendulum/blob/rolling/docs/design.md this repo is a rework of the https://github.com/ros2/demos/tree/rolling/pendulum_control :) |
@nightduck Should we update the description and go with option 2? |
Feature request
Feature description
Convert this repository to a hub for for other real-time repositories. Ideally, it would house documentation and a repos file
Implementation considerations
tlsf_cpp and rttest would be spun out as their own repositories, possibly hosted in the https://github.com/ros-realtime group.
The text was updated successfully, but these errors were encountered: