-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Miscellaneous fixes for Ionic (#134)
* Miscellaneous fixes for Ionic * `Pose3::operator+` has been removed. Replaced with `Pose3::operator*`. Note that order is reversed * `ignerr` and similar console logging macros use the `gz` prefix now * The enum `SphericalCoordinatesType` in the protobuf message `SphericalCoordinates` has a deprecation. Qt5's moc doesn't seem to handle this well. Two solutions: * Only include the needed message file header to avoid `SphericalCoordinates` * This is not possible for `LightTuning`, so I moved the `Q_OBJECT` classes into a header file that does not include any protobuf message headers. Signed-off-by: Addisu Z. Taddese <[email protected]> * Style Signed-off-by: Luca Della Vedova <[email protected]> --------- Signed-off-by: Addisu Z. Taddese <[email protected]> Signed-off-by: Luca Della Vedova <[email protected]> Co-authored-by: Xiyu <[email protected]> Co-authored-by: Luca Della Vedova <[email protected]>
- Loading branch information
1 parent
0a409cb
commit 97d120d
Showing
7 changed files
with
203 additions
and
180 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
Oops, something went wrong.