tork-a / roswww

Tiny web server for ROS (forked from https://github.com/jihoonl/roswww)
Other
36 stars 25 forks source link

Abandon the repository? #3

Closed 130s closed 9 years ago

130s commented 10 years ago

Since roswww is now merged into rwt_ros (see https://github.com/tork-a/rwt_ros/issues/2#issuecomment-29359589), keeping a separate repository might be just confusing. roswww used to be released into ROS Groovy too, but it was withdrawn.

jihoonl commented 9 years ago

I wonder if roswww is no longer maintained. If yes, could I take it back? I would like to revive the package with some api changes.

130s commented 9 years ago

@jihoonl we've moved roswww under rwt_ros. We're happy to maintain it there (and of course accepting PRs) but we're open to suggestions as well.

The reason we integrated roswww into another package suite was only because we then thought a bit verbose to have many web-related repositories, according to https://github.com/tork-a/rwt_ros/issues/2#issuecomment-29359589 (in Japanese sorry). rwt_ros is intended as an app layer framework laid on top of rwt, and is slowly developed (a project is going on now). Now, however, I reviewed the decision and I started feeling roswww doesn't necessarily lie under rwt umbrella so it might be better to separate it back (that allows us to DEB-release easily like it used to be).

jihoonl commented 9 years ago

It is good to keep in the rwt_ros branch as long as it is released as deb with clean dependency chain. :)

I would like to propose some changes to use roswww as catkin_based webserver which does not bring ros_comm dependency. I will create other issue to propose changes in rwt_ros.

jihoonl commented 9 years ago

I was just curious because it was not release in indigo. :wink:

jihoonl commented 9 years ago

BTW. Wouldn't it be better to release only roswww?

Javascript libs like roslibjs and ros2djs could easily be out of sync from upstream..

jihoonl commented 9 years ago

roswww update proposal https://github.com/tork-a/rwt_ros/issues/13

130s commented 9 years ago

rwt_ros branch as long as it is released as deb with clean dependency chain. :)

Releasing as DEB is actually not in the plan for rwt_ros yet (needs to happen. Related: https://github.com/tork-a/rwt_ros/issues/3).

BTW. Wouldn't it be better to release only roswww?

Yeah. That's what I wanted to mean in https://github.com/tork-a/roswww_pkg/issues/3#issuecomment-65961490 I guess we rejuvenate roswww_pkg as standalone repository so that it can be released separately. I can do so only later this week but I or someone can review pull requests that'll make it happen faster.

Javascript libs like roslibjs and ros2djs could easily be out of sync from upstream..

I might be too behind web-development scene to figure out what you mean by this.

130s commented 9 years ago

@jihoonl Actually I invited you for a write access if you feel like ;)

jihoonl commented 9 years ago

Great thanks!

130s commented 9 years ago

We're not abandoning this repository.