Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP]Feature/decision maker #807 #808

Merged
merged 34 commits into from
Sep 21, 2017
Merged

[WIP]Feature/decision maker #807 #808

merged 34 commits into from
Sep 21, 2017

Conversation

yk-fujii
Copy link

Status

DEVELOPMENT/WIP

Description

Decision maker recognize the current vehicle condition and decide the control strategy.
Currently, decision maker only support state recognition.

b
runtime manager_029

Status

  • Tests
  • Documentation

Futurework

  • Add control/monitoring node based on state
  • Add registering way for process handler to "state class"
  • Add to gather object detection result
  • Change subscribing topic of waypoint

Steps to Test or Reproduce

1. Start up node like ScreenShot.
2. add jsk's "overlayText" on RVIZ and set "/state/overlay_text" to Topic.

state is displayed.

The decision_maker package determines the intention of what actions the
local planner and control node should take based on perception nodes,
global planner nodes, map data, sensor data.

This commit corresponds only to the following functions.

- Behavior state recognition
- Dynamic selection of local planner (It is necessary to change the topic name of local planner)
- lane select got to be able to change topicname for planner selector
@yk-fujii yk-fujii merged commit 7b0f0b9 into develop Sep 21, 2017
@yk-fujii yk-fujii deleted the feature/decision_maker branch September 21, 2017 05:50
@dejanpan
Copy link

@yk-fujii is this feature meanwhile stable or still work in progress?

@yk-fujii
Copy link
Author

Still work in progress.
This is still state recognition only, it is not making a decision.

@mitsudome-r mitsudome-r added the version:autoware-ai Autoware.AI label Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants