Skip to content
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

[HrpsysSeqStateROSBridge] send trajectory/points/velocities and trajectory/points/effort to SequencePlayer #1131

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Naoki-Hiraoka
Copy link
Contributor

fkanehiro/hrpsys-base#1329 が必要です.

/fullbody_controller/follow_joint_trajectory_action/goalに、velocitiesやeffortの配列が与えられた場合に、SequencePlayerに送るようにしました。また、positionsの配列が与えられなかった場合には、positionsの値をSequencePlayerに送らないようにしました。

これまでは、positionsの値だけを毎回送っていました。

速度指令の車輪(@ketaro-m ) や、電流指令のグリッパからなるロボット(@Utaro-M )を動かすときや、ROSのレイヤでトルク制御器を実装しようとする場合(@annan-tang )に、速度やトルクの指令を送れると便利であるためです。

@Naoki-Hiraoka
Copy link
Contributor Author

/rarm_controller/follow_joint_trajectory_action/goalに、velocitiesやeffortの配列が与えられた場合に、SequencePlayerに送るようにしました。また、positionsの配列が与えられなかった場合には、positionsの値をSequencePlayerに送らないようにしました。

@Naoki-Hiraoka
Copy link
Contributor Author

Naoki-Hiraoka commented Mar 27, 2024

これとfkanehiro/hrpsys-base#1329 は、@ketaro-m のアームの付いた青い三輪車(MANTA)で、車輪のJointGroupにROSから速度指令を送り、アームのJointGroupにROSから位置指令を送ることで、アームと車輪を一つのhrpsysで扱うという目的で使用されました。3/20 の最終講義のデモで使用され、問題なく機能することを確認しました。

SequencePlayerのIDLが変わる点に注意が必要です。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant