Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ To test using the SDK and MoveIt Pro separately, take a look at the Docker setup

The full documentation for MoveIt Pro and the MoveIt Pro SDK is hosted at https://docs.picknik.ai/en/stable/index.html.

## Branches

`moveit_pro/src/sdk` is the source of truth. Release-tagged snapshots are copied
to this repository as `release/<tag>`; use the release branch matching your
MoveIt Pro version. The `main` branch is a legacy development line and is not a
version-parity mirror.

## Docker setup for testing the MoveIt Pro SDK in a separate container

The Docker workflow outlined here provides a way to test the MoveIt Pro SDK in isolation from MoveIt Pro.
Expand Down
Loading