Skip to main content
GameDev.net gamedev.net
Research Paper

This is an academic paper or technical research. Key findings may require technical background to fully understand.

Explore Research Radar

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

arXiv cs.GR
arXiv cs.GR Research
· 2 months, 3 weeks ago • Zhikai Shen, Jiasheng Qu, Chenyu Xu, Zhuo Huang, Chengkai Dai, Yongzhe Li, Guoxin Fang

Trajectory Optimization for Collision-Aware Redundant Robotic Multi-Axis Additive Manufacturing by Constrained Gradient Projection

Briefing

The paper proposes a trajectory-optimization framework for redundant robotic multi-axis additive manufacturing, aimed at a hard problem: keeping long toolpaths collision-free while still hitting exact deposition positions. The authors combine a relative Jacobian formulation with a differentiable signed-distance-field collision model, so the optimizer can see both robot kinematics and the geometry changes caused by fabrication.

The key practical move is treating nozzle position as a hard waypoint-wise equality constraint, enforced by iterative projection onto the self-motion manifold. That lets the gradient stay in the tangent space of valid robot motion instead of drifting into infeasible poses. In experiments on an 8-DOF MAAM platform, the system held mean nozzle-position error below 10 μm, eliminated sampled collision and orientation violations, and reduced maximum joint jerk by up to 77.6%.

Compared with an SQP-based baseline, the method was up to 10.2x faster and converged more reliably. The paper also includes physical fabrication tests showing smoother trajectories and fewer visible deposition artifacts on complex geometries. Submission date was 29 Jun 2026, and the work sits at the intersection of robotics, computational geometry, and graphics.

For game developers, this is not directly a runtime-tech story, but it is relevant to anyone thinking about robotic fabrication, procedural manufacturing, or simulation-driven optimization. The broader takeaway is that differentiable collision models plus constrained projection can make long-horizon motion planning much...

“mean nozzle-position error below 10 μm”

— Authors · Reported accuracy in the experiments
Original source
Read on arXiv cs.GR
At a glance
what
A collision-aware trajectory optimization framework for redundant robotic multi-axis additive manufacturing using constrained gradient projection.
who
Authors: Zhikai Shen, Jiasheng Qu, Chenyu Xu, Zhuo Huang, Chengkai Dai, Yongzhe Li, and Guoxin Fang.
when
Submitted to arXiv on 29 Jun 2026; arXiv:2606.29766.
impact
Reported mean nozzle-position error below 10 μm, up to 77.6% lower max joint jerk, and up to 10.2x speedup over SQP.
Signal Neutral

Strong technical result, but only indirectly relevant to game devs.

Discuss

Follow simulation updates

See relevant stories in your personalized news feed.

Sign in to follow

Continue on GameDev.net

Useful next steps related to this story.

Game development news without the noise

One useful weekly briefing. No daily flood.

Sending your confirmation email…

Discussion

Loading comments...

Story Timeline (2 sources)

Story covered over 2 days • First reported by arXiv cs.GR