-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ign -> gz CMake, Python, Partial Source, and File Migrations : gz-launch #176
ign -> gz CMake, Python, Partial Source, and File Migrations : gz-launch #176
Conversation
@osrf-jenkins run tests please! |
1 similar comment
@osrf-jenkins run tests please! |
bebbd6c
to
ebdd907
Compare
@osrf-jenkins run tests please! |
1 similar comment
@osrf-jenkins run tests please! |
ebdd907
to
b4dcde2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with green CI. We should wait for gazebosim/gz-sim#1589 to be merged first.
@@ -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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This requires gazebosim/gz-sim#1589
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually we decided to revert these changes
Codecov Report
@@ Coverage Diff @@
## main #176 +/- ##
=======================================
Coverage 32.49% 32.49%
=======================================
Files 4 4
Lines 834 834
=======================================
Hits 271 271
Misses 563 563
Continue to review full report at Codecov.
|
b4dcde2
to
357e903
Compare
Signed-off-by: methylDragon <[email protected]>
Signed-off-by: methylDragon <[email protected]>
357e903
to
94ca6f1
Compare
Signed-off-by: methylDragon <[email protected]>
94ca6f1
to
cf8e781
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just need to revert the topic change
Forgot to comment that it was reverted! |
@@ -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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still see it here
gz-launch/plugins/websocket_server/WebsocketServer.cc
Lines 809 to 810 in cf8e781
bool executed = this->node.Request("/sim/worlds", | |
req, timeout, rep, result); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops: db67006
Signed-off-by: methylDragon <[email protected]>
cf8e781
to
db67006
Compare
I also fixed the missing |
Signed-off-by: methylDragon <[email protected]>
Signed-off-by: methylDragon <[email protected]>
See: gazebo-tooling/release-tools#765