updated launch files and readme

This commit is contained in:
Ruixiang Du
2019-10-10 11:13:11 +08:00
parent fff2e3f73b
commit ef72005125
11 changed files with 130 additions and 54 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
# bring up can interface
sudo ip link set can0 up type can bitrate 500000

View File

@@ -0,0 +1,10 @@
#!/bin/bash
# enable kernel module: gs_usb
sudo modprobe gs_usb
# bring up can interface
sudo ip link set can0 up type can bitrate 500000
# install can utils
sudo apt install -y can-utils