base_local_planner/cmake/setup_custom_pythonpath.sh.in
2026-01-16 10:53:00 +07:00

9 lines
278 B
Bash

#!/bin/bash
# Custom Python path setup for robot_base_local_planner
# This file is auto-generated by dynamic_reconfigure
if [ ! -z "${_CATKIN_SETUP_DIR}" ]; then
export PYTHONPATH="${_CATKIN_SETUP_DIR}/@CMAKE_INSTALL_PREFIX@/@CATKIN_PACKAGE_BIN_DESTINATION@:$PYTHONPATH"
fi