9 lines
278 B
Bash
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
|