ros-melodic-geneus (2.2.6-0stretch) stretch; urgency=high

  * [geneus_main.py] suppress warning (#52 <https://github.com/jsk-ros-pkg/geneus/issues/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 <https://github.com/jsk-ros-pkg/geneus/issues/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 <https://github.com/jsk-ros-pkg/geneus/issues/44>)
  * Contributors: Yuki Furuta, Kei Okada

 -- Kei Okada <k-okada@jsk.t.u-tokyo.ac.jp>  Sun, 21 May 2017 15:00:00 -0000

ros-melodic-geneus (2.2.5-0stretch) stretch; urgency=high

  * add status badge to the README.md (#41 <https://github.com/jsk-ros-pkg/geneus/issues/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 <https://github.com/jsk-ros-pkg/geneus/issues/42> )
    
      * do not overwrite pkg_map
      * add test code to check #42 <https://github.com/jsk-ros-pkg/geneus/issues/42> isseus
      * geneus_main.py: fix THIS FILE IS AUTOMAATICALLY GENERATED... comment
      * use latest released code
    
  * use indiog/14.04 on travis test #40 <https://github.com/jsk-ros-pkg/geneus/issues/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

 -- Kei Okada <k-okada@jsk.t.u-tokyo.ac.jp>  Fri, 20 Nov 2015 15:00:00 -0000

ros-melodic-geneus (2.2.4-0stretch) stretch; urgency=high

  * [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

 -- Kei Okada <k-okada@jsk.t.u-tokyo.ac.jp>  Tue, 07 Jul 2015 15:00:00 -0000

ros-melodic-geneus (2.2.3-0stretch) stretch; urgency=high

  * [src/geneus/geneus_main.py] Call get_pkg_map if pkg_map is None
  * Contributors: Kentaro Wada

 -- Kei Okada <k-okada@jsk.t.u-tokyo.ac.jp>  Thu, 18 Jun 2015 15:00:00 -0000

ros-melodic-geneus (2.2.2-0stretch) stretch; urgency=high

  * [.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

 -- Kei Okada <k-okada@jsk.t.u-tokyo.ac.jp>  Sun, 31 May 2015 15:00:00 -0000

ros-melodic-geneus (2.2.1-0stretch) stretch; urgency=high

  * [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

 -- Kei Okada <k-okada@jsk.t.u-tokyo.ac.jp>  Thu, 23 Apr 2015 15:00:00 -0000

ros-melodic-geneus (2.2.0-0stretch) stretch; urgency=high

  * [generate.py] load roseus-add-msgs for srv too
  * [geneus_main.py] add timestamp message to manifest.l
  * [geneus_main.py] message loding problem https://github.com/start-jsk/2014-semi/issues/196, https://github.com/jsk-ros-pkg/jsk_roseus/issues/257
    
      * [geneus_main.py] gen msg/srv does not need get_pkg_map
      * [geneus_main.py] fix comment and messages
      * [geneus_main.py] use topological_order instaed of rearrange_depends
      * [geneus_main.py] use catkin as a substitute for rospkg
      * [geneus_main.py] see only run_depend in package.xml
      * [geneus_main.py] Resolve package dependencies with attention to the order
    
  * [geneus] treat uint8[] as string like rospy https://github.com/jsk-ros-pkg/geneus/issues/14
    * [generate.py] fixed version of #15 <https://github.com/jsk-ros-pkg/geneus/issues/15> which did not pass test at  https://github.com/jsk-ros-pkg/jsk_roseus/pull/276
  * [geneus_main.py] fix pakcage_dpeneds, to solve https://github.com/start-jsk/2014-semi/issues/196 issue
  * [.travis.yml] use latest version of travis test
  * [.travis.yml] use latest catkin for --no-jobserver option
  * [.travis.yml] Add after failure
  * [.gitignore] initial commit
  * Contributors: Yuki Furuta Kei Okada, Kentaro Wada

 -- Kei Okada <k-okada@jsk.t.u-tokyo.ac.jp>  Mon, 20 Apr 2015 15:00:00 -0000

ros-melodic-geneus (2.1.2-0stretch) stretch; urgency=high

  * [.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

 -- Kei Okada <k-okada@jsk.t.u-tokyo.ac.jp>  Tue, 24 Feb 2015 15:00:00 -0000

ros-melodic-geneus (2.1.1-0stretch) stretch; urgency=high

  * [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

 -- Kei Okada <k-okada@jsk.t.u-tokyo.ac.jp>  Fri, 20 Feb 2015 15:00:00 -0000

ros-melodic-geneus (2.1.0-0stretch) stretch; urgency=high

  * fix message generation for uint8(char)/int8(byte) (#4,#6)
  * Contributors: Kei Okada

 -- Kei Okada <k-okada@jsk.t.u-tokyo.ac.jp>  Wed, 11 Feb 2015 15:00:00 -0000

ros-melodic-geneus (2.0.1-0stretch) stretch; urgency=high

  * [scripts/gen_eus.py] set executable
  * Contributors: Kei Okada

 -- Kei Okada <k-okada@jsk.t.u-tokyo.ac.jp>  Mon, 09 Feb 2015 15:00:00 -0000

ros-melodic-geneus (1.0.0-0stretch) stretch; urgency=high



 -- Kei Okada <k-okada@jsk.t.u-tokyo.ac.jp>  Mon, 05 Jan 2015 15:00:00 -0000

ros-melodic-geneus (0.1.0-0stretch) stretch; urgency=high

  * rewrite everything only depends on genmsg
  * Contributors: Kei Okada

 -- Kei Okada <k-okada@jsk.t.u-tokyo.ac.jp>  Wed, 01 Oct 2014 15:00:00 -0000


