My operating system is ubuntu mate latest kernel in RPi4.
I tried the following commands but unable to recieve and send messages:
sudo -S modprobe can_raw
sudo ip link set down can0
sudo ip link set can0 type can bitrate 1000000
sudo ip link set up can0
My radar first takes signals( speed, gear ratio), then outputs the detected objects messages.
I tried the following steps:
- Downloaded a CanFd kelnel file, tried to recompile the kernel.
- I am getting data in PeakCan view, but when I am directly try to fetch in terminal, I am unable to do so.
New contributor
radark is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.