-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Motion and sensor models are not mixins (#291)
Big patch to make motion and sensor models independent classes. It also removes utilities that are no longer needed. Related to #279. 💥 **Breaking change!** This removes some of the runtime support utilities we added for mixins. Please note that statically defined mixins are still fully supported (and will be until the migration is complete) and runtime dispatch through virtual interfaces is still there as well. Signed-off-by: Nahuel Espinosa <[email protected]>
- Loading branch information
1 parent
80e2fe1
commit d3bd038
Showing
25 changed files
with
323 additions
and
1,078 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 was deleted.
Oops, something went wrong.
Oops, something went wrong.