-
Notifications
You must be signed in to change notification settings - Fork 440
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EgoVehicleControlInfo.msg - Split data into junks - Add control output - Ego vehicle always sends out this message Control behavior: - Fix steering angle sign - On speed target of zero, brake maximal (support fast emergency brake) - Introduce max_pedal value to make range of acceleration and deceleration pedal area more comparable as the pid control parameters have to work for both - Default PID values for pedal: increased proportional part to allow faster adaptions - Introduce min_accel border to disable (slow adatping) speed control if high accelerations are required (support more exact stopping) Others: - Split rqt perspectives into AckermannControl and AckermannPlot - Cleanup of launch files - bridge.py is more verbose on publisher exceptions - child.py get_param() forward default parameter to parent (fix) - fix pitch angle sign (pitch has to be negative if the vehicle is driving uphils) -> the above results in ad stack able to drive including appropiate stopping/starting uphils and downhils
- Loading branch information
1 parent
3fdb842
commit 8b74f0e
Showing
16 changed files
with
886 additions
and
218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
<launch> | ||
<include file="$(find carla_ros_bridge)/client.launch" pass_all_args="True"/> | ||
<param name ="/use_sim_time" value="true"/> | ||
<node pkg="rqt_gui" type="rqt_gui" name="rqt_gui" args="--perspective-file $(find carla_ros_bridge)/config/EgoVehicleControlInfo.perspective"/> | ||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.