Get this repository:
git clone https://git.launchpad.net/gazebo-classic

See all merge proposals.

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/gazebosim/gazebo-classic.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 1 minute — see the log

Branches

Name Last Modified Last Commit
test_traversaro 2024-05-15 10:09:39 UTC
Update AudioDecoder.cc

Author: Silvio Traversaro
Author Date: 2024-05-15 10:09:39 UTC

Update AudioDecoder.cc

Signed-off-by: Silvio Traversaro <silvio@traversaro.it>

gazebo11 2024-05-13 08:08:55 UTC
Fix build with boost 1.85.0 (#3386)

Author: Steve Peters
Author Date: 2024-05-13 08:08:55 UTC

Fix build with boost 1.85.0 (#3386)

Signed-off-by: Steve Peters <scpeters@openrobotics.org>

jrivero/prepare_gz11_15 2024-02-14 16:00:05 UTC
Update changelog for 11.15.0

Author: Jose Luis Rivero
Author Date: 2024-02-14 16:00:05 UTC

Update changelog for 11.15.0

Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>

scpeters/nonlinear_slip 2023-12-09 00:07:19 UTC
Add lateral nonlinear slip parameters as well

Author: Steve Peters
Author Date: 2023-12-07 09:14:55 UTC

Add lateral nonlinear slip parameters as well

* Refactor the data definitions and parsing method
  to reduce duplication.
* Refine some unit vector calculations in ODEPhysics
  as well.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>

scpeters/lens-flare-occlusion-lag 2023-05-19 07:31:17 UTC
Merge remote-tracking branch 'audrow/audrow/fix-lens-flare-delay' into scpete...

Author: Steve Peters
Author Date: 2023-05-19 07:31:17 UTC

Merge remote-tracking branch 'audrow/audrow/fix-lens-flare-delay' into scpeters/lens-flare-occlusion-lag

scpeters/lens_flare_light_name 2023-03-21 05:55:33 UTC
Add spot light example to lensflare_plugin.world

Author: Steve Peters
Author Date: 2023-03-21 05:55:33 UTC

Add spot light example to lensflare_plugin.world

Signed-off-by: Steve Peters <scpeters@openrobotics.org>

aditya/fix_dem_test_fail 2023-02-09 23:23:28 UTC
Merge branch 'gazebo11' into aditya/fix_dem_test_fail

Author: Steve Peters
Author Date: 2023-02-09 23:23:28 UTC

Merge branch 'gazebo11' into aditya/fix_dem_test_fail

gazebo9 2023-01-30 17:24:36 UTC
Fix focal builds: use python3 with check_test_ran.py (#3155) (#3278)

Author: Steve Peters
Author Date: 2023-01-30 17:24:36 UTC

Fix focal builds: use python3 with check_test_ran.py (#3155) (#3278)

* Use find_package(Python3) with newer cmake

Signed-off-by: Steve Peters <scpeters@openrobotics.org>

scpeters/ZFix 2023-01-11 23:40:40 UTC
Add extra model in test world

Author: Steve Peters
Author Date: 2023-01-11 21:44:52 UTC

Add extra model in test world

The pre-existing model in the test world exhibits
the lens flare rendering bug without the fix in
this branch, so I added an extra model at a different
pose that does not exhibit the bug. It makes it
easier to confirm that the bug is fixed.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>

scpeters/lens_flare_wide_angle_occlusion 2022-11-29 06:04:34 UTC
Add lensflare_occlusion_demo world

Author: Steve Peters
Author Date: 2022-11-29 06:04:34 UTC

Add lensflare_occlusion_demo world

Using a double pendulum and a big box to test
wide-angle camera occlusion.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>

scpeters/heightmaploader_use_sphericalCoords 2022-10-05 22:07:07 UTC
HeightmapData: deduplicate code, missing method

Author: Steve Peters
Author Date: 2022-10-05 22:07:07 UTC

HeightmapData: deduplicate code, missing method

* Reduce code duplication in LoadDEMAsTerrain and
  LoadTerrainFile methods.
* Fix includes in .hh files
* Add missing LoadTerrainFile implementation

Signed-off-by: Steve Peters <scpeters@openrobotics.org>

scpeters/lunar_dem_fix_transformation 2022-10-04 17:57:33 UTC
Move shared logic outside of if block

Author: Steve Peters
Author Date: 2022-10-04 17:57:33 UTC

Move shared logic outside of if block

Signed-off-by: Steve Peters <scpeters@openrobotics.org>

aditya/lunar_dem_msg 2022-09-08 22:51:35 UTC
Added a test

Author: Aditya
Author Date: 2022-09-08 22:51:35 UTC

Added a test

Signed-off-by: Aditya <aditya050995@gmail.com>

scpeters/skip_zero_stiffness_damping_callback 2022-07-28 00:22:37 UTC
ODEJoint: skip callback when parameters are 0

Author: Steve Peters
Author Date: 2021-12-11 05:42:38 UTC

ODEJoint: skip callback when parameters are 0

Don't connect the ApplyStiffnessDamping callback
if both stiffness and damping coefficients are
approximately zero, as this callback can take
a surprising amount of computation time when there
are lots of joints in a world.

Also, disable the callback of coefficients are
reset to zero.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>

aditya/supress_dem_error_msgs 2022-04-29 22:57:54 UTC
Skip GetGeoRef for gzserver

Author: Aditya
Author Date: 2022-04-29 22:57:54 UTC

Skip GetGeoRef for gzserver

Signed-off-by: Aditya <aditya050995@gmail.com>

aditya/contact_pts 2022-01-04 16:29:44 UTC
Added both virtual force and contact pt rotate method

Author: Aditya
Author Date: 2022-01-04 16:29:44 UTC

Added both virtual force and contact pt rotate method

Signed-off-by: Aditya <aditya050995@gmail.com>

gazebo9_backport_3030_jrivero 2021-08-18 19:27:53 UTC
Replace CURL_LIBRARIES by new style

Author: Jose Luis Rivero
Author Date: 2021-08-18 19:27:53 UTC

Replace CURL_LIBRARIES by new style

iche033/gazebo11-fn 2021-08-03 20:29:48 UTC
move test models, add strip name test, style changes

Author: Ian Chen
Author Date: 2021-08-03 20:24:57 UTC

move test models, add strip name test, style changes

Signed-off-by: Ian Chen <ichen@osrfoundation.org>

jrivero/gazebo11-tse/test 2021-07-29 15:39:06 UTC
Include race condition test to play with connections inside an event

Author: Jose Luis Rivero
Author Date: 2021-07-29 15:39:06 UTC

Include race condition test to play with connections inside an event

Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>

test_fixture_depends_all 2021-05-26 16:19:07 UTC
Build gazebo_test_fixture target when running make install

Author: Jose Luis Rivero
Author Date: 2021-05-26 16:19:07 UTC

Build gazebo_test_fixture target when running make install

first_render_7 2021-05-15 00:42:24 UTC
Merge tag 'gazebo7_7.16.1' into first_render_7

Author: Steve Peters
Author Date: 2021-05-15 00:42:24 UTC

Merge tag 'gazebo7_7.16.1' into first_render_7

gazebo11_2875 2021-05-01 10:15:17 UTC
2875 test to fail in gazebo11 --al

Author: Jose Luis Rivero
Author Date: 2021-05-01 10:15:17 UTC

2875 test to fail in gazebo11 --al

iche033/extend_spotlight_shadows_demo 2021-04-15 22:45:56 UTC
add comment

Author: Ian Chen
Author Date: 2021-04-15 22:45:56 UTC

add comment

Signed-off-by: Ian Chen <ichen@osrfoundation.org>

bugfix-depth-camera-rgb 2020-11-24 16:09:56 UTC
Merge branch 'gazebo11' of github.com:osrf/gazebo into bugfix-depth-camera-rgb

Author: Jose Luis Rivero
Author Date: 2020-11-24 16:09:56 UTC

Merge branch 'gazebo11' of github.com:osrf/gazebo into bugfix-depth-camera-rgb

jrivero/11/tinyobj 2020-11-23 11:20:51 UTC
Update TinyOBJLoader to v2.0.0rc8

Author: Louise Poubel
Author Date: 2020-11-20 17:38:48 UTC

Update TinyOBJLoader to v2.0.0rc8

Signed-off-by: Louise Poubel <louise@openrobotics.org>

wideangle_example_7.0.0 2020-11-04 23:08:05 UTC
Revert added virtual function

Author: Steve Peters
Author Date: 2020-11-04 23:08:05 UTC

Revert added virtual function

Signed-off-by: Steve Peters <scpeters@openrobotics.org>

camera_lens_example_isolated 2020-11-04 22:06:41 UTC
pull someones changes, and fix overlay mouse transparency

Author: Mykola Dolhyi
Author Date: 2015-10-14 00:06:23 UTC

pull someones changes, and fix overlay mouse transparency

pc_color_test 2020-10-06 21:18:02 UTC
add test

Author: Ian Chen
Author Date: 2020-10-06 21:18:02 UTC

add test

Signed-off-by: Ian Chen <ichen@osrfoundation.org>

gazebo10 2020-09-24 16:38:03 UTC
Set friction params in DARTCollision for dart 6.10 (#2781)

Author: Steve Peters
Author Date: 2020-09-24 16:38:03 UTC

Set friction params in DARTCollision for dart 6.10 (#2781)

They are currently being set in DARTLink; set them in DARTCollision
instead if dart 6.10 is in use.
Also set the DART friction direction and enable corresponding tests,
including the DirectionNaN test.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>

gazebo7 2020-08-31 17:02:46 UTC
Fix assumptions that CMAKE_INSTALL_*DIR paths are relative. (#2780)

Author: Ben Wolsieffer
Author Date: 2020-08-31 17:02:46 UTC

Fix assumptions that CMAKE_INSTALL_*DIR paths are relative. (#2780)

When an absolute path is desired, the CMAKE_INSTALL_FULL_*DIR variables should
be used instead of concatenating with CMAKE_INSTALL_PREFIX. Special handling is
also needed for pkg-config files.

ahcorde/performance_metrics_sensor_manager 2020-08-31 13:11:23 UTC
Published performance metrics

Author: Alex
Author Date: 2020-08-31 13:11:23 UTC

Published performance metrics

Signed-off-by: ahcorde <ahcorde@gmail.com>

ahcorde/publish/performance_metrics_server 2020-08-17 09:32:57 UTC
Added feedback

Author: Alex
Author Date: 2020-08-17 09:32:57 UTC

Added feedback

Signed-off-by: ahcorde <ahcorde@gmail.com>

ahcorde/profiler/ign_common 2020-07-28 19:40:14 UTC
make linters happy

Author: Alex
Author Date: 2020-07-28 19:40:14 UTC

make linters happy

Signed-off-by: ahcorde <ahcorde@gmail.com>

update_11_1_pre1 2020-07-20 11:48:38 UTC
Include DART suppport in binaries

Author: Jose Luis Rivero
Author Date: 2020-07-20 11:48:38 UTC

Include DART suppport in binaries

tracked_plugin_fix_arm_gazebo11 2020-06-08 14:42:30 UTC
Need pthread to properly link gtest as shared library

Author: Jose Luis Rivero
Author Date: 2020-06-08 14:42:30 UTC

Need pthread to properly link gtest as shared library

static_tracked_vehicle_plugin_gazebo9 2020-05-28 22:11:22 UTC
Build TrackedVehiclePlugin using a shared library to fix problems on ARM

Author: Jose Luis Rivero
Author Date: 2020-05-28 22:11:22 UTC

Build TrackedVehiclePlugin using a shared library to fix problems on ARM

tracked_plugin_fix_arm 2020-05-27 23:31:21 UTC
Build SHARED library for TrackedVehiclePlugin

Author: Jose Luis Rivero
Author Date: 2020-05-27 23:31:21 UTC

Build SHARED library for TrackedVehiclePlugin

gazebo11_update_gtest 2020-04-24 15:46:28 UTC
More removals of empty arguments in gtest

Author: Jose Luis Rivero
Author Date: 2020-04-24 15:46:28 UTC

More removals of empty arguments in gtest

master 2020-04-21 21:30:36 UTC
fix typo in Migration.md (#2712)

Author: Shingo Kitagawa
Author Date: 2020-04-21 21:30:36 UTC

fix typo in Migration.md (#2712)

ode_move_cog2 2020-04-13 08:21:23 UTC
merge with gazebo11

Author: Steve Peters
Author Date: 2020-04-13 08:21:23 UTC

merge with gazebo11

ahcorde/gazebo9_reflections 2020-03-25 17:43:50 UTC
merged from gazebo9

Author: Alex
Author Date: 2020-03-25 17:43:50 UTC

merged from gazebo9

tape_measure 2020-02-26 22:58:53 UTC
merge with gazebo10

Author: Steve Peters
Author Date: 2020-02-26 22:58:53 UTC

merge with gazebo10

debug_scale 2020-02-12 20:56:47 UTC
Merged gazebo9 into debug_scale

Author: Steven Peters
Author Date: 2020-02-12 20:56:47 UTC

Merged gazebo9 into debug_scale

frame_semantics_included_models 2020-01-24 23:14:04 UTC
Fix pose resolution for included models where the containing world uses frame...

Author: Addisu Z. Taddese
Author Date: 2020-01-24 23:14:04 UTC

Fix pose resolution for included models where the containing world uses frame semantics

jom_nmake 2020-01-23 17:32:35 UTC
Use JOM nmake

Author: Jose Luis Rivero
Author Date: 2020-01-23 17:32:35 UTC

Use JOM nmake

fix_win_build 2020-01-23 08:59:30 UTC
Converted throwing exception to writing out an error.

Author: Martin Pecka
Author Date: 2020-01-23 08:59:30 UTC

Converted throwing exception to writing out an error.

respect_fps 2020-01-22 21:39:24 UTC
merge with respect_fps_2_sensor_abi

Author: Steve Peters
Author Date: 2020-01-22 21:39:24 UTC

merge with respect_fps_2_sensor_abi

gearbox_reference_angles9 2020-01-11 10:08:17 UTC
merge with gazebo9

Author: Steve Peters
Author Date: 2020-01-11 10:08:17 UTC

merge with gazebo9

boost_pkgconfig_target_fix_9 2019-12-27 00:23:41 UTC
merge with gazebo9

Author: Steve Peters
Author Date: 2019-12-27 00:23:41 UTC

merge with gazebo9

link_gts_private_7 2019-12-01 07:37:37 UTC
link gts and several other gazebo_common libraries as private to fix linking ...

Author: Steve Peters
Author Date: 2019-12-01 07:37:37 UTC

link gts and several other gazebo_common libraries as private to fix linking erros on macos

merge_gazebo10_default 2019-11-25 17:03:03 UTC
Merge citadel_deps_msgs branch. PR 3139

Author: Jose Luis Rivero
Author Date: 2019-11-25 17:03:03 UTC

Merge citadel_deps_msgs branch. PR 3139

gazebo10_jonoyola_plugins 2019-11-23 19:07:41 UTC
Import patch from Jonathan Noyola at PR 3072

Author: Jose Luis Rivero
Author Date: 2019-11-23 19:07:41 UTC

Import patch from Jonathan Noyola at PR 3072

gazebo10_traversaro_tbb 2019-11-23 15:35:18 UTC
Import of Silvio Traversaro patch in PR 3135

Author: Jose Luis Rivero
Author Date: 2019-11-23 15:35:18 UTC

Import of Silvio Traversaro patch in PR 3135

gazebo10_traversaro_heightmap 2019-11-23 15:34:08 UTC
Import of Silvio Traversaro patch in PR 3130

Author: Jose Luis Rivero
Author Date: 2019-11-23 15:34:08 UTC

Import of Silvio Traversaro patch in PR 3130

gazebo10_just_have_bullet 2019-11-23 15:30:47 UTC
Import of Stephen Just patch in PR 3151

Author: Jose Luis Rivero
Author Date: 2019-11-23 15:30:47 UTC

Import of Stephen Just patch in PR 3151

gazebo10_traversaro_3144 2019-11-23 00:25:33 UTC
Import patch from Silvio Traversaro at PR 3144

Author: Jose Luis Rivero
Author Date: 2019-11-23 00:25:33 UTC

Import patch from Silvio Traversaro at PR 3144

gazebo10-fix-compile-bullet 2019-11-17 06:18:06 UTC
Fix linking of opende with HAVE_BULLET

Author: SJ
Author Date: 2019-11-17 06:18:06 UTC

Fix linking of opende with HAVE_BULLET

citadel_deps_msgs_stdany 2019-10-28 23:05:23 UTC
Inertial::MOI -> Inertial::Moi to fix deprecation warnings

Author: Steve Peters
Author Date: 2019-10-28 23:05:23 UTC

Inertial::MOI -> Inertial::Moi to fix deprecation warnings

ogre_1_12_support 2019-10-02 09:09:20 UTC
Fix indentation in RenderEngine.cc

Author: Silvio Traversaro
Author Date: 2019-10-02 09:09:20 UTC

Fix indentation in RenderEngine.cc

citadel_deps 2019-10-01 21:49:14 UTC
WorldState.cc: get as sdf::Time and convert to avoid gcc8 confusion

Author: Steve Peters
Author Date: 2019-10-01 21:49:14 UTC

WorldState.cc: get as sdf::Time and convert to avoid gcc8 confusion

gazebo11-deps-update 2019-09-27 02:20:25 UTC
Updating dependencies

Author: Nate Koenig
Author Date: 2019-09-27 02:20:25 UTC

Updating dependencies

trisphere_cycle_wheel_slip_joint_control 2019-09-18 19:39:42 UTC
add JointControlPlugin to test/worlds/trisphere_cycle_wheel_slip.world

Author: Steve Peters
Author Date: 2019-09-18 19:39:42 UTC

add JointControlPlugin to test/worlds/trisphere_cycle_wheel_slip.world

use_gazebo_ns_with_msgs 2019-09-12 21:35:43 UTC
Prepend gazebo:: to all msgs:: namespaces that do not include ignition

Author: Nate Koenig
Author Date: 2019-09-12 21:35:43 UTC

Prepend gazebo:: to all msgs:: namespaces that do not include ignition

dart_slip_debug9 2019-08-06 01:46:56 UTC
hacking WheelSlipPlugin to support dart

Author: Steve Peters
Author Date: 2019-08-06 01:46:56 UTC

hacking WheelSlipPlugin to support dart

gazebo9_libs_private 2019-07-12 18:25:53 UTC
Move boost libraries in pkg-config to Libs.private

Author: Jose Luis Rivero
Author Date: 2019-07-12 18:25:53 UTC

Move boost libraries in pkg-config to Libs.private

gazebo8 2019-03-26 18:02:49 UTC
7 -> 8

Author: Steve Peters
Author Date: 2019-03-26 18:02:49 UTC

7 -> 8

python_check_test_ran_jrivero 2019-03-16 00:09:26 UTC
More Debug instructions

Author: Jose Luis Rivero
Author Date: 2019-03-16 00:09:26 UTC

More Debug instructions

python_check_test_ran 2019-03-13 21:24:42 UTC
find python and use PYTHON_EXECUTABLE when invoking check_test_ran.py

Author: Steve Peters
Author Date: 2019-03-13 21:24:42 UTC

find python and use PYTHON_EXECUTABLE when invoking check_test_ran.py

windows_c4305_9 2019-03-11 07:59:07 UTC
fix C4305 warnings in gazebo/physics: truncation from double to float

Author: Steve Peters
Author Date: 2019-03-11 07:59:07 UTC

fix C4305 warnings in gazebo/physics: truncation from double to float

bump_sdf7_version 2019-01-17 16:45:24 UTC
Bump sdf required version to 7

Author: Nate Koenig
Author Date: 2019-01-17 16:45:24 UTC

Bump sdf required version to 7

gazebo9.5.0_seanyen-msft 2019-01-10 23:23:31 UTC
Back to enable freeimage variables

Author: Jose Luis Rivero
Author Date: 2019-01-10 23:23:31 UTC

Back to enable freeimage variables

model_editor_undo_test 2018-12-17 07:06:29 UTC
check if hotspot is initialized in JointData::Update

Author: Steve Peters
Author Date: 2018-12-17 07:06:29 UTC

check if hotspot is initialized in JointData::Update

improve-plugin-interface 2018-12-14 00:38:58 UTC
Nitpicks in tests.

Author: Martin Pecka
Author Date: 2018-12-14 00:38:58 UTC

Nitpicks in tests.

ardupilot 2018-12-07 01:07:04 UTC
fix plugin compilation by using SensorScopedName instead of GetSensorScopedName

Author: Steve Peters
Author Date: 2018-12-07 01:07:04 UTC

fix plugin compilation by using SensorScopedName instead of GetSensorScopedName

profiler_and_introspection 2018-12-04 23:48:30 UTC
Add separators.

Author: =?utf-8?q?Carlos_Ag=C3=BCero?=
Author Date: 2018-12-04 23:48:30 UTC

Add separators.

model_visibility 2018-12-04 08:25:49 UTC
merge with default

Author: Olivier Crave
Author Date: 2018-12-04 08:25:49 UTC

merge with default

issue_404 2018-11-05 22:56:41 UTC
Missing semicolons

Author: Nate Koenig
Author Date: 2018-11-05 22:56:41 UTC

Missing semicolons

test_2239_check_dart 2018-10-20 08:41:06 UTC
check HAVE_DART before creating dart test case for 2239 regression test

Author: Steve Peters
Author Date: 2018-10-20 08:41:06 UTC

check HAVE_DART before creating dart test case for 2239 regression test

dangling_heads 2018-10-18 07:13:52 UTC
merge dangling_heads with scpeters/bump-patch-number-for-7131-1529097695370

Author: Steve Peters
Author Date: 2018-10-18 07:13:52 UTC

merge dangling_heads with scpeters/bump-patch-number-for-7131-1529097695370

pose_problem 2018-08-06 11:50:02 UTC
Merged two heads

Author: Mrunzzz
Author Date: 2018-08-06 11:50:02 UTC

Merged two heads

led_plugin 2018-07-20 23:03:25 UTC
Fix coding style etc

Author: Tetsuya Idota
Author Date: 2018-07-20 23:03:25 UTC

Fix coding style etc

pose_problem_chapulina 2018-07-19 20:51:59 UTC
merged from issue_2479_gz10

Author: chapulina
Author Date: 2018-07-19 20:51:59 UTC

merged from issue_2479_gz10

gpu_vertical_changelog 2018-06-22 14:56:28 UTC
merged from gazebo7

Author: chapulina
Author Date: 2018-06-22 14:56:28 UTC

merged from gazebo7

gazebo7_boost_path2 2018-06-11 16:11:41 UTC
Workaround for boost copy patch

Author: Jose Luis Rivero
Author Date: 2018-06-11 16:11:41 UTC

Workaround for boost copy patch

gazebo7_boost_patch 2018-06-11 12:11:23 UTC
Workaround for boost copy patch

Author: Jose Luis Rivero
Author Date: 2018-06-11 12:11:23 UTC

Workaround for boost copy patch

distributed_sim 2018-06-07 15:30:36 UTC
Bootstrap Manager and Client plugins.

Author: Michael Carroll
Author Date: 2018-06-07 15:30:36 UTC

Bootstrap Manager and Client plugins.

embedded_window_example 2018-05-02 23:14:18 UTC
merged from default

Author: chapulina
Author Date: 2018-05-02 23:14:18 UTC

merged from default

dart_collision_bullet 2018-04-18 18:07:33 UTC
DARTPhysics: use bullet collision detection

Author: Steve Peters
Author Date: 2018-04-18 18:07:33 UTC

DARTPhysics: use bullet collision detection

homesim 2018-04-13 00:34:47 UTC
merge from gazebo7

Author: Ian Chen
Author Date: 2018-04-13 00:34:47 UTC

merge from gazebo7

glint-plugin7 2018-04-10 23:27:49 UTC
Porting the glint plugin prototype from gazebo9 to gazebo7

Author: Michael X. Grey
Author Date: 2018-04-10 23:27:49 UTC

Porting the glint plugin prototype from gazebo9 to gazebo7

avoid_auto_download 2018-04-05 17:23:32 UTC
Initial implementation

Author: Jose Luis Rivero
Author Date: 2018-04-05 17:23:32 UTC

Initial implementation

osx_cxx_flags_should_be_list 2018-04-03 16:36:35 UTC
Fix GAZEBO_CXX_FLAGS becoming a string on OSX

Author: Shane Loretz
Author Date: 2018-04-03 16:36:35 UTC

Fix GAZEBO_CXX_FLAGS becoming a string on OSX

JointCreatorBug 2018-03-19 16:36:10 UTC
Fixed issue which lead to reset of values on pressing enter

Author: Mrunzzz
Author Date: 2018-03-19 16:36:10 UTC

Fixed issue which lead to reset of values on pressing enter

issue_2111_7 2018-03-17 00:51:21 UTC
remove const changes to see if that helps API/ABI

Author: Steve Peters
Author Date: 2018-03-17 00:51:21 UTC

remove const changes to see if that helps API/ABI

fbx_7 2018-03-10 08:16:04 UTC
wip

Author: Ian Chen
Author Date: 2018-03-10 08:16:04 UTC

wip

contact_sensor_active 2018-03-02 23:12:52 UTC
update test for new approach

Author: chapulina
Author Date: 2018-03-02 23:12:52 UTC

update test for new approach

plot_repeated 2018-02-23 05:04:05 UTC
plot repeated field

Author: Ian Chen
Author Date: 2018-02-23 05:04:05 UTC

plot repeated field

lensflare_occlusion_query_7 2018-02-22 22:07:09 UTC
testing occlusion query

Author: Ian Chen
Author Date: 2018-02-22 22:07:09 UTC

testing occlusion query

inertia_vis 2018-02-05 20:29:18 UTC
merge with gazebo7

Author: Steve Peters
Author Date: 2018-02-05 20:29:18 UTC

merge with gazebo7

pose_rotations_resize 2018-02-05 20:29:03 UTC
merge with gazebo7

Author: Steve Peters
Author Date: 2018-02-05 20:29:03 UTC

merge with gazebo7

1100 of 751 results

Other repositories

Name Last Modified
lp:gazebo-classic 2024-06-05
lp:~j-rivero/gazebo-classic/+git/sdformat9 2024-03-05
12 of 2 results
You can't create new repositories for Gazebo Classic (aka Gazebo11).