roswww_static: infrastructure for web-based Clover plugins (#230)

* Package for generating static web sites for ROS

* rosstatic: add CMakeLists.txt

* rosstatic: utilize rospkg, store static directory in ROS_HOME

* rosstatic: default_package param

* rosstatic: fix URLs in docs

* clover.launch: make clover the default package for www

* Unused import

* Rename rosstatic to roswww_static

* Fixes
This commit is contained in:
Oleg Kalachev
2020-06-13 02:08:00 +03:00
committed by GitHub
parent c71a46ce9d
commit bcb7351a90
10 changed files with 132 additions and 7 deletions

View File

@@ -20,7 +20,7 @@
# Example:
# DocumentRoot /home/krypton/htdocs
DocumentRoot /home/pi/catkin_ws/src/clover/clover/www
DocumentRoot /home/pi/.ros/www
# Redirect:
# ---------