PRC.Core
1.732.0
dotnet add package PRC.Core --version 1.732.0
NuGet\Install-Package PRC.Core -Version 1.732.0
<PackageReference Include="PRC.Core" Version="1.732.0" />
<PackageVersion Include="PRC.Core" Version="1.732.0" />
<PackageReference Include="PRC.Core" />
paket add PRC.Core --version 1.732.0
#r "nuget: PRC.Core, 1.732.0"
#:package PRC.Core@1.732.0
#addin nuget:?package=PRC.Core&version=1.732.0
#tool nuget:?package=PRC.Core&version=1.732.0
PRC.Core

Parametric Robot Control (PRC) simulates, programs and controls industrial and collaborative robots. A PRC Server runs the kinematics, the collision checking and the program generation and communicates with the robot controllers. Clients such as the PRC plugin for Grasshopper, or your own software, talk to the server over gRPC.
PRC.Core is the object model every other PRC package is built on. It has no dependency on a server, a robot vendor or a network stack. It contains:
- Robot definitions: robots, tools, bases, external axes such as linear rails and positioners, collision geometry and the vendor classification.
- Commands: tasks, motion groups and motions with their targets, speeds and interpolation settings, actions such as waits and I/O, and flow control.
- Primitives and geometry: coordinate systems, joint and Cartesian targets, robot states, meshes and convex hulls.
- Results and settings: simulation results with the sampled axis data, the reachability, singularity and collision flags and the generated program files, feedback and variables, and the typed driver settings the PRC Server renders as its settings pages.
Reference this package on its own when a component of yours only produces or consumes PRC objects, for example a plugin that builds tasks for a host application that owns the server connection.
The PRC packages
| Package | Reference it when you |
|---|---|
PRC.Core |
only need the object model (this package) |
PRC.GRPC |
connect to a PRC Server from .NET: the client, the service contract and the converters |
PRC.Library |
need the robot presets, external axes, kinematics solvers, collision checking and the vendor drivers |
PRC.Server |
host or extend the PRC Server services yourself |
Use the package version that matches your PRC Server. Server and packages share one version scheme and are released together.
Getting started
For a .NET application that drives a PRC Server, add PRC.GRPC, which brings this package along, and follow its readme. The PRC Server is available from portal.robotsinarchitecture.org.
Documentation
- Documentation — the PRC manual.
- PRC Integration Guide — the complete reference of the gRPC API and the object model behind it: every message and call, coordinate systems, units, settings and worked examples. Written for developers and as context for LLM-assisted integration.
- PRC.Integrations — sample integrations for several platforms and languages, plus the current proto definition.
- Contact: johannes@robotsinarchitecture.org
Requirements
- .NET 8.0 or later.
Disclaimer: This software is provided "as is" without any warranties or guarantees. The creators and developers of this software do not accept any liability for any damages or losses arising from its use.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on PRC.Core:
| Package | Downloads |
|---|---|
|
PRC.GRPC
Parametric Robot Control (PRC) gRPC layer: the .NET client for a PRC Server, the gRPC service contract and the converters between the PRC object model and the wire format. |
|
|
PRC.Library
Parametric Robot Control (PRC) robot library: robot and external-axis presets for KUKA, ABB, FANUC, Universal Robots, NEURA Robotics and igus, kinematics solvers, collision checking, and the drivers that generate native controller programs or control robots in real time. |
GitHub repositories
This package is not used by any popular GitHub repositories.