gazebo-classic:aditya/lunar_dem_msg

Last commit made on 2022-09-08
Get this branch:
git clone -b aditya/lunar_dem_msg https://git.launchpad.net/gazebo-classic

Branch merges

Branch information

Name:
aditya/lunar_dem_msg
Repository:
lp:gazebo-classic

Recent commits

171435a... by Aditya <email address hidden>

Added a test

Signed-off-by: Aditya <email address hidden>

e10be84... by Aditya <email address hidden>

Merge branch 'aditya/lunar_dem_base' into aditya/lunar_dem_msg

e7ffa15... by Aditya Pande <email address hidden>

SphericalCoordinates: support Lunar calculations (#3250)

* Add support for MOON_SCS in spherical coords

Signed-off-by: Aditya <email address hidden>

c4af819... by Aditya <email address hidden>

Added MOON_SCS to msg enum

Signed-off-by: Aditya <email address hidden>

127108a... by Steve Peters <email address hidden>

LensFlare: verify that OcclusionSteps >= 1 (#3241)

Signed-off-by: Steve Peters <email address hidden>

1cc7e0b... by Steve Peters <email address hidden>

Wheel plowing approximation in ODEPhysics (#3164)

This adds an approximation of a wheel plowing effect
by rotating contact points and normals forward to
approximate the normal pressure distribution when
plowing longitudinally through deformable soil.

This builds on the implementation of the plowing effect
from the aditya/contact_pts branch to implement a model
discussed in #3085.

* Collision::WorldLinearVel: account for pose offset

Signed-off-by: Steve Peters <email address hidden>

Add example world and models, plowing SDFormat tags

Signed-off-by: Aditya <email address hidden>

Plowing effect unit test (#3229)

Signed-off-by: deepanshu <email address hidden>

Co-authored-by: Aditya <email address hidden>
Co-authored-by: Deepanshu Bansal <email address hidden>

20705f5... by Steve Peters <email address hidden>

LensFlare: parameterize number of occlusion steps (#3234)

There is a significant amount of CPU time taken
when checking for occlusions in the LensFlare
compositor listener. This exposes the number
of steps taken when checking occlusions to allow
users to attempt to speed up this process.

* LensFlarePlugin: call SetCamera last

The SetCamera call passes the current parameters to
the compositor listener, so make sure that it is
called last.

Signed-off-by: Steve Peters <email address hidden>

3e3e019... by Steve Peters <email address hidden>

Support shininess value for each Visual in a Model (#3235)

This moves the parsing of shininess values from
World::LoadModel to Link::UpdateVisualMsg and
stores the values by scoped Visual name rather
than by Model name. The per-model gz services
are also replaced by a single /shininess
service. A World::ShininessByScopedName method
for accessing the shininess map is provided, and
a mutex is used to protect access to the map.

Signed-off-by: Steve Peters <email address hidden>

9f41863... by Steve Peters <email address hidden>

Fix shininess and add tests (#3231)

* Add Visual::Shininess accessor and corresponding
visual_shininess integration test that confirms
shininess values are properly added to Visuals in
the shapes_shininess example world.

* Fix the test by reverting part of #3223, moving
the shininess service call back to Visual::Load.
A different fix for the PR2 tests is made by
checking for existence of shininess service
before calling.

Signed-off-by: Steve Peters <email address hidden>

e2849f9... by Jenn Nguyen <email address hidden>

Updated README links (#3226)

Signed-off-by: Jenn Nguyen <email address hidden>