Skip to content

Commit

Permalink
[instructions] Replace ROS_PACKAGE_PATH by AMENT_PREFIX_PATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
florent-lamiraux committed Jan 9, 2025
1 parent cfd05ea commit 6873b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/config/ubuntu-24.04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export PYTHONPATH=$INSTALL_HPP_DIR/lib/python3.12/site-packages:$ROBOTPKG/lib/py

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

export ROS_PACKAGE_PATH=$INSTALL_HPP_DIR/share:$ROBOTPKG/share
export AMENT_PREFIX_PATH=$INSTALL_HPP_DIR:$ROBOTPKG
export CMAKE_PREFIX_PATH=$INSTALL_HPP_DIR:$ROBOTPKG:/usr

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

0 comments on commit 6873b10

Please sign in to comment.