Skip to content

Commit

Permalink
Partial source and cmake migrations (#176)
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <methylDragon@gmail.com>
  • Loading branch information
methylDragon committed Jul 20, 2022
1 parent 7efd275 commit 4f29674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/websocket_server/WebsocketServer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ void WebsocketServer::OnMessage(int _socketId, const std::string &_msg)
bool result;
unsigned int timeout = 2000;

bool executed = this->node.Request("/gazebo/worlds",
bool executed = this->node.Request("/sim/worlds",
req, timeout, rep, result);

std::string data = BUILD_MSG(this->operations[PUBLISH], frameParts[0],
Expand Down

0 comments on commit 4f29674

Please sign in to comment.