Commit Graph

33 Commits

Author SHA1 Message Date
ChiKyun Kim
1add9ed59a enhance: Display RFID values in path UI and improve AGV lift direction visualization
- Replace NodeID with RFID values in path display for better field mapping
- Add ComboBoxItem<T> class for {rfid} - [{node}] format in combo boxes
- Implement GetRfidByNodeId helper method for NodeID to RFID conversion
- Enhanced UpdatePathDebugInfo to show both RFID and NodeID information
- Improved path visualization with RFID-based route display
- Users can now easily match displayed paths with physical RFID tags

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-12 15:36:01 +09:00
ChiKyun Kim
de0e39e030 refactor: Consolidate RFID mapping and add bidirectional pathfinding
Major improvements to AGV navigation system:

• Consolidated RFID management into MapNode, removing duplicate RfidMapping class
• Enhanced MapNode with RFID metadata fields (RfidStatus, RfidDescription)
• Added automatic bidirectional connection generation in pathfinding algorithms
• Updated all components to use unified MapNode-based RFID system
• Added command line argument support for AGVMapEditor auto-loading files
• Fixed pathfinding failures by ensuring proper node connectivity

Technical changes:
- Removed RfidMapping class and dependencies across all projects
- Updated AStarPathfinder with EnsureBidirectionalConnections() method
- Modified MapLoader to use AssignAutoRfidIds() for RFID automation
- Enhanced UnifiedAGVCanvas, SimulatorForm, and MainForm for MapNode integration
- Improved data consistency and reduced memory footprint

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-11 16:41:52 +09:00
ChiKyun Kim
7567602479 feat: Add AGV Map Editor and Simulator tools
- Add AGVMapEditor: Visual map editing with drag-and-drop node placement
  * RFID mapping separation (physical ID ↔ logical node mapping)
  * A* pathfinding algorithm with AGV directional constraints
  * JSON map data persistence with structured format
  * Interactive map canvas with zoom/pan functionality

- Add AGVSimulator: Real-time AGV movement simulation
  * Virtual AGV with state machine (Idle, Moving, Rotating, Docking, Charging, Error)
  * Path execution and visualization from calculated routes
  * Real-time position tracking and battery simulation
  * Integration with map editor data format

- Update solution structure and build configuration
- Add comprehensive documentation in CLAUDE.md
- Implement AGV-specific constraints (forward/backward docking, rotation limits)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-10 17:39:23 +09:00
ChiKyun Kim
27dcc6befa .. 2025-09-10 15:07:17 +09:00
backuppc
4a45ae15d6 .. 2025-07-14 16:32:56 +09:00
backuppc
fb8c488890 cleaning 2025-07-08 15:05:21 +09:00
chi
af316e72d0 .. 2025-07-01 10:29:56 +09:00
chi
00ab716ff3 fmain 화면 버튼 이베늩 연결 끊기는 현상 수정 (파일을 다시 생성하고 링크작업 다시 시작 2025-06-30 14:05:50 +09:00
chi
00dd50192b .. 2025-06-30 13:48:19 +09:00
chi
02e71d7446 경로역방향 발생시 프로그램 통신 죽는 현상 수정 2025-06-26 15:34:46 +09:00
chi
f1aeeeba12 .. 2025-06-25 17:55:37 +09:00
chi
ba18564719 .. 2025-06-23 17:38:24 +09:00
chi
3fcbbfe354 .. 2025-06-20 16:37:22 +09:00
chi
f7615396d5 add temp1, temp2 2025-06-20 11:56:34 +09:00
chi
0ae0faf050 2025-06-20일 이전 업데이트사항 백업 2025-06-20 08:29:46 +09:00
chi
461a083a06 .. 2025-06-17 17:34:26 +09:00
chi
4aee057726 .. 2025-05-29 17:28:40 +09:00
chi
ddf0b1907d ... 2025-05-27 16:32:53 +09:00
chi
9f4bec4142 .. 2025-05-26 17:42:24 +09:00
chi
d6e7c118fb .. 2025-05-26 17:19:36 +09:00
chi
8d0f0f8c8f add emulator 2025-05-26 11:00:23 +09:00
chi
77a6aefb44 compile ok .ㅠㅠ 2025-05-26 10:21:17 +09:00
chi
57dc6de740 .. 2025-05-26 09:20:06 +09:00
Arin(asus)
cafad6f98c .. 2025-05-25 23:23:00 +09:00
Arin(asus)
78075fc690 .. 2025-05-23 12:08:43 +09:00
chi
910ea11450 add bms project 2025-05-23 12:00:39 +09:00
chi
80cf98901b .. 2025-05-23 11:01:22 +09:00
chi
34130e9c86 add mapcontrol
add remote path(gitlab)
2025-05-22 16:21:56 +09:00
chi
7dc068032f .. 2025-05-22 14:12:18 +09:00
chi
20dd87a9d0 .. 2025-04-24 16:24:01 +09:00
chi
f71b963851 .. 2025-04-24 11:51:55 +09:00
chi
0a93a54a6f initial commit 2025-01-07 16:08:02 +09:00
chi
9e657e2558 initial commit 2025-01-07 16:07:58 +09:00