RoboticArmTest/.claude/tdd-guard/data/test.json
sladro b2f178c409 fix: 修复KDL逆运动学崩溃问题
- 修复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>
2025-09-11 11:28:05 +08:00

34 lines
757 B
JSON

{
"testModules": [
{
"moduleId": "tests/test_config_loader.py",
"tests": [
{
"name": "test_config_loader",
"fullName": "tests/test_config_loader.py::test_config_loader",
"state": "passed"
}
]
},
{
"moduleId": "tests/test_environment.py",
"tests": [
{
"name": "test_environment",
"fullName": "tests/test_environment.py::test_environment",
"state": "passed"
}
]
},
{
"moduleId": "tests/test_robot_loader.py",
"tests": [
{
"name": "test_robot_loader",
"fullName": "tests/test_robot_loader.py::test_robot_loader",
"state": "passed"
}
]
}
]
}