Skip to content

Commit

Permalink
数値を調整
Browse files Browse the repository at this point in the history
  • Loading branch information
kerikun11 committed Apr 25, 2020
1 parent 68deeb6 commit 6bb0add
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/slalom.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ struct Shape {
: total(total), dddth_max(dddth_max), ddth_max(ddth_max),
dth_max(dth_max) {
/* 生成準備 */
const float Ts = 1e-3; /**< シミュレーションの積分周期 */
float v = 600.0f; /**< 初期値 */
State s; /**< シミュレーションの状態 */
const float Ts = 1.5e-3; /**< シミュレーションの積分周期 */
float v = 600.0f; /**< 初期値 */
State s; /**< シミュレーションの状態 */
AccelDesigner ad;
ad.reset(dddth_max, ddth_max, dth_max, 0, 0, total.th);
/* 複数回行って精度を高める */
Expand Down

0 comments on commit 6bb0add

Please sign in to comment.