Open Caracal117 opened 4 months ago
Update: The launch file works without warning message with vcan. Monitoring and publishing data from/to can bus seems normal with can0 as well. However, the timeout warning still exists when testing no matter how I set timeout_sec in launch file. Any suggestion?
Any updates? i'm having the same issue
Are you getting seeing data on the receiving topic? If yes then the timeouts are probably nothing to worry about. It's likely that you just don't send data fast enough on the canbus. You can confirm this by sending data at a higher rate and see if the timeout goes away, e.g. cangen can0 -g 1 -I 123 -L 8 -D i
. If that's the issue then you can "supress" the warning by increasing the "receiver_interval_sec"
Hi, I'm new to both ROS2 and Socketcan. I'm trying to use this package, built from source in ROS humble, but with the command of
ros2 launch socket_can_bridge.launch.xml
, the terminal output turns out to be In my system, I'm able to use can-utils to send out some simple message.Am i missing some configuration step, could you help me use this package? Thanks in advance.