question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Automatic Control

See original GitHub issue

Hello Everybody,

I have a basic question.

I want to run scenarios (Ego vehicles and actors) automatically. It means they move base on waypoints or any other method, by their own. In other words, I don’t want to use manual_control.py

could you please let me now which controller and how should I use?

Thank you in advance

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
fabianoborilcommented, Nov 26, 2020

There are a couple of options:

  1. You run manual_control.py with autopilot enabled, but still you have to start manual_control.py then separately. a. You can incorporate the start of manual_control.py into the scenario runner, to make it easier to use.
  2. If you use OpenSCENARIO you can make use of a controller to control the ego vehicle. There is an example on github. If you use the simple_vehicle_control, you can even attach a camera to visualize the scenario.
  3. If you use a python-encoded scenario, you can simply enforce actions for the ego vehicle, like you do for any other vehicle. However, you have to attach a camera to the ego vehicle in this case, to see what is happening.
0reactions
TigerStone93commented, Nov 2, 2022

You can utilize the simple_vehicle_control by setting the simple_vehicle_control as a module, and activating the visualizer in the simple_vehicle_control.py

Read more comments on GitHub >

github_iconTop Results From Across the Web

Automatic Control System - an overview | ScienceDirect Topics
Earliest implementations of automatic control systems involved pneumatic transmission of signals. They used compressed air as the medium for signal transmission ...
Read more >
IEEE Transactions on Automatic Control | IEEE Xplore
IEEE Transactions on Automatic Control. | IEEE Xplore.
Read more >
What is an automatic control system? - AutomationForum
The automatic control system has a controller so it can perform the operation on its own. Basically, the control system is a combination...
Read more >
Automatic Control : Research Areas - Purdue Engineering
The field of Automatic Control (AC) studies how to make systems behave in a desired manner using feedback mechanisms and proper controller designs....
Read more >
Automatic Control Services
Since 1973, Automatic Control Services has provided quality service to the water and wastewater treatment industries. Cities, towns, villages and private ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found