Skip to content

umfieldrobotics/noggin-gpr-ros-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

noggin-gpr-ros-wrapper

This ROS 1 driver was developed to aid the work conducted for "Learning Surface Terrain Classifications from Ground Penetrating Radar", to be presented at CVPR 2024 Perception Beyond the Visible Spectrum Workshop. If you use this code, please cite:

@inproceedings{Sheppard_2024,
author    = {Anja Sheppard and Jason Brown and Nilton Renno and Katherine A. Skinner},
title     = {Learning Surface Terrain Classifications from Ground Penetrating Radar},
booktitle = {Computer Vision and Pattern Recognition {CVPR} Workshop Proceedings 2024},
publisher = {CVPR},
year      = {2024},
url       = {https://arxiv.org/abs/2404.09094}
}

The driver was adapted from https://github.com/alexbaikovitz/noggin_gpr_node and then adapted for Python 3 and ROS Melodic.

Usage

This driver was written for the Noggin 500 MHz GPR sensor with the SpidarSDK software. In order to use this wrapper, your sensor needs to be in SDK mode. More information can be found in the sensor manual.

To use this wrapper, first create a ROS workspace and clone this repo into it. Compile the workspace, ensuring that you include the custom ROS message and the node script. Inside the gpr_read_node.py script, change any parameters to match your usage (for example, the GPR IP address, which appears on the sensor upon boot).

To run:

Ensure that the GPR is turned on and connected via ethernet to the computer that you are running the wrapper on.

$ roscore
$ rosrun noggin-gpr-ros-wrapper gpr_read_node.py

After the GPR boots up, you should see messages on the /gpr/traces topic!

About

ROS 1 wrapper for the Noggin Ground Penetrating Radar (GPR)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages