差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| articles:nextage_rtm [2021/08/30 17:57] – [hrpsys_config] Takashi Suehiro | articles:nextage_rtm [2021/09/22 11:16] (現在) – [init1] Takashi Suehiro | ||
|---|---|---|---|
| 行 729: | 行 729: | ||
| print(self.configurator_name + " | print(self.configurator_name + " | ||
| + | </ | ||
| + | |||
| + | === 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 ==== | ==== rtm ==== | ||
| 行 1056: | 行 1067: | ||
| self.log.start(self.log.owned_ecs[0]) | self.log.start(self.log.owned_ecs[0]) | ||
| </ | </ | ||
| + | ==== キャリブレーション ==== | ||
| + | キャリブレションの実施確認 | ||
| + | |||
| + | hiro_handle: | ||
| + | |||
| + | nextage: | ||
| + | |||
| + | |||
| + | ==== 動作 ==== | ||
| + | |||