roswww package from roswww repo

roswww

Package Summary

Tags No category tags.
Version 0.1.13
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/tork-a/roswww.git
VCS Type git
VCS Version develop
Last Updated 2021-10-28
Dev Status UNMAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Feathery lightweight web server for ROS, that is based on

Additional Links

Maintainers

  • Isaac I.Y. Saito

Authors

  • Jonathan Mace
  • Jihoon Lee

roswww

See ./doc/index.rst for documentation.

CHANGELOG

Changelog for package roswww

0.1.13 (2021-10-28)

  • add basic authentication (#57
  • original PR #51

0.1.12 (2019-03-20)

  • [doc] Minor URL update. (#40)
  • fix CDN URL (#45)
  • Contributors: Isaac I.Y. Saito, Makito Ishikura

0.1.11 (2018-01-22)

  • Enable client testing && fix redirect bug (#42)
    • disable test for prerelease / stable ros repo
    • fix test script for kinetic
    • roswww/roswww_server.py: redirect for get package index without slash
    • roswww: add test code for web client
    • roswww: add start_port, end_port to launch
    • roswww/webserver.py: fix parsing ros arguments
  • Contributors: Yuki Furuta

0.1.10 (2017-04-07)

  • [capability] Add dis/enabling cache feature #39
  • [fix] Add missing dependency for test for Xenial. #38
  • Contributors: Taiji Fukaya, Isaac I.Y. Saito

0.1.9 (2016-04-18)

  • Changed the target topic to communicate other samples, Rename from chat.launch to start_bridge.launch (#33)
  • add example for talker and listener (#33)
  • [doc] trying to fix that module api doc is gone inaccessible (#32 )
  • Contributors: Isaac I.Y. Saito, Kei Okada, Kenta Yonekura

0.1.8 (2015-12-14)

  • [doc] Add rostopic-chat sample #31
  • [sys] Utilize test_depend that is defined in REP-140 #30 from 130s/impr/utilize_testdepend
  • Contributors: Kenta Yonekura, Isaac I.Y. Saito

0.1.7 (2015-12-07)

  • [fix] Developers don\'t need to create a sample www directory now that it\'s installed (#28)
  • [fix][test] Use install space for testing (to capture the issue raised in #28)
  • Contributors: Kenta Yonekura, Isaac I.Y. Saito

0.1.6 (2015-12-01)

  • [sys] Add travis config and small unit tests (#27)
  • [doc] Utilize rosdoc_lite for document generation on ros build farm (#25)
  • Contributors: Isaac I.Y. Saito

0.1.5 (2015-02-28)

  • Install missing launch directory
  • Contributors: Jihoon Lee

0.1.4 (2015-01-28)

  • example launchfile. update dependency
  • configurable package web root
  • add parmeter in readme
  • classfy roswww webserver. remove ros runtime dependency
  • Contributors: Jihoon Lee, Isaac I.Y. Saito

0.1.3 (2015-01-05)

  • Separate webserver.py into module and script files (quick fix to #10).
  • Contributors: Isaac I.Y. Saito, Jihoon Lee

0.1.2 (2014-12-13)

  • Re-release into ROS (addresses #1)
  • Remove tornado (this dependency is supposed to be taken from rosbridge). Move webserver.py to src folder to follow more common python style (fix #1)
  • Add dependency on rosbridge, webserver.py installation.
  • Remove roswww_pkg metapkg and roswww_pack that doesn\'t seem to be used. Remove redundant hierarchy.
  • Code cleaning, conform to PEP8, refactor method names. Add docroot.
  • Contributors: Isaac IY Saito

0.1.1 (2013-11-15)

  • roswww) correction in response to the error on buildfarm
  • roswww) change maintainer. Remove unncessary file
  • Contributors: Isao Isaac Saito

0.1.0 (2013-11-14) -----------* Catkinize roswww and roswww_pack packages. Change repository from that of jihoonl to tork-a. * Contributors: Isao Isaac Saito, Jihoon Lee, furushchev

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

  • launch/roswww.launch
      • name [default: roswww]
      • webpath [default: www]
      • cached [default: true]
      • single_package [default: ]
      • basic [default: false]
      • basic_yaml [default: ]
      • port [default: 8085]
      • start_port [default: $(arg port)]
      • end_port [default: $(arg port)]
  • launch/start_bridge.launch

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged roswww at Robotics Stack Exchange

roswww package from roswww repo

roswww

Package Summary

Tags No category tags.
Version 0.1.13
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/tork-a/roswww.git
VCS Type git
VCS Version develop
Last Updated 2021-10-28
Dev Status UNMAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Feathery lightweight web server for ROS, that is based on

Additional Links

Maintainers

  • Isaac I.Y. Saito

Authors

  • Jonathan Mace
  • Jihoon Lee

roswww

See ./doc/index.rst for documentation.

CHANGELOG

Changelog for package roswww

0.1.13 (2021-10-28)

  • add basic authentication (#57
  • original PR #51

0.1.12 (2019-03-20)

  • [doc] Minor URL update. (#40)
  • fix CDN URL (#45)
  • Contributors: Isaac I.Y. Saito, Makito Ishikura

0.1.11 (2018-01-22)

  • Enable client testing && fix redirect bug (#42)
    • disable test for prerelease / stable ros repo
    • fix test script for kinetic
    • roswww/roswww_server.py: redirect for get package index without slash
    • roswww: add test code for web client
    • roswww: add start_port, end_port to launch
    • roswww/webserver.py: fix parsing ros arguments
  • Contributors: Yuki Furuta

0.1.10 (2017-04-07)

  • [capability] Add dis/enabling cache feature #39
  • [fix] Add missing dependency for test for Xenial. #38
  • Contributors: Taiji Fukaya, Isaac I.Y. Saito

0.1.9 (2016-04-18)

  • Changed the target topic to communicate other samples, Rename from chat.launch to start_bridge.launch (#33)
  • add example for talker and listener (#33)
  • [doc] trying to fix that module api doc is gone inaccessible (#32 )
  • Contributors: Isaac I.Y. Saito, Kei Okada, Kenta Yonekura

0.1.8 (2015-12-14)

  • [doc] Add rostopic-chat sample #31
  • [sys] Utilize test_depend that is defined in REP-140 #30 from 130s/impr/utilize_testdepend
  • Contributors: Kenta Yonekura, Isaac I.Y. Saito

0.1.7 (2015-12-07)

  • [fix] Developers don\'t need to create a sample www directory now that it\'s installed (#28)
  • [fix][test] Use install space for testing (to capture the issue raised in #28)
  • Contributors: Kenta Yonekura, Isaac I.Y. Saito

0.1.6 (2015-12-01)

  • [sys] Add travis config and small unit tests (#27)
  • [doc] Utilize rosdoc_lite for document generation on ros build farm (#25)
  • Contributors: Isaac I.Y. Saito

0.1.5 (2015-02-28)

  • Install missing launch directory
  • Contributors: Jihoon Lee

0.1.4 (2015-01-28)

  • example launchfile. update dependency
  • configurable package web root
  • add parmeter in readme
  • classfy roswww webserver. remove ros runtime dependency
  • Contributors: Jihoon Lee, Isaac I.Y. Saito

0.1.3 (2015-01-05)

  • Separate webserver.py into module and script files (quick fix to #10).
  • Contributors: Isaac I.Y. Saito, Jihoon Lee

0.1.2 (2014-12-13)

  • Re-release into ROS (addresses #1)
  • Remove tornado (this dependency is supposed to be taken from rosbridge). Move webserver.py to src folder to follow more common python style (fix #1)
  • Add dependency on rosbridge, webserver.py installation.
  • Remove roswww_pkg metapkg and roswww_pack that doesn\'t seem to be used. Remove redundant hierarchy.
  • Code cleaning, conform to PEP8, refactor method names. Add docroot.
  • Contributors: Isaac IY Saito

0.1.1 (2013-11-15)

  • roswww) correction in response to the error on buildfarm
  • roswww) change maintainer. Remove unncessary file
  • Contributors: Isao Isaac Saito

0.1.0 (2013-11-14) -----------* Catkinize roswww and roswww_pack packages. Change repository from that of jihoonl to tork-a. * Contributors: Isao Isaac Saito, Jihoon Lee, furushchev

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

  • launch/roswww.launch
      • name [default: roswww]
      • webpath [default: www]
      • cached [default: true]
      • single_package [default: ]
      • basic [default: false]
      • basic_yaml [default: ]
      • port [default: 8085]
      • start_port [default: $(arg port)]
      • end_port [default: $(arg port)]
  • launch/start_bridge.launch

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged roswww at Robotics Stack Exchange

roswww package from roswww repo

roswww

Package Summary

Tags No category tags.
Version 0.1.13
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/tork-a/roswww.git
VCS Type git
VCS Version develop
Last Updated 2021-10-28
Dev Status UNMAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Feathery lightweight web server for ROS, that is based on

Additional Links

Maintainers

  • Isaac I.Y. Saito

Authors

  • Jonathan Mace
  • Jihoon Lee

roswww

See ./doc/index.rst for documentation.

CHANGELOG

Changelog for package roswww

0.1.13 (2021-10-28)

  • add basic authentication (#57
  • original PR #51

0.1.12 (2019-03-20)

  • [doc] Minor URL update. (#40)
  • fix CDN URL (#45)
  • Contributors: Isaac I.Y. Saito, Makito Ishikura

0.1.11 (2018-01-22)

  • Enable client testing && fix redirect bug (#42)
    • disable test for prerelease / stable ros repo
    • fix test script for kinetic
    • roswww/roswww_server.py: redirect for get package index without slash
    • roswww: add test code for web client
    • roswww: add start_port, end_port to launch
    • roswww/webserver.py: fix parsing ros arguments
  • Contributors: Yuki Furuta

0.1.10 (2017-04-07)

  • [capability] Add dis/enabling cache feature #39
  • [fix] Add missing dependency for test for Xenial. #38
  • Contributors: Taiji Fukaya, Isaac I.Y. Saito

0.1.9 (2016-04-18)

  • Changed the target topic to communicate other samples, Rename from chat.launch to start_bridge.launch (#33)
  • add example for talker and listener (#33)
  • [doc] trying to fix that module api doc is gone inaccessible (#32 )
  • Contributors: Isaac I.Y. Saito, Kei Okada, Kenta Yonekura

0.1.8 (2015-12-14)

  • [doc] Add rostopic-chat sample #31
  • [sys] Utilize test_depend that is defined in REP-140 #30 from 130s/impr/utilize_testdepend
  • Contributors: Kenta Yonekura, Isaac I.Y. Saito

0.1.7 (2015-12-07)

  • [fix] Developers don\'t need to create a sample www directory now that it\'s installed (#28)
  • [fix][test] Use install space for testing (to capture the issue raised in #28)
  • Contributors: Kenta Yonekura, Isaac I.Y. Saito

0.1.6 (2015-12-01)

  • [sys] Add travis config and small unit tests (#27)
  • [doc] Utilize rosdoc_lite for document generation on ros build farm (#25)
  • Contributors: Isaac I.Y. Saito

0.1.5 (2015-02-28)

  • Install missing launch directory
  • Contributors: Jihoon Lee

0.1.4 (2015-01-28)

  • example launchfile. update dependency
  • configurable package web root
  • add parmeter in readme
  • classfy roswww webserver. remove ros runtime dependency
  • Contributors: Jihoon Lee, Isaac I.Y. Saito

0.1.3 (2015-01-05)

  • Separate webserver.py into module and script files (quick fix to #10).
  • Contributors: Isaac I.Y. Saito, Jihoon Lee

0.1.2 (2014-12-13)

  • Re-release into ROS (addresses #1)
  • Remove tornado (this dependency is supposed to be taken from rosbridge). Move webserver.py to src folder to follow more common python style (fix #1)
  • Add dependency on rosbridge, webserver.py installation.
  • Remove roswww_pkg metapkg and roswww_pack that doesn\'t seem to be used. Remove redundant hierarchy.
  • Code cleaning, conform to PEP8, refactor method names. Add docroot.
  • Contributors: Isaac IY Saito

0.1.1 (2013-11-15)

  • roswww) correction in response to the error on buildfarm
  • roswww) change maintainer. Remove unncessary file
  • Contributors: Isao Isaac Saito

0.1.0 (2013-11-14) -----------* Catkinize roswww and roswww_pack packages. Change repository from that of jihoonl to tork-a. * Contributors: Isao Isaac Saito, Jihoon Lee, furushchev

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

  • launch/roswww.launch
      • name [default: roswww]
      • webpath [default: www]
      • cached [default: true]
      • single_package [default: ]
      • basic [default: false]
      • basic_yaml [default: ]
      • port [default: 8085]
      • start_port [default: $(arg port)]
      • end_port [default: $(arg port)]
  • launch/start_bridge.launch

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged roswww at Robotics Stack Exchange

roswww package from roswww repo

roswww

Package Summary

Tags No category tags.
Version 0.1.13
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/tork-a/roswww.git
VCS Type git
VCS Version develop
Last Updated 2021-10-28
Dev Status UNMAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Feathery lightweight web server for ROS, that is based on

Additional Links

Maintainers

  • Isaac I.Y. Saito

Authors

  • Jonathan Mace
  • Jihoon Lee

roswww

See ./doc/index.rst for documentation.

CHANGELOG

Changelog for package roswww

0.1.13 (2021-10-28)

  • add basic authentication (#57
  • original PR #51

0.1.12 (2019-03-20)

  • [doc] Minor URL update. (#40)
  • fix CDN URL (#45)
  • Contributors: Isaac I.Y. Saito, Makito Ishikura

0.1.11 (2018-01-22)

  • Enable client testing && fix redirect bug (#42)
    • disable test for prerelease / stable ros repo
    • fix test script for kinetic
    • roswww/roswww_server.py: redirect for get package index without slash
    • roswww: add test code for web client
    • roswww: add start_port, end_port to launch
    • roswww/webserver.py: fix parsing ros arguments
  • Contributors: Yuki Furuta

0.1.10 (2017-04-07)

  • [capability] Add dis/enabling cache feature #39
  • [fix] Add missing dependency for test for Xenial. #38
  • Contributors: Taiji Fukaya, Isaac I.Y. Saito

0.1.9 (2016-04-18)

  • Changed the target topic to communicate other samples, Rename from chat.launch to start_bridge.launch (#33)
  • add example for talker and listener (#33)
  • [doc] trying to fix that module api doc is gone inaccessible (#32 )
  • Contributors: Isaac I.Y. Saito, Kei Okada, Kenta Yonekura

0.1.8 (2015-12-14)

  • [doc] Add rostopic-chat sample #31
  • [sys] Utilize test_depend that is defined in REP-140 #30 from 130s/impr/utilize_testdepend
  • Contributors: Kenta Yonekura, Isaac I.Y. Saito

0.1.7 (2015-12-07)

  • [fix] Developers don\'t need to create a sample www directory now that it\'s installed (#28)
  • [fix][test] Use install space for testing (to capture the issue raised in #28)
  • Contributors: Kenta Yonekura, Isaac I.Y. Saito

0.1.6 (2015-12-01)

  • [sys] Add travis config and small unit tests (#27)
  • [doc] Utilize rosdoc_lite for document generation on ros build farm (#25)
  • Contributors: Isaac I.Y. Saito

0.1.5 (2015-02-28)

  • Install missing launch directory
  • Contributors: Jihoon Lee

0.1.4 (2015-01-28)

  • example launchfile. update dependency
  • configurable package web root
  • add parmeter in readme
  • classfy roswww webserver. remove ros runtime dependency
  • Contributors: Jihoon Lee, Isaac I.Y. Saito

0.1.3 (2015-01-05)

  • Separate webserver.py into module and script files (quick fix to #10).
  • Contributors: Isaac I.Y. Saito, Jihoon Lee

0.1.2 (2014-12-13)

  • Re-release into ROS (addresses #1)
  • Remove tornado (this dependency is supposed to be taken from rosbridge). Move webserver.py to src folder to follow more common python style (fix #1)
  • Add dependency on rosbridge, webserver.py installation.
  • Remove roswww_pkg metapkg and roswww_pack that doesn\'t seem to be used. Remove redundant hierarchy.
  • Code cleaning, conform to PEP8, refactor method names. Add docroot.
  • Contributors: Isaac IY Saito

0.1.1 (2013-11-15)

  • roswww) correction in response to the error on buildfarm
  • roswww) change maintainer. Remove unncessary file
  • Contributors: Isao Isaac Saito

0.1.0 (2013-11-14) -----------* Catkinize roswww and roswww_pack packages. Change repository from that of jihoonl to tork-a. * Contributors: Isao Isaac Saito, Jihoon Lee, furushchev

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

  • launch/roswww.launch
      • name [default: roswww]
      • webpath [default: www]
      • cached [default: true]
      • single_package [default: ]
      • basic [default: false]
      • basic_yaml [default: ]
      • port [default: 8085]
      • start_port [default: $(arg port)]
      • end_port [default: $(arg port)]
  • launch/start_bridge.launch

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged roswww at Robotics Stack Exchange

roswww package from roswww repo

roswww

Package Summary

Tags No category tags.
Version 0.1.13
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/tork-a/roswww.git
VCS Type git
VCS Version develop
Last Updated 2021-10-28
Dev Status UNMAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Feathery lightweight web server for ROS, that is based on

Additional Links

Maintainers

  • Isaac I.Y. Saito

Authors

  • Jonathan Mace
  • Jihoon Lee

roswww

See ./doc/index.rst for documentation.

CHANGELOG

Changelog for package roswww

0.1.13 (2021-10-28)

  • add basic authentication (#57
  • original PR #51

0.1.12 (2019-03-20)

  • [doc] Minor URL update. (#40)
  • fix CDN URL (#45)
  • Contributors: Isaac I.Y. Saito, Makito Ishikura

0.1.11 (2018-01-22)

  • Enable client testing && fix redirect bug (#42)
    • disable test for prerelease / stable ros repo
    • fix test script for kinetic
    • roswww/roswww_server.py: redirect for get package index without slash
    • roswww: add test code for web client
    • roswww: add start_port, end_port to launch
    • roswww/webserver.py: fix parsing ros arguments
  • Contributors: Yuki Furuta

0.1.10 (2017-04-07)

  • [capability] Add dis/enabling cache feature #39
  • [fix] Add missing dependency for test for Xenial. #38
  • Contributors: Taiji Fukaya, Isaac I.Y. Saito

0.1.9 (2016-04-18)

  • Changed the target topic to communicate other samples, Rename from chat.launch to start_bridge.launch (#33)
  • add example for talker and listener (#33)
  • [doc] trying to fix that module api doc is gone inaccessible (#32 )
  • Contributors: Isaac I.Y. Saito, Kei Okada, Kenta Yonekura

0.1.8 (2015-12-14)

  • [doc] Add rostopic-chat sample #31
  • [sys] Utilize test_depend that is defined in REP-140 #30 from 130s/impr/utilize_testdepend
  • Contributors: Kenta Yonekura, Isaac I.Y. Saito

0.1.7 (2015-12-07)

  • [fix] Developers don\'t need to create a sample www directory now that it\'s installed (#28)
  • [fix][test] Use install space for testing (to capture the issue raised in #28)
  • Contributors: Kenta Yonekura, Isaac I.Y. Saito

0.1.6 (2015-12-01)

  • [sys] Add travis config and small unit tests (#27)
  • [doc] Utilize rosdoc_lite for document generation on ros build farm (#25)
  • Contributors: Isaac I.Y. Saito

0.1.5 (2015-02-28)

  • Install missing launch directory
  • Contributors: Jihoon Lee

0.1.4 (2015-01-28)

  • example launchfile. update dependency
  • configurable package web root
  • add parmeter in readme
  • classfy roswww webserver. remove ros runtime dependency
  • Contributors: Jihoon Lee, Isaac I.Y. Saito

0.1.3 (2015-01-05)

  • Separate webserver.py into module and script files (quick fix to #10).
  • Contributors: Isaac I.Y. Saito, Jihoon Lee

0.1.2 (2014-12-13)

  • Re-release into ROS (addresses #1)
  • Remove tornado (this dependency is supposed to be taken from rosbridge). Move webserver.py to src folder to follow more common python style (fix #1)
  • Add dependency on rosbridge, webserver.py installation.
  • Remove roswww_pkg metapkg and roswww_pack that doesn\'t seem to be used. Remove redundant hierarchy.
  • Code cleaning, conform to PEP8, refactor method names. Add docroot.
  • Contributors: Isaac IY Saito

0.1.1 (2013-11-15)

  • roswww) correction in response to the error on buildfarm
  • roswww) change maintainer. Remove unncessary file
  • Contributors: Isao Isaac Saito

0.1.0 (2013-11-14) -----------* Catkinize roswww and roswww_pack packages. Change repository from that of jihoonl to tork-a. * Contributors: Isao Isaac Saito, Jihoon Lee, furushchev

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Dependant Packages

No known dependants.

Launch files

  • launch/roswww.launch
      • name [default: roswww]
      • webpath [default: www]
      • cached [default: true]
      • single_package [default: ]
      • basic [default: false]
      • basic_yaml [default: ]
      • port [default: 8085]
      • start_port [default: $(arg port)]
      • end_port [default: $(arg port)]
  • launch/start_bridge.launch

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged roswww at Robotics Stack Exchange

roswww package from roswww repo

roswww

Package Summary

Tags No category tags.
Version 0.1.13
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/tork-a/roswww.git
VCS Type git
VCS Version develop
Last Updated 2021-10-28
Dev Status UNMAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Feathery lightweight web server for ROS, that is based on

Additional Links

Maintainers

  • Isaac I.Y. Saito

Authors

  • Jonathan Mace
  • Jihoon Lee

roswww

See ./doc/index.rst for documentation.

CHANGELOG

Changelog for package roswww

0.1.13 (2021-10-28)

  • add basic authentication (#57
  • original PR #51

0.1.12 (2019-03-20)

  • [doc] Minor URL update. (#40)
  • fix CDN URL (#45)
  • Contributors: Isaac I.Y. Saito, Makito Ishikura

0.1.11 (2018-01-22)

  • Enable client testing && fix redirect bug (#42)
    • disable test for prerelease / stable ros repo
    • fix test script for kinetic
    • roswww/roswww_server.py: redirect for get package index without slash
    • roswww: add test code for web client
    • roswww: add start_port, end_port to launch
    • roswww/webserver.py: fix parsing ros arguments
  • Contributors: Yuki Furuta

0.1.10 (2017-04-07)

  • [capability] Add dis/enabling cache feature #39
  • [fix] Add missing dependency for test for Xenial. #38
  • Contributors: Taiji Fukaya, Isaac I.Y. Saito

0.1.9 (2016-04-18)

  • Changed the target topic to communicate other samples, Rename from chat.launch to start_bridge.launch (#33)
  • add example for talker and listener (#33)
  • [doc] trying to fix that module api doc is gone inaccessible (#32 )
  • Contributors: Isaac I.Y. Saito, Kei Okada, Kenta Yonekura

0.1.8 (2015-12-14)

  • [doc] Add rostopic-chat sample #31
  • [sys] Utilize test_depend that is defined in REP-140 #30 from 130s/impr/utilize_testdepend
  • Contributors: Kenta Yonekura, Isaac I.Y. Saito

0.1.7 (2015-12-07)

  • [fix] Developers don\'t need to create a sample www directory now that it\'s installed (#28)
  • [fix][test] Use install space for testing (to capture the issue raised in #28)
  • Contributors: Kenta Yonekura, Isaac I.Y. Saito

0.1.6 (2015-12-01)

  • [sys] Add travis config and small unit tests (#27)
  • [doc] Utilize rosdoc_lite for document generation on ros build farm (#25)
  • Contributors: Isaac I.Y. Saito

0.1.5 (2015-02-28)

  • Install missing launch directory
  • Contributors: Jihoon Lee

0.1.4 (2015-01-28)

  • example launchfile. update dependency
  • configurable package web root
  • add parmeter in readme
  • classfy roswww webserver. remove ros runtime dependency
  • Contributors: Jihoon Lee, Isaac I.Y. Saito

0.1.3 (2015-01-05)

  • Separate webserver.py into module and script files (quick fix to #10).
  • Contributors: Isaac I.Y. Saito, Jihoon Lee

0.1.2 (2014-12-13)

  • Re-release into ROS (addresses #1)
  • Remove tornado (this dependency is supposed to be taken from rosbridge). Move webserver.py to src folder to follow more common python style (fix #1)
  • Add dependency on rosbridge, webserver.py installation.
  • Remove roswww_pkg metapkg and roswww_pack that doesn\'t seem to be used. Remove redundant hierarchy.
  • Code cleaning, conform to PEP8, refactor method names. Add docroot.
  • Contributors: Isaac IY Saito

0.1.1 (2013-11-15)

  • roswww) correction in response to the error on buildfarm
  • roswww) change maintainer. Remove unncessary file
  • Contributors: Isao Isaac Saito

0.1.0 (2013-11-14) -----------* Catkinize roswww and roswww_pack packages. Change repository from that of jihoonl to tork-a. * Contributors: Isao Isaac Saito, Jihoon Lee, furushchev

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

  • launch/roswww.launch
      • name [default: roswww]
      • webpath [default: www]
      • cached [default: true]
      • single_package [default: ]
      • basic [default: false]
      • basic_yaml [default: ]
      • port [default: 8085]
      • start_port [default: $(arg port)]
      • end_port [default: $(arg port)]
  • launch/start_bridge.launch

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged roswww at Robotics Stack Exchange