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

Perception scripts #2

Open
PedroMaia21 opened this issue May 4, 2024 · 4 comments
Open

Perception scripts #2

PedroMaia21 opened this issue May 4, 2024 · 4 comments
Assignees
Labels
Requirement Issue that needs to be worked on

Comments

@PedroMaia21
Copy link
Contributor

Its necessary to create the scripts that will interpreter the sensor values to compile information about the vehicle status.
Some examples may be:

  • Detecting the road lines and find the middle line
  • Find if there is an obstacle near by
  • Find the road signals and try to read them
  • ...
@PedroMaia21 PedroMaia21 added the Requirement Issue that needs to be worked on label May 4, 2024
@PedroMaia21 PedroMaia21 self-assigned this May 4, 2024
@PedroMaia21
Copy link
Contributor Author

Screenshot from 2024-05-04 19-28-54
Executed first approach based on what was studied in the following website

Needs further analysis to obtain the values of the mid-point between lanes and to remove unnecessary functions

@PedroMaia21
Copy link
Contributor Author

Screenshot from 2024-05-08 15-34-36

Meanwhile, the middle line was detected and the values of the offset to the middle of the image have been calculated and sent to the control node

@PedroMaia21
Copy link
Contributor Author

PedroMaia21 commented May 8, 2024

Whats missing now:

  • Updating the launch file and creating a new one to use in telemetry
  • Developing a control script for the values sent
  • Developing a sensing script for the image capturing
  • Test in the old track
  • Create following scripts for the other perception problems: Distance to closest obstacle; Current state; Distance driven

PedroMaia21 added a commit that referenced this issue May 15, 2024
PedroMaia21 added a commit that referenced this issue Nov 6, 2024
PedroMaia21 added a commit that referenced this issue Nov 20, 2024
PedroMaia21 added a commit that referenced this issue Nov 20, 2024
@PedroMaia21
Copy link
Contributor Author

Tested the perception in a real life video and made some updates to avoid issues
Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Requirement Issue that needs to be worked on
Projects
None yet
Development

No branches or pull requests

1 participant