articles:nextage_rtm

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
articles:nextage_rtm [2021/08/30 17:42] – [hrpsys_config] Takashi Suehiroarticles:nextage_rtm [2021/09/22 11:16] (現在) – [init1] Takashi Suehiro
行 730: 行 730:
  
 </code> </code>
 +
 +=== getJointAngleControllerList ===
 +<code python>
 +    def getJointAngleControllerList(self):
 +        '''!@brief
 +        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,
 +                           self.tc, self.hes, self.el]
 +        return filter(lambda c: c != None, controller_list)  # only return existing controllers
 +</code>
 +==== 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])
 </code> </code>
 +==== キャリブレーション ====
 +キャリブレションの実施確認
 +
 +hiro_handle:なし
 +
 +nextage:
 +
 +
 +==== 動作 ====
 +
  • articles/nextage_rtm.1630312942.txt.gz
  • 最終更新: 2021/08/30 17:42
  • by Takashi Suehiro