ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

cvillar's profile - activity

2019-02-04 09:19:45 -0500 received badge  Famous Question (source)
2018-07-26 14:23:58 -0500 received badge  Famous Question (source)
2018-05-18 09:52:34 -0500 received badge  Popular Question (source)
2016-09-12 10:02:43 -0500 received badge  Notable Question (source)
2016-08-10 01:48:14 -0500 received badge  Notable Question (source)
2016-08-10 01:48:14 -0500 received badge  Popular Question (source)
2016-07-19 01:44:38 -0500 commented question Problem releasing a different branch (bloom)

Upstream Devel Branch: <vcs reference=""> Branch in upstream repository on which to search for the version. This is used only when version is set to ':{auto}'. [None]: kinetic-devel

Here is the solution, I'm dumb as hell

2016-07-19 01:05:35 -0500 asked a question Problem releasing a different branch (bloom)

I'm migrating packages from Indigo to Kinetic and releasing them. I've created a new branch named kinetic-devel (locally and at github) where I push the changes I've made. Also, the package appear at kinetic/distribution.yaml as branch kinetic-devel.

After the catkin_prepare_release the version of the package for kinetic is higher than the indigo one (for example, 1.0.5 indigo and 1.0.6 kinetic), i create the tag kinetic-1.0.6 and push it to the repository as usual.

But, when I try to run bloom-release --rosdistro kinetic --track kinetic summit_x_sim --edit it tries to release "kinetic-1.0.5", and if I create this tag it complains about repository version and tag version are not the same.

For a proper release I had to merge kinetic-devel branch into indigo-devel before the bloom_release, it works but it'ś not the way it should be, it is supposed to have different branches for different versions of ros and different releases without merging all branches in one.

What I have to do for releasing a kinetic version of the package without a merge into indigo?

2016-06-29 00:35:22 -0500 received badge  Enthusiast
2016-06-24 00:54:52 -0500 commented question One of the packages I've written on rosdistro do not appear on the wiki

Documentation generated on June 23, 2016 at 01:45 PM

I thought that being added in the same commit, the documentation for both packages would be generated at the same time. Sorry for the stupis question.

2016-06-23 05:13:13 -0500 asked a question One of the packages I've written on rosdistro do not appear on the wiki

I've added on Tuesday two packages to rosdistro/indigo/distribution.yaml as the following code shows:

summit_xl_common:
 doc:
  type: git
  url: https://github.com/RobotnikAutomation/summit_xl_common.git
  version: indigo-devel
 source:
  type: git
  url: https://github.com/RobotnikAutomation/summit_xl_common.git
  version: indigo-devel
 status: maintained
summit_xl_sim:
 doc:
  type: git
  url: https://github.com/RobotnikAutomation/summit_xl_sim.git
  version: indigo-devel
 source:
  type: git
  url: https://github.com/RobotnikAutomation/summit_xl_sim.git
  version: indigo-devel
 status: maintained

The problem is that while summit_xl_common have been added succesfully to the ros wiki ( http://wiki.ros.org/summit_xl_common ), the summit_xl_sim page is still blank ( http://wiki.ros.org/summit_xl_sim ) and says:

indigo: Cannot load information on name: summit_xl_sim, distro: indigo, which means that it is not yet in our index. Please see this page for information on how to submit your repository to our index.

And at jenkins page for Idoc__summit_xl_sim__ubuntu_trusty_amd64 do not appear anything.

Why the page is still blank?

2016-06-17 02:30:33 -0500 received badge  Scholar (source)
2016-06-17 02:30:04 -0500 answered a question bloom; RuntimeError: Two packages have different version numbers (but it is false)

I've finally managed to publish the release, it was a problem with the package.xml version pushed with that tag, I deleted it and creted it again and it works.

Thanks.

2016-06-17 01:01:14 -0500 received badge  Popular Question (source)
2016-06-16 05:09:03 -0500 asked a question bloom; RuntimeError: Two packages have different version numbers (but it is false)

I'm trying to release a meta package using boom with the following command:

bloom-release --rosdistro indigo --track indigo summit_xl_common

And after a lot of questions it gives me the following error:

==> git-bloom-import-upstream /tmp/tmpUJpJvY/upstream-indigo-1.0.0.tar.gz  --release-version 1.0.0 --replace
Creating upstream branch.
Importing archive into upstream branch...
Traceback (most recent call last):
  File "/usr/bin/git-bloom-import-upstream", line 9, in <module>
    load_entry_point('bloom==0.5.21', 'console_scripts', 'git-bloom-import-upstream')()
  File "/usr/lib/python2.7/dist-packages/bloom/commands/git/import_upstream.py", line 391, in main
    args.replace)
  File "/usr/lib/python2.7/dist-packages/bloom/commands/git/import_upstream.py", line 324, in import_upstream
    _, actual_version, _ = get_package_data('upstream')
  File "/usr/lib/python2.7/dist-packages/bloom/packages.py", line 91, in get_package_data
    version = verify_equal_package_versions(packages.values())
  File "/usr/lib/python2.7/dist-packages/catkin_pkg/packages.py", line 127, in verify_equal_package_versions
    raise RuntimeError('Two packages have different version numbers (%s != %s):\n- %s\n- %s' % (package.version, version, package.filename, packages[0].filename))
RuntimeError: Two packages have different version numbers (0.0.3 != 1.0.0):
- /tmp/tmp7NakeJ/summit_xl_localization/package.xml
- /tmp/tmp7NakeJ/summit_xl_common/package.xml

<== Error running command '['/usr/bin/git-bloom-import-upstream', '/tmp/tmpUJpJvY/upstream-indigo-1.0.0.tar.gz', '--release-version', '1.0.0', '--replace']'
Release failed, exiting.

It says that summit_xl_common and summit_xl_localization have different version numbers, but it is false, you can check here that it is version 1.0.0 (same as summit_xl_common).

Why does it occur? How should I fix it?

Thanks

2016-06-16 04:47:08 -0500 received badge  Supporter (source)
2016-06-15 04:28:11 -0500 asked a question Wiki don't show the package for the distros which are available

I've created a wiki page for a package (agvs_common) with two sub-packages (agvs_description and agvs_pad) through the tool for creating a basic page with header information taken from indigo/distribution.yaml.

Also there was the same packages (agvs_description and agvs_pad) in the wiki for hydro.

The problem is that while in agvs_pad appear the header for both distros (hydro and indigo), agvs_description only shows the information related for hydro.

Also documentation status says "indigo: Cannot load information on name: agvs, distro: indigo, which means that it is not yet in our index. " when agvs_common was added properly as follows at rosdistro/indigo/distribution.yaml:

agvs_common:
doc:
  type: git
  url: https://github.com/RobotnikAutomation/agvs_common.git
  version: indigo-devel
release:
  packages:
  - agvs_common
  - agvs_description
  - agvs_pad
  tags:
    release: release/indigo/{package}/{version}
  url: https://github.com/RobotnikAutomation/agvs_common-release.git
  version: 0.1.1-0
source:
  type: git
  url: https://github.com/RobotnikAutomation/agvs_common.git
  version: indigo-devel
status: maintained

So... how can I force to appear a selector with both distros?

Thanks.