-
Notifications
You must be signed in to change notification settings - Fork 272
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
Commits on Oct 3, 2023
-
Bump Fuel model version in test (#2190)
The Fuel model being tested has been updated on the Fuel server tests fail without this fix. Signed-off-by: Addisu Z. Taddese <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f8fcda - Browse repository at this point
Copy the full SHA 4f8fcdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85cbf82 - Browse repository at this point
Copy the full SHA 85cbf82View commit details
Commits on Oct 4, 2023
-
fix INTEGRATION_save_world's SdfGeneratorFixture.ModelWithNestedInclu…
…des test Signed-off-by: Ian Chen <[email protected]> Signed-off-by: Addisu Z. Taddese <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8511623 - Browse repository at this point
Copy the full SHA 8511623View commit details
Commits on Oct 5, 2023
-
Merge pull request #2191 from azeey/3_to_6
Merge ign-gazebo3 ➡️ ign-gazebo6
Configuration menu - View commit details
-
Copy full SHA for eaad78f - Browse repository at this point
Copy the full SHA eaad78fView commit details
Commits on Oct 9, 2023
-
backport component inspector Vector3d width fix (#2195)
Signed-off-by: Ian Chen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 14b0f3b - Browse repository at this point
Copy the full SHA 14b0f3bView commit details
Commits on Oct 16, 2023
-
Fix another deadlock in sensors system (#2141) (#2200)
Signed-off-by: Ian Chen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2fd1b23 - Browse repository at this point
Copy the full SHA 2fd1b23View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7bc54e - Browse repository at this point
Copy the full SHA e7bc54eView commit details
Commits on Oct 18, 2023
-
Merge pull request #2210 from gazebosim/backport_sensors_fix
Backport sensors system fixes
Configuration menu - View commit details
-
Copy full SHA for d7381e5 - Browse repository at this point
Copy the full SHA d7381e5View commit details
Commits on Oct 30, 2023
-
Fix for sensor pointer null when navsat plugin in included in sdf (#2176
) Signed-off-by: ashbabu <[email protected]> Signed-off-by: Michael Carroll <[email protected]> Co-authored-by: Michael Carroll <[email protected]> Co-authored-by: Ian Chen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28728c9 - Browse repository at this point
Copy the full SHA 28728c9View commit details
Commits on Nov 1, 2023
-
Update github issue template (#2222)
Signed-off-by: Ian Chen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f818301 - Browse repository at this point
Copy the full SHA f818301View commit details -
Fix macOS test failures by registering components in the core library (…
…#2220) Signed-off-by: Addisu Z. Taddese <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 20ee4df - Browse repository at this point
Copy the full SHA 20ee4dfView commit details
Commits on Nov 2, 2023
-
Relax pose check in actor no mesh test (#2196)
Signed-off-by: Ian Chen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 97450b6 - Browse repository at this point
Copy the full SHA 97450b6View commit details
Commits on Nov 3, 2023
-
Merge pull request #2225 from gazebosim/backport_actor_no_mesh_fix
Backport ActorTrajectoryNoMesh test fix
Configuration menu - View commit details
-
Copy full SHA for 2a9d86c - Browse repository at this point
Copy the full SHA 2a9d86cView commit details
Commits on Nov 13, 2023
-
Bugfix: Fixed Centre of Mass and Inertia Matrix Calculation Bug `Mesh…
…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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9db8061 - Browse repository at this point
Copy the full SHA 9db8061View commit details
Commits on Nov 14, 2023
-
Update friction parameters for skid steer example (#2235)
Signed-off-by: Addisu Z. Taddese <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0e02c4 - Browse repository at this point
Copy the full SHA e0e02c4View commit details -
EnvironmentPreload: ignerr -> gzerr (#2245)
Signed-off-by: Steve Peters <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c73c12b - Browse repository at this point
Copy the full SHA c73c12bView commit details -
Update github action workflows (#2237)
* Use on `push` only on stable branches to avoid duplicate runs * Update project automation Signed-off-by: Addisu Z. Taddese <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c786b2 - Browse repository at this point
Copy the full SHA 7c786b2View commit details
Commits on Nov 16, 2023
-
environment_preload: fix windows compiler warnings (#2246)
Signed-off-by: Steve Peters <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81850ce - Browse repository at this point
Copy the full SHA 81850ceView commit details -
Disable distortion camera test on Linux (#2247)
Part of #2243. Signed-off-by: Steve Peters <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 14f8796 - Browse repository at this point
Copy the full SHA 14f8796View commit details
Commits on Nov 21, 2023
-
mecanum_drive: use mesh wheels in example world (#2250)
Use the Mecanum wheel meshes from the "Mecanum lift" model on Gazebo Fuel in the mecanum_drive example world. Signed-off-by: Steve Peters <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a21904 - Browse repository at this point
Copy the full SHA 3a21904View commit details
Commits on Nov 22, 2023
-
Fix DLL linkage/visibility issues (#2254)
Signed-off-by: Michael Carroll <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a88340b - Browse repository at this point
Copy the full SHA a88340bView commit details -
Allow removal of model that has joint_position_controller plugin. (#2252
) * Temporary fix for #2165 until #2217 is resolved. Signed-off-by: Johan Rutgeerts <[email protected]> * Added comment to clarify the added code. Signed-off-by: Johan Rutgeerts <[email protected]> --------- Signed-off-by: Johan Rutgeerts <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8b40b54 - Browse repository at this point
Copy the full SHA 8b40b54View commit details
Commits on Dec 13, 2023
-
Fix incorrect light direction in tunnel.sdf example (#2264)
The light on top of the vehicle was facing the wrong direction --------- Signed-off-by: Serkan Mazlum <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ec622d - Browse repository at this point
Copy the full SHA 8ec622dView commit details
Commits on Dec 21, 2023
-
Update CI badges in README (#2271)
Signed-off-by: Ian Chen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8b1a46 - Browse repository at this point
Copy the full SHA f8b1a46View commit details
Commits on Dec 22, 2023
-
Maritime tutorials 💧 - Part 1 of 4 (#2257)
* Adding maritime tutorials. Signed-off-by: Carlos Agüero <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]> Co-authored-by: crvogt <[email protected]> Co-authored-by: Ian Chen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66ae42c - Browse repository at this point
Copy the full SHA 66ae42cView commit details -
Maritime tutorials 💧 - Part 2 of 4 (#2258)
* Buoyancy and hydrodynamics tutorials. Signed-off-by: Carlos Agüero <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]> Co-authored-by: crvogt <[email protected]> Co-authored-by: Ian Chen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae0070f - Browse repository at this point
Copy the full SHA ae0070fView commit details -
Maritime tutorials 💧 - Part 3 of 4 (#2259)
* Lander and lrauv tutorials. Signed-off-by: Carlos Agüero <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]> Co-authored-by: crvogt <[email protected]> Co-authored-by: Ian Chen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for beada29 - Browse repository at this point
Copy the full SHA beada29View commit details
Commits on Dec 23, 2023
-
Maritime tutorials 💧 - Part 4 of 4 (#2260)
* Adding a maritime surface vehicle tutorial. --------- Signed-off-by: Carlos Agüero <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]> Co-authored-by: crvogt <[email protected]> Co-authored-by: Ian Chen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f84b05 - Browse repository at this point
Copy the full SHA 8f84b05View commit details
Commits on Dec 27, 2023
-
Default CMA in LiftDrag pluginto zero (#2272)
* 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 <[email protected]> * remove cos change to address one problem at a time Signed-off-by: Arjo Chakravarty <[email protected]> --------- Signed-off-by: Arjo Chakravarty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4eb9484 - Browse repository at this point
Copy the full SHA 4eb9484View commit details
Commits on Jan 2, 2024
-
Install the Python libs to system site-packages instead of root (#2274)
Occurs when using USE_SYSTEM_PATHS_FOR_PYTHON_INSTALLATION flag. Signed-off-by: Øystein Sture <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f677bf - Browse repository at this point
Copy the full SHA 9f677bfView commit details
Commits on Jan 5, 2024
-
Merge ign-gazebo3 into ign-gazebo6
Signed-off-by: Addisu Z. Taddese <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6548aac - Browse repository at this point
Copy the full SHA 6548aacView commit details -
Merge pull request #2277 from gazebosim/azeey/3_to_6
Merge ign-gazebo3 ➡️ ign-gazebo6
Configuration menu - View commit details
-
Copy full SHA for 5d34efe - Browse repository at this point
Copy the full SHA 5d34efeView commit details
Commits on Jan 6, 2024
-
Fix URL in hydrodynamics tutorial (#2280)
* Fix URL in hydrodynamics tutorial * Fix citation bug --------- Signed-off-by: Mabel Zhang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82969d5 - Browse repository at this point
Copy the full SHA 82969d5View commit details
Commits on Jan 8, 2024
-
Revert to use of cos^2 in LiftDrag plugin (#2273)
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 <[email protected]> Signed-off-by: Arjo Chakravarty <[email protected]> Co-authored-by: Rhys Mainwaring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2bba478 - Browse repository at this point
Copy the full SHA 2bba478View commit details -
Added tutorial for Gazebo joint controller plugin (#2263)
Signed-off-by: yaswanth <[email protected]> Signed-off-by: Yaswanth <[email protected]> Signed-off-by: yaswanth1701 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 926923f - Browse repository at this point
Copy the full SHA 926923fView commit details
Commits on Jan 12, 2024
-
Support for Gazebo materials (#2269)
* test script tag Signed-off-by: Dharini Dutia <[email protected]> * add dark grey before creating component Signed-off-by: Dharini Dutia <[email protected]> * material parser Signed-off-by: Dharini Dutia <[email protected]> * linters Signed-off-by: Dharini Dutia <[email protected]> * Update src/rendering/MaterialParser/MaterialParser.cc Co-authored-by: Alejandro Hernández Cordero <[email protected]> Signed-off-by: Dharini Dutia <[email protected]> Signed-off-by: Dharini Dutia <[email protected]> * fix configLoader, material struct and feedback Signed-off-by: Dharini Dutia <[email protected]> * default color and todos Signed-off-by: Dharini Dutia <[email protected]> * install/load one file, range based loop, hardcode dependent solid colors Signed-off-by: Dharini Dutia <[email protected]> * fix install_dir property Signed-off-by: Dharini Dutia <[email protected]> * credits, initializing cleanup Signed-off-by: Dharini Dutia <[email protected]> * eof Signed-off-by: Dharini Dutia <[email protected]> * reformat Signed-off-by: Dharini Dutia <[email protected]> * add integration test Signed-off-by: Dharini Dutia <[email protected]> * migration note Signed-off-by: Dharini Dutia <[email protected]> * intends, default case, invalid color Signed-off-by: Dharini Dutia <[email protected]> * optional materialValues, typo Signed-off-by: Dharini Dutia <[email protected]> * feedback Signed-off-by: Dharini Dutia <[email protected]> * size check Signed-off-by: Dharini Dutia <[email protected]> * get color values Signed-off-by: Dharini Dutia <[email protected]> * migration doc update Signed-off-by: Dharini Dutia <[email protected]> --------- Signed-off-by: Dharini Dutia <[email protected]> Signed-off-by: Dharini Dutia <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c6aaaf2 - Browse repository at this point
Copy the full SHA c6aaaf2View commit details -
Allow using plugin file names and environment variables compatible wi…
…th Garden and later (#2275) Allows using gz-* in plugin filenames (eg. <plugin filename="gz-sim-physics-system" name="gz::sim::systems::Physics"/>) and using GZ_* environment variables in Fortress. This is meant to help users (especially ROS users) maintain SDF files and launch files that work in both Fortress and Garden/Harmonic. --------- Signed-off-by: Addisu Z. Taddese <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45a01a8 - Browse repository at this point
Copy the full SHA 45a01a8View commit details
Commits on Jan 13, 2024
-
Prepare for 6.16.0 Release (#2284)
Signed-off-by: Addisu Z. Taddese <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a00e377 - Browse repository at this point
Copy the full SHA a00e377View commit details
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5a76b28 - Browse repository at this point
Copy the full SHA 5a76b28View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6cd6ed - Browse repository at this point
Copy the full SHA c6cd6edView commit details
Commits on Jan 18, 2024
-
Prepare for 7.7.0 Release (#2292)
Signed-off-by: Addisu Z. Taddese <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f2c2da9 - Browse repository at this point
Copy the full SHA f2c2da9View commit details
Commits on Jan 19, 2024
-
Fix ModelPhotoShootTest test failures (#2294)
The failures are caused by a change in the DART physics engine (dartsim/dart#1774) which causes joints to recover after reaching or exceeding their position limits. It seems like the model used in this plugin starts off with joint limits violated and recovers after a few iterations. This causes a small movement of the robot. Since the test works by comparing images taken of the robot at the start of simulation and after a few iterations, the small movement causes a discrepancy in the images. The solution here is to run the whole test while simulation is paused. This also cleans up some TestFixture warnings. Signed-off-by: Addisu Z. Taddese <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc4914a - Browse repository at this point
Copy the full SHA cc4914aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab18888 - Browse repository at this point
Copy the full SHA ab18888View commit details
Commits on Jan 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a267a68 - Browse repository at this point
Copy the full SHA a267a68View commit details
Commits on Jan 25, 2024
-
Change an entities visual material color by topic. (#2286)
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 <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]> Co-authored-by: Addisu Z. Taddese <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 08b5cfe - Browse repository at this point
Copy the full SHA 08b5cfeView commit details
Commits on Jan 29, 2024
-
Fix
INTEGRATION_save_world
on windows (#2300)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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c445fb - Browse repository at this point
Copy the full SHA 0c445fbView commit details
Commits on Jan 31, 2024
-
Explicitly check SKIP_PYBIND11 for python bindings (#2298)
Signed-off-by: Steve Peters <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f28f679 - Browse repository at this point
Copy the full SHA f28f679View commit details -
Light entity match SDF boolean for UserCommands. (#2295)
Signed-off-by: Benjamin Perseghetti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4dc7c4 - Browse repository at this point
Copy the full SHA a4dc7c4View commit details
Commits on Feb 2, 2024
-
Fix Gazebo/White and refactored MaterialParser (#2302)
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 <[email protected]> Signed-off-by: Dharini Dutia <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 18c535f - Browse repository at this point
Copy the full SHA 18c535fView commit details
Commits on Feb 6, 2024
-
Add tutorial for using components in systems (#2207)
Signed-off-by: Addisu Z. Taddese <[email protected]> Signed-off-by: Mabel Zhang <[email protected]> Signed-off-by: Ian Chen <[email protected]> Signed-off-by: Mabel Zhang <[email protected]> Co-authored-by: Addisu Z. Taddese <[email protected]> Co-authored-by: Ian Chen <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 448463a - Browse repository at this point
Copy the full SHA 448463aView commit details
Commits on Feb 7, 2024
-
Signed-off-by: Addisu Z. Taddese <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab458ba - Browse repository at this point
Copy the full SHA ab458baView commit details
Commits on Feb 8, 2024
-
Signed-off-by: Alessandro Croci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 633ce72 - Browse repository at this point
Copy the full SHA 633ce72View commit details
Commits on Mar 1, 2024
-
Add entity validation to OdometryPublisher (#2326)
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 <[email protected]>
Bogdanov Anton authoredMar 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 1349900 - Browse repository at this point
Copy the full SHA 1349900View commit details
Commits on Mar 5, 2024
-
Add entity and sdf parameters to Server's AddSystem interface (#2324)
Signed-off-by: Gabriel Arjones <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ca64d0 - Browse repository at this point
Copy the full SHA 2ca64d0View commit details
Commits on Mar 12, 2024
-
Fix wget in maritime tutorials (#2330)
* Fix wget in maritime tutorials. Signed-off-by: Carlos Agüero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7143110 - Browse repository at this point
Copy the full SHA 7143110View commit details
Commits on Mar 13, 2024
-
Add reference to joint_controller.md tutorial. (#2333)
Signed-off-by: Franco Cipollone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b482a2d - Browse repository at this point
Copy the full SHA b482a2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 220236f - Browse repository at this point
Copy the full SHA 220236fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 295d6f9 - Browse repository at this point
Copy the full SHA 295d6f9View commit details