Skip to content
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

Merged
merged 58 commits into from
Apr 1, 2024
Merged

Merge 8 -> main #2334

merged 58 commits into from
Apr 1, 2024

Commits on Oct 3, 2023

  1. 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]>
    azeey authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    4f8fcda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85cbf82 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. fix INTEGRATION_save_world's SdfGeneratorFixture.ModelWithNestedInclu…

    …des test
    
    Signed-off-by: Ian Chen <[email protected]>
    Signed-off-by: Addisu Z. Taddese <[email protected]>
    iche033 authored and azeey committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    8511623 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Merge pull request #2191 from azeey/3_to_6

    Merge ign-gazebo3 ➡️  ign-gazebo6
    azeey authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    eaad78f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. backport component inspector Vector3d width fix (#2195)

    Signed-off-by: Ian Chen <[email protected]>
    iche033 authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    14b0f3b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Fix another deadlock in sensors system (#2141) (#2200)

    Signed-off-by: Ian Chen <[email protected]>
    iche033 committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    2fd1b23 View commit details
    Browse the repository at this point in the history
  2. merge and fix conflicts

    Signed-off-by: Ian Chen <[email protected]>
    iche033 committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    e7bc54e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Merge pull request #2210 from gazebosim/backport_sensors_fix

    Backport sensors system fixes
    iche033 authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    d7381e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. 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]>
    3 people authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    28728c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Update github issue template (#2222)

    Signed-off-by: Ian Chen <[email protected]>
    iche033 authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    f818301 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20ee4df View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Relax pose check in actor no mesh test (#2196)

    Signed-off-by: Ian Chen <[email protected]>
    iche033 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    97450b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Merge pull request #2225 from gazebosim/backport_actor_no_mesh_fix

    Backport ActorTrajectoryNoMesh test fix
    iche033 authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    2a9d86c View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. 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]>
    jasmeet0915 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    9db8061 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Update friction parameters for skid steer example (#2235)

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e0e02c4 View commit details
    Browse the repository at this point in the history
  2. EnvironmentPreload: ignerr -> gzerr (#2245)

    Signed-off-by: Steve Peters <[email protected]>
    scpeters authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c73c12b View commit details
    Browse the repository at this point in the history
  3. 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]>
    azeey authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    7c786b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. environment_preload: fix windows compiler warnings (#2246)

    Signed-off-by: Steve Peters <[email protected]>
    scpeters authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    81850ce View commit details
    Browse the repository at this point in the history
  2. Disable distortion camera test on Linux (#2247)

    Part of #2243.
    
    Signed-off-by: Steve Peters <[email protected]>
    scpeters authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    14f8796 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. 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]>
    scpeters authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    3a21904 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Fix DLL linkage/visibility issues (#2254)

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    a88340b View commit details
    Browse the repository at this point in the history
  2. 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]>
    jrutgeer authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    8b40b54 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. 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]>
    serkanMzlm authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    8ec622d View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Update CI badges in README (#2271)

    Signed-off-by: Ian Chen <[email protected]>
    iche033 authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    f8b1a46 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. 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]>
    4 people authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    66ae42c View commit details
    Browse the repository at this point in the history
  2. 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]>
    4 people authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    ae0070f View commit details
    Browse the repository at this point in the history
  3. 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]>
    4 people authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    beada29 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. 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]>
    4 people authored Dec 23, 2023
    Configuration menu
    Copy the full SHA
    8f84b05 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. 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]>
    arjo129 authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    4eb9484 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. 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]>
    oysstu authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    9f677bf View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Merge ign-gazebo3 into ign-gazebo6

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    6548aac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2277 from gazebosim/azeey/3_to_6

    Merge ign-gazebo3 ➡️  ign-gazebo6
    azeey authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    5d34efe View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Fix URL in hydrodynamics tutorial (#2280)

    * Fix URL in hydrodynamics tutorial
    * Fix citation bug
    ---------
    Signed-off-by: Mabel Zhang <[email protected]>
    mabelzhang authored Jan 6, 2024
    Configuration menu
    Copy the full SHA
    82969d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. 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]>
    arjo129 and srmainwaring authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    2bba478 View commit details
    Browse the repository at this point in the history
  2. 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]>
    yaswanth1701 authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    926923f View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. 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]>
    quarkytale and ahcorde authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    c6aaaf2 View commit details
    Browse the repository at this point in the history
  2. 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]>
    azeey authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    45a01a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Prepare for 6.16.0 Release (#2284)

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey authored Jan 13, 2024
    Configuration menu
    Copy the full SHA
    a00e377 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Merge 6 into 7

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    5a76b28 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2288 from azeey/6_to_7

    Merge ign-gazebo6 ➡️  gz-sim7
    azeey authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    c6cd6ed View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Prepare for 7.7.0 Release (#2292)

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    f2c2da9 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. 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]>
    azeey authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    cc4914a View commit details
    Browse the repository at this point in the history
  2. Merge 7 into 8

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    ab18888 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Merge pull request #2293 from azeey/7_to_8

    Merge gz-sim7 ➡️  gz-sim8
    azeey authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    a267a68 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. 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]>
    3 people authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    08b5cfe View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. 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]>
    azeey authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    0c445fb View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Explicitly check SKIP_PYBIND11 for python bindings (#2298)

    Signed-off-by: Steve Peters <[email protected]>
    scpeters authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    f28f679 View commit details
    Browse the repository at this point in the history
  2. Light entity match SDF boolean for UserCommands. (#2295)

    Signed-off-by: Benjamin Perseghetti <[email protected]>
    bperseghetti authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a4dc7c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. 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]>
    quarkytale and ahcorde authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    18c535f View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. 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]>
    4 people authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    448463a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Prepare for 8.1.0 (#2308)

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    ab458ba View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Fix typo in Joint.hh (#2310)

    Signed-off-by: Alessandro Croci <[email protected]>
    xela-95 authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    633ce72 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. 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 authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1349900 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    2ca64d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Fix wget in maritime tutorials (#2330)

    * Fix wget in maritime tutorials.
    
    Signed-off-by: Carlos Agüero <[email protected]>
    caguero authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    7143110 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Add reference to joint_controller.md tutorial. (#2333)

    Signed-off-by: Franco Cipollone <[email protected]>
    francocipollone authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b482a2d View commit details
    Browse the repository at this point in the history
  2. merge from gz-sim8

    Signed-off-by: Ian Chen <[email protected]>
    iche033 committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    220236f View commit details
    Browse the repository at this point in the history
  3. merge from gz-sim8

    Signed-off-by: Ian Chen <[email protected]>
    iche033 committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    295d6f9 View commit details
    Browse the repository at this point in the history