-
Notifications
You must be signed in to change notification settings - Fork 495
Conversation
Signed-off-by: ahcorde <[email protected]>
* fix sensor manager max update rate after spawning new sensors Signed-off-by: Ian Chen <[email protected]> * changelog Signed-off-by: Ian Chen <[email protected]> * revert changes in Visual.cc Signed-off-by: Ian Chen <[email protected]> * revert changes Signed-off-by: Ian Chen <[email protected]>
* update changelog * bump to 9.13.2 Signed-off-by: Steve Peters <[email protected]> Co-authored-by: Steve Peters <[email protected]>
* Added test to check collisions equal to zero Signed-off-by: ahcorde <[email protected]> * Included feedback Signed-off-by: ahcorde <[email protected]> * make linters happy Signed-off-by: ahcorde <[email protected]> * Update Visual_TEST.cc
Merge forward gazebo9 -> gazebo10
The ABI report message:
Does not seem like a problem to me. |
…ers (#2809) Signed-off-by: Alejandro Hernández <[email protected]> Co-authored-by: Jose Luis Rivero <[email protected]> Co-authored-by: Louise Poubel <[email protected]> Co-authored-by: Steve Peters <[email protected]>
Forward port of #2809 to solve problems on compilation on Brew. |
looks good to me. Waiting for results from jenkins build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just noticed a couple of things
the DepthCameraPlugin v-table has also changed, which is a more significant problem, though for a plugin it also complained about this in the 9 -> 10 forward port: #2796 (comment) |
I suspect that was considered acceptable when merging this PR into Gazebo 9, although I didn't find any explicit discussion about it.
https://github.com/osrf/gazebo/blob/gazebo11_11.0.0/plugins/DepthCameraPlugin.hh |
Signed-off-by: Louise Poubel <[email protected]>
I think we'll just have to rebuild gazebo_plugins: |
The ABI report says "Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications." But no higher virtual methods have ever been released. So I don't think this should break anyone already compiling against Gazebo 11, right? |
I don't think we've released a new gazebo 11 minor version with the |
ok, thanks, I think that makes it ok. |
All the CI looks good to me. Ready to go. |
No description provided.