leeandy0822 / radiation_co2_map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Radiation and CO2 mapping

Introduction

This package will record the co2 and radiation concentration. The following link is the data collected in experiment.

Setup

  1. Plug Arduino boards on husky (In this project, we plugged two sensors, so you should search for two USB ports)

  2. Check the USB port

$ cd /dev
$ ls | grep USB
  1. Edit the run_arduino.launch file for the correct USB port
  2. Launch ( set the correct USB port args)
$ roslaunch co2_rad_map run_arduino.launch radiation_port:=/dev/ttyUSB0 co2_port:=/dev/ttyUSB1
  1. The launch file will enable you to collect the CO2 concentration message(ppm) and the radiation sensor message(uSv)

Draw the marker on rviz map

  1. Run the bag file you record (recommend) or run it realtime
  2. Run the launch file, and set the topic you want to draw
$ roslaunch co2_rad_map draw.launch topic:=CO2_ppm
  1. Open rviz, select the marker topic
  2. The point will start to draw

Raditaion with camera and draw the map

  1. Run the bag file you record (recommend) or run it realtime
  2. Run the launch file, and set the topic you want to draw
$ roslaunch co2_rad_map draw_radiation_meter.launch 
  1. Open rviz, select the marker topic
  2. The point will start to draw

About


Languages

Language:Python 42.2%Language:CMake 31.6%Language:C++ 25.9%Language:Jupyter Notebook 0.3%