ros2_socketcan icon indicating copy to clipboard operation
ros2_socketcan copied to clipboard

A ROS2 wrapper around Linux SocketCAN

Results 17 ros2_socketcan issues
Sort by recently updated
recently updated
newest added

Hi Thanks for writing this library. I wanted to try out CAN for my project but am encountering the following error: ``` [INFO] [launch]: Default logging verbosity is set to...

# Description If the DLC(Data Length Code) is less than 8, the previously received data remains in the "data" field of the topic sent by ros2_socketcan. When supporting multiple types...

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...

From @knzo25 's branch in https://github.com/knzo25/ros2_socketcan/commits/feat/continental_fd/ Related PR: - https://github.com/autowarefoundation/autoware/pull/5008

Hello everyone, I currently have a problem with the launchfile. After I have started the launchfile (socket_can_bridge.launch.xml) and then end it with str + c, I get a few error...

![Screenshot from 2024-05-14 16-40-54](https://github.com/autowarefoundation/ros2_socketcan/assets/92057427/4322a61c-3084-4cf2-b837-a51b23cec7f1) I can not build a package because of this error. I tried to update the dependencies via rosdep, but did not help. ROS2 Humble Ubuntu 22.04

In PR #39, remapping can (but not can_fd) topics via launch file arguments was enabled. This PR also allows the remapping of can_fd topics via launch file arguments while keeping...