Giter Site home page Giter Site logo

ars408_driver's Introduction

Continental ARS408 Driver

This is Continental ARS408 Driver for ROS2.

How to use

  1. build environment
$ rosdep install --from-paths src --ignore-src -r -y
  1. build
$ colcon build
  1. Enable can port
sudo ip link set can0 up type can bitrate 500000
  1. setup hardware (only first time)
# Objects detection with all extended properties
cansend can0 200#F8000000089C0000
  1. Launch the driver
ros2 launch continental_ars408_socket_can.launch.xml

Design

Input

Output

parameters

  • publish_radar_track
    • The bool parameter to publish output/objects topic
  • publish_radar_return
    • The bool parameter to publish output/return topic
  • output_frame
    • The string parameter of the output frame id
  • sequential_publish
    • The bool parameter to determine output publishing behavior.
    • If this parameter is set to false (default value), the driver will publish output after receiving a complete cycle of sequential data from the CAN data topic.
    • If this parameter is set to true, the driver will publish output every time data is received from the CAN data topic.
  • size_x
    • The assumed x-axis size of output objects [m]. The default parameter is 1.8, which derive from distance resolution measuring of ARS408 for far range.
  • size_y
    • The assumed y-axis size of output objects [m]. The default parameter is 1.8, which derive from distance resolution measuring of ARS408 for far range.

launcher

  • continental_ars408.xml
    • Base launcher
  • continental_ars408_socket_can.xml
    • The launch file will initiate two nodes:
      1. socketcan_bridge to read from can0 and publish the CAN msg in can_raw
      2. Continental ARS408 driver will read the can_raw, parse and publish RadarTrack or RadarReturn

Reference

ars408_driver's People

Contributors

scepter914 avatar amc-nu avatar wep21 avatar 0x126 avatar 1222-takeshi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.