差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| articles:nextage_rtm [2021/08/30 17:42] – [hrpsys_config] Takashi Suehiro | articles:nextage_rtm [2021/09/22 11:16] (現在) – [init1] Takashi Suehiro | ||
|---|---|---|---|
| 行 730: | 行 730: | ||
| </ | </ | ||
| + | |||
| + | === getJointAngleControllerList === | ||
| + | <code python> | ||
| + | def getJointAngleControllerList(self): | ||
| + | ''' | ||
| + | Get list of controller list that need to control joint angles | ||
| + | ''' | ||
| + | controller_list = [self.es, self.ic, self.gc, self.abc, self.st, self.co, | ||
| + | | ||
| + | return filter(lambda c: c != None, controller_list) | ||
| + | </ | ||
| + | ==== rtm ==== | ||
| + | === findRTCManager === | ||
| + | === findRTC === | ||
| + | |||
| + | |||
| ===== nextage_handleに必要な情報 ===== | ===== nextage_handleに必要な情報 ===== | ||
| 行 1051: | 行 1067: | ||
| self.log.start(self.log.owned_ecs[0]) | self.log.start(self.log.owned_ecs[0]) | ||
| </ | </ | ||
| + | ==== キャリブレーション ==== | ||
| + | キャリブレションの実施確認 | ||
| + | |||
| + | hiro_handle: | ||
| + | |||
| + | nextage: | ||
| + | |||
| + | |||
| + | ==== 動作 ==== | ||
| + | |||