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

nuclearsandwich's profile - activity

2023-07-12 10:57:05 -0500 received badge  Nice Answer (source)
2023-06-26 14:07:15 -0500 edited answer Build fails on simple msgs packages on the ROS 2 Buildfarm

Here is the relevant section of https://build.ros2.org/job/Hbin_uJ64__tuw_object_msgs__ubuntu_jammy_amd64__binary/91/ an

2023-06-26 14:05:17 -0500 commented answer Build fails on simple msgs packages on the ROS 2 Buildfarm

Is this correct even if the CMake error itself is coming from another package? I would not expect a direct package.xml d

2023-06-26 09:57:04 -0500 commented answer Build fails on simple msgs packages on the ROS 2 Buildfarm

Hmm... that issue with Foxy is a different one and with Foxy's last sync now complete new releases into Foxy will not be

2023-06-24 12:43:26 -0500 answered a question Build fails on simple msgs packages on the ROS 2 Buildfarm

Here is the relevant section of https://build.ros2.org/job/Hbin_uJ64__tuw_object_msgs__ubuntu_jammy_amd64__binary/91/ an

2023-06-24 12:43:26 -0500 received badge  Rapid Responder (source)
2022-12-15 16:07:53 -0500 answered a question Error: Bloom requires a version 4 or greater rosdistro index to support package format 3.

If that matters my ROSDISTRO_INDEX_URL environment variable is as follows: ROSDISTRO_INDEX_URL=https://raw.gith

2022-11-09 16:58:14 -0500 commented answer gentoo ros2

I think that updates to ros-overlay are probably going to be long in coming. I would suggest first building ROS 2 manua

2022-11-08 17:17:23 -0500 received badge  Rapid Responder (source)
2022-11-08 17:17:23 -0500 answered a question gentoo ros2

Superflore, unlike the standard ROS release tool bloom is designed to create release metadata for entire distributions a

2022-07-04 23:35:01 -0500 received badge  Good Answer (source)
2022-06-29 10:52:43 -0500 received badge  Nice Answer (source)
2022-06-28 11:44:47 -0500 received badge  Necromancer (source)
2022-06-28 10:59:25 -0500 answered a question Do I have to run `bloom-release` after running `git-bloom-release`?

Both tutorials work together in tandem, although they could be improved to peel back a layer and explain why some steps

2022-06-28 08:05:46 -0500 edited answer ROS2 release repositories

It appears bloom tries to push to https://github.com/ros2-gbp/slider_pu... in addition to my own https://github.com/o

2022-06-28 08:05:04 -0500 answered a question ROS2 release repositories

It appears bloom tries to push to https://github.com/ros2-gbp/slider_pu... in addition to my own https://github.com/o

2022-06-28 02:30:28 -0500 received badge  Necromancer (source)
2022-06-27 21:55:58 -0500 answered a question colcon package ignore regex

The regex selection and skip arguments are implemented using python's re.match meaning that the regular expression must

2022-06-27 21:36:53 -0500 answered a question override_check error during build

You should be able to resolve this error by updating your installed versions of colcon packages to the latest for each v

2022-06-27 21:16:06 -0500 answered a question Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).

This warning is the result of changes in apt on newer Debian-derived distributions. It's important to note that these de

2022-06-27 16:13:50 -0500 edited question Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).

Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). This error appears when

2022-06-27 16:13:17 -0500 edited question Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).

Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). This error appears when

2021-11-10 13:28:28 -0500 commented answer Unsupported interface type {interface_file.suffix}

Do you know what date you first started experiencing the issue? Had it popped up for any other distributions besides Rol

2021-11-10 13:28:10 -0500 commented answer Unsupported interface type {interface_file.suffix}

Do you know what date you first started experiencing the issue? Had it popped up for any other distributions besides Rol

2021-11-10 09:30:01 -0500 commented answer Unsupported interface type {interface_file.suffix}

Glad it was resolved. I think it's quite interesting that the problem only surfaced recently. I know that there is work

2021-11-08 15:27:12 -0500 commented question Unsupported interface type {interface_file.suffix}

Thanks for moving the question here Tyler. The packages python-wstool and python-vcstools are not published by Open Rob

2021-11-08 12:14:38 -0500 answered a question Jenkins build error with geometry_msgs

The first thing that I went to check was the posted package.xml contents. The content above correctly lists geometry_msg

2021-11-05 17:54:57 -0500 commented question ros2 foxy including header file from other package

I think @morten's answer is a good example using ament_cmake (and I see no reason not to). One question that's potentia

2021-11-05 17:39:00 -0500 commented question Autoware.Auto ros2 pkg benchmark_tool colcon build Failed

If you can add a more complete excerpt from the colcon build log file for the benchmark_tool package that would provide

2021-11-05 17:24:43 -0500 commented answer Bloom an ament_python package with Pip Dependencies

@gvdhoorn is exactly right about pip packages being in rosdep to facilitate workspace builds that use them and bloom war

2021-11-05 17:06:59 -0500 commented answer Bloom an ament_python package with Pip Dependencies

What if I add it as an install_requires entry in my setup.py? Then building that package will likely fail on the bu

2021-11-05 17:02:48 -0500 answered a question [buildfarm] dpkg-shlibdeps: error: cannot find library

This error can occur if the target library is being installed to a directory that dh_shlibdeps doesn't expect. I first

2021-09-08 17:56:33 -0500 answered a question ROS BuildFarm with Private GitHub Repositories

How do I get the “generate_release_script.py” to generate a script that can properly pull code from my private GitHub

2021-09-08 17:56:33 -0500 received badge  Rapid Responder (source)
2021-05-29 03:30:08 -0500 commented answer apt update: signatures were invalid: F42ED6FBAB17C654

https://discourse.ros.org/t/ros-gpg-key-expiration-incident/20669

2021-04-07 07:45:49 -0500 received badge  Necromancer (source)
2021-04-06 17:46:38 -0500 answered a question Ignore pkgs during initial bloom-release: master vs main branch

This is currently something that is hard-coded in Bloom: https://github.com/ros-infrastructure/bloom/blob/master/bloom/c

2021-01-22 15:49:04 -0500 answered a question Trouble building Autoware Auto (which setup.bash to source?)

which setup.bash to source? If you want to build Autoware using the binary ROS packages, you should not source the

2021-01-22 15:28:53 -0500 commented question Undefined reference while Debug building

In order to provide assistance it would help to know what platform you're on, whether you're building all of ROS or how

2021-01-22 15:26:45 -0500 commented question Failure in building ROS2 Rolling via source

In order to best help, we would need to know what steps you took to reach this result and what instructions you were fol

2021-01-14 15:38:42 -0500 commented answer Create (all) deb-packages of ROS distro

As a complicating factor on the build farm setup we're currently migrating the official build farms from the deployment

2020-12-23 13:06:16 -0500 answered a question Buildfarm Jenkins devel job unstable

Melodic is configured as a Python 2 distribution. The default source-build configuration also uses Python 2 and changin

2020-12-23 13:06:16 -0500 received badge  Rapid Responder (source)
2020-12-18 13:36:32 -0500 commented answer Possible to have buildfarm status in PR on Github?

In order to install the webhook the admin or maintain permissions must be applied. Once the hook is installed in your re

2020-12-18 13:29:32 -0500 answered a question Issues sourcing ROS after building

Based on the paths above it looks like you may have a python installation shadowing the system python installation used

2020-12-18 13:25:20 -0500 answered a question colcon python package build error with rust extension

colcon's support for building python packages using setup.py likely doesn't cover the setuptools_rust extensions you're

2020-11-24 17:14:58 -0500 received badge  Rapid Responder (source)
2020-11-24 17:14:58 -0500 answered a question Jenkins doc job error: rosdep thriftpy

Package.xml dependencies are resolved with rosdep. In order to be resolvable with the default sources, rosdep definition

2020-11-23 22:40:45 -0500 answered a question Why is not building package turtlebot3_gazebo on ROS2?

It looks like you may not have sourced the environment script as described in the official install docs linked by the RO

2020-10-18 00:39:23 -0500 answered a question Releasing Pre-Built ROS2 packages for Windows/MacOS

Bloom and the ROS build farm do not currently support releasing for Windows or Mac. The macOS and Windows binaries for R