Project Info

NAP (Navagate At this Place)

Devpost

This project did not submit a demo video on Devpost.

Inspiration

Inspired by the fixed floor plan on buildings that tell you where you are but you still have to read it to find the way.

What it does

Automatically analyze a floor plan, create a navigation point/network on the floor plan to simplify the navigation and save runtime, and shortest path planning.

How we built it

We designed an algorithm to parse the map by first, extracting the walls from a floor plan; separating the map into different areas; and finding potential navigation points. The future step is to filter out the points to create a navigation network and pathfinding

Challenges we ran into

The main challenge was to parse the map and isolate each room.

Accomplishments we're proud of

We parse the floor plan of UC Davis library and Calhack map on room isolation and achieved good result

What's next

Complete the navigation network construction and provide an interface for people to try it out.

Analysis

Compare with all teams

View

Metric

Figures cover GitHub contributors during the hackathon window. A co-authored commit counts in full for each author, so per-member totals add up to more than the whole-team figures.

Technology

Found in codeClaimed only
  • PythonClaimed

0 of 1 appear in the indexed code. 1 claimed on Devpost could not be matched to code, which may simply mean the tool leaves no trace in the repository.

AI coding agents

No AI coding agent signals were found in this repository.

Detected from committed agent config files and commit authorship. Absence of a signal is not proof an agent was unused.

Codebase size

Source size

10 B

Source files

1

Counts recognized source files only; vendored directories, binaries and lockfiles are excluded, so this is smaller than the repository on disk.

0 stars