This repository contains my implementation of the Probabilistic Roadmap Method (PRM), a sampling-based path planner developed as a programming project for the Coursera course: "Modern Robotics, Course ...
Pythonでファイル操作をするプログラムを書いていると、「C:\data\report.csv」のようなフルパスから、「report.csv(ファイル名)」だけを取り出したい、あるいは「C:\data(ディレクトリ)」だけを取得したい、という場面が頻繁にあります。 文字列操作(findや ...