Skip to content

Commit

Permalink
Migrate Bullet to ign-physics4 (#271)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina committed Jun 24, 2021
1 parent 583aef1 commit a1a8f8b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bullet/src/EntityManagementFeatures.hh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace physics {
namespace bullet {

struct EntityManagementFeatureList : ignition::physics::FeatureList<
RemoveEntities,
RemoveModelFromWorld,
ConstructEmptyWorldFeature
> { };

Expand Down
2 changes: 1 addition & 1 deletion bullet/src/FreeGroupFeatures.cc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Identity FreeGroupFeatures::FindFreeGroupForLink(
}

/////////////////////////////////////////////////
Identity FreeGroupFeatures::GetFreeGroupCanonicalLink(
Identity FreeGroupFeatures::GetFreeGroupRootLink(
const Identity &_groupID) const
{
(void) _groupID;
Expand Down
2 changes: 1 addition & 1 deletion bullet/src/FreeGroupFeatures.hh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class FreeGroupFeatures

Identity FindFreeGroupForLink(const Identity &_linkID) const override;

Identity GetFreeGroupCanonicalLink(const Identity &_groupID) const override;
Identity GetFreeGroupRootLink(const Identity &_groupID) const override;

// ----- SetFreeGroupWorldPose -----
void SetFreeGroupWorldPose(
Expand Down
2 changes: 1 addition & 1 deletion examples/simple_plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
set(IGN_PLUGIN_VER 1)
find_package(ignition-plugin${IGN_PLUGIN_VER} 1.1 REQUIRED COMPONENTS all)

set(IGN_PHYSICS_VER 2)
set(IGN_PHYSICS_VER 4)
find_package(ignition-physics${IGN_PHYSICS_VER} REQUIRED)

add_library(SimplePlugin SHARED plugin.cc EntityManagementFeatures.cc)
Expand Down

0 comments on commit a1a8f8b

Please sign in to comment.