-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perform environment calculation in Python #89
Conversation
Ready for review. To test this you need a workspace built with
When sharing results please include the platform, the # of packages in your workspace, the extension you sourced as well as the three timings. Thanks. Ubuntu Bionic, ~100 pkgs,
|
Ubuntu Bionic, ~300 packages,
|
Fedora 30, ~300 packages,
After step 2, I got a bunch of "Failed to load entry point" messages running the
|
Ubuntu Bionic, ~280 packages, I'm re-doing parts 1 and 2 (since I think I messed it up the first time). For 3. I get an error when sourcing, but the environment seems okay:
|
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
03d2ffa
to
4199b9b
Compare
Please see ros2/rosidl_typesupport_connext#36 and ros2/rosidl_typesupport_opensplice#43 which should fix this by not relying on the presence of the |
Resolves the error for me.
|
For more information about the introduction of .dsv files, see - colcon/colcon-core#209 - ament/ament_package#89 Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Changes the prefix-level
local_setup
files in a similar way as colcon/colcon-core#209.Related to ros2/ros2#764.