Skip to content

Commit

Permalink
feat: set enable_road_slope_simulation to true (autowarefoundation#56)
Browse files Browse the repository at this point in the history
* feat: set enable_road_slope_simulation to true

Signed-off-by: Takayuki Murooka <[email protected]>

* fix

Signed-off-by: Takayuki Murooka <[email protected]>

---------

Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 authored Feb 4, 2024
1 parent 7917a38 commit 5469d84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
steer_time_constant: 0.27 # time constant of the 1st-order steering dynamics
x_stddev: 0.0001 # x standard deviation for dummy covariance in map coordinate
y_stddev: 0.0001 # y standard deviation for dummy covariance in map coordinate
enable_road_slope_simulation: false # if true, slopes in the lanelet map are used to apply an extra acceleration to the ego vehicle
enable_road_slope_simulation: true # if true, slopes in the lanelet map are used to apply an extra acceleration to the ego vehicle

0 comments on commit 5469d84

Please sign in to comment.