Skip to content

Commit

Permalink
Merge pull request #189 from BCLab-UNM/workaround-issue187
Browse files Browse the repository at this point in the history
Assign the name gzclient to the gazebo_ros client node
  • Loading branch information
gmfricke authored Jul 11, 2018
2 parents 384f7f2 + 086803f commit af66cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rqt_rover_gui/src/GazeboSimManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ QProcess* GazeboSimManager::startGazeboClient()

gazebo_client_process = new QProcess();

QString command = QString("rosrun gazebo_ros gzclient");
QString command = QString("rosrun gazebo_ros gzclient __name:=gzclient");

gazebo_client_process->start(command);

Expand Down

0 comments on commit af66cc4

Please sign in to comment.