All Projects → Project-MANAS → ars_40X

Project-MANAS / ars_40X

Licence: other
Driver for the Continental radar ARS_404 / ARS_408.

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to ars 40X

CarND-Extended-Kalman-Filter-P6
Self Driving Car Project 6 - Sensor Fusion(Extended Kalman Filter)
Stars: ✭ 24 (-56.36%)
Mutual labels:  radar
pyderman
Install Selenium-compatible Chrome/Firefox/Opera/PhantomJS/Edge webdrivers automatically.
Stars: ✭ 24 (-56.36%)
Mutual labels:  driver
w1-gpio-cl
Command line configured kernel mode 1-wire bus master driver. w1-gpio standard Linux module enhancement/substitution.
Stars: ✭ 17 (-69.09%)
Mutual labels:  driver
fix-linux-mouse
Hints how to fix USB mouse issues on Linux
Stars: ✭ 36 (-34.55%)
Mutual labels:  driver
awesome-spectral-indices
A ready-to-use curated list of Spectral Indices for Remote Sensing applications.
Stars: ✭ 357 (+549.09%)
Mutual labels:  radar
wetterdienst
Open weather data for humans
Stars: ✭ 190 (+245.45%)
Mutual labels:  radar
pcd8544
Minimal footprint library for Philips PCD8544 LCDs on the Arduino.
Stars: ✭ 87 (+58.18%)
Mutual labels:  driver
fusion-ekf
An extended Kalman Filter implementation in C++ for fusing lidar and radar sensor measurements.
Stars: ✭ 113 (+105.45%)
Mutual labels:  radar
brisk-ios
An iOS app for submitting radars
Stars: ✭ 28 (-49.09%)
Mutual labels:  radar
fuerte
Low Level C++ Driver for ArangoDB
Stars: ✭ 41 (-25.45%)
Mutual labels:  driver
dokan-delphi
Dokan Delphi Wrapper
Stars: ✭ 48 (-12.73%)
Mutual labels:  driver
SimpleBLE
The ultimate fully-fledged cross-platform BLE library, designed for simplicity and ease of use.
Stars: ✭ 122 (+121.82%)
Mutual labels:  driver
CQLdriver.jl
A Julia package for interfacing with CQL compliant databases.
Stars: ✭ 15 (-72.73%)
Mutual labels:  driver
ALSA-RAVENNA-AES67-Driver
RAVENNA AES-67 ALSA driver (a clone of the original provided by Merging Technologies)
Stars: ✭ 20 (-63.64%)
Mutual labels:  driver
hid-tmff2
Linux kernel module for Thrustmaster T300RS and T248
Stars: ✭ 83 (+50.91%)
Mutual labels:  driver
piradar
Radar using Red Pitaya for RF: using Raspberry Pi 3 for quad-core radar signal processing
Stars: ✭ 59 (+7.27%)
Mutual labels:  radar
ErpNet.FP
ErpNet.FP is a light-weight cross-platform Http server facilitating printing to fiscal printers through simple JSON Api.
Stars: ✭ 75 (+36.36%)
Mutual labels:  driver
dotnet-arangodb
.NET Driver for ArangoDB
Stars: ✭ 52 (-5.45%)
Mutual labels:  driver
fdb
Firebird Driver for Python
Stars: ✭ 49 (-10.91%)
Mutual labels:  driver
go-nexrad
NEXRAD Data Processing with Go
Stars: ✭ 19 (-65.45%)
Mutual labels:  radar

ARS_40X

ARS_40X package contains a driver for the Continental radar ARS_404 / ARS_408. The package also contains a ROS Wrapper for the driver.

Requirements

Launching with arguments

roslaunch ars_40X ars_40X.launch visualize:=true obstacle_array:=true

Arguments available

  • visualize (default:"true") : Launches RViz to display the clusters/obstacles as markers.
  • obstacle_array (default:"false") : Launches ars_40X_obstacle_array node which publishes obstacles as geometry_msgs/Polygon

Publications

Message Type Description Message Box
/radar_status ars_40X/RadarStatus Describe the radar configuration 0x201
/ars_40X/clusters ars_40X/ClusterList Raw clusters data from radar 0x600, 0x701
/ars_40X/objects ars_40X/ObjectList Raw objects data from radar 0x60A, 0x60B, 0x60C, 0x60D
/visualize_clusters visualization_msgs/MarkerArray Clusters markers for RViz visualization -
/visualize_objects visualization_msgs/MarkerArray Object markers for RViz visualization -

Subscription

Message Type Description Message Box
/odom nav_msgs/Odometry Velocity and accleration information 0x300, 0x301

Services

The following services are available for configuring the radar options available in 0x200

Services
/set_ctrl_relay_cfg
/set_max_distance
/set_output_type
/set_radar_power
/set_rcs_threshold
/set_send_ext_info
/set_send_quality
/set_sensor_id
/set_sort_index
/set_store_in_nvm
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].