-
Notifications
You must be signed in to change notification settings - Fork 276
Comparing changes
Open a pull request
base repository: gazebosim/gz-sim
base: main
head repository: gazebosim/gz-sim
compare: gz-sim8
- 20 commits
- 55 files changed
- 13 contributors
Commits on Aug 26, 2024
-
Fixed Odometry Publisher Angular Velocity Singularity in 3D (#2348)
The angular velocity was calculated using euler angles which led to singularities --------- Signed-off-by: Tom Creutz <tcreutz97@gmail.com> Signed-off-by: Shameek Ganguly <shameek@google.com> Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org> Co-authored-by: Addisu Z. Taddese <addisu@openrobotics.org> Co-authored-by: Aditya Pande <aditya050995@gmail.com> Co-authored-by: Ian Chen <ichen@openrobotics.org> Co-authored-by: Shameek Ganguly <shameek@google.com>
Configuration menu - View commit details
-
Copy full SHA for bf05593 - Browse repository at this point
Copy the full SHA bf05593View commit details -
Check ranges before access (#2540)
Added a check for non-empty laser scan ranges before accessing the elements. Signed-off-by: Ian Chen <ichen@openrobotics.org>
Configuration menu - View commit details
-
Copy full SHA for a33e246 - Browse repository at this point
Copy the full SHA a33e246View commit details
Commits on Aug 27, 2024
-
clang-tidy fixes: use empty(), fix includes (#2548)
* check !empty(), not compare to size() * include what you use: add missing, remove unused headers, alphabetize. Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Configuration menu - View commit details
-
Copy full SHA for 1784944 - Browse repository at this point
Copy the full SHA 1784944View commit details -
Backport nonbreaking changes from ionic (#2552)
* Model.hh: add ModelByName and ModelCount APIs Backport nested model accessor APIs from #2494. * Add WrenchMeasured component * Physics.cc: fix typo in comment * sensor_TEST.py: move PreUpdate callback to Update The test's PreUpdate callback assumes that it executes after the ForceTorque::PreUpdate, so just move it to Update to gurantee it. Also fix a spelling error in the callback variable names. * fix spelling in on_post_update_cb * backport minor fixes to force-torque test * Include System.hh from some systems, add comment Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Configuration menu - View commit details
-
Copy full SHA for f600a44 - Browse repository at this point
Copy the full SHA f600a44View commit details
Commits on Sep 2, 2024
-
corrected command to move the kth_freeflyer spacecraft testbed (#2565)
Signed-off-by: Azmyin M. Kamal <azmyin12@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 34efaf1 - Browse repository at this point
Copy the full SHA 34efaf1View commit details
Commits on Sep 3, 2024
-
Add point cloud data size sanity check to fix crash (#2549)
Signed-off-by: Ian Chen <ichen@openrobotics.org>
Configuration menu - View commit details
-
Copy full SHA for e4fd295 - Browse repository at this point
Copy the full SHA e4fd295View commit details
Commits on Sep 5, 2024
-
fixed typos in three places (#2599)
Signed-off-by: Abhiroop Bhavsar <b22me002@iitj.ac.in>
Configuration menu - View commit details
-
Copy full SHA for e237d59 - Browse repository at this point
Copy the full SHA e237d59View commit details
Commits on Sep 10, 2024
-
Enabling Global Illumination (GI VCT) for sensors in SDF (#2550)
Signed-off-by: Athena Z <athenaz@google.com> Co-authored-by: Ian Chen <ichen@openrobotics.org> Co-authored-by: Addisu Z. Taddese <addisu@openrobotics.org>
Configuration menu - View commit details
-
Copy full SHA for a167312 - Browse repository at this point
Copy the full SHA a167312View commit details
Commits on Oct 4, 2024
-
Add check for valid world pose cmd values (#2640)
Signed-off-by: Ian Chen <ichen@openrobotics.org>
Configuration menu - View commit details
-
Copy full SHA for 63b210a - Browse repository at this point
Copy the full SHA 63b210aView commit details
Commits on Oct 14, 2024
-
Break out server constructor (#2638)
* Copy the code to the new function - won't compile * Fix the build * Replace static default world with sdf default world * Added string and utility headers * test moving header file Signed-off-by: Nate Koenig <natekoenig@gmail.com> * Move header file back Signed-off-by: Nate Koenig <natekoenig@gmail.com> * Move meshinertiacalculator header Signed-off-by: Nate Koenig <natekoenig@gmail.com> * Testing remove of literals Signed-off-by: Nate Koenig <natekoenig@gmail.com> * Undo tests, and just move the MeshInertiaCalculator.hh to top of file Signed-off-by: Nate Koenig <natekoenig@gmail.com> --------- Signed-off-by: Nate Koenig <natekoenig@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d94c11e - Browse repository at this point
Copy the full SHA d94c11eView commit details
Commits on Oct 31, 2024
-
Backport SystemConfigurePriority to harmonic (#2661)
This is part of #2500 that can be backported without breaking anything. None of the default system priorities are changed to preserve existing behavior. Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Configuration menu - View commit details
-
Copy full SHA for 2d6a63b - Browse repository at this point
Copy the full SHA 2d6a63bView commit details
Commits on Nov 4, 2024
-
Fix crash when multicopter motor system is attached to an empty model (…
…#2653) Signed-off-by: Ian Chen <ichen@openrobotics.org>
Configuration menu - View commit details
-
Copy full SHA for 321874e - Browse repository at this point
Copy the full SHA 321874eView commit details
Commits on Nov 8, 2024
-
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
Configuration menu - View commit details
-
Copy full SHA for c298007 - Browse repository at this point
Copy the full SHA c298007View commit details
Commits on Nov 12, 2024
-
Signed-off-by: Ian Chen <ichen@openrobotics.org> (cherry picked from commit 57599fb)
Configuration menu - View commit details
-
Copy full SHA for 9889df4 - Browse repository at this point
Copy the full SHA 9889df4View commit details
Commits on Nov 19, 2024
-
Prepend to PYTHONPATH in tests (#2673) (#2681)
Preserve the existing PYTHONPATH by prepending instead of replacing. Signed-off-by: Steve Peters <scpeters@openrobotics.org> (cherry picked from commit 0d346de) Co-authored-by: Steve Peters <scpeters@openrobotics.org>
Configuration menu - View commit details
-
Copy full SHA for 1bbb645 - Browse repository at this point
Copy the full SHA 1bbb645View commit details -
Improve load times by skipping serialization of entities when unecess…
…ary. (#2596) (#2683) * A hack to greatly improve load times I was investigating gazebosim/gazebo_test_cases#1576 , in my investigation it came to my notice that `sdf::Element` takes forever to destroy (We should open a ticket somewhere about this). If we are skipping serialization we might as well not create and destroy an SDF Element. This hack greatly speeds up the load time for gazebo. Signed-off-by: Arjo Chakravarty <arjoc@intrinsic.ai> Signed-off-by: Ian Chen <ichen@openrobotics.org> Co-authored-by: Ian Chen <ichen@openrobotics.org> (cherry picked from commit 1a88131)
Configuration menu - View commit details
-
Copy full SHA for e4b09ee - Browse repository at this point
Copy the full SHA e4b09eeView commit details
Commits on Dec 8, 2024
-
Link.hh: add Sensor accessor APIs (#2693)
This adds SensorByName, Sensors, and SensorCount accessors to the Link class with associated python bindings. Signed-off-by: Steve Peters <scpeters@openrobotics.org> (cherry picked from commit 7f002d6)
Configuration menu - View commit details
-
Copy full SHA for 1db0c27 - Browse repository at this point
Copy the full SHA 1db0c27View commit details
Commits on Dec 9, 2024
-
Use same FP limits for TrackedVehicle to avoid self-moving (#2651)
Signed-off-by: Maksim Derbasov <ntfs.hard@gmail.com> (cherry picked from commit 6f7d21f)
Configuration menu - View commit details
-
Copy full SHA for ebf0758 - Browse repository at this point
Copy the full SHA ebf0758View commit details
Commits on Dec 13, 2024
-
Extend shapes plugin width to include the ellipsoid button (#2699)
Signed-off-by: Ian Chen <ichen@openrobotics.org> (cherry picked from commit f0cde05)
Configuration menu - View commit details
-
Copy full SHA for 779b009 - Browse repository at this point
Copy the full SHA 779b009View commit details
Commits on Dec 17, 2024
-
Add parameter for adjust current sign in battery plugin (#2696)
Signed-off-by: Tatsuro Sakaguchi <tatsuro.sakaguchi@g.softbank.co.jp> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com> (cherry picked from commit dd3e241)
Configuration menu - View commit details
-
Copy full SHA for 500fe86 - Browse repository at this point
Copy the full SHA 500fe86View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...gz-sim8