Adds a message that allows loading environments via a topic#320
Adds a message that allows loading environments via a topic#320
Conversation
Codecov Report
@@ Coverage Diff @@
## gz-msgs9 #320 +/- ##
============================================
+ Coverage 95.41% 95.57% +0.15%
============================================
Files 10 10
Lines 1026 1062 +36
============================================
+ Hits 979 1015 +36
Misses 47 47
|
include/gz/msgs/Utility.hh
Outdated
|
|
||
| /// \brief Convert a msgs::SphericalCoordinatesType to an | ||
| /// gz::math::SphericalCoordinates::CoordinateTpye | ||
| /// \param[in] _coord The spherical coordinates to convert |
There was a problem hiding this comment.
The spherical coordinate type ...
src/Utility.cc
Outdated
| case math::SphericalCoordinates::CoordinateType::LOCAL: | ||
| return msgs::SphericalCoordinatesType::LOCAL; | ||
| case math::SphericalCoordinates::CoordinateType::LOCAL2: | ||
| return msgs::SphericalCoordinatesType::LOCAL2; |
There was a problem hiding this comment.
This block returns a warning as we don't return anything if none of the previous conditions are met.
caguero
left a comment
There was a problem hiding this comment.
Tiny comment, otherwise looks good to me.
Required by gazebosim/gz-sim#1842 Signed-off-by: Arjo Chakravarty <arjo@openrobotics.org>
Signed-off-by: Arjo Chakravarty <arjo@openrobotics.org>
a89aee2 to
cc4ce08
Compare
|
I suggest holding off on merging this till gazebosim/gz-sim#1842 is complete. |
…ment_data_messages
Signed-off-by: Arjo Chakravarty <arjoc@intrinsic.ai>
mjcarroll
left a comment
There was a problem hiding this comment.
There are some open comments from Carlos here, if you could address them.
Signed-off-by: Arjo Chakravarty <arjoc@intrinsic.ai>
Signed-off-by: Arjo Chakravarty <arjoc@intrinsic.ai>
|
@mjcarroll I've addressed the issues. It's waiting on a ✔️ from you. |
This was merged with "Merge commit". Let's remember to use "Squash-Merge" next time. |
🦟 Bug fix
Fixes #
Summary
Required by gazebosim/gz-sim#1842
Signed-off-by: Arjo Chakravarty arjo@openrobotics.org
Checklist
codecheckpassed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-bymessages.