Back to Apollo

perception-motion-service

modules/perception/motion_service/README.md

11.0.01.6 KB
Original Source

perception-motion-service

Introduction

The motion service module provides current motion estimation.

Directory Structure

motion_service
├── BUILD      // bazel build file
├── README.md
├── conf       // dag config file
├── cyberfile.xml  // package description file
├── dag
├── launch
├── motion     // main process
├── motion_service_component.cc   // component
├── motion_service_component.h
└── proto      // proto file

Modules

MotionServiceComponent

apollo::perception::camera::MotionServiceComponent

Input

ChannelTypeDescriptionName
/apollo/sensor/camera/front_6mm/imageapollo::perception::camera::ImageMsgTypecamera drive messagemsg
/apollo/localization/poseapollo::perception::camera::LocalizationMsgTypelocalization messagemsg

Output

ChannelTypeDescriptionName
/apollo/perception/motion_serviceapollo::perception::MotionServicemotion service messagemsg

How to run

You can start the lane detection module with the following command.

bash
cyber_launch start modules/perception/motion_service/launch/motion_service.launch