-
Notifications
You must be signed in to change notification settings - Fork 275
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
linear_battery_demo.sdf service calls timeout although seems to work #2146
Comments
I can't reproduce this from source. @j-rivero, do you have a chance to test it on your side with gz-sim 8 compiled from source? |
I can not reproduce it anymore, with the current stable packages, gz-sim |
My explanation to this issue is that this request is a two-way message. The request is sent from the sender to destination ( |
I'm able to reproduce this locally with a clean build of Harmonic (gz-sim 82969d5, and gz-transport 764a04bf). |
Environment
Following the instructions in the sdf file everything seems to work fine but the service calls returns a timeout although I see the expected effects in the logs.
Description
Steps to reproduce
gz sim -v 4 linear_battery_demo.sdf -z 10000
gz topic -t "/model/vehicle_blue/cmd_vel" -m gz.msgs.Twist -p "linear: {x: 6.0} angular: {z: 0.4}"
gz service -s /model/vehicle_blue/battery/linear_battery/recharge/start --reqtype gz.msgs.Boolean --reptype gz.msgs.Empty --req 'data:true' --timeout 10000
Output
The text was updated successfully, but these errors were encountered: