Skip to content

Commit 6873b10

Browse files
[instructions] Replace ROS_PACKAGE_PATH by AMENT_PREFIX_PATH.
1 parent cfd05ea commit 6873b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/config/ubuntu-24.04.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export PYTHONPATH=$INSTALL_HPP_DIR/lib/python3.12/site-packages:$ROBOTPKG/lib/py
88

99
export LD_LIBRARY_PATH=$INSTALL_HPP_DIR/lib:$ROBOTPKG/lib:$INSTALL_HPP_DIR/lib64:$LD_LIBRARY_PATH
1010

11-
export ROS_PACKAGE_PATH=$INSTALL_HPP_DIR/share:$ROBOTPKG/share
11+
export AMENT_PREFIX_PATH=$INSTALL_HPP_DIR:$ROBOTPKG
1212
export CMAKE_PREFIX_PATH=$INSTALL_HPP_DIR:$ROBOTPKG:/usr
1313

1414
if [ -f "${INSTALL_HPP_DIR}/etc/hpp-tools/bashrc" ]; then

0 commit comments

Comments
 (0)