Changelog for package geneus
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... comment
- use latest released code
- use indiog/14.04 on travis test #40
- add ppa:openrave/release
- default-ri-test.launch ->default-ri-test.test
- install default python, use language:generic
- ros_comm message has been move to ros_comm_msgs
- use indigo/14.04
- Contributors: Kei Okada
2.2.4 (2015-07-08)
- [src/geneus/generate.py] bool array is list, not lisp-array
- [src/geneus/generate.py] use list for time type object
- src/geneus/generate.py fix for variable bool array case, https://github.com/jsk-ros-pkg/jsk_roseus/pull/330
- [package.xml] Now doesn't depend on python-rospkg
- Contributors: Kei Okada, Kentaro Wada
2.2.3 (2015-06-19)
- [src/geneus/geneus_main.py] Call get_pkg_map if pkg_map is None
- Contributors: Kentaro Wada
2.2.2 (2015-06-01)
- [.travis.yml] add pr2eus test
- [src/geneus/generate.py] make intern before shadow, see https://github.com/jsk-ros-pkg/jsk_roseus/issues/313
- [geneus_main.py] has_key -> in
- [geneus_main.py] generate message even if geneus is not found
- Contributors: Kei Okada, Kentaro Wada
2.2.1 (2015-04-24)
- [geneus_main.py] fix when pkg_map does not have geneus
- [geneus_main.py] Fix unexpected function resposes caused by python gabage collection algorightm
- [geneus_main.py] fix typo for warning
- [geneus_main.py] Yellow color for warnings
- Contributors: Kei Okada, Kentaro Wada
2.1.2 (2015-02-25)
- [.travis.yml] remove hot-fix code
- fix not to use get_depends, which cause eerror when the package is not installed
- [package.xml] forget to add python-rospkg
- Contributors: Kei Okada
2.1.1 (2015-02-21)
- [geneus_main.py] use rospack to find build(only package have msg/src) dependency
- [.travis.yml] add test code to check work with roseus
- [src/geneus/geneus_main.py] add comments
- fix ros::load-ros-package order by dependencies
- Contributors: Kei Okada, Yuki Furuta
2.1.0 (2015-02-12)
- fix message generation for uint8(char)/int8(byte) (#4,#6)
- Contributors: Kei Okada
2.0.1 (2015-02-10)
- [scripts/gen_eus.py] set executable
- Contributors: Kei Okada
1.0.0 (2015-01-06)
0.1.0 (2014-10-02)
- rewrite everything only depends on genmsg
- Contributors: Kei Okada