Skip to content
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

Error when no dotted timeout in .yaml configuration file #16

Open
RafaelRey opened this issue Oct 14, 2019 · 0 comments
Open

Error when no dotted timeout in .yaml configuration file #16

RafaelRey opened this issue Oct 14, 2019 · 0 comments

Comments

@RafaelRey
Copy link

I found that when launching the twist_mux node with timeout parameter as follow(config.yaml):

topics:

name : navigation
topic : nav_vel
timeout : 5
priority: 10

The node throw:

setting /run_id to d5633268-ee5c-11e9-923c-b8aeed7a6236
process[rosout-1]: started with pid [2691]
started core service [/rosout]
process[twist_mux-2]: started with pid [2694]
terminate called after throwing an instance of 'XmlRpc::XmlRpcException'
[twist_mux-2] process has died

The solution is to change 5 to 5.0. It's not an important issue but I spent some time trying to find out what happen. I also think that the problem does not come at all from the node, instead of the .yaml parser or something related to the .yaml reading, but not sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant