- Unity frontend with ROS-TCP-Connector for ROS2 communication - Docker-based ROS2 Jazzy backend with MoveIt2 integration - Support for 1-9 DOF manipulators - UR5 robot configuration and URDF files - Assembly task feasibility analysis tools - Comprehensive documentation and deployment guides 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
26 lines
654 B
Plaintext
26 lines
654 B
Plaintext
{
|
|
"name": "UnityMoveIt2.Tests",
|
|
"rootNamespace": "UnityMoveIt2.Tests",
|
|
"references": [
|
|
"UnityEngine.TestRunner",
|
|
"UnityEditor.TestRunner",
|
|
"UnityMoveIt2.Core",
|
|
"UnityMoveIt2.Communication",
|
|
"UnityMoveIt2.Managers",
|
|
"Unity.Robotics.ROSTCPConnector"
|
|
],
|
|
"includePlatforms": [],
|
|
"excludePlatforms": [],
|
|
"allowUnsafeCode": false,
|
|
"overrideReferences": true,
|
|
"precompiledReferences": [
|
|
"nunit.framework.dll"
|
|
],
|
|
"autoReferenced": false,
|
|
"defineConstraints": [
|
|
"UNITY_INCLUDE_TESTS"
|
|
],
|
|
"versionDefines": [],
|
|
"noEngineReferences": false
|
|
}
|