-
Notifications
You must be signed in to change notification settings - Fork 0
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
140 feature create an integrated acc with the collision node #147
140 feature create an integrated acc with the collision node #147
Conversation
and subscribers created
Simulation results
|
…-node' of https://github.com/una-auxme/paf23 into 140-feature-create-an-integrated-acc-with-the-collision-node
Simulation results
|
Simulation results
|
Simulation results
|
Simulation results
|
2 similar comments
Simulation results
|
Simulation results
|
@@ -1,12 +1,12 @@ | |||
<launch> | |||
<!-- | |||
|
|||
<node pkg="planning" type="dev_global_route.py" name="DevGlobalRoute" output="screen"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this node be active in the main branch ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I commented out the dev node
callback=self.__current_position_callback, | ||
qos_profile=1) | ||
|
||
# Publish desiored speed to acting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Publish desired speed to motion planning
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo fixed
Simulation results
|
ACC now permanently checking the distance
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice
Simulation results
|
Description
In this PR a node for the collision check and ACC are created, as well as a test node to simulate them independently. The Collision Check detects collision based on the minimum distance to an object in front and the ACC publishes a speed to keep the distance to this object.
Fixes #140
Type of change
Please delete options that are not relevant.
__
Does this PR introduce a breaking change?
No
Most important changes
New Collision Check
Checklist: