- 修复ik_vel_solver对象生命周期问题,改为实例变量避免过早销毁 - 添加kinematics配置支持(max_iterations, epsilon) - 移除违反编码规范的回退方案 - 清理调试代码保持代码简洁 解决了ChainIkSolverPos_NR_JL访问已销毁局部变量导致的Windows平台崩溃 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
267 B
JSON
13 lines
267 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(git init:*)",
|
|
"mcp__sequential-thinking__sequentialthinking",
|
|
"Bash(python -m pytest tests/ -v)",
|
|
"Bash(python:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
},
|
|
"outputStyle": "code-compliance-checker"
|
|
} |