No version for distro humble showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

geneus package from geneus repo

geneus

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/geneus.git
VCS Type git
VCS Version master
Last Updated 2020-01-27
Dev Status MAINTAINED
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

EusLisp ROS message and service generators.

Additional Links

No additional links.

Maintainers

  • Kei Okada

Authors

  • Kei Okada
CHANGELOG

Changelog for package geneus

3.0.0 (2020-01-27)

  • CAUTION This version will not work on 14.04, If you want to run on 14.04 due to bump CMake version to avoid CMP0048 warning Use [cmake_minimum_required(VERSION 2.8.3)]{.title-ref} for CMakeLists.txt
  • [generate.py] add feature to write const to string (#13)
  • update geneus for 20.04 / Noetic (#69)
    • from __future_ import print_function is required for python2
    • Python 3 suppoort. Generated using 2to3
    • Use setuptools instead of distutils
    • Make setup.py not executable
    • Drop trusty/indigo from CI
    • Bump CMake version to avoid CMP0048 warning
    • add test to run ubuntu/focal and debian/stable
    • run rosdep update with --incldue-eol-distros for indigo
  • fix bug of write_constants (#62)
    • add test to check #59
  • fix wrongly commited in #61 (#63)
  • add test to check #56 case (#61)
    • generate.py change generator for field_type == bool
    • remove unnecessary (ros::load-ros-manifeset 'euslisp') [ WARN] [1547033310.743978735]: Calling (load-ros-manifest euslisp) for the package without msg/srv will be deprecated [ WARN] [1547033310.744036587]: ACTION REQUIRED [ WARN] [1547033310.744049863]: Use (load-ros-{package,msg,srv} pkg) for the dependent packages with msg/srv [ WARN] [1547033310.744059431]: See https://github.com/jsk-ros-pkg/jsk_robot/issues/823
    • add test to check #56 case
    • add test/test-geneus.test from roseus package
  • run test-geneus.test within geneus package (#60)
    • run rostest geneus test-geneus.test
    • move test/{test-geneus.test,test-geneus.l,test_geneus_send_msgs.py} from roseus package
  • add melodic test (#58)
    • install tzdata with non-interactive mode
    • add melodic
  • when array_len is nil, do not run dotimes..., see https://github.com/jsk-ros-pkg/jsk_roseus/issues/544 (#55)
  • add test kinetic on travis(#54)
    • pr2_controllers_msgs is not released on kinetic and that's ok for geneus test
  • need to use system python, with travis-python, we can not find python modeule install by ap (#53) https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/117
  • Contributors: Kei Okada, Markus Grimm, Shane Loretz, Taichi Higashide

2.2.6 (2017-05-22)

  • [geneus_main.py] suppress warning (#52)
    • [geneus_main.py] do not write timestamp that makes different md5
    • [geneus_main.py] write depends by alphabetical order in manifest.l
  • [.travis.yml] : add jade test (#49)
    • .travis.yml: add BUILDER=catkin_make_isolated
    • .travis.yml: add indigo/jade and catkin_make/catkin test
  • [geneus_main.py]: add comment : 152683d depends on comment line (#44)
  • Contributors: Yuki Furuta, Kei Okada

2.2.5 (2015-11-21)

  • add status badge to the README.md (#41 )
  • .travis.yml: use before_script and script
  • .travis.yml: rosdep install with -q (quiet)
  • Use package.xml in workspace, not deb installed one (#42 )
    • do not overwrite pkg_map
    • add test code to check #42 isseus
    • geneus_main.py: fix THIS FILE IS AUTOMAATICALLY GENERATED...

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Launch files

No launch files found

Messages

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geneus at Robotics Stack Exchange

No version for distro jazzy showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

geneus package from geneus repo

geneus

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/geneus.git
VCS Type git
VCS Version master
Last Updated 2020-01-27
Dev Status MAINTAINED
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

EusLisp ROS message and service generators.

Additional Links

No additional links.

Maintainers

  • Kei Okada

Authors

  • Kei Okada
CHANGELOG

Changelog for package geneus

3.0.0 (2020-01-27)

  • CAUTION This version will not work on 14.04, If you want to run on 14.04 due to bump CMake version to avoid CMP0048 warning Use [cmake_minimum_required(VERSION 2.8.3)]{.title-ref} for CMakeLists.txt
  • [generate.py] add feature to write const to string (#13)
  • update geneus for 20.04 / Noetic (#69)
    • from __future_ import print_function is required for python2
    • Python 3 suppoort. Generated using 2to3
    • Use setuptools instead of distutils
    • Make setup.py not executable
    • Drop trusty/indigo from CI
    • Bump CMake version to avoid CMP0048 warning
    • add test to run ubuntu/focal and debian/stable
    • run rosdep update with --incldue-eol-distros for indigo
  • fix bug of write_constants (#62)
    • add test to check #59
  • fix wrongly commited in #61 (#63)
  • add test to check #56 case (#61)
    • generate.py change generator for field_type == bool
    • remove unnecessary (ros::load-ros-manifeset 'euslisp') [ WARN] [1547033310.743978735]: Calling (load-ros-manifest euslisp) for the package without msg/srv will be deprecated [ WARN] [1547033310.744036587]: ACTION REQUIRED [ WARN] [1547033310.744049863]: Use (load-ros-{package,msg,srv} pkg) for the dependent packages with msg/srv [ WARN] [1547033310.744059431]: See https://github.com/jsk-ros-pkg/jsk_robot/issues/823
    • add test to check #56 case
    • add test/test-geneus.test from roseus package
  • run test-geneus.test within geneus package (#60)
    • run rostest geneus test-geneus.test
    • move test/{test-geneus.test,test-geneus.l,test_geneus_send_msgs.py} from roseus package
  • add melodic test (#58)
    • install tzdata with non-interactive mode
    • add melodic
  • when array_len is nil, do not run dotimes..., see https://github.com/jsk-ros-pkg/jsk_roseus/issues/544 (#55)
  • add test kinetic on travis(#54)
    • pr2_controllers_msgs is not released on kinetic and that's ok for geneus test
  • need to use system python, with travis-python, we can not find python modeule install by ap (#53) https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/117
  • Contributors: Kei Okada, Markus Grimm, Shane Loretz, Taichi Higashide

2.2.6 (2017-05-22)

  • [geneus_main.py] suppress warning (#52)
    • [geneus_main.py] do not write timestamp that makes different md5
    • [geneus_main.py] write depends by alphabetical order in manifest.l
  • [.travis.yml] : add jade test (#49)
    • .travis.yml: add BUILDER=catkin_make_isolated
    • .travis.yml: add indigo/jade and catkin_make/catkin test
  • [geneus_main.py]: add comment : 152683d depends on comment line (#44)
  • Contributors: Yuki Furuta, Kei Okada

2.2.5 (2015-11-21)

  • add status badge to the README.md (#41 )
  • .travis.yml: use before_script and script
  • .travis.yml: rosdep install with -q (quiet)
  • Use package.xml in workspace, not deb installed one (#42 )
    • do not overwrite pkg_map
    • add test code to check #42 isseus
    • geneus_main.py: fix THIS FILE IS AUTOMAATICALLY GENERATED...

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Launch files

No launch files found

Messages

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geneus at Robotics Stack Exchange

No version for distro kilted showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

geneus package from geneus repo

geneus

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/geneus.git
VCS Type git
VCS Version master
Last Updated 2020-01-27
Dev Status MAINTAINED
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

EusLisp ROS message and service generators.

Additional Links

No additional links.

Maintainers

  • Kei Okada

Authors

  • Kei Okada
CHANGELOG

Changelog for package geneus

3.0.0 (2020-01-27)

  • CAUTION This version will not work on 14.04, If you want to run on 14.04 due to bump CMake version to avoid CMP0048 warning Use [cmake_minimum_required(VERSION 2.8.3)]{.title-ref} for CMakeLists.txt
  • [generate.py] add feature to write const to string (#13)
  • update geneus for 20.04 / Noetic (#69)
    • from __future_ import print_function is required for python2
    • Python 3 suppoort. Generated using 2to3
    • Use setuptools instead of distutils
    • Make setup.py not executable
    • Drop trusty/indigo from CI
    • Bump CMake version to avoid CMP0048 warning
    • add test to run ubuntu/focal and debian/stable
    • run rosdep update with --incldue-eol-distros for indigo
  • fix bug of write_constants (#62)
    • add test to check #59
  • fix wrongly commited in #61 (#63)
  • add test to check #56 case (#61)
    • generate.py change generator for field_type == bool
    • remove unnecessary (ros::load-ros-manifeset 'euslisp') [ WARN] [1547033310.743978735]: Calling (load-ros-manifest euslisp) for the package without msg/srv will be deprecated [ WARN] [1547033310.744036587]: ACTION REQUIRED [ WARN] [1547033310.744049863]: Use (load-ros-{package,msg,srv} pkg) for the dependent packages with msg/srv [ WARN] [1547033310.744059431]: See https://github.com/jsk-ros-pkg/jsk_robot/issues/823
    • add test to check #56 case
    • add test/test-geneus.test from roseus package
  • run test-geneus.test within geneus package (#60)
    • run rostest geneus test-geneus.test
    • move test/{test-geneus.test,test-geneus.l,test_geneus_send_msgs.py} from roseus package
  • add melodic test (#58)
    • install tzdata with non-interactive mode
    • add melodic
  • when array_len is nil, do not run dotimes..., see https://github.com/jsk-ros-pkg/jsk_roseus/issues/544 (#55)
  • add test kinetic on travis(#54)
    • pr2_controllers_msgs is not released on kinetic and that's ok for geneus test
  • need to use system python, with travis-python, we can not find python modeule install by ap (#53) https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/117
  • Contributors: Kei Okada, Markus Grimm, Shane Loretz, Taichi Higashide

2.2.6 (2017-05-22)

  • [geneus_main.py] suppress warning (#52)
    • [geneus_main.py] do not write timestamp that makes different md5
    • [geneus_main.py] write depends by alphabetical order in manifest.l
  • [.travis.yml] : add jade test (#49)
    • .travis.yml: add BUILDER=catkin_make_isolated
    • .travis.yml: add indigo/jade and catkin_make/catkin test
  • [geneus_main.py]: add comment : 152683d depends on comment line (#44)
  • Contributors: Yuki Furuta, Kei Okada

2.2.5 (2015-11-21)

  • add status badge to the README.md (#41 )
  • .travis.yml: use before_script and script
  • .travis.yml: rosdep install with -q (quiet)
  • Use package.xml in workspace, not deb installed one (#42 )
    • do not overwrite pkg_map
    • add test code to check #42 isseus
    • geneus_main.py: fix THIS FILE IS AUTOMAATICALLY GENERATED...

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Launch files

No launch files found

Messages

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geneus at Robotics Stack Exchange

No version for distro rolling showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

geneus package from geneus repo

geneus

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/geneus.git
VCS Type git
VCS Version master
Last Updated 2020-01-27
Dev Status MAINTAINED
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

EusLisp ROS message and service generators.

Additional Links

No additional links.

Maintainers

  • Kei Okada

Authors

  • Kei Okada
CHANGELOG

Changelog for package geneus

3.0.0 (2020-01-27)

  • CAUTION This version will not work on 14.04, If you want to run on 14.04 due to bump CMake version to avoid CMP0048 warning Use [cmake_minimum_required(VERSION 2.8.3)]{.title-ref} for CMakeLists.txt
  • [generate.py] add feature to write const to string (#13)
  • update geneus for 20.04 / Noetic (#69)
    • from __future_ import print_function is required for python2
    • Python 3 suppoort. Generated using 2to3
    • Use setuptools instead of distutils
    • Make setup.py not executable
    • Drop trusty/indigo from CI
    • Bump CMake version to avoid CMP0048 warning
    • add test to run ubuntu/focal and debian/stable
    • run rosdep update with --incldue-eol-distros for indigo
  • fix bug of write_constants (#62)
    • add test to check #59
  • fix wrongly commited in #61 (#63)
  • add test to check #56 case (#61)
    • generate.py change generator for field_type == bool
    • remove unnecessary (ros::load-ros-manifeset 'euslisp') [ WARN] [1547033310.743978735]: Calling (load-ros-manifest euslisp) for the package without msg/srv will be deprecated [ WARN] [1547033310.744036587]: ACTION REQUIRED [ WARN] [1547033310.744049863]: Use (load-ros-{package,msg,srv} pkg) for the dependent packages with msg/srv [ WARN] [1547033310.744059431]: See https://github.com/jsk-ros-pkg/jsk_robot/issues/823
    • add test to check #56 case
    • add test/test-geneus.test from roseus package
  • run test-geneus.test within geneus package (#60)
    • run rostest geneus test-geneus.test
    • move test/{test-geneus.test,test-geneus.l,test_geneus_send_msgs.py} from roseus package
  • add melodic test (#58)
    • install tzdata with non-interactive mode
    • add melodic
  • when array_len is nil, do not run dotimes..., see https://github.com/jsk-ros-pkg/jsk_roseus/issues/544 (#55)
  • add test kinetic on travis(#54)
    • pr2_controllers_msgs is not released on kinetic and that's ok for geneus test
  • need to use system python, with travis-python, we can not find python modeule install by ap (#53) https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/117
  • Contributors: Kei Okada, Markus Grimm, Shane Loretz, Taichi Higashide

2.2.6 (2017-05-22)

  • [geneus_main.py] suppress warning (#52)
    • [geneus_main.py] do not write timestamp that makes different md5
    • [geneus_main.py] write depends by alphabetical order in manifest.l
  • [.travis.yml] : add jade test (#49)
    • .travis.yml: add BUILDER=catkin_make_isolated
    • .travis.yml: add indigo/jade and catkin_make/catkin test
  • [geneus_main.py]: add comment : 152683d depends on comment line (#44)
  • Contributors: Yuki Furuta, Kei Okada

2.2.5 (2015-11-21)

  • add status badge to the README.md (#41 )
  • .travis.yml: use before_script and script
  • .travis.yml: rosdep install with -q (quiet)
  • Use package.xml in workspace, not deb installed one (#42 )
    • do not overwrite pkg_map
    • add test code to check #42 isseus
    • geneus_main.py: fix THIS FILE IS AUTOMAATICALLY GENERATED...

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Launch files

No launch files found

Messages

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geneus at Robotics Stack Exchange

No version for distro ardent showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

geneus package from geneus repo

geneus

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/geneus.git
VCS Type git
VCS Version master
Last Updated 2020-01-27
Dev Status MAINTAINED
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

EusLisp ROS message and service generators.

Additional Links

No additional links.

Maintainers

  • Kei Okada

Authors

  • Kei Okada
CHANGELOG

Changelog for package geneus

3.0.0 (2020-01-27)

  • CAUTION This version will not work on 14.04, If you want to run on 14.04 due to bump CMake version to avoid CMP0048 warning Use [cmake_minimum_required(VERSION 2.8.3)]{.title-ref} for CMakeLists.txt
  • [generate.py] add feature to write const to string (#13)
  • update geneus for 20.04 / Noetic (#69)
    • from __future_ import print_function is required for python2
    • Python 3 suppoort. Generated using 2to3
    • Use setuptools instead of distutils
    • Make setup.py not executable
    • Drop trusty/indigo from CI
    • Bump CMake version to avoid CMP0048 warning
    • add test to run ubuntu/focal and debian/stable
    • run rosdep update with --incldue-eol-distros for indigo
  • fix bug of write_constants (#62)
    • add test to check #59
  • fix wrongly commited in #61 (#63)
  • add test to check #56 case (#61)
    • generate.py change generator for field_type == bool
    • remove unnecessary (ros::load-ros-manifeset 'euslisp') [ WARN] [1547033310.743978735]: Calling (load-ros-manifest euslisp) for the package without msg/srv will be deprecated [ WARN] [1547033310.744036587]: ACTION REQUIRED [ WARN] [1547033310.744049863]: Use (load-ros-{package,msg,srv} pkg) for the dependent packages with msg/srv [ WARN] [1547033310.744059431]: See https://github.com/jsk-ros-pkg/jsk_robot/issues/823
    • add test to check #56 case
    • add test/test-geneus.test from roseus package
  • run test-geneus.test within geneus package (#60)
    • run rostest geneus test-geneus.test
    • move test/{test-geneus.test,test-geneus.l,test_geneus_send_msgs.py} from roseus package
  • add melodic test (#58)
    • install tzdata with non-interactive mode
    • add melodic
  • when array_len is nil, do not run dotimes..., see https://github.com/jsk-ros-pkg/jsk_roseus/issues/544 (#55)
  • add test kinetic on travis(#54)
    • pr2_controllers_msgs is not released on kinetic and that's ok for geneus test
  • need to use system python, with travis-python, we can not find python modeule install by ap (#53) https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/117
  • Contributors: Kei Okada, Markus Grimm, Shane Loretz, Taichi Higashide

2.2.6 (2017-05-22)

  • [geneus_main.py] suppress warning (#52)
    • [geneus_main.py] do not write timestamp that makes different md5
    • [geneus_main.py] write depends by alphabetical order in manifest.l
  • [.travis.yml] : add jade test (#49)
    • .travis.yml: add BUILDER=catkin_make_isolated
    • .travis.yml: add indigo/jade and catkin_make/catkin test
  • [geneus_main.py]: add comment : 152683d depends on comment line (#44)
  • Contributors: Yuki Furuta, Kei Okada

2.2.5 (2015-11-21)

  • add status badge to the README.md (#41 )
  • .travis.yml: use before_script and script
  • .travis.yml: rosdep install with -q (quiet)
  • Use package.xml in workspace, not deb installed one (#42 )
    • do not overwrite pkg_map
    • add test code to check #42 isseus
    • geneus_main.py: fix THIS FILE IS AUTOMAATICALLY GENERATED...

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Launch files

No launch files found

Messages

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geneus at Robotics Stack Exchange

No version for distro bouncy showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

geneus package from geneus repo

geneus

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/geneus.git
VCS Type git
VCS Version master
Last Updated 2020-01-27
Dev Status MAINTAINED
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

EusLisp ROS message and service generators.

Additional Links

No additional links.

Maintainers

  • Kei Okada

Authors

  • Kei Okada
CHANGELOG

Changelog for package geneus

3.0.0 (2020-01-27)

  • CAUTION This version will not work on 14.04, If you want to run on 14.04 due to bump CMake version to avoid CMP0048 warning Use [cmake_minimum_required(VERSION 2.8.3)]{.title-ref} for CMakeLists.txt
  • [generate.py] add feature to write const to string (#13)
  • update geneus for 20.04 / Noetic (#69)
    • from __future_ import print_function is required for python2
    • Python 3 suppoort. Generated using 2to3
    • Use setuptools instead of distutils
    • Make setup.py not executable
    • Drop trusty/indigo from CI
    • Bump CMake version to avoid CMP0048 warning
    • add test to run ubuntu/focal and debian/stable
    • run rosdep update with --incldue-eol-distros for indigo
  • fix bug of write_constants (#62)
    • add test to check #59
  • fix wrongly commited in #61 (#63)
  • add test to check #56 case (#61)
    • generate.py change generator for field_type == bool
    • remove unnecessary (ros::load-ros-manifeset 'euslisp') [ WARN] [1547033310.743978735]: Calling (load-ros-manifest euslisp) for the package without msg/srv will be deprecated [ WARN] [1547033310.744036587]: ACTION REQUIRED [ WARN] [1547033310.744049863]: Use (load-ros-{package,msg,srv} pkg) for the dependent packages with msg/srv [ WARN] [1547033310.744059431]: See https://github.com/jsk-ros-pkg/jsk_robot/issues/823
    • add test to check #56 case
    • add test/test-geneus.test from roseus package
  • run test-geneus.test within geneus package (#60)
    • run rostest geneus test-geneus.test
    • move test/{test-geneus.test,test-geneus.l,test_geneus_send_msgs.py} from roseus package
  • add melodic test (#58)
    • install tzdata with non-interactive mode
    • add melodic
  • when array_len is nil, do not run dotimes..., see https://github.com/jsk-ros-pkg/jsk_roseus/issues/544 (#55)
  • add test kinetic on travis(#54)
    • pr2_controllers_msgs is not released on kinetic and that's ok for geneus test
  • need to use system python, with travis-python, we can not find python modeule install by ap (#53) https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/117
  • Contributors: Kei Okada, Markus Grimm, Shane Loretz, Taichi Higashide

2.2.6 (2017-05-22)

  • [geneus_main.py] suppress warning (#52)
    • [geneus_main.py] do not write timestamp that makes different md5
    • [geneus_main.py] write depends by alphabetical order in manifest.l
  • [.travis.yml] : add jade test (#49)
    • .travis.yml: add BUILDER=catkin_make_isolated
    • .travis.yml: add indigo/jade and catkin_make/catkin test
  • [geneus_main.py]: add comment : 152683d depends on comment line (#44)
  • Contributors: Yuki Furuta, Kei Okada

2.2.5 (2015-11-21)

  • add status badge to the README.md (#41 )
  • .travis.yml: use before_script and script
  • .travis.yml: rosdep install with -q (quiet)
  • Use package.xml in workspace, not deb installed one (#42 )
    • do not overwrite pkg_map
    • add test code to check #42 isseus
    • geneus_main.py: fix THIS FILE IS AUTOMAATICALLY GENERATED...

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Launch files

No launch files found

Messages

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geneus at Robotics Stack Exchange

No version for distro crystal showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

geneus package from geneus repo

geneus

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/geneus.git
VCS Type git
VCS Version master
Last Updated 2020-01-27
Dev Status MAINTAINED
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

EusLisp ROS message and service generators.

Additional Links

No additional links.

Maintainers

  • Kei Okada

Authors

  • Kei Okada
CHANGELOG

Changelog for package geneus

3.0.0 (2020-01-27)

  • CAUTION This version will not work on 14.04, If you want to run on 14.04 due to bump CMake version to avoid CMP0048 warning Use [cmake_minimum_required(VERSION 2.8.3)]{.title-ref} for CMakeLists.txt
  • [generate.py] add feature to write const to string (#13)
  • update geneus for 20.04 / Noetic (#69)
    • from __future_ import print_function is required for python2
    • Python 3 suppoort. Generated using 2to3
    • Use setuptools instead of distutils
    • Make setup.py not executable
    • Drop trusty/indigo from CI
    • Bump CMake version to avoid CMP0048 warning
    • add test to run ubuntu/focal and debian/stable
    • run rosdep update with --incldue-eol-distros for indigo
  • fix bug of write_constants (#62)
    • add test to check #59
  • fix wrongly commited in #61 (#63)
  • add test to check #56 case (#61)
    • generate.py change generator for field_type == bool
    • remove unnecessary (ros::load-ros-manifeset 'euslisp') [ WARN] [1547033310.743978735]: Calling (load-ros-manifest euslisp) for the package without msg/srv will be deprecated [ WARN] [1547033310.744036587]: ACTION REQUIRED [ WARN] [1547033310.744049863]: Use (load-ros-{package,msg,srv} pkg) for the dependent packages with msg/srv [ WARN] [1547033310.744059431]: See https://github.com/jsk-ros-pkg/jsk_robot/issues/823
    • add test to check #56 case
    • add test/test-geneus.test from roseus package
  • run test-geneus.test within geneus package (#60)
    • run rostest geneus test-geneus.test
    • move test/{test-geneus.test,test-geneus.l,test_geneus_send_msgs.py} from roseus package
  • add melodic test (#58)
    • install tzdata with non-interactive mode
    • add melodic
  • when array_len is nil, do not run dotimes..., see https://github.com/jsk-ros-pkg/jsk_roseus/issues/544 (#55)
  • add test kinetic on travis(#54)
    • pr2_controllers_msgs is not released on kinetic and that's ok for geneus test
  • need to use system python, with travis-python, we can not find python modeule install by ap (#53) https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/117
  • Contributors: Kei Okada, Markus Grimm, Shane Loretz, Taichi Higashide

2.2.6 (2017-05-22)

  • [geneus_main.py] suppress warning (#52)
    • [geneus_main.py] do not write timestamp that makes different md5
    • [geneus_main.py] write depends by alphabetical order in manifest.l
  • [.travis.yml] : add jade test (#49)
    • .travis.yml: add BUILDER=catkin_make_isolated
    • .travis.yml: add indigo/jade and catkin_make/catkin test
  • [geneus_main.py]: add comment : 152683d depends on comment line (#44)
  • Contributors: Yuki Furuta, Kei Okada

2.2.5 (2015-11-21)

  • add status badge to the README.md (#41 )
  • .travis.yml: use before_script and script
  • .travis.yml: rosdep install with -q (quiet)
  • Use package.xml in workspace, not deb installed one (#42 )
    • do not overwrite pkg_map
    • add test code to check #42 isseus
    • geneus_main.py: fix THIS FILE IS AUTOMAATICALLY GENERATED...

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Launch files

No launch files found

Messages

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geneus at Robotics Stack Exchange

No version for distro eloquent showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

geneus package from geneus repo

geneus

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/geneus.git
VCS Type git
VCS Version master
Last Updated 2020-01-27
Dev Status MAINTAINED
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

EusLisp ROS message and service generators.

Additional Links

No additional links.

Maintainers

  • Kei Okada

Authors

  • Kei Okada
CHANGELOG

Changelog for package geneus

3.0.0 (2020-01-27)

  • CAUTION This version will not work on 14.04, If you want to run on 14.04 due to bump CMake version to avoid CMP0048 warning Use [cmake_minimum_required(VERSION 2.8.3)]{.title-ref} for CMakeLists.txt
  • [generate.py] add feature to write const to string (#13)
  • update geneus for 20.04 / Noetic (#69)
    • from __future_ import print_function is required for python2
    • Python 3 suppoort. Generated using 2to3
    • Use setuptools instead of distutils
    • Make setup.py not executable
    • Drop trusty/indigo from CI
    • Bump CMake version to avoid CMP0048 warning
    • add test to run ubuntu/focal and debian/stable
    • run rosdep update with --incldue-eol-distros for indigo
  • fix bug of write_constants (#62)
    • add test to check #59
  • fix wrongly commited in #61 (#63)
  • add test to check #56 case (#61)
    • generate.py change generator for field_type == bool
    • remove unnecessary (ros::load-ros-manifeset 'euslisp') [ WARN] [1547033310.743978735]: Calling (load-ros-manifest euslisp) for the package without msg/srv will be deprecated [ WARN] [1547033310.744036587]: ACTION REQUIRED [ WARN] [1547033310.744049863]: Use (load-ros-{package,msg,srv} pkg) for the dependent packages with msg/srv [ WARN] [1547033310.744059431]: See https://github.com/jsk-ros-pkg/jsk_robot/issues/823
    • add test to check #56 case
    • add test/test-geneus.test from roseus package
  • run test-geneus.test within geneus package (#60)
    • run rostest geneus test-geneus.test
    • move test/{test-geneus.test,test-geneus.l,test_geneus_send_msgs.py} from roseus package
  • add melodic test (#58)
    • install tzdata with non-interactive mode
    • add melodic
  • when array_len is nil, do not run dotimes..., see https://github.com/jsk-ros-pkg/jsk_roseus/issues/544 (#55)
  • add test kinetic on travis(#54)
    • pr2_controllers_msgs is not released on kinetic and that's ok for geneus test
  • need to use system python, with travis-python, we can not find python modeule install by ap (#53) https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/117
  • Contributors: Kei Okada, Markus Grimm, Shane Loretz, Taichi Higashide

2.2.6 (2017-05-22)

  • [geneus_main.py] suppress warning (#52)
    • [geneus_main.py] do not write timestamp that makes different md5
    • [geneus_main.py] write depends by alphabetical order in manifest.l
  • [.travis.yml] : add jade test (#49)
    • .travis.yml: add BUILDER=catkin_make_isolated
    • .travis.yml: add indigo/jade and catkin_make/catkin test
  • [geneus_main.py]: add comment : 152683d depends on comment line (#44)
  • Contributors: Yuki Furuta, Kei Okada

2.2.5 (2015-11-21)

  • add status badge to the README.md (#41 )
  • .travis.yml: use before_script and script
  • .travis.yml: rosdep install with -q (quiet)
  • Use package.xml in workspace, not deb installed one (#42 )
    • do not overwrite pkg_map
    • add test code to check #42 isseus
    • geneus_main.py: fix THIS FILE IS AUTOMAATICALLY GENERATED...

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Launch files

No launch files found

Messages

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geneus at Robotics Stack Exchange

No version for distro dashing showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

geneus package from geneus repo

geneus

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/geneus.git
VCS Type git
VCS Version master
Last Updated 2020-01-27
Dev Status MAINTAINED
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

EusLisp ROS message and service generators.

Additional Links

No additional links.

Maintainers

  • Kei Okada

Authors

  • Kei Okada
CHANGELOG

Changelog for package geneus

3.0.0 (2020-01-27)

  • CAUTION This version will not work on 14.04, If you want to run on 14.04 due to bump CMake version to avoid CMP0048 warning Use [cmake_minimum_required(VERSION 2.8.3)]{.title-ref} for CMakeLists.txt
  • [generate.py] add feature to write const to string (#13)
  • update geneus for 20.04 / Noetic (#69)
    • from __future_ import print_function is required for python2
    • Python 3 suppoort. Generated using 2to3
    • Use setuptools instead of distutils
    • Make setup.py not executable
    • Drop trusty/indigo from CI
    • Bump CMake version to avoid CMP0048 warning
    • add test to run ubuntu/focal and debian/stable
    • run rosdep update with --incldue-eol-distros for indigo
  • fix bug of write_constants (#62)
    • add test to check #59
  • fix wrongly commited in #61 (#63)
  • add test to check #56 case (#61)
    • generate.py change generator for field_type == bool
    • remove unnecessary (ros::load-ros-manifeset 'euslisp') [ WARN] [1547033310.743978735]: Calling (load-ros-manifest euslisp) for the package without msg/srv will be deprecated [ WARN] [1547033310.744036587]: ACTION REQUIRED [ WARN] [1547033310.744049863]: Use (load-ros-{package,msg,srv} pkg) for the dependent packages with msg/srv [ WARN] [1547033310.744059431]: See https://github.com/jsk-ros-pkg/jsk_robot/issues/823
    • add test to check #56 case
    • add test/test-geneus.test from roseus package
  • run test-geneus.test within geneus package (#60)
    • run rostest geneus test-geneus.test
    • move test/{test-geneus.test,test-geneus.l,test_geneus_send_msgs.py} from roseus package
  • add melodic test (#58)
    • install tzdata with non-interactive mode
    • add melodic
  • when array_len is nil, do not run dotimes..., see https://github.com/jsk-ros-pkg/jsk_roseus/issues/544 (#55)
  • add test kinetic on travis(#54)
    • pr2_controllers_msgs is not released on kinetic and that's ok for geneus test
  • need to use system python, with travis-python, we can not find python modeule install by ap (#53) https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/117
  • Contributors: Kei Okada, Markus Grimm, Shane Loretz, Taichi Higashide

2.2.6 (2017-05-22)

  • [geneus_main.py] suppress warning (#52)
    • [geneus_main.py] do not write timestamp that makes different md5
    • [geneus_main.py] write depends by alphabetical order in manifest.l
  • [.travis.yml] : add jade test (#49)
    • .travis.yml: add BUILDER=catkin_make_isolated
    • .travis.yml: add indigo/jade and catkin_make/catkin test
  • [geneus_main.py]: add comment : 152683d depends on comment line (#44)
  • Contributors: Yuki Furuta, Kei Okada

2.2.5 (2015-11-21)

  • add status badge to the README.md (#41 )
  • .travis.yml: use before_script and script
  • .travis.yml: rosdep install with -q (quiet)
  • Use package.xml in workspace, not deb installed one (#42 )
    • do not overwrite pkg_map
    • add test code to check #42 isseus
    • geneus_main.py: fix THIS FILE IS AUTOMAATICALLY GENERATED...

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Launch files

No launch files found

Messages

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geneus at Robotics Stack Exchange

No version for distro galactic showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

geneus package from geneus repo

geneus

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/geneus.git
VCS Type git
VCS Version master
Last Updated 2020-01-27
Dev Status MAINTAINED
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

EusLisp ROS message and service generators.

Additional Links

No additional links.

Maintainers

  • Kei Okada

Authors

  • Kei Okada
CHANGELOG

Changelog for package geneus

3.0.0 (2020-01-27)

  • CAUTION This version will not work on 14.04, If you want to run on 14.04 due to bump CMake version to avoid CMP0048 warning Use [cmake_minimum_required(VERSION 2.8.3)]{.title-ref} for CMakeLists.txt
  • [generate.py] add feature to write const to string (#13)
  • update geneus for 20.04 / Noetic (#69)
    • from __future_ import print_function is required for python2
    • Python 3 suppoort. Generated using 2to3
    • Use setuptools instead of distutils
    • Make setup.py not executable
    • Drop trusty/indigo from CI
    • Bump CMake version to avoid CMP0048 warning
    • add test to run ubuntu/focal and debian/stable
    • run rosdep update with --incldue-eol-distros for indigo
  • fix bug of write_constants (#62)
    • add test to check #59
  • fix wrongly commited in #61 (#63)
  • add test to check #56 case (#61)
    • generate.py change generator for field_type == bool
    • remove unnecessary (ros::load-ros-manifeset 'euslisp') [ WARN] [1547033310.743978735]: Calling (load-ros-manifest euslisp) for the package without msg/srv will be deprecated [ WARN] [1547033310.744036587]: ACTION REQUIRED [ WARN] [1547033310.744049863]: Use (load-ros-{package,msg,srv} pkg) for the dependent packages with msg/srv [ WARN] [1547033310.744059431]: See https://github.com/jsk-ros-pkg/jsk_robot/issues/823
    • add test to check #56 case
    • add test/test-geneus.test from roseus package
  • run test-geneus.test within geneus package (#60)
    • run rostest geneus test-geneus.test
    • move test/{test-geneus.test,test-geneus.l,test_geneus_send_msgs.py} from roseus package
  • add melodic test (#58)
    • install tzdata with non-interactive mode
    • add melodic
  • when array_len is nil, do not run dotimes..., see https://github.com/jsk-ros-pkg/jsk_roseus/issues/544 (#55)
  • add test kinetic on travis(#54)
    • pr2_controllers_msgs is not released on kinetic and that's ok for geneus test
  • need to use system python, with travis-python, we can not find python modeule install by ap (#53) https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/117
  • Contributors: Kei Okada, Markus Grimm, Shane Loretz, Taichi Higashide

2.2.6 (2017-05-22)

  • [geneus_main.py] suppress warning (#52)
    • [geneus_main.py] do not write timestamp that makes different md5
    • [geneus_main.py] write depends by alphabetical order in manifest.l
  • [.travis.yml] : add jade test (#49)
    • .travis.yml: add BUILDER=catkin_make_isolated
    • .travis.yml: add indigo/jade and catkin_make/catkin test
  • [geneus_main.py]: add comment : 152683d depends on comment line (#44)
  • Contributors: Yuki Furuta, Kei Okada

2.2.5 (2015-11-21)

  • add status badge to the README.md (#41 )
  • .travis.yml: use before_script and script
  • .travis.yml: rosdep install with -q (quiet)
  • Use package.xml in workspace, not deb installed one (#42 )
    • do not overwrite pkg_map
    • add test code to check #42 isseus
    • geneus_main.py: fix THIS FILE IS AUTOMAATICALLY GENERATED...

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Launch files

No launch files found

Messages

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geneus at Robotics Stack Exchange

No version for distro foxy showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

geneus package from geneus repo

geneus

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/geneus.git
VCS Type git
VCS Version master
Last Updated 2020-01-27
Dev Status MAINTAINED
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

EusLisp ROS message and service generators.

Additional Links

No additional links.

Maintainers

  • Kei Okada

Authors

  • Kei Okada
CHANGELOG

Changelog for package geneus

3.0.0 (2020-01-27)

  • CAUTION This version will not work on 14.04, If you want to run on 14.04 due to bump CMake version to avoid CMP0048 warning Use [cmake_minimum_required(VERSION 2.8.3)]{.title-ref} for CMakeLists.txt
  • [generate.py] add feature to write const to string (#13)
  • update geneus for 20.04 / Noetic (#69)
    • from __future_ import print_function is required for python2
    • Python 3 suppoort. Generated using 2to3
    • Use setuptools instead of distutils
    • Make setup.py not executable
    • Drop trusty/indigo from CI
    • Bump CMake version to avoid CMP0048 warning
    • add test to run ubuntu/focal and debian/stable
    • run rosdep update with --incldue-eol-distros for indigo
  • fix bug of write_constants (#62)
    • add test to check #59
  • fix wrongly commited in #61 (#63)
  • add test to check #56 case (#61)
    • generate.py change generator for field_type == bool
    • remove unnecessary (ros::load-ros-manifeset 'euslisp') [ WARN] [1547033310.743978735]: Calling (load-ros-manifest euslisp) for the package without msg/srv will be deprecated [ WARN] [1547033310.744036587]: ACTION REQUIRED [ WARN] [1547033310.744049863]: Use (load-ros-{package,msg,srv} pkg) for the dependent packages with msg/srv [ WARN] [1547033310.744059431]: See https://github.com/jsk-ros-pkg/jsk_robot/issues/823
    • add test to check #56 case
    • add test/test-geneus.test from roseus package
  • run test-geneus.test within geneus package (#60)
    • run rostest geneus test-geneus.test
    • move test/{test-geneus.test,test-geneus.l,test_geneus_send_msgs.py} from roseus package
  • add melodic test (#58)
    • install tzdata with non-interactive mode
    • add melodic
  • when array_len is nil, do not run dotimes..., see https://github.com/jsk-ros-pkg/jsk_roseus/issues/544 (#55)
  • add test kinetic on travis(#54)
    • pr2_controllers_msgs is not released on kinetic and that's ok for geneus test
  • need to use system python, with travis-python, we can not find python modeule install by ap (#53) https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/117
  • Contributors: Kei Okada, Markus Grimm, Shane Loretz, Taichi Higashide

2.2.6 (2017-05-22)

  • [geneus_main.py] suppress warning (#52)
    • [geneus_main.py] do not write timestamp that makes different md5
    • [geneus_main.py] write depends by alphabetical order in manifest.l
  • [.travis.yml] : add jade test (#49)
    • .travis.yml: add BUILDER=catkin_make_isolated
    • .travis.yml: add indigo/jade and catkin_make/catkin test
  • [geneus_main.py]: add comment : 152683d depends on comment line (#44)
  • Contributors: Yuki Furuta, Kei Okada

2.2.5 (2015-11-21)

  • add status badge to the README.md (#41 )
  • .travis.yml: use before_script and script
  • .travis.yml: rosdep install with -q (quiet)
  • Use package.xml in workspace, not deb installed one (#42 )
    • do not overwrite pkg_map
    • add test code to check #42 isseus
    • geneus_main.py: fix THIS FILE IS AUTOMAATICALLY GENERATED...

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Launch files

No launch files found

Messages

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geneus at Robotics Stack Exchange

No version for distro iron showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

geneus package from geneus repo

geneus

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/geneus.git
VCS Type git
VCS Version master
Last Updated 2020-01-27
Dev Status MAINTAINED
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

EusLisp ROS message and service generators.

Additional Links

No additional links.

Maintainers

  • Kei Okada

Authors

  • Kei Okada
CHANGELOG

Changelog for package geneus

3.0.0 (2020-01-27)

  • CAUTION This version will not work on 14.04, If you want to run on 14.04 due to bump CMake version to avoid CMP0048 warning Use [cmake_minimum_required(VERSION 2.8.3)]{.title-ref} for CMakeLists.txt
  • [generate.py] add feature to write const to string (#13)
  • update geneus for 20.04 / Noetic (#69)
    • from __future_ import print_function is required for python2
    • Python 3 suppoort. Generated using 2to3
    • Use setuptools instead of distutils
    • Make setup.py not executable
    • Drop trusty/indigo from CI
    • Bump CMake version to avoid CMP0048 warning
    • add test to run ubuntu/focal and debian/stable
    • run rosdep update with --incldue-eol-distros for indigo
  • fix bug of write_constants (#62)
    • add test to check #59
  • fix wrongly commited in #61 (#63)
  • add test to check #56 case (#61)
    • generate.py change generator for field_type == bool
    • remove unnecessary (ros::load-ros-manifeset 'euslisp') [ WARN] [1547033310.743978735]: Calling (load-ros-manifest euslisp) for the package without msg/srv will be deprecated [ WARN] [1547033310.744036587]: ACTION REQUIRED [ WARN] [1547033310.744049863]: Use (load-ros-{package,msg,srv} pkg) for the dependent packages with msg/srv [ WARN] [1547033310.744059431]: See https://github.com/jsk-ros-pkg/jsk_robot/issues/823
    • add test to check #56 case
    • add test/test-geneus.test from roseus package
  • run test-geneus.test within geneus package (#60)
    • run rostest geneus test-geneus.test
    • move test/{test-geneus.test,test-geneus.l,test_geneus_send_msgs.py} from roseus package
  • add melodic test (#58)
    • install tzdata with non-interactive mode
    • add melodic
  • when array_len is nil, do not run dotimes..., see https://github.com/jsk-ros-pkg/jsk_roseus/issues/544 (#55)
  • add test kinetic on travis(#54)
    • pr2_controllers_msgs is not released on kinetic and that's ok for geneus test
  • need to use system python, with travis-python, we can not find python modeule install by ap (#53) https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/117
  • Contributors: Kei Okada, Markus Grimm, Shane Loretz, Taichi Higashide

2.2.6 (2017-05-22)

  • [geneus_main.py] suppress warning (#52)
    • [geneus_main.py] do not write timestamp that makes different md5
    • [geneus_main.py] write depends by alphabetical order in manifest.l
  • [.travis.yml] : add jade test (#49)
    • .travis.yml: add BUILDER=catkin_make_isolated
    • .travis.yml: add indigo/jade and catkin_make/catkin test
  • [geneus_main.py]: add comment : 152683d depends on comment line (#44)
  • Contributors: Yuki Furuta, Kei Okada

2.2.5 (2015-11-21)

  • add status badge to the README.md (#41 )
  • .travis.yml: use before_script and script
  • .travis.yml: rosdep install with -q (quiet)
  • Use package.xml in workspace, not deb installed one (#42 )
    • do not overwrite pkg_map
    • add test code to check #42 isseus
    • geneus_main.py: fix THIS FILE IS AUTOMAATICALLY GENERATED...

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Launch files

No launch files found

Messages

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geneus at Robotics Stack Exchange

Package symbol

geneus package from geneus repo

geneus

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/geneus.git
VCS Type git
VCS Version master
Last Updated 2020-01-27
Dev Status MAINTAINED
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

EusLisp ROS message and service generators.

Additional Links

No additional links.

Maintainers

  • Kei Okada

Authors

  • Kei Okada
CHANGELOG

Changelog for package geneus

3.0.0 (2020-01-27)

  • CAUTION This version will not work on 14.04, If you want to run on 14.04 due to bump CMake version to avoid CMP0048 warning Use [cmake_minimum_required(VERSION 2.8.3)]{.title-ref} for CMakeLists.txt
  • [generate.py] add feature to write const to string (#13)
  • update geneus for 20.04 / Noetic (#69)
    • from __future_ import print_function is required for python2
    • Python 3 suppoort. Generated using 2to3
    • Use setuptools instead of distutils
    • Make setup.py not executable
    • Drop trusty/indigo from CI
    • Bump CMake version to avoid CMP0048 warning
    • add test to run ubuntu/focal and debian/stable
    • run rosdep update with --incldue-eol-distros for indigo
  • fix bug of write_constants (#62)
    • add test to check #59
  • fix wrongly commited in #61 (#63)
  • add test to check #56 case (#61)
    • generate.py change generator for field_type == bool
    • remove unnecessary (ros::load-ros-manifeset 'euslisp') [ WARN] [1547033310.743978735]: Calling (load-ros-manifest euslisp) for the package without msg/srv will be deprecated [ WARN] [1547033310.744036587]: ACTION REQUIRED [ WARN] [1547033310.744049863]: Use (load-ros-{package,msg,srv} pkg) for the dependent packages with msg/srv [ WARN] [1547033310.744059431]: See https://github.com/jsk-ros-pkg/jsk_robot/issues/823
    • add test to check #56 case
    • add test/test-geneus.test from roseus package
  • run test-geneus.test within geneus package (#60)
    • run rostest geneus test-geneus.test
    • move test/{test-geneus.test,test-geneus.l,test_geneus_send_msgs.py} from roseus package
  • add melodic test (#58)
    • install tzdata with non-interactive mode
    • add melodic
  • when array_len is nil, do not run dotimes..., see https://github.com/jsk-ros-pkg/jsk_roseus/issues/544 (#55)
  • add test kinetic on travis(#54)
    • pr2_controllers_msgs is not released on kinetic and that's ok for geneus test
  • need to use system python, with travis-python, we can not find python modeule install by ap (#53) https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/117
  • Contributors: Kei Okada, Markus Grimm, Shane Loretz, Taichi Higashide

2.2.6 (2017-05-22)

  • [geneus_main.py] suppress warning (#52)
    • [geneus_main.py] do not write timestamp that makes different md5
    • [geneus_main.py] write depends by alphabetical order in manifest.l
  • [.travis.yml] : add jade test (#49)
    • .travis.yml: add BUILDER=catkin_make_isolated
    • .travis.yml: add indigo/jade and catkin_make/catkin test
  • [geneus_main.py]: add comment : 152683d depends on comment line (#44)
  • Contributors: Yuki Furuta, Kei Okada

2.2.5 (2015-11-21)

  • add status badge to the README.md (#41 )
  • .travis.yml: use before_script and script
  • .travis.yml: rosdep install with -q (quiet)
  • Use package.xml in workspace, not deb installed one (#42 )
    • do not overwrite pkg_map
    • add test code to check #42 isseus
    • geneus_main.py: fix THIS FILE IS AUTOMAATICALLY GENERATED...

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Launch files

No launch files found

Messages

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geneus at Robotics Stack Exchange

Package symbol

geneus package from geneus repo

geneus

ROS Distro
jade

Package Summary

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

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/geneus.git
VCS Type git
VCS Version master
Last Updated 2020-01-27
Dev Status MAINTAINED
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

EusLisp ROS message and service generators.

Additional Links

No additional links.

Maintainers

  • Kei Okada

Authors

  • Kei Okada
CHANGELOG

Changelog for package geneus

3.0.0 (2020-01-27)

  • CAUTION This version will not work on 14.04, If you want to run on 14.04 due to bump CMake version to avoid CMP0048 warning Use [cmake_minimum_required(VERSION 2.8.3)]{.title-ref} for CMakeLists.txt
  • [generate.py] add feature to write const to string (#13)
  • update geneus for 20.04 / Noetic (#69)
    • from __future_ import print_function is required for python2
    • Python 3 suppoort. Generated using 2to3
    • Use setuptools instead of distutils
    • Make setup.py not executable
    • Drop trusty/indigo from CI
    • Bump CMake version to avoid CMP0048 warning
    • add test to run ubuntu/focal and debian/stable
    • run rosdep update with --incldue-eol-distros for indigo
  • fix bug of write_constants (#62)
    • add test to check #59
  • fix wrongly commited in #61 (#63)
  • add test to check #56 case (#61)
    • generate.py change generator for field_type == bool
    • remove unnecessary (ros::load-ros-manifeset 'euslisp') [ WARN] [1547033310.743978735]: Calling (load-ros-manifest euslisp) for the package without msg/srv will be deprecated [ WARN] [1547033310.744036587]: ACTION REQUIRED [ WARN] [1547033310.744049863]: Use (load-ros-{package,msg,srv} pkg) for the dependent packages with msg/srv [ WARN] [1547033310.744059431]: See https://github.com/jsk-ros-pkg/jsk_robot/issues/823
    • add test to check #56 case
    • add test/test-geneus.test from roseus package
  • run test-geneus.test within geneus package (#60)
    • run rostest geneus test-geneus.test
    • move test/{test-geneus.test,test-geneus.l,test_geneus_send_msgs.py} from roseus package
  • add melodic test (#58)
    • install tzdata with non-interactive mode
    • add melodic
  • when array_len is nil, do not run dotimes..., see https://github.com/jsk-ros-pkg/jsk_roseus/issues/544 (#55)
  • add test kinetic on travis(#54)
    • pr2_controllers_msgs is not released on kinetic and that's ok for geneus test
  • need to use system python, with travis-python, we can not find python modeule install by ap (#53) https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/117
  • Contributors: Kei Okada, Markus Grimm, Shane Loretz, Taichi Higashide

2.2.6 (2017-05-22)

  • [geneus_main.py] suppress warning (#52)
    • [geneus_main.py] do not write timestamp that makes different md5
    • [geneus_main.py] write depends by alphabetical order in manifest.l
  • [.travis.yml] : add jade test (#49)
    • .travis.yml: add BUILDER=catkin_make_isolated
    • .travis.yml: add indigo/jade and catkin_make/catkin test
  • [geneus_main.py]: add comment : 152683d depends on comment line (#44)
  • Contributors: Yuki Furuta, Kei Okada

2.2.5 (2015-11-21)

  • add status badge to the README.md (#41 )
  • .travis.yml: use before_script and script
  • .travis.yml: rosdep install with -q (quiet)
  • Use package.xml in workspace, not deb installed one (#42 )
    • do not overwrite pkg_map
    • add test code to check #42 isseus
    • geneus_main.py: fix THIS FILE IS AUTOMAATICALLY GENERATED...

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Launch files

No launch files found

Messages

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geneus at Robotics Stack Exchange

Package symbol

geneus package from geneus repo

geneus

ROS Distro
indigo

Package Summary

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

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/geneus.git
VCS Type git
VCS Version master
Last Updated 2020-01-27
Dev Status MAINTAINED
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

EusLisp ROS message and service generators.

Additional Links

No additional links.

Maintainers

  • Kei Okada

Authors

  • Kei Okada
CHANGELOG

Changelog for package geneus

3.0.0 (2020-01-27)

  • CAUTION This version will not work on 14.04, If you want to run on 14.04 due to bump CMake version to avoid CMP0048 warning Use [cmake_minimum_required(VERSION 2.8.3)]{.title-ref} for CMakeLists.txt
  • [generate.py] add feature to write const to string (#13)
  • update geneus for 20.04 / Noetic (#69)
    • from __future_ import print_function is required for python2
    • Python 3 suppoort. Generated using 2to3
    • Use setuptools instead of distutils
    • Make setup.py not executable
    • Drop trusty/indigo from CI
    • Bump CMake version to avoid CMP0048 warning
    • add test to run ubuntu/focal and debian/stable
    • run rosdep update with --incldue-eol-distros for indigo
  • fix bug of write_constants (#62)
    • add test to check #59
  • fix wrongly commited in #61 (#63)
  • add test to check #56 case (#61)
    • generate.py change generator for field_type == bool
    • remove unnecessary (ros::load-ros-manifeset 'euslisp') [ WARN] [1547033310.743978735]: Calling (load-ros-manifest euslisp) for the package without msg/srv will be deprecated [ WARN] [1547033310.744036587]: ACTION REQUIRED [ WARN] [1547033310.744049863]: Use (load-ros-{package,msg,srv} pkg) for the dependent packages with msg/srv [ WARN] [1547033310.744059431]: See https://github.com/jsk-ros-pkg/jsk_robot/issues/823
    • add test to check #56 case
    • add test/test-geneus.test from roseus package
  • run test-geneus.test within geneus package (#60)
    • run rostest geneus test-geneus.test
    • move test/{test-geneus.test,test-geneus.l,test_geneus_send_msgs.py} from roseus package
  • add melodic test (#58)
    • install tzdata with non-interactive mode
    • add melodic
  • when array_len is nil, do not run dotimes..., see https://github.com/jsk-ros-pkg/jsk_roseus/issues/544 (#55)
  • add test kinetic on travis(#54)
    • pr2_controllers_msgs is not released on kinetic and that's ok for geneus test
  • need to use system python, with travis-python, we can not find python modeule install by ap (#53) https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/117
  • Contributors: Kei Okada, Markus Grimm, Shane Loretz, Taichi Higashide

2.2.6 (2017-05-22)

  • [geneus_main.py] suppress warning (#52)
    • [geneus_main.py] do not write timestamp that makes different md5
    • [geneus_main.py] write depends by alphabetical order in manifest.l
  • [.travis.yml] : add jade test (#49)
    • .travis.yml: add BUILDER=catkin_make_isolated
    • .travis.yml: add indigo/jade and catkin_make/catkin test
  • [geneus_main.py]: add comment : 152683d depends on comment line (#44)
  • Contributors: Yuki Furuta, Kei Okada

2.2.5 (2015-11-21)

  • add status badge to the README.md (#41 )
  • .travis.yml: use before_script and script
  • .travis.yml: rosdep install with -q (quiet)
  • Use package.xml in workspace, not deb installed one (#42 )
    • do not overwrite pkg_map
    • add test code to check #42 isseus
    • geneus_main.py: fix THIS FILE IS AUTOMAATICALLY GENERATED...

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geneus at Robotics Stack Exchange

Package symbol

geneus package from geneus repo

geneus

ROS Distro
hydro

Package Summary

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

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/geneus.git
VCS Type git
VCS Version master
Last Updated 2020-01-27
Dev Status MAINTAINED
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

EusLisp ROS message and service generators.

Additional Links

No additional links.

Maintainers

  • Kei Okada

Authors

  • Kei Okada
CHANGELOG

Changelog for package geneus

3.0.0 (2020-01-27)

  • CAUTION This version will not work on 14.04, If you want to run on 14.04 due to bump CMake version to avoid CMP0048 warning Use [cmake_minimum_required(VERSION 2.8.3)]{.title-ref} for CMakeLists.txt
  • [generate.py] add feature to write const to string (#13)
  • update geneus for 20.04 / Noetic (#69)
    • from __future_ import print_function is required for python2
    • Python 3 suppoort. Generated using 2to3
    • Use setuptools instead of distutils
    • Make setup.py not executable
    • Drop trusty/indigo from CI
    • Bump CMake version to avoid CMP0048 warning
    • add test to run ubuntu/focal and debian/stable
    • run rosdep update with --incldue-eol-distros for indigo
  • fix bug of write_constants (#62)
    • add test to check #59
  • fix wrongly commited in #61 (#63)
  • add test to check #56 case (#61)
    • generate.py change generator for field_type == bool
    • remove unnecessary (ros::load-ros-manifeset 'euslisp') [ WARN] [1547033310.743978735]: Calling (load-ros-manifest euslisp) for the package without msg/srv will be deprecated [ WARN] [1547033310.744036587]: ACTION REQUIRED [ WARN] [1547033310.744049863]: Use (load-ros-{package,msg,srv} pkg) for the dependent packages with msg/srv [ WARN] [1547033310.744059431]: See https://github.com/jsk-ros-pkg/jsk_robot/issues/823
    • add test to check #56 case
    • add test/test-geneus.test from roseus package
  • run test-geneus.test within geneus package (#60)
    • run rostest geneus test-geneus.test
    • move test/{test-geneus.test,test-geneus.l,test_geneus_send_msgs.py} from roseus package
  • add melodic test (#58)
    • install tzdata with non-interactive mode
    • add melodic
  • when array_len is nil, do not run dotimes..., see https://github.com/jsk-ros-pkg/jsk_roseus/issues/544 (#55)
  • add test kinetic on travis(#54)
    • pr2_controllers_msgs is not released on kinetic and that's ok for geneus test
  • need to use system python, with travis-python, we can not find python modeule install by ap (#53) https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/117
  • Contributors: Kei Okada, Markus Grimm, Shane Loretz, Taichi Higashide

2.2.6 (2017-05-22)

  • [geneus_main.py] suppress warning (#52)
    • [geneus_main.py] do not write timestamp that makes different md5
    • [geneus_main.py] write depends by alphabetical order in manifest.l
  • [.travis.yml] : add jade test (#49)
    • .travis.yml: add BUILDER=catkin_make_isolated
    • .travis.yml: add indigo/jade and catkin_make/catkin test
  • [geneus_main.py]: add comment : 152683d depends on comment line (#44)
  • Contributors: Yuki Furuta, Kei Okada

2.2.5 (2015-11-21)

  • add status badge to the README.md (#41 )
  • .travis.yml: use before_script and script
  • .travis.yml: rosdep install with -q (quiet)
  • Use package.xml in workspace, not deb installed one (#42 )
    • do not overwrite pkg_map
    • add test code to check #42 isseus
    • geneus_main.py: fix THIS FILE IS AUTOMAATICALLY GENERATED...

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geneus at Robotics Stack Exchange

Package symbol

geneus package from geneus repo

geneus

ROS Distro
kinetic

Package Summary

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

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/geneus.git
VCS Type git
VCS Version master
Last Updated 2020-01-27
Dev Status MAINTAINED
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

EusLisp ROS message and service generators.

Additional Links

No additional links.

Maintainers

  • Kei Okada

Authors

  • Kei Okada
CHANGELOG

Changelog for package geneus

3.0.0 (2020-01-27)

  • CAUTION This version will not work on 14.04, If you want to run on 14.04 due to bump CMake version to avoid CMP0048 warning Use [cmake_minimum_required(VERSION 2.8.3)]{.title-ref} for CMakeLists.txt
  • [generate.py] add feature to write const to string (#13)
  • update geneus for 20.04 / Noetic (#69)
    • from __future_ import print_function is required for python2
    • Python 3 suppoort. Generated using 2to3
    • Use setuptools instead of distutils
    • Make setup.py not executable
    • Drop trusty/indigo from CI
    • Bump CMake version to avoid CMP0048 warning
    • add test to run ubuntu/focal and debian/stable
    • run rosdep update with --incldue-eol-distros for indigo
  • fix bug of write_constants (#62)
    • add test to check #59
  • fix wrongly commited in #61 (#63)
  • add test to check #56 case (#61)
    • generate.py change generator for field_type == bool
    • remove unnecessary (ros::load-ros-manifeset 'euslisp') [ WARN] [1547033310.743978735]: Calling (load-ros-manifest euslisp) for the package without msg/srv will be deprecated [ WARN] [1547033310.744036587]: ACTION REQUIRED [ WARN] [1547033310.744049863]: Use (load-ros-{package,msg,srv} pkg) for the dependent packages with msg/srv [ WARN] [1547033310.744059431]: See https://github.com/jsk-ros-pkg/jsk_robot/issues/823
    • add test to check #56 case
    • add test/test-geneus.test from roseus package
  • run test-geneus.test within geneus package (#60)
    • run rostest geneus test-geneus.test
    • move test/{test-geneus.test,test-geneus.l,test_geneus_send_msgs.py} from roseus package
  • add melodic test (#58)
    • install tzdata with non-interactive mode
    • add melodic
  • when array_len is nil, do not run dotimes..., see https://github.com/jsk-ros-pkg/jsk_roseus/issues/544 (#55)
  • add test kinetic on travis(#54)
    • pr2_controllers_msgs is not released on kinetic and that's ok for geneus test
  • need to use system python, with travis-python, we can not find python modeule install by ap (#53) https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/117
  • Contributors: Kei Okada, Markus Grimm, Shane Loretz, Taichi Higashide

2.2.6 (2017-05-22)

  • [geneus_main.py] suppress warning (#52)
    • [geneus_main.py] do not write timestamp that makes different md5
    • [geneus_main.py] write depends by alphabetical order in manifest.l
  • [.travis.yml] : add jade test (#49)
    • .travis.yml: add BUILDER=catkin_make_isolated
    • .travis.yml: add indigo/jade and catkin_make/catkin test
  • [geneus_main.py]: add comment : 152683d depends on comment line (#44)
  • Contributors: Yuki Furuta, Kei Okada

2.2.5 (2015-11-21)

  • add status badge to the README.md (#41 )
  • .travis.yml: use before_script and script
  • .travis.yml: rosdep install with -q (quiet)
  • Use package.xml in workspace, not deb installed one (#42 )
    • do not overwrite pkg_map
    • add test code to check #42 isseus
    • geneus_main.py: fix THIS FILE IS AUTOMAATICALLY GENERATED...

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Launch files

No launch files found

Messages

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geneus at Robotics Stack Exchange

Package symbol

geneus package from geneus repo

geneus

ROS Distro
melodic

Package Summary

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

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/geneus.git
VCS Type git
VCS Version master
Last Updated 2020-01-27
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

EusLisp ROS message and service generators.

Additional Links

No additional links.

Maintainers

  • Kei Okada

Authors

  • Kei Okada
CHANGELOG

Changelog for package geneus

3.0.0 (2020-01-27)

  • CAUTION This version will not work on 14.04, If you want to run on 14.04 due to bump CMake version to avoid CMP0048 warning Use [cmake_minimum_required(VERSION 2.8.3)]{.title-ref} for CMakeLists.txt
  • [generate.py] add feature to write const to string (#13)
  • update geneus for 20.04 / Noetic (#69)
    • from __future_ import print_function is required for python2
    • Python 3 suppoort. Generated using 2to3
    • Use setuptools instead of distutils
    • Make setup.py not executable
    • Drop trusty/indigo from CI
    • Bump CMake version to avoid CMP0048 warning
    • add test to run ubuntu/focal and debian/stable
    • run rosdep update with --incldue-eol-distros for indigo
  • fix bug of write_constants (#62)
    • add test to check #59
  • fix wrongly commited in #61 (#63)
  • add test to check #56 case (#61)
    • generate.py change generator for field_type == bool
    • remove unnecessary (ros::load-ros-manifeset 'euslisp') [ WARN] [1547033310.743978735]: Calling (load-ros-manifest euslisp) for the package without msg/srv will be deprecated [ WARN] [1547033310.744036587]: ACTION REQUIRED [ WARN] [1547033310.744049863]: Use (load-ros-{package,msg,srv} pkg) for the dependent packages with msg/srv [ WARN] [1547033310.744059431]: See https://github.com/jsk-ros-pkg/jsk_robot/issues/823
    • add test to check #56 case
    • add test/test-geneus.test from roseus package
  • run test-geneus.test within geneus package (#60)
    • run rostest geneus test-geneus.test
    • move test/{test-geneus.test,test-geneus.l,test_geneus_send_msgs.py} from roseus package
  • add melodic test (#58)
    • install tzdata with non-interactive mode
    • add melodic
  • when array_len is nil, do not run dotimes..., see https://github.com/jsk-ros-pkg/jsk_roseus/issues/544 (#55)
  • add test kinetic on travis(#54)
    • pr2_controllers_msgs is not released on kinetic and that's ok for geneus test
  • need to use system python, with travis-python, we can not find python modeule install by ap (#53) https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/117
  • Contributors: Kei Okada, Markus Grimm, Shane Loretz, Taichi Higashide

2.2.6 (2017-05-22)

  • [geneus_main.py] suppress warning (#52)
    • [geneus_main.py] do not write timestamp that makes different md5
    • [geneus_main.py] write depends by alphabetical order in manifest.l
  • [.travis.yml] : add jade test (#49)
    • .travis.yml: add BUILDER=catkin_make_isolated
    • .travis.yml: add indigo/jade and catkin_make/catkin test
  • [geneus_main.py]: add comment : 152683d depends on comment line (#44)
  • Contributors: Yuki Furuta, Kei Okada

2.2.5 (2015-11-21)

  • add status badge to the README.md (#41 )
  • .travis.yml: use before_script and script
  • .travis.yml: rosdep install with -q (quiet)
  • Use package.xml in workspace, not deb installed one (#42 )
    • do not overwrite pkg_map
    • add test code to check #42 isseus
    • geneus_main.py: fix THIS FILE IS AUTOMAATICALLY GENERATED...

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Launch files

No launch files found

Messages

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geneus at Robotics Stack Exchange

Package symbol

geneus package from geneus repo

geneus

ROS Distro
noetic

Package Summary

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

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/geneus.git
VCS Type git
VCS Version master
Last Updated 2020-01-27
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

EusLisp ROS message and service generators.

Additional Links

No additional links.

Maintainers

  • Kei Okada

Authors

  • Kei Okada
CHANGELOG

Changelog for package geneus

3.0.0 (2020-01-27)

  • CAUTION This version will not work on 14.04, If you want to run on 14.04 due to bump CMake version to avoid CMP0048 warning Use [cmake_minimum_required(VERSION 2.8.3)]{.title-ref} for CMakeLists.txt
  • [generate.py] add feature to write const to string (#13)
  • update geneus for 20.04 / Noetic (#69)
    • from __future_ import print_function is required for python2
    • Python 3 suppoort. Generated using 2to3
    • Use setuptools instead of distutils
    • Make setup.py not executable
    • Drop trusty/indigo from CI
    • Bump CMake version to avoid CMP0048 warning
    • add test to run ubuntu/focal and debian/stable
    • run rosdep update with --incldue-eol-distros for indigo
  • fix bug of write_constants (#62)
    • add test to check #59
  • fix wrongly commited in #61 (#63)
  • add test to check #56 case (#61)
    • generate.py change generator for field_type == bool
    • remove unnecessary (ros::load-ros-manifeset 'euslisp') [ WARN] [1547033310.743978735]: Calling (load-ros-manifest euslisp) for the package without msg/srv will be deprecated [ WARN] [1547033310.744036587]: ACTION REQUIRED [ WARN] [1547033310.744049863]: Use (load-ros-{package,msg,srv} pkg) for the dependent packages with msg/srv [ WARN] [1547033310.744059431]: See https://github.com/jsk-ros-pkg/jsk_robot/issues/823
    • add test to check #56 case
    • add test/test-geneus.test from roseus package
  • run test-geneus.test within geneus package (#60)
    • run rostest geneus test-geneus.test
    • move test/{test-geneus.test,test-geneus.l,test_geneus_send_msgs.py} from roseus package
  • add melodic test (#58)
    • install tzdata with non-interactive mode
    • add melodic
  • when array_len is nil, do not run dotimes..., see https://github.com/jsk-ros-pkg/jsk_roseus/issues/544 (#55)
  • add test kinetic on travis(#54)
    • pr2_controllers_msgs is not released on kinetic and that's ok for geneus test
  • need to use system python, with travis-python, we can not find python modeule install by ap (#53) https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/117
  • Contributors: Kei Okada, Markus Grimm, Shane Loretz, Taichi Higashide

2.2.6 (2017-05-22)

  • [geneus_main.py] suppress warning (#52)
    • [geneus_main.py] do not write timestamp that makes different md5
    • [geneus_main.py] write depends by alphabetical order in manifest.l
  • [.travis.yml] : add jade test (#49)
    • .travis.yml: add BUILDER=catkin_make_isolated
    • .travis.yml: add indigo/jade and catkin_make/catkin test
  • [geneus_main.py]: add comment : 152683d depends on comment line (#44)
  • Contributors: Yuki Furuta, Kei Okada

2.2.5 (2015-11-21)

  • add status badge to the README.md (#41 )
  • .travis.yml: use before_script and script
  • .travis.yml: rosdep install with -q (quiet)
  • Use package.xml in workspace, not deb installed one (#42 )
    • do not overwrite pkg_map
    • add test code to check #42 isseus
    • geneus_main.py: fix THIS FILE IS AUTOMAATICALLY GENERATED...

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Launch files

No launch files found

Messages

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geneus at Robotics Stack Exchange