Giter Club home page Giter Club logo

Comments (28)

mathias-luedtke avatar mathias-luedtke commented on June 14, 2024 1

The fix needed for the raws is not yet released for indigo, only for jade+

I have made a new release for indigo as well.

from care-o-bot.

mathias-luedtke avatar mathias-luedtke commented on June 14, 2024

ros_canopen is released (0.6.7/0.7.5), do you need a newer version?

from care-o-bot.

fmessmer avatar fmessmer commented on June 14, 2024

ros_canopen is released (0.6.7/0.7.5), do you need a newer version?

ros_canopen was just mentioned temporarily as we copied the list from last release...we no longer consider ros_canopen to be part of the "cob-release-cycle"... the maintainer take care of it very well 😉

from care-o-bot.

mathias-luedtke avatar mathias-luedtke commented on June 14, 2024

The fix needed for the raws is not yet released for indigo, only for jade+

from care-o-bot.

fmessmer avatar fmessmer commented on June 14, 2024

@ipa-flg-pb @ipa-rmb @ipa-jcl @ipa-fmw
please continue with the release process for the packages assigned so far....cob_robots, cob_simulation, cob_manipulation and care-o-bot are not yet ready for release as we need to clean-up a few things first to make them releasable...
however, they would be released last anyway, as they have the most upstream-dependencies..

once the first PRs to rosdistro have been accepted, please follow debbuild_indigo and debbuild_kinetic

you can tick of the checkbox once indigo and kinetic succeeded, i.e. first two columns are green and last is either blue=OldVersion (indigo) or red=None (kinetic)

post errors from the buildfarm here, if any

from care-o-bot.

fmessmer avatar fmessmer commented on June 14, 2024

@ipa-flg-pb please come see us about how to proceed with ros/rosdistro#15532 (comment)

from care-o-bot.

fmessmer avatar fmessmer commented on June 14, 2024

@ipa-rmb could you please attach the txt-file with the latest release hints and commands to this issue for the sake of completeness and documentation?

from care-o-bot.

ipa-rmb avatar ipa-rmb commented on June 14, 2024

These are the current notes on doing releases:

release.txt

from care-o-bot.

ipa-flg-pb avatar ipa-flg-pb commented on June 14, 2024

Ther is the following Issue with cob_driver/cob_mimic

Pre-verifying Debian dependency keys...
Running 'rosdep update'...
Key 'python-vlc-pip' resolved to '['python-vlc']' with installer 'pip', which does not match the default installer 'apt'.
Failed to resolve python-vlc-pip on ubuntu:trusty with: Error running generator: The Debian generator does not support dependencies which are installed with the 'pip' installer.
python-vlc-pip is depended on by these packages: ['cob_mimic']
<== Failed
Some of the dependencies for packages in this repository could not be resolved by rosdep.
You can try to address the issues which appear above and try again if you wish.

any idea how to solve this?

from care-o-bot.

fmessmer avatar fmessmer commented on June 14, 2024

@ipa-mdl
Do you know how to deal with python-pip dependencies?
The rosdep key is available here

from care-o-bot.

mathias-luedtke avatar mathias-luedtke commented on June 14, 2024

AFAIR packages with pip-only dependencies cannot be released.
Where is this output from?

from care-o-bot.

fmessmer avatar fmessmer commented on June 14, 2024

it's from bloom-release <repository_name> --track <track> --rosdistro <distro>
(@ipa-flg-pb correct me if I'm wrong)

so, we cannot release cob_mimic then?
@ipa-fmw FYI

from care-o-bot.

mathias-luedtke avatar mathias-luedtke commented on June 14, 2024

ros-infrastructure/bloom#412 might be related

from care-o-bot.

mathias-luedtke avatar mathias-luedtke commented on June 14, 2024

so, we cannot release cob_mimic then?

Only if you rewrite it to use libvlc-dev directly ;)

from care-o-bot.

fmessmer avatar fmessmer commented on June 14, 2024

currently having this discussion...
--> https://github.com/ipa320/cob_driver/issues/340

from care-o-bot.

ipa-rmb avatar ipa-rmb commented on June 14, 2024

Does someone know what causes this error for libconcorde_tsp_solver: http://build.ros.org/job/Kbin_uxhf_uXhf__libconcorde_tsp_solver__ubuntu_xenial_armhf__binary/4/display/redirect

I can find some errors telling it cannot find libqsopt but libqsopt is part of the cob_extern release and there are no errors from the release of libqsopt.

from care-o-bot.

mathias-luedtke avatar mathias-luedtke commented on June 14, 2024

Is it working for the other architectures?
I would guess that the settings needs to be passed to the ExternalProject.

from care-o-bot.

ipa-rmb avatar ipa-rmb commented on June 14, 2024

Yes, it works for the other arhcitectures.

The only other which is not working is:
http://build.ros.org/job/Kbin_djv8_dJv8__libconcorde_tsp_solver__debian_jessie_arm64__binary/4/display/redirect

Something was not available for arm, maybe it was libqsopt. However, how does libqsopt then go through smoothly? Or can we turn of arm support?

from care-o-bot.

mathias-luedtke avatar mathias-luedtke commented on June 14, 2024

Or can we turn of arm support?

https://github.com/ros-infrastructure/ros_buildfarm_config/tree/production/kinetic
Please double check for other errors beforehand!

from care-o-bot.

fmessmer avatar fmessmer commented on June 14, 2024

The release blocker for cob_manipulation, i.e. stomp, has been removed in ipa320/cob_manipulation#117 and ipa320/cob_manipulation#119

@ipa-rmb agreed to release the remaining repos cob_manipulation, cob_robots and cob_simulation into both indigo and kinetic 👍

@ipa-flg-pb I consider your job done for the time being...thank you for your help!

from care-o-bot.

ipa-rmb avatar ipa-rmb commented on June 14, 2024

I think I figured out how to edit the first message without loosing data:

  1. Refresh page
  2. Click edit comment but cancel editing immediately (if you would have lost data, it now asks you whether you really want to abort and loose your unsaved changes - click yes)
  3. Refresh page
  4. Edit the message and save
  5. Refresh page

from care-o-bot.

fmessmer avatar fmessmer commented on June 14, 2024

release of ur_* packages is tracked ros-industrial/universal_robot#240 (comment)

from care-o-bot.

fmessmer avatar fmessmer commented on June 14, 2024

UniversalRobot releases are:

from care-o-bot.

ipa-rmb avatar ipa-rmb commented on June 14, 2024

Shall we do a release session again or are there some pull requests that we should await first? Do we release care-o-bot as well?

from care-o-bot.

fmessmer avatar fmessmer commented on June 14, 2024

Yes, we should release care-o-bot, too

For the next cycle, I think we should wait a bit more as there are a few things pending in cob_robots...new bots, zr300 migration, raw3-1 to canopen...

from care-o-bot.

ipa-rmb avatar ipa-rmb commented on June 14, 2024

Ok, so care-o-bot should be released already now, the remainder has to wait for the second cycle later, correct?

from care-o-bot.

fmessmer avatar fmessmer commented on June 14, 2024

👍
the next release should also go in a new issue

from care-o-bot.

fmessmer avatar fmessmer commented on June 14, 2024

Let's just say care-o-bot missed one release cycle and close this PR!
We'll trigger a new release some time soon anyway? October?

from care-o-bot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.