We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
runtime_error should be informative.
"what(): Failed to get response from ROS service: myservice/"
"what(): Failed to get response from ROS service"
Change the code in:
ros1_bridge/include/ros1_bridge/factory.hpp
Line 252 in 961ddee
throw std::runtime_error("Failed to get response from ROS service: " + client.getService());
Maybe it should include the fact that the error was thrown from the ros1_bridge
ros1_bridge
The text was updated successfully, but these errors were encountered:
Please consider to create a pull request with your proposed patch.
Sorry, something went wrong.
No branches or pull requests
Feature request
runtime_error should be informative.
Feature description
Expected behavior
"what(): Failed to get response from ROS service: myservice/"
Actual behavior
"what(): Failed to get response from ROS service"
Implementation considerations
Change the code in:
ros1_bridge/include/ros1_bridge/factory.hpp
Line 252 in 961ddee
to
Optional
Maybe it should include the fact that the error was thrown from the
ros1_bridge
The text was updated successfully, but these errors were encountered: