Skip to content

Commit c608355

Browse files
committed
Rename ignition to gz in #1519.
Signed-off-by: Addisu Z. Taddese <[email protected]>
1 parent a245b02 commit c608355

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

test/integration/camera_sensor_background_from_scene.cc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919

2020
#include <string>
2121

22-
#include <ignition/transport/Node.hh>
23-
#include <ignition/utilities/ExtraTestMacros.hh>
22+
#include <gz/transport/Node.hh>
23+
#include <gz/utils/ExtraTestMacros.hh>
2424

25-
#include "ignition/gazebo/Server.hh"
26-
#include "ignition/gazebo/SystemLoader.hh"
27-
#include "ignition/gazebo/Util.hh"
28-
#include "ignition/gazebo/test_config.hh"
25+
#include "gz/sim/Server.hh"
26+
#include "gz/sim/SystemLoader.hh"
27+
#include "gz/sim/Util.hh"
28+
#include "gz/sim/test_config.hh"
2929

3030
#include "../helpers/EnvTestFixture.hh"
3131

32-
using namespace ignition;
32+
using namespace gz;
3333
using namespace std::chrono_literals;
3434

3535
std::mutex mutex;
@@ -80,10 +80,10 @@ TEST_F(CameraSensorBackgroundFixture,
8080
const auto sdfFile = common::joinPaths(std::string(PROJECT_SOURCE_PATH),
8181
"test", "worlds", "camera_sensor_scene_background.sdf");
8282
// Start server
83-
gazebo::ServerConfig serverConfig;
83+
sim::ServerConfig serverConfig;
8484
serverConfig.SetSdfFile(sdfFile);
8585

86-
gazebo::Server server(serverConfig);
86+
sim::Server server(serverConfig);
8787
EXPECT_FALSE(server.Running());
8888
EXPECT_FALSE(*server.Running(0));
8989

test/worlds/camera_sensor_scene_background.sdf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
</physics>
88
<plugin
99
filename="ignition-gazebo-physics-system"
10-
name="ignition::gazebo::systems::Physics">
10+
name="gz::sim::systems::Physics">
1111
</plugin>
1212
<plugin
1313
filename="ignition-gazebo-sensors-system"
14-
name="ignition::gazebo::systems::Sensors">
14+
name="gz::sim::systems::Sensors">
1515
<render_engine>ogre2</render_engine>
1616
</plugin>
1717

0 commit comments

Comments
 (0)