forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix ndt topic name yolo multiple camera fix lanenet three lidar test max iteration increased ndt vehicle_test controller test day - 1 controller test day 2 purepursuit param changed mpc-test-day-3 perception related changes obstacle detection for planning offset changing add vehicle_velocity_converter control test day 4 control test 5 lateral controller tune motionvel smoother param update max lateral acc changed update vehicle velocity controller launch fix densification param update ekf params Added traffic light add lidar_detection_model param fix ekf init update map altitude add gnss twist topic to ekf ndt max distance set 200 make clustering use non-ground points instead of outlier remover practically disable object_lanelet_filter avoid unknowns and pedestrians? disable occlusion_spot in behavior_velocity_planner change planner related params tune mpc parameters for better tracking change path planner/avoidance module params tune controllers feat(motion_velocity_smoother): add steering rate limit while planning velocity (autowarefoundation#1071) function added, not turning fix the always positive curvature problem added lower velocity limit added vehicle parameters functions created Signed-off-by: Berkay <berkay@leodrive.ai> Update readme update svg readme updated with test params change sample rate calculate accurate dt test Signed-off-by: Berkay <berkay@leodrive.ai> fix trajectory size update readme change map loader params Signed-off-by: Berkay <berkay@leodrive.ai> clear unnecessary comment Signed-off-by: Berkay <berkay@leodrive.ai> change the min and max index Signed-off-by: Berkay <berkay@leodrive.ai> ci(pre-commit): autofix removed unnecessary params and comments Signed-off-by: Berkay <berkay@leodrive.ai> ci(pre-commit): autofix all velocities in lookup distance is changed Signed-off-by: Berkay <berkay@leodrive.ai> ci(pre-commit): autofix works ci(pre-commit): autofix changed calculations with const lookupdistance ci(pre-commit): autofix not work peak points written with constant distances added param ci(pre-commit): autofix update ci(pre-commit): autofix update steering angle calculation method ci(pre-commit): autofix change controller related params change controller related params control pure pursuit longitudinal tune tune change some planning params (temp) add speed_bump vis to lanelet map (temp) acc std distance -> 7.0 m Revert "(temp) add speed_bump vis to lanelet map (temp)" This reverts commit 1c51e37. modify hdd_reader params change NTP server added camera component container yolo changed gpu variable added rectifier node changed rectifier node on container configure localization topics as sensordataqos steering offset topic changed Revert "feat(motion_velocity_smoother): add steering rate limit while planning velocity (autowarefoundation#1071)" This reverts commit 88efc4c.
- Loading branch information
1 parent
c0f3507
commit 2321fbe
Showing
54 changed files
with
1,134 additions
and
178 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
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
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
6 changes: 3 additions & 3 deletions
6
launch/tier4_localization_launch/config/voxel_grid_filter.param.yaml
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,5 @@ | ||
/**: | ||
ros__parameters: | ||
voxel_size_x: 3.0 | ||
voxel_size_y: 3.0 | ||
voxel_size_z: 3.0 | ||
voxel_size_x: 0.5 | ||
voxel_size_y: 0.5 | ||
voxel_size_z: 0.5 |
2 changes: 1 addition & 1 deletion
2
launch/tier4_localization_launch/launch/localization.launch.xml
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
14 changes: 7 additions & 7 deletions
14
launch/tier4_localization_launch/launch/twist_estimator/twist_estimator.launch.xml
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,10 +1,10 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
<group> | ||
<include file="$(find-pkg-share gyro_odometer)/launch/gyro_odometer.launch.xml"> | ||
<arg name="input_vehicle_twist_with_covariance_topic" value="/sensing/vehicle_velocity_converter/twist_with_covariance"/> | ||
<arg name="output_twist_with_covariance_topic" value="/localization/twist_estimator/twist_with_covariance"/> | ||
<arg name="output_twist_with_covariance_raw_topic" value="/localization/twist_estimator/twist_with_covariance_raw"/> | ||
</include> | ||
</group> | ||
<include file="$(find-pkg-share gyro_odometer)/launch/gyro_odometer.launch.xml"> | ||
<arg name="input_vehicle_twist_with_covariance_topic" value="/sensing/vehicle_velocity_converter/twist_with_covariance"/> | ||
<arg name="output_twist_with_covariance_topic" value="/localization/twist_estimator/twist_with_covariance"/> | ||
<arg name="output_twist_with_covariance_raw_topic" value="/localization/twist_estimator/twist_with_covariance_raw"/> | ||
</include> | ||
|
||
<!-- <include file="$(find-pkg-share vehicle_velocity_converter)/launch/vehicle_velocity_converter.launch.xml"/>--> | ||
</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
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
2 changes: 1 addition & 1 deletion
2
...r4_perception_launch/config/object_recognition/detection/object_lanelet_filter.param.yaml
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,7 +1,7 @@ | ||
/**: | ||
ros__parameters: | ||
filter_target_label: | ||
UNKNOWN : true | ||
UNKNOWN : false | ||
CAR : false | ||
TRUCK : false | ||
BUS : false | ||
|
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
Oops, something went wrong.