Skip to content

Data fusion between radar data and detected features on rgb image built in ROS2.

License

Notifications You must be signed in to change notification settings

tomaszkapron/radar-rgb-fusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

radar-rgb-fusion

Data fusion between radar data and detected features on rgb image built in ROS2.

Dependencies

  • rocker

Install

build docker image end run container

cd .devcontainer
cd ..
./run.sh

Inside the container update repositories clone dependencies and build workspace

sudo apt-get update
rosdep update
vcs import . < default.repos
rosdep install --from-paths src --ignore-src -yr
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release
source install/setup.bash

Radar network setup

sudo ip link set can0 down
sudo ip link set can0 type can bitrate 500000
sudo ip link set can0 up

About

Data fusion between radar data and detected features on rgb image built in ROS2.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published