-
Notifications
You must be signed in to change notification settings - Fork 9
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
Rename this package to ROSmav_plugins? #6
Comments
Yeah, this was brought up. I think the reason we ended us going with |
OK that makes sense. I can see that now. It still seems like it's not quite right to me, but it makes sense |
I agree with @wynn4... yeah I guess they're kind of maybe loosely grouped with the ROSflight stack? But really it seems like they're grouped with the ROSplane/ROScopter stacks to me... hence ROSmav |
Either way, I like rosflight_plugins but I don't care very much. |
ROSmav makes more sense to me. |
@BillThePlatypus We should make this change. In addition, I think it may be best if this repository was a sub module in both What if I push changes up to this repository that unknowingly breaks something in Better if @gellings @dpkoch (The only people from this string left in the lab) Any opinions? |
I would disagree with renaming the package, although restructuring could be worthwhile. I think these plugins are for ROSflight, because they simulate the sensors, without all of the overhead of the SIL simulation. To ROS, a simulation with these plugins looks largely the same as a hardware aircraft with a flight controller connected to rosflight_io. An estimator or controller written with rosflight_plugins works the same with hardware. Additionally, I think that naming it ROSmav_plugins would make it less apparent that it is meant to work with ROSflight and the ROSflight ecosystem. Rather, it would appear to be related to MAVROS, which it isn't. You could choose another name, but I think it is too closely related to ROSflight to not have it in the name. I think restructuring could be a good idea, however. The three simulation packages in the ROSflight ecosystem (rosflight_sim, roscopter_sim, and rosplane_sim) are all included with their other packages (rosflight, roscopter, and rosplane). This is inconvenient for systems without Gazebo, particularly on-board computers for aircraft. It would be nice to install simulation packages separately. I think that the issues with version incompatibility with roscopter_sim/rosplane_sim and rosflight_sim/rosflight_plugins are not a huge issue. Any significant changes to rosflight require corresponding changes in roscopter and rosplane, including simulation packages. These changes are infrequent. Most recently, this was done with the ROSflight GNSS changes. If changes are not reflected in the simulator, the value as a simulator is diminished. Probably the better solution is to ensure that changes are coordinated, and merged with master on all relevant repositories at the same time. Perhaps some other improvements in version control are in order, such as having numbered releases. |
The simulation packages being included in I see your point about the naming. I definitely think that numbered releases is a good idea. If we do not put this repo as a submodule to |
We might be able to do something in github to require specifying min/max versions for the software. Failing that, it would at least be useful because it would allow communication, e.g.: Worst case, you could grab a version of roscopter, and find the most recent rosflight when that was released. Not optimal, but it works. This is not a new or unique problem. Is there an existing best practice for this? |
With the naming issue, it may be helpful to identify why Correct me if I'm wrong, but I believe the reason that ROSplane and doesn't just use The versioning issue is tricky; I'm not sure what the best practice would be. For the ROSflight stuff at least, we need to get this next (pretty significant) release out, then definitely do better about releasing more often with smaller incremental changes. |
Does anyone else agree? What were the reasons for going with rosflight_plugins? It just seems like these plugins are more for ROSplane and ROScopter and should thus be called ROSmav_plugins. Maybe I'm wrong.
The text was updated successfully, but these errors were encountered: