Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Added rotation type attribute to pose, handled parsing in param Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Using degrees boolean attribute in pose instead, added tests and test sdf Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Fix code check Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Changed attribute to @rotation_type, modified tests, added delimiters Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Passing attributes into param value parsing, reverted Utils loadPose function Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Reverted location of parsing nested sdf Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Added parent element for param, more tests Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Const ref for GetAttributes and it's relevant calls Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Reverting clone and copy behavior without reallocating memory, using make_shared Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Compared parent element pointers instead of just the names Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Removed redundant reset, checked for null parent before printing error Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Moved tests from integration/param_parent_element to Param_TEST Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Reverting urdf.sdf, adding new pose_without_frames.sdf, using that in actor and inertial Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Fixed typo, added explicit named default variable, made rotation type errors clearer Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Added comment in pose_1_9.sdf that each pose is independent Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Removed use of parsing by string, modified tests to reflect changed behavior Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Reverted changes made to schema for poses that do not handle relative_to frames Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * ComCompare degrees more explicitly in tests instead of using IGN_DTOR Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Using consistent notation for reporting rotation_type attribute, modifying test Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Using instead of typedef for forward declaration, error strings include full value Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Using RedirectConsoleStream and ScopeExit, using Root and Root::LoadSdfString in tests Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Added Reparse function for Param, relevant tests regarding rotation_type manipulation, cleaned up Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Reducing changes to just the degrees attribute, modifying tests because of behavior changes in Set Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Fixed stale brief and comment, breaking for loops early Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Changed 'required' of @relative_to and @Degrees to 0, and modified description of pose to be more explicit Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Modified reparsing tests in Param_TEST, added another test using Pose Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Using alias Pose instead of full type name, added check for parent element pointer, fixed typo Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Support printing pose elements in degrees, added tests Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Removed const for SetParentElement Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Adding additional documentation for the behavior between Set<T> and Reparse Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Storing parsed tokens in array instead of vector Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Used explicit Get<boo> for degrees attribute Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Fixed missing array include for windows build Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Check for valueIndex, instead of array size Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
- Loading branch information