Skip to content

Add basic Unity interface (Real Merge Request)

Chris Woodall requested to merge feature/update-unity-interface into devel

Description

The primary purpose of this merge request is to update the Unity interface. It also includes some cleanup.

  • Moved RobotActivationDeactivation and RobotConnection scripts from Unity games to here
  • Combined the above two scripts into one script that persists throughout an entire game
  • Fixed the coordinate transformation between robot coordinates and Unity coordinates
  • Updated the interface and added documentation
  • Renamed bt namespace to Barrett
  • Removed the unused UDP client
  • Moved parts of RobotController from Unity game to here

What to focus on

Reviewers

Resources

See !4 (merged) for issues created by @amyblank

Issues

  • Fixes #6
  • Fixes #7
  • Fixes #14
  • Fixes #23

Merge request reports