-
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
台形速度を書いてみました。 #45
base: main
Are you sure you want to change the base?
台形速度を書いてみました。 #45
Conversation
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.
ビルドできてない...
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.
とりあえず
あと、ソースコードのインデントは4マスにして欲しいです
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.
これも
↑こちらなかなか対応ができずすみません。 |
Cmakelistのところのインデントの揃え方がわからないのですが、ここもソースコードのところを空白4マスにする感じでしょうか...?? |
修正しました。
記述例です、参考にしてください |
直してみました。お願いします。 |
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.
とりあえず
snake_caseにし忘れたのでもう一回コミットします。。 |
お疲れ様です。 また、Slackの方で発言したのですが、この先対面での参加が厳しいです。。 |
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.
日本語のコメント全部消してください、読めばわかるので
ref: https://qiita.com/jnchito/items/f0d90af4ed44b7484103
if (current_velocity > threshold_velocity) | ||
{ | ||
current_velocity = threshold_velocity; | ||
} |
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.
方針は合ってます 👍
app/power_map_msg/msg/NormalizedPower.msg
を見るとわかるのですが、NormalizedPower
型は BLDC 4つ と servo 4つ で計8つの実数値を持っています。それらの値のいじり方はsimple_joy_app
に記述例があります
今書いているのは、これら8つの値が急激に変化することのないように閾値を設けることです。先ほども言った通り方針は合ってるので、8つの値を制御するように書き換えてください。とりあえず閾値は8つ全て同じでOKです
|
#22
遅くなってしまいすみません💦
台形速度のつもりのコードを書いてみました。
これでできているのかわからないです。。
コードの意図は、
規格化された速度を安全な速度にする目的で、
限度の速度の値を超えたら、限度の速度の値にする。というコードを書いたつもりです。
添削お願いします。。m(_ _)m