gazebosim / gz-sensors

Provides numerous sensor models designed to generate realistic data from simulation environments.
https://gazebosim.org
Apache License 2.0
58 stars 58 forks source link

Allow reusing existing instance of ignition physics #1

Closed osrf-migration closed 6 years ago

osrf-migration commented 7 years ago

Original report (archived issue) by Shane Loretz (Bitbucket: Shane Loretz, GitHub: sloretz).


Initializers in https://osrfoundation.atlassian.net/wiki/spaces/GAZ/pages/11599873/Ignition+Sensors

Related https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-sensors/pull-requests/1/wip-manager-interface/activity#comment-42770711

      /// \brief Initialize the sensor library with physics.
      /// \return True if successfully initialized, false if not
      bool Init(ignition::physics::Manager &_physics);

      /// \brief Initialize the sensor library with rendering and physics.
      /// \return True if successfully initialized, false if not
      bool Init(ignition::rendering::Manager &_rendering, ignition::physics::Manager &_physics);
/// \brief set the rendering manager used by sensors
SetPhysics(ignition::physics::Manager &_physics)
osrf-migration commented 7 years ago

Original comment by Shane Loretz (Bitbucket: Shane Loretz, GitHub: sloretz).


Just physics in this issue, not rendering

osrf-migration commented 6 years ago

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).


Fix issue #1

→ \<\<cset f3141a43917c756c6c1766fdb744c2df90d7bc58>>