We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
現在のorange_ros2パッケージには、最高速度や加速時間のパラメータなど、速度関連のパラメータを設定しているファイルがいくつかあります。しかし、それらがどこにあり、どこを変えるとどこに影響が出るのかが明らかでないため、こちらのIssueでまとめていきます。
・速度の目標値までの加速時間と減速時間 [m/s]
orange_ros2/orange_bringup/config/motor_driver_params.yaml
Lines 21 to 25 in 2aee48e
・最高速度と最低速度 [rpm]
Lines 27 to 32 in 2aee48e
・コントローラ操作時の直進方向の速度とターボ速度 [m/s]
orange_ros2/orange_teleop/config/dualsense.yaml
Lines 5 to 8 in 2aee48e
・コントローラ操作時の回転方向の速度 [m/s]
Lines 12 to 13 in 2aee48e
・
orange_ros2/orange_navigation/config/navigation2_params.yaml
Lines 130 to 157 in 2aee48e
・リカバリ時の速度
Lines 314 to 317 in 2aee48e
Lines 333 to 345 in 2aee48e
The text was updated successfully, but these errors were encountered:
motor_driver_params.yamlで設定されているrpmを超えない範囲でdualsense.yamlの指定速度を出せるようです。 そのため、優先順位としては
motor_driver_params.yaml>dualsense.yaml
のようです。
Sorry, something went wrong.
kengohozumi
bvbnatsu
shunsugar
Yutarop
takamooori
kugurofu
YamakawaArl
No branches or pull requests
🚶 背景 🚶
現在のorange_ros2パッケージには、最高速度や加速時間のパラメータなど、速度関連のパラメータを設定しているファイルがいくつかあります。しかし、それらがどこにあり、どこを変えるとどこに影響が出るのかが明らかでないため、こちらのIssueでまとめていきます。
🏃 速度関連のファイル 🏃
1. motor_driver_params.yaml
・速度の目標値までの加速時間と減速時間 [m/s]
orange_ros2/orange_bringup/config/motor_driver_params.yaml
Lines 21 to 25 in 2aee48e
・最高速度と最低速度 [rpm]
orange_ros2/orange_bringup/config/motor_driver_params.yaml
Lines 27 to 32 in 2aee48e
2. dualsense.yaml
・コントローラ操作時の直進方向の速度とターボ速度 [m/s]
orange_ros2/orange_teleop/config/dualsense.yaml
Lines 5 to 8 in 2aee48e
・コントローラ操作時の回転方向の速度 [m/s]
orange_ros2/orange_teleop/config/dualsense.yaml
Lines 12 to 13 in 2aee48e
3. navigation2_params.yaml
・
orange_ros2/orange_navigation/config/navigation2_params.yaml
Lines 130 to 157 in 2aee48e
・リカバリ時の速度
orange_ros2/orange_navigation/config/navigation2_params.yaml
Lines 314 to 317 in 2aee48e
・
orange_ros2/orange_navigation/config/navigation2_params.yaml
Lines 333 to 345 in 2aee48e
The text was updated successfully, but these errors were encountered: