-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge 8 -> main #2334
Merge 8 -> main #2334
Conversation
The Fuel model being tested has been updated on the Fuel server tests fail without this fix. Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
…des test Signed-off-by: Ian Chen <ichen@openrobotics.org> Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
Merge ign-gazebo3 ➡️ ign-gazebo6
Signed-off-by: Ian Chen <ichen@openrobotics.org>
Signed-off-by: Ian Chen <ichen@openrobotics.org>
Backport sensors system fixes
Signed-off-by: Ian Chen <ichen@openrobotics.org>
…#2220) Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
Signed-off-by: Ian Chen <ichen@openrobotics.org>
Backport ActorTrajectoryNoMesh test fix
…InertiaCalculator::CalculateMassProperties()` function (#2182) * Added function to transform inertia matrix to COM using parallel axis theorem * Corrected mismatch of values in ixz and iyz calculation from integral * Added doc for TransformInertiaMatrixToCOM() function * Added correction for rotational offset of inertia matrix after transformation * Added cylinder with origin at bottom to test world * Fixed center of mass & inertia matrix calculation in CalculateMassProperties() * Added test for inertia calculation of cylinder with origin at the bottom * Updated input params of TransformInertiaMatrixToCOM() to const ref * Updated tutorial doc * Removed unused functions from the code --------- Signed-off-by: Jasmeet Singh <jasmeet0915@gmail.com>
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
* Use on `push` only on stable branches to avoid duplicate runs * Update project automation Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Part of #2243. Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Use the Mecanum wheel meshes from the "Mecanum lift" model on Gazebo Fuel in the mecanum_drive example world. Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
The light on top of the vehicle was facing the wrong direction --------- Signed-off-by: Serkan Mazlum <74418302+serkanMzlm@users.noreply.github.com>
Signed-off-by: Ian Chen <ichen@openrobotics.org>
* Adding maritime tutorials. Signed-off-by: Carlos Agüero <caguero@openrobotics.org> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Co-authored-by: crvogt <crvogt@users.noreply.github.com> Co-authored-by: Ian Chen <ichen@openrobotics.org>
* Buoyancy and hydrodynamics tutorials. Signed-off-by: Carlos Agüero <caguero@openrobotics.org> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Co-authored-by: crvogt <crvogt@users.noreply.github.com> Co-authored-by: Ian Chen <ichen@openrobotics.org>
* Lander and lrauv tutorials. Signed-off-by: Carlos Agüero <caguero@openrobotics.org> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Co-authored-by: crvogt <crvogt@users.noreply.github.com> Co-authored-by: Ian Chen <ichen@openrobotics.org>
* Adding a maritime surface vehicle tutorial. --------- Signed-off-by: Carlos Agüero <caguero@openrobotics.org> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Co-authored-by: crvogt <crvogt@users.noreply.github.com> Co-authored-by: Ian Chen <ichen@openrobotics.org>
* Default CMA in LiftDrag pluginto zero The changes in #2189 have caused a regression for our upstream users. This fix disables moment calculations by defaulting Cma to zero. It should help mitigate some of the regression. There is also an [ongoing discussion](#2189 (comment)) as to whether the cos term should be cos^2 or cos. Signed-off-by: Arjo Chakravarty <arjoc@intrinsic.ai> * remove cos change to address one problem at a time Signed-off-by: Arjo Chakravarty <arjoc@intrinsic.ai> --------- Signed-off-by: Arjo Chakravarty <arjoc@intrinsic.ai>
Occurs when using USE_SYSTEM_PATHS_FOR_PYTHON_INSTALLATION flag. Signed-off-by: Øystein Sture <os@skarvtech.com>
Merge gz-sim7 ➡️ gz-sim8
This change allows for a simpler mapping from `MaterialColor` msg in gz to the much more cumbersome Visual msg. By doing this and adding a topic listener it allows users to rapidly change the colors of a entities visual material color components, including from the [ROS side using the gz bridge](gazebosim/ros_gz#486). This is especially useful for simulating status lighting. --------- Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Co-authored-by: Addisu Z. Taddese <addisuzt@intrinsic.ai>
Loading the rendering pipeline multiple times in a test doesn't seem to work well. This removes the Sensors system from the `non_rendering_sensors.sdf` file so that Ogre2 and the whole rendering pipeline is only loaded once. Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com>
Edited gazebo.material file to remove multiple passes in solid colors. Refactored the parser based on Gazebo's style guide. Signed-off-by: Dharini Dutia <dharini@openrobotics.org> Signed-off-by: Dharini Dutia <dharinidutia@gmail.com> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org> Signed-off-by: Mabel Zhang <mabel@openrobotics.org> Signed-off-by: Ian Chen <ichen@openrobotics.org> Signed-off-by: Mabel Zhang <mabel.m.zhang@gmail.com> Co-authored-by: Addisu Z. Taddese <addisu@openrobotics.org> Co-authored-by: Ian Chen <ichen@openrobotics.org> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
Signed-off-by: Alessandro Croci <57228872+xela-95@users.noreply.github.com>
Until SystemManager has the ability to unload system plugins, plugins require an explicit check of the validity of the entities used in the Update methods. Such a check was missing in OdometryPublisher, which led to non-critical but annoying errors in the console. --------- Signed-off-by: Anton Bogdanov <bogdan0v.am@yandex.ru>
Signed-off-by: Gabriel Arjones <arjones@arjones.com>
* Fix wget in maritime tutorials. Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
Signed-off-by: Ian Chen <ichen@openrobotics.org>
Signed-off-by: Ian Chen <ichen@openrobotics.org>
97a04de
to
295d6f9
Compare
depends on gazebosim/gz-msgs#430 |
The Interestingly if I run just that problematic test by itself, it passes:
I think it could be that the test is getting msgs from previous test that uses the same topic name, cc @caguero Not sure if we should fix the test here or if this exposes an issue in gz-transport Edit: found the PR that cause the test to fail: gazebosim/gz-transport#470. I think gz-transport is doing what it's supposed to do. |
I also noticed this and went down a rabbit hole. It turns out |
|
I think the gz-transport issue may take some time to fix. Can we get this in first? |
➡️ Forward port
Port gz-sim8 to main
Branch comparison: main...gz-sim8
Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)