Skip to content

Commit

Permalink
reverting sim changes not related to this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
marinagmoreira committed Apr 26, 2024
1 parent 70ae1c2 commit 6cb1d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simulation/src/astrobee_gazebo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ void FreeFlyerModelPlugin::Load(physics::ModelPtr model, sdf::ElementPtr sdf) {

// Read namespace
std::string ns = model_->GetName();
if (ns == "astrobee")
if (ns == "bsharp")
ns = "/";

// Read plugin custom name if specified
Expand Down Expand Up @@ -201,7 +201,7 @@ void FreeFlyerSensorPlugin::Load(sensors::SensorPtr sensor, sdf::ElementPtr sdf)

// Read namespace
std::string ns = model_->GetName();
if (ns == "astrobee")
if (ns == "bsharp")
ns = "/";

// Read plugin custom name if specified
Expand Down

0 comments on commit 6cb1d21

Please sign in to comment.