Skip to content

Commit 48a84fd

Browse files
committed
rebuilding site Thu Feb 5 09:34:04 EST 2026
1 parent 5dd37d0 commit 48a84fd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+5889
-216
lines changed

404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,9 +469,9 @@ <h2>Latest</h2>
469469

470470
<li><a href="/publication/phireman/">Robust Geospatial Coordination of Multi-Agent Communications Networks Under Attrition</a></li>
471471

472-
<li><a href="/publication/admmslack/">Solving Quadratic Programs with Slack Variables via ADMM without Increasing the Problem Size</a></li>
472+
<li><a href="/publication/fpgatinympc/">MPC Solver Hardware Generation Framework with Model-Specific Operation Fusion and Pruning</a></li>
473473

474-
<li><a href="/publication/hjcdik/">HJCD-IK: GPU-Accelerated Inverse Kinematics through Batched Hybrid Jacobian Coordinate Descent</a></li>
474+
<li><a href="/publication/admmslack/">Solving Quadratic Programs with Slack Variables via ADMM without Increasing the Problem Size</a></li>
475475

476476
</ul>
477477

authors/brianplancher/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,10 @@ <h3>Latest</h3>
632632
<a href="/publication/phireman/">Robust Geospatial Coordination of Multi-Agent Communications Networks Under Attrition</a>
633633
</li>
634634

635+
<li>
636+
<a href="/publication/fpgatinympc/">MPC Solver Hardware Generation Framework with Model-Specific Operation Fusion and Pruning</a>
637+
</li>
638+
635639
<li>
636640
<a href="/publication/admmslack/">Solving Quadratic Programs with Slack Variables via ADMM without Increasing the Problem Size</a>
637641
</li>

authors/brianplancher/index.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@
7272
<guid>https://a2r-lab.github.io/publication/phireman/</guid>
7373
<description>This paper introduces and formalizes the problem of Robust Task Networking Under Attrition (RTNUA), which extends connectivity maintenance in multi-robot systems to explicitly address proactive redundancy and attrition recovery. We introduce Physics-Informed Robust Employment of Multi-Agent Networks (ΦIREMAN), a topological algorithm leveraging physics-inspired potential fields to solve this problem. Through simulation across 25 problem configurations, ΦIREMAN consistently outperforms the DCCRS baseline, and on large-scale problems with up to 100 tasks and 500 drones, maintains &amp;gt;99.9% task uptime despite substantial attrition, demonstrating both effectiveness and scalability.</description>
7474
</item>
75+
<item>
76+
<title>MPC Solver Hardware Generation Framework with Model-Specific Operation Fusion and Pruning</title>
77+
<link>https://a2r-lab.github.io/publication/fpgatinympc/</link>
78+
<pubDate>Mon, 01 Dec 2025 00:00:00 +0000</pubDate>
79+
<guid>https://a2r-lab.github.io/publication/fpgatinympc/</guid>
80+
<description>We developed a flexible MPC solver hardware generation framework which includes a parameterized and programmable vector architecture template that accommodates instruction-level and data-level parallelism in vector and matrix functional units, and a model-specific fused architecture. Implementation of the proposed processor on the Ultra96 platform achieves up to a 9.73x speedup compared to existing generic solutions on MCUs. Moreover, end-to-end performance tests reveal that this speedup reduces the overall control error by 25.96%.</description>
81+
</item>
7582
<item>
7683
<title>Solving Quadratic Programs with Slack Variables via ADMM without Increasing the Problem Size</title>
7784
<link>https://a2r-lab.github.io/publication/admmslack/</link>

0 commit comments

Comments
 (0)