fix for TABLIS simulation and enable JCM_TORQUE mode #349
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#340 に加えて、
TABLISのシミュレーションを行うために必要だった変更点です。
JCM_TORQUE
モードで動いているため、hrpsys_choreonoid
のiobもJCM_TORQUE
モードに対応させました 6efd6a8pdgains_sim_file_name
の値が使われ、write_pgain
等を一回呼ぶと以降はpdgains_sim_file_name
の値にpdgains.file_name
の値を掛けた値が使われていました。シミュレーション開始直後に立てない問題があったので、常にpdgains_sim_file_name
の値にpdgains.file_name
の値を掛けた値が使われるようにしました。520756d (参考)choreonoid_hrpsys_config.py
をabcが無いロボットでも動くようにする6265821masterのシステムでは
JCM_POSITION
モード以外には対応していないので、TABLISもデフォルトではJCM_POSITION
モードで立ち上がるようにします。rtmlaunch hrpsys_choreonoid_tutorials tablis_choreonoid.launch
だと浮遊リンクバージョンのシミュレーションができ、rtmlaunch hrpsys_choreonoid_tutorials tablis_base_choreonoid.launch
だと環境に固定されたバージョンのシミュレーションができます。浮遊リンクバージョンのシミュレーションでは一応Stabilizerが入りますが、パラメータの調整がまだなので歩行は難しいです。