Skip to content

jkk-research/nissan_can_driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nissan CAN driver

ROS2 CAN driver for nissan leaf. Requires a kvaser device and the kvaser_interface package.

Usage

ros2 launch nissan_can_driver can_driver.launch.py

Docker

When running in a docker container the docker should be started as follows:

docker run -it --rm --network host --ipc host --pid host --device /dev/leaf0 --device /dev/leaf1 nissan_can_arm64:latest

Where the /dev/leaf0 and /dev/leaf1 is the kvaser device.

Launch parameters

Name Description Default value
kvaser_hardware_id Hardware ID of the kvaser device 11162
autoware_control_input Whether to use autoware or standard control command inputs true