Skip to content

CCOMJHC/halo_radar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROS Driver for the Halo series of marine radars

This driver interfaces with Simrad HALO radar via multicast UDP communication.

Installation

Clone this repo into your workspace and make sure you have the following dependant packages:

Build your workspace.

Optional packages

Plugin for rqt to view data and control settings: https://github.com/CCOMJHC/rqt_marine_radar

Usage

rosrun halo_radar halo_radar

By default, the driver will scan all available interfaces. To restrict which interface(s) to use, specify the list of IP local addresses using the ~hostIPs parameter.

Troubleshooting

To make sure route is available: sudo route add -net 224.0.0.0 netmask 224.0.0.0 eth0

Switches and routers between the radar and the machine running the driver may interfere with multicast packets. Consult network equipment documentation or simply the network path.

About

ROS node to interact with Halo series marine radar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.0%
  • CMake 1.7%
  • Python 1.3%