Skip to content
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

Propose to update roswww as webserver without ros_comm dependency #9

Open
jihoonl opened this issue Dec 14, 2014 · 1 comment
Open

Comments

@jihoonl
Copy link
Member

jihoonl commented Dec 14, 2014

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

  • Logger(rospy.loginfo,logwarn...)
  • rosparam for port parameterization
  • rospack shell command
  • tornado

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

Then roswww package will only depend on

  • rosbridge_tools : for tornado
  • rospack : for package crawl script
@jihoonl
Copy link
Member Author

jihoonl commented Dec 23, 2014

RobotWebTools/rosbridge_suite#157 is related.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant