Closed siperinio closed 6 months ago
Radar interface is completely done now, after fixing the software and hardware issues we encountered which involved using a PEAK CAN adapter which is able to receive data from the lidar and visualize this on rviz.
RADAR Driver setup
Pre-installation
cd scripts
to enter the folder or open a terminal inside the extracted foldercp ./get_new_driver.bash ~/get_new_driver.bash
Installation
cd
into the folder where you want to download the driver or navigate there and open a terminalrun
bash ~/get_new_driver.bash
run
cd smartmicro_ros2_radars
paste the downloaded
smart_extract.sh
here from the downloaded scripts archive (or you can use the one already here, but might make stuff difficult)paste the attached
radar.template.yaml
file into theumrr_ros2_driver/param
folder and return to thesmartmicro_ros2_radars
folder radar.params.template.yaml.ziprun
./smart_extract.sh
and typeyes
if you're using the original
smart_extract.sh
and get 502 Bad Gateway, repeat step 8 until it succeeds, if you use the downloaded one then make sure the progress bar is completerun
colcon build
run
source install/setup.bash
run
ros2 launch umrr_ros2_driver radar.launch.py
commandCurrent progress
Now using the above steps I could get to executing the driver and getting "Initialization error", due to the fact, that the RADAR is not connected (at the time of testing). @Ayudh-M will test tomorrow with the radar and we can proceed with the configuration properly and I'm sure we can finish setting this up now, the compatibility should not be an issue as Team Polar thought in the beginning.