Skip to content

packaging up some customizations to the TransPath repo for further use elsewhere

Notifications You must be signed in to change notification settings

enfuse/trans_path_package

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic pathfinding script execution:

python trans_path/get_path.py \
    --image_path images/0311_map.png \
    --target_size_x 256 \
    --target_size_y 256 \
    --start_point_x 115 \
    --start_point_y 110 \
    --goal_point_x 130 \
    --goal_point_y 145 \
    --pathfinding_method fw100 \
    --pathfinding_output_filename focal_w100_output_256

Install via pip:

pip install git+https://github.com/enfuse/trans_path_package.git

About

packaging up some customizations to the TransPath repo for further use elsewhere

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.5%
  • C++ 14.4%
  • TeX 3.1%