-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SO2 to R1 conversion for postprocessing (#496)
* Convert SO2 to R1 during smoothing * Remove whitespaces * Add conversion * code format Co-Authored-By: aditya-vk <[email protected]> * code format Co-Authored-By: aditya-vk <[email protected]> * address PR comments * propogate changes * change iter to const Co-Authored-By: aditya-vk <[email protected]> * cleanup * make format * add enum to handle both cases * use enum to support both types * formatting * remove support for multi-dof * modify kunzretimer test * complete kunz retimer test rewrite * parabolic smoother * parabolic timer * all tests converted * make format * yet another test * make format * Remove hacky SO(2) to R1 conversion. Improve documentation. [skip ci] * Update CHANGELOG. * Return unique_ptr rather than shared_ptr. * Add TODO to clean up toR1JointTrajectory usage.
- Loading branch information
Showing
18 changed files
with
893 additions
and
385 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.