mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 11:43:25 +00:00
* 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
7 lines
283 B
XML
7 lines
283 B
XML
<launch>
|
|
<node pkg="roswww_static" name="roswww_static" type="main.py" clear_params="true" output="screen">
|
|
<!-- <param name="index" value="$(find my_package)/www/index.html"/> -->
|
|
<!-- <param name="default_package" value="my_package"/> -->
|
|
</node>
|
|
</launch>
|