An open API service indexing awesome lists of open source software.

https://github.com/elitechrome/ros2_pcan

ROS2 PCAN Driver for MacOSX
https://github.com/elitechrome/ros2_pcan

macos pcan ros2

Last synced: 2 months ago
JSON representation

ROS2 PCAN Driver for MacOSX

Awesome Lists containing this project

README

          

# ROS2 PCAN Driver for MacOSX

based on http://www.mac-can.com/

## Build
1. Download and install PCBUSB library from http://www.mac-can.com/
2. Build
```
colcon build --packages-select macpcan
```
3. Run
```
source install/setup.bash
ros2 run macpcan mac_pcan
```