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
Using kinetic-devel branch
I have a bus with the ros_canopen master and 3 slave nodes.
Nodes 111 and 2 are intialized almost instantly, but there is a 2 second delay before node 3 is initialized. Candump snippets:
(1736259833.984677) can0 000#826F ... (1736259834.276662) can0 000#8202 ... (1736259836.290927) can0 000#8203
Nodes 2 and 3 share the same .yaml config file: nodes: left_wheel: id: 2 name: left_wheel ... right_wheel: id: 3 name: right_wheel ...
Any ideas how to debug this issue?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using kinetic-devel branch
I have a bus with the ros_canopen master and 3 slave nodes.
Nodes 111 and 2 are intialized almost instantly, but there is a 2 second delay before node 3 is initialized.
Candump snippets:
(1736259833.984677) can0 000#826F
...
(1736259834.276662) can0 000#8202
...
(1736259836.290927) can0 000#8203
Nodes 2 and 3 share the same .yaml config file:
nodes:
left_wheel:
id: 2
name: left_wheel
...
right_wheel:
id: 3
name: right_wheel
...
Any ideas how to debug this issue?
The text was updated successfully, but these errors were encountered: