first commit

This commit is contained in:
2026-01-16 10:53:00 +07:00
commit 65edc7a386
50 changed files with 7845 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/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