机器人 Resources

Showing items tagged with "机器人"

Ant Colony Optimization algorithm for robotic path planning with two algorithmic approaches: first, traversing all target nodes to find optimal path connections from the start node; second, finding the shortest path between specific start and target nodes. Implementation includes pheromone updating mechanisms and probabilistic path selection.

MATLAB 273 views Tagged

This program implements inverse kinematics computation for a two-degree-of-freedom robotic arm, establishing kinematic equations through Lagrangian energy methods to calculate joint angles from torque inputs, complete with numerical implementation approaches.

MATLAB 225 views Tagged