hsnuhayato / rtm-ros-robotics

Automatically exported from code.google.com/p/rtm-ros-robotics
0 stars 0 forks source link

(ROS) rtmros_common 1.0.1 fails in pre-release build #224

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Tagged in r5591 and artifacts are generated by bloom on release repository but 
not yet informed rosdistro about new version. Now, pre-release test on ROS' 
buildfarm fails.

http://jenkins.ros.org/job/prerelease-groovy-rtmros_common/ARCH_PARAM=amd64,UBUN
TU_PARAM=precise,label=prerelease/4/console

    Could not find move_base_stage_tutorial in keys. 
    :
    KeyError: 'move_base_stage_tutorial'

Original issue reported on code.google.com by gm130s on 30 Sep 2013 at 4:26

GoogleCodeExporter commented 9 years ago
I have catkinzed move_base_stage_tutorial package, could you release them?

https://rtm-ros-robotics.googlecode.com/svn/trunk/agentsystem_ros_tutorials/move
_base_stage_tutorial

Original comment by kei.ok...@gmail.com on 2 Oct 2013 at 2:30

GoogleCodeExporter commented 9 years ago
stage, which is depended from move_base_stage_tutorial, isn't catkinized yet in 
Groovy and thus bloom fails. At least I can think of options like below without 
knowing which one is the best.

  a. catkinize stage. Looks like all of its dependency is already wet in Groovy (checked with rqt_dep) so that catkinizing it might be simple

  b. remove stage from move_base_stage_tutorial.

  c. remove move_base_stage_tutorial from rosnode_rtc.

Original comment by gm130s on 4 Oct 2013 at 12:41

GoogleCodeExporter commented 9 years ago
Let's catkinze stage!
If you're busy, I'll try this weekend.

Original comment by kei.ok...@gmail.com on 4 Oct 2013 at 12:54

GoogleCodeExporter commented 9 years ago
I can't find the source repo of ROS stage. Question asked: 
http://answers.ros.org/question/87286/to-get-stage-catkinized-in-groovy/

Original comment by gm130s on 4 Oct 2013 at 1:29

GoogleCodeExporter commented 9 years ago
Sounds like catkinizing stage is not an option in an official release.

Original comment by gm130s on 4 Oct 2013 at 9:32

GoogleCodeExporter commented 9 years ago
Ok, so remove stage from rosnode_rtc, fixed in r5660, should I update version 
number?

Original comment by kei.ok...@gmail.com on 5 Oct 2013 at 9:23

GoogleCodeExporter commented 9 years ago
> Ok, so remove stage from rosnode_rtc, fixed in r5660, should I update version 
number?

I believe so. I'll take care of it now.

Original comment by gm130s on 7 Oct 2013 at 11:14

GoogleCodeExporter commented 9 years ago
rosnode_rtc and rtmros_common is bumped to 1.0.2. Now stuck at "development 
test" that test-builds from source repository. 
http://answers.ros.org/question/88391/format-of-sourceyaml-for-development-test-
for-svn/

Original comment by gm130s on 8 Oct 2013 at 2:37

GoogleCodeExporter commented 9 years ago
Just made a judgement call to release into Groovy.
https://github.com/ros/rosdistro/pull/2373

Original comment by gm130s on 15 Oct 2013 at 5:11