-
Notifications
You must be signed in to change notification settings - Fork 407
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
Semantics of AMENT_PREFIX_PATH variable? #1520
Comments
@traversaro Thanks for raising this issue. |
I've just checked robotology/robotology-superbuild#832, and the solution sounds fine for me. |
Sure, let's wait to see if @wxmerkt has any feedback as I will be interested in it even for iDynTree/iCub's models. I wonder if @olivier-stasse may have any comment as he is the one that originally created #1358 . |
Hi @traversaro and @jcarpent, |
Dear all, the solution implemented in robotology/robotology-superbuild#832 sounds fine for me too. |
@proyan Could you handle it? |
Fixed with #1568. |
In #1358 and #1359, for supporting ROS2 the feature of reading from the
AMENT_PREFIX_PATH
variable was added, treating it as it contained the same directories contained inROS_PACKAGE_PATH
.However, debugging another problem, I investigated this and it seems that while
ROS_PACKAGE_PATH
contains the directories in the form<install_prefix>/share
,AMENT_PREFIX_PATH
instead contains directories in the form<install_prefix>
.I am not sure what is the best thing to do in this case, but I wonder if the
share
subdirectory should be added to the values obtained fromAMENT_PREFIX_PATH
.Related issue: robotology/robotology-superbuild#832 .
The text was updated successfully, but these errors were encountered: