Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed May 21, 2020
1 parent 319fa83 commit f952393
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tpe/plugin/src/EntityManagementFeatures.hh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class EntityManagementFeatures :

// ----- Construct empty entities -----
public: Identity ConstructEmptyWorld(
const Identity &, const std::string &_name) override;
const Identity &_engineID, const std::string &_name) override;

public: Identity ConstructEmptyModel(
const Identity &_worldID, const std::string &_name) override;
Expand Down
2 changes: 1 addition & 1 deletion tpe/plugin/src/ShapeFeatures.hh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2018 Open Source Robotics Foundation
* Copyright (C) 2020 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
5 changes: 0 additions & 5 deletions tpe/plugin/worlds/shapes.world
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
<?xml version="1.0" ?>
<sdf version="1.6">
<world name="default">
<plugin
filename="libignition-gazebo-physics-system.so"
name="ignition::gazebo::systems::v0::Physics">
</plugin>

<model name="sphere">
<pose>0 1.5 0.5 0 0 0</pose>
<link name="sphere_link">
Expand Down

0 comments on commit f952393

Please sign in to comment.