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

Eliminate RTC Auto Mode Manager and control auto/manual mode from config file in the module package #5182

Closed
5 tasks done
kyoichi-sugahara opened this issue Sep 29, 2023 · 1 comment
Assignees
Labels
type:bug Software flaws or errors.

Comments

@kyoichi-sugahara
Copy link
Contributor

kyoichi-sugahara commented Sep 29, 2023

Checklist

  • I've read the contribution guidelines.
  • I've searched other issues and no duplicate issues were found.
  • I've agreed with the maintainers that I can plan this task.

About RTC

Whether the planning module operates entirely automatically depends on whether it is in auto mode or manual mode. The explanation of RTC can be found here.
For instance, if you operate the intersection module in manual mode, it will not enter the intersection until approved by the RTC side even if the module judge it safe. However, in auto mode, it will proceed without approval as long as the module side determines it to be safe.


Background

Currently, the control of auto mode and manual mode at the time of module startup is realized through the service by the RTC Auto Mode Manager. We think that this method has the following two problems:

  • The RTC Auto Mode Manager must be aware of the module names.
  • After the RTC Auto Mode Manager starts up, it changes each module to auto mode one by one through the service.

Purpose

Eliminate the RTC Auto Mode Manager and enable switching between auto mode and manual mode through the config file on the module side.


Definition of done

@kyoichi-sugahara
Copy link
Contributor Author

Eliminated RTC Auto Mode Manager with
#5235
autowarefoundation/autoware_launch#625

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Software flaws or errors.
Projects
None yet
Development

No branches or pull requests

2 participants