rackPin issue.

This commit is contained in:
Aik-Siong Koh
2024-04-08 21:54:34 -06:00
parent 5a0dadcdde
commit 55963abe51
11 changed files with 1200 additions and 0 deletions

View File

@@ -19,10 +19,12 @@ using namespace MbD;
MbD::AllowZRotation::AllowZRotation()
{
//Do nothing.
}
MbD::AllowZRotation::AllowZRotation(const char* str) : PrescribedMotion(str)
{
//Do nothing.
}
std::shared_ptr<AllowZRotation> MbD::AllowZRotation::With()