Closed jihoonl closed 9 years ago
I would like to utilize ros install version of tornado without depending on rosbridge server which brings lots of ROS dependencies.
separating out tornado and backports as independent package should not be a problem.
tornado
backports
For example,
I would like to revive roswww which uses tornado webserver. This webserver would not necessarily bring rospy, rosapi, rosbridge_library dependency to install. It just needs webserver and catkin.
I would like to utilize ros install version of tornado without depending on rosbridge server which brings lots of ROS dependencies.
separating out
tornado
andbackports
as independent package should not be a problem.