You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried your tutorial for ros2 on arm with bouncy release.
1.) The first thing i noticed is that the build will fail because colcon builds by default with tests. Which wasn't the case with ament. Does a flag exist which disables building with tests when using colcon?
2.) The other thing is the last part of the tutorial. You mention the following
Once the compilation is done you will have to move the generated libraries (install/lib) in your target filesystem.
When I successfully compile the source code I have all ros2 packages under install and not lib. All lib folders are distributed between the packages, e.g. install/a/lib, install/b/lib and so on. Is this intended? It's gonna be pretty exhausting copying all lib folders. Is it because colcon builds per default as isolated now?
3.) The last is thing is not an issue but a question. Is it meant that you don't source the local_setup.bash? It is not mentioned in the tutorial. I'm a little bit confused if it is necessary.
Best regards
The text was updated successfully, but these errors were encountered:
Hy together,
I tried your tutorial for ros2 on arm with bouncy release.
1.) The first thing i noticed is that the build will fail because colcon builds by default with tests. Which wasn't the case with ament. Does a flag exist which disables building with tests when using colcon?
2.) The other thing is the last part of the tutorial. You mention the following
When I successfully compile the source code I have all ros2 packages under
install
and notlib
. Alllib
folders are distributed between the packages, e.g.install/a/lib
,install/b/lib
and so on. Is this intended? It's gonna be pretty exhausting copying alllib
folders. Is it because colcon builds per default as isolated now?3.) The last is thing is not an issue but a question. Is it meant that you don't source the local_setup.bash? It is not mentioned in the tutorial. I'm a little bit confused if it is necessary.
Best regards
The text was updated successfully, but these errors were encountered: