tork-a / roswww

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

Propose to update roswww as webserver without ros_comm dependency #9

Open jihoonl opened 9 years ago

jihoonl commented 9 years ago

I was looking into roswww implementation to utilise as webserver which does not bring any ros_comm related dependencies.

The following was requiring ros dependency in roswww

I would like to propose changes to keep ROS dependency minimal in roswww

Then roswww package will only depend on

jihoonl commented 9 years ago

https://github.com/RobotWebTools/rosbridge_suite/pull/157 is related.