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

kyrofa's profile - activity

2022-09-09 08:50:13 -0500 received badge  Nice Question (source)
2022-02-01 17:37:35 -0500 received badge  Famous Question (source)
2020-11-06 11:24:04 -0500 commented question Snap failing with error: Failed to install GPG key

This implies that you don't have gnupg installed, is that true? Your log is very clipped so it's impossible to know, but

2020-11-06 11:23:51 -0500 commented question Snap failing with error: Failed to install GPG key

This implies that you don't have gnupg installed, is that true? Your log is very clipped so it's impossible to know, but

2020-11-06 11:23:33 -0500 commented question Snap failing with error: Failed to install GPG key

This implies that you don't have gnupg installed, is that true? Your log is very clipped so it's impossible to know, but

2020-11-06 10:26:19 -0500 edited answer Is it possible to build a ROS Noetic Snap that will interact with ROS Melodic?

I recommend settling on one ROS release, you'll get the best results that way. However, since the snap is isolated, you

2020-11-06 10:25:33 -0500 answered a question Is it possible to build a ROS Noetic Snap that will interact with ROS Melodic?

I recommend settling on one ROS release, you'll get the best results that way. However, since the snap is isolated, you

2020-11-06 10:25:33 -0500 received badge  Rapid Responder (source)
2020-11-02 10:40:36 -0500 commented question How to properly add urdf, config and launch directories to CMakeLists.txt?

Generally you don't see a src directory in an installed location.

2020-10-29 12:36:15 -0500 commented question How to construct CMakeLists.txt for Snap creation?

It's hitting the network and downloading stuff at that point. Regarding how much time I would expect it to take, it real

2020-10-29 12:33:33 -0500 commented question How to properly add urdf, config and launch directories to CMakeLists.txt?

opt/ros/melodic/share/mapping/src/urdf/clearpath_jackal.urdf.xacro seems like an odd path. Are you expecting your packag

2020-10-29 12:30:03 -0500 edited answer How to specify launch file path in snap creation?

Note that snapcraft currently only supports building workspaces into snaps, not individual ROS packages. This is a known

2020-10-29 12:29:34 -0500 answered a question How to specify launch file path in snap creation?

Note that snapcraft currently only supports building workspaces into snaps, not individual ROS packages. This is a known

2020-10-29 09:52:32 -0500 commented question How to specify launch file path in snap creation?

Yeah the snap tutorial cheats a little. It pulls down that github repo, but then it tells catkin that instead of the sou

2020-10-29 09:51:54 -0500 commented question How to specify launch file path in snap creation?

Yeah the snap tutorial cheats a little. It pulls down that github repo, but then it tells catkin that instead of the sou

2020-10-29 09:47:59 -0500 received badge  Rapid Responder (source)
2020-10-29 09:47:59 -0500 answered a question How to interact between a ROS snap and a Clearpath Jackal?

If you're installing the snap to run alongside the rest of the ROS software, on the Jackal's SBC, the snap should "just

2020-10-28 14:15:37 -0500 commented question How to construct CMakeLists.txt for Snap creation?

https://github.com/user/robot-brain.git is of course not real so I don't know this for sure, but the source for the catk

2020-10-28 14:15:18 -0500 commented question How to construct CMakeLists.txt for Snap creation?

https://github.com/user/robot-brain.git is of course not real so I don't know this for sure, but the source for the catk

2020-10-28 14:12:35 -0500 commented question How to specify launch file path in snap creation?

Yeah it does. When you're building a snap, snapcraft needs to operate on a workspace. That message makes me think maybe

2020-10-28 14:09:18 -0500 commented question How to interact between a ROS snap and a Clearpath Jackal?

I'm unfamiliar with the Jackal. Are you going to be installing the snap on the same machine as the rest of the ROS softw

2020-10-27 11:28:29 -0500 commented question How to specify launch file path in snap creation?

I see this type of error most often as a result of missing installation rules. Double check that you're actually install

2020-10-27 09:56:19 -0500 commented answer How to create a ROS snap correctly?

You must have had both the snapcraft snap as well as the snapcraft deb installed. The deb is old and not supported anymo

2020-10-26 13:15:47 -0500 commented question How to create a ROS snap correctly?

Wait, that IS the tutorial, no? I just built that and it worked fine. Can you add details regarding which OS/version you

2020-10-26 11:03:23 -0500 commented question How to create a ROS snap correctly?

It would be helpful to see the snapcraft.yaml you're using so we can duplicate your results. That tutorial seems to work

2020-10-26 11:02:57 -0500 commented question How to create a ROS snap correctly?

It would be helpful to see the snapcraft.yaml you're using so we can duplicate your results. That tutorial itself seems

2020-06-03 22:29:25 -0500 received badge  Necromancer (source)
2020-05-06 11:12:56 -0500 marked best answer rosdep and ROS2?

Can anyone tell me the status of rosdep with regards to ROS2? I'm a little confused by the ROS2 from-source guide since it actually does use rosdep, but only after installing a ton of dependencies by hand. Contrast that with the same guide for ROS1, which only installs enough to get rosinstall files and merge them into a workspace before using rosdep to get all the dependencies.

2020-04-10 20:00:42 -0500 commented answer Sorry, an error occurred in Snapcraft: Failed to initialize rosdep: Error initializing rosdep database

If you followed the tutorial, you should have confinement: strict, but it sounds like you have confinement: devmode? If

2020-04-10 19:14:06 -0500 commented answer Sorry, an error occurred in Snapcraft: Failed to initialize rosdep: Error initializing rosdep database

Did you run the sudo snap install bit? Is /snap/bin on your PATH?

2020-04-10 18:50:58 -0500 edited answer Sorry, an error occurred in Snapcraft: Failed to initialize rosdep: Error initializing rosdep database

First of all, this error is technically a bug, but one you only hit if you're mismatching Ubuntu releases and ROS releas

2020-04-10 18:50:41 -0500 commented answer Sorry, an error occurred in Snapcraft: Failed to initialize rosdep: Error initializing rosdep database

Not the directory, I'm talking about the part in the snapcraft.yaml. I edited the answer with a clarification.

2020-04-10 18:50:20 -0500 edited answer Sorry, an error occurred in Snapcraft: Failed to initialize rosdep: Error initializing rosdep database

First of all, this error is technically a bug, but one you only hit if you're mismatching Ubuntu releases and ROS releas

2020-04-10 18:37:33 -0500 edited answer Sorry, an error occurred in Snapcraft: Failed to initialize rosdep: Error initializing rosdep database

First of all, this error is technically a bug, but one you only hit if you're mismatching Ubuntu releases and ROS releas

2020-04-10 18:36:44 -0500 edited answer Sorry, an error occurred in Snapcraft: Failed to initialize rosdep: Error initializing rosdep database

First of all, this error is technically a bug, but one you only hit if you're mismatching Ubuntu releases and ROS releas

2020-04-10 18:34:41 -0500 edited answer Sorry, an error occurred in Snapcraft: Failed to initialize rosdep: Error initializing rosdep database

First of all, this error is technically a bug, but one you only hit if you're mismatching Ubuntu releases and ROS releas

2020-04-10 18:34:17 -0500 edited answer Sorry, an error occurred in Snapcraft: Failed to initialize rosdep: Error initializing rosdep database

First of all, this error is technically a bug, but one you only hit if you're mismatching Ubuntu releases and ROS releas

2020-04-10 18:33:08 -0500 edited answer Sorry, an error occurred in Snapcraft: Failed to initialize rosdep: Error initializing rosdep database

First of all, this error is technically a bug, but one you only hit if you're mismatching Ubuntu releases and ROS releas

2020-04-10 18:31:50 -0500 answered a question Sorry, an error occurred in Snapcraft: Failed to initialize rosdep: Error initializing rosdep database

First of all, this error is technically a bug, but one you only hit if you're mismatching Ubuntu releases and ROS releas

2020-04-10 18:31:50 -0500 received badge  Rapid Responder (source)
2020-04-10 18:25:38 -0500 commented question Sorry, an error occurred in Snapcraft: Failed to initialize rosdep: Error initializing rosdep database

You need to compare your snapcraft.yaml to the one in the tutorial. Specifically, _remove_ the rosdistro option from the

2020-04-10 18:00:44 -0500 commented question Sorry, an error occurred in Snapcraft: Failed to initialize rosdep: Error initializing rosdep database

Yes, it's updated. It now specifies a base and no longer specifies a rosdistro, which is the error you ran into 9 hours

2020-04-10 18:00:03 -0500 commented question Sorry, an error occurred in Snapcraft: Failed to initialize rosdep: Error initializing rosdep database

Yes, it's updated. It now specifies a base and no longer specifies a rosdistro, which is the error you ran into 9 hours