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

Why is not created the install_aarch64/share directory? - cross compile tool

asked 2021-10-31 14:52:50 -0500

jg_spitfire gravatar image

Hi, I want to compile a ROS2 foxy demo in my pc running a VM with Linux Ubuntu 18.04 and then run it in my 64 bits arm processor running Linux Ubuntu 20.04 arm64, I am using this tool, I install the prerequisites, when I install docker I use this method and then I use this steps to run containers as a non-root user as mentioned in the prerequisites part:

Prerequisites

This tool requires that you have already installed

Docker Follow the instructions to add yourself to the docker group as well, so you can run containers as a non-root user

Python 3.6 or higher

then I install the ross cross compile and follow this tutorial, everything goes ok but I realize 2 things:

1.- the expected outputs are not the same I don´t have the tutorial.repos

2.- the install_aarch64/share path is not created, I realize this when I try to run the build in my target, in this step:

rosdep install --from-paths install_aarch64/share --ignore-src --rosdistro foxy -y

I got an error that says that the install_aarch64/share directory does not exists and wen I enter In the install_aarch64 directory I can confirm that

what could be the problem?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2021-11-09 16:51:05 -0500

jg_spitfire gravatar image

The tool had a bug, now it is fixed

edit flag offensive delete link more

Comments

Could you link to where it is fixed? A pull request perhaps?

gvdhoorn gravatar image gvdhoorn  ( 2021-11-10 01:09:32 -0500 )edit

That's a link to the repository. If the bug was fixed in that repository, could you link to where it was fixed?

gvdhoorn gravatar image gvdhoorn  ( 2021-11-10 05:06:22 -0500 )edit

I don´t know, I am not the repo owner or mantainer, you could search in the issues tab in the repo

jg_spitfire gravatar image jg_spitfire  ( 2021-11-10 05:13:34 -0500 )edit

You wrote:

The tool had a bug, now it is fixed

so how did you notice it is now fixed?

You just updated it and it happened to work when you tried again?

gvdhoorn gravatar image gvdhoorn  ( 2021-11-10 05:18:02 -0500 )edit

I was trying to use it and I could not do it so I open an issue, read the issues

jg_spitfire gravatar image jg_spitfire  ( 2021-11-11 04:48:21 -0500 )edit

Why not just link us to those issues? I'm not sure I understand what the problem was to do that in your initial answer.

gvdhoorn gravatar image gvdhoorn  ( 2021-11-11 06:06:57 -0500 )edit

You could check the issues in the repo, I shared the link before

jg_spitfire gravatar image jg_spitfire  ( 2021-11-11 11:23:22 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2021-10-31 14:52:50 -0500

Seen: 51 times

Last updated: Nov 09 '21