-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trajectory tracking #3
Comments
He, can you show me the issue? In theory, a single PCC segment should be able to reach any position in R3. Thus, yes, an arc should be possible kinematically. |
@CJ0510 do you still require help with the issue? |
%% 圆弧轨迹生成 % 圆弧轨迹 %% generate model class %% settings % 将轨迹转置以适应时间步 %% 使用 setControl 函数设置控制器 %% 运行仿真 %% 绘制仿真结果 for ii = 1:length(t)
end %% 圆弧跟踪控制器
end |
Dear author, I encountered some problems when using this repository. Mainly in the tracking of arc trajectories. Can this repository realize the tracking of arc trajectories in space? Can you give an example?Have a good day!
The text was updated successfully, but these errors were encountered: