Skip to content

Commit

Permalink
Changes to backport to Citadel
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <louise@openrobotics.org>
  • Loading branch information
chapulina committed Jul 29, 2021
1 parent 9e6f743 commit 362570b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions examples/worlds/plot_3d.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<ignition-gui>
<title>Upper link plot</title>
</ignition-gui>
<entity_name>Double pendulum::upper_link</entity_name>
<entity_name>Double_pendulum::upper_link</entity_name>
<color>0 0 1</color>
<offset>0 0 1</offset>
<maximum_points>20</maximum_points>
Expand All @@ -94,7 +94,7 @@
<ignition-gui>
<title>Lower link plot</title>
</ignition-gui>
<entity_name>Double pendulum::lower_link</entity_name>
<entity_name>Double_pendulum::lower_link</entity_name>
<color>0 1 0</color>
<offset>0 0 1</offset>
<maximum_points>40</maximum_points>
Expand Down Expand Up @@ -144,7 +144,7 @@
</model>

<include>
<name>Double pendulum</name>
<name>Double_pendulum</name>
<uri>https://fuel.ignitionrobotics.org/1.0/OpenRobotics/models/Double pendulum with base</uri>
</include>

Expand Down
2 changes: 1 addition & 1 deletion src/Util_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ TEST(UtilTest, ScopedName)
}

/////////////////////////////////////////////////
TEST_F(UtilTest, EntitiesFromScopedName)
TEST(UtilTest, EntitiesFromScopedName)
{
EntityComponentManager ecm;

Expand Down
5 changes: 4 additions & 1 deletion src/gui/plugins/plot_3d/Plot3D_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@
#include "ignition/gazebo/EntityComponentManager.hh"
#include "ignition/gazebo/test_config.hh"

#include "../../GuiRunner.hh"
// Use this when forward-porting to v6
// #include "../../GuiRunner.hh"
#include "ignition/gazebo/gui/GuiRunner.hh"

#include "Plot3D.hh"

int g_argc = 1;
Expand Down

0 comments on commit 362570b

Please sign in to comment.