活動
2010/04/12から2010/05/11まで
2010/05/11
- 18:17 リビジョン 349 (openrtm-python): The bug about the path of rtm-naming has been fixed.
- 17:36 バグ #1465 (解決): ExtTriggerExecutionContextのバグ
- ExtTrigExecutionContextクラスは、PeriodicExecutionContextクラスを継承しており、PeriodicExecutionContextでは、別スレッドで実行されるメソッド名をsvc()としていた...
- 17:29 バグ #1465 (終了): ExtTriggerExecutionContextのバグ
- ExtTriggerExecutionContextのrun()メソッドが呼ばれない。
- 17:22 バグ #1464 (解決): SimpleService,ExtTriggerのrun.pyのバグ
- r347 にて修正済み。
https://openrtp.jp/redmine/repositories/revision/openrtm-aist-python/347 - 17:18 バグ #1464 (終了): SimpleService,ExtTriggerのrun.pyのバグ
- SimpleServiceとExtTriggerをLinux上で実行した場合、run.pyに記述されてあるrtm-namingのパスが間違っているためエラーとなる。
- 17:15 整備 #1454 (解決): Ubuntu 10.04 LTS パッケージ作成 (i386, x86_64)
- パッケージ作成完了
- 17:12 リビジョン 348 (openrtm-python): The bug about the override of a svc() method has been fixed.
- 16:59 リビジョン 347 (openrtm-python): The bug about the path of rtm-naming has been fixed.
- 11:34 リビジョン 346 (openrtm-python): OpenRTM-aist-Python-1.0.0-RELEASE has been tagged as RELEASE_1_0_0.
- 11:31 リビジョン 345 (openrtm-python): OpenRTM-aist-Python-1.0.0-RELEASE has been tagged as RELEASE_1_0_0.
2010/05/07
- 18:42 リビジョン 344 (openrtm-python): Comments are translated into English.
- 18:32 リビジョン 343 (openrtm-python): Comments are translated into English.
- 18:02 リビジョン 342 (openrtm-python): The encoding declaration has been unified to utf-8.
- 11:08 リビジョン 341 (openrtm-python): registerPort() has been changed to addPort().
- 10:55 リビジョン 340 (openrtm-python): rtcd_python.exe has been added to Python25 and Python26.
2010/05/06
- 19:15 リビジョン 339 (openrtm-python): The excessive sentence has been deleted.
- 19:08 リビジョン 338 (openrtm-python): make_exe.bat has been deleted.
- 19:06 リビジョン 337 (openrtm-python): The merge processing of the port property has been corrected.
- 19:05 リビジョン 336 (openrtm-python): configuration file has been updated.
- 19:01 リビジョン 335 (openrtm-python): An order of import of RTC module and OpenRTM_aist has been changed.
- 19:01 リビジョン 334 (openrtm-python): rtcd.conf has been updated. make_exe.bat has been deleted.
- 18:59 リビジョン 333 (openrtm-python): The excessive import sentence has been deleted.
- 18:58 リビジョン 332 (openrtm-python): An order of import of RTC module and OpenRTM_aist has been changed.
- 18:56 リビジョン 331 (openrtm-python): The import sentence of the file not existing has been deleted.
- 18:43 リビジョン 330 (openrtm-python): This change solves "Servant still activated" error from ORB.
- 09:56 機能 #1460 (終了): データポートの型名をIFR IDに変更する (ver.1.1)
- これまで、TimedLongSeq等の単なる構造体名であったデータポートプロファイルに含まれるデータポートの型名をIFR IDに変更する。
ただし、この変更は1.1系に対して行うものとする。
- 09:56 調査 #1459 (終了): IFR ID取得方法の調査
- IFR IDを取得する方法を調査する。
2010/05/03
- 01:07 整備 #1454 (終了): Ubuntu 10.04 LTS パッケージ作成 (i386, x86_64)
- Ubuntu 10.04 LTS パッケージ作成 (i386, x86_64)
2010/04/30
2010/04/28
2010/04/27
- 17:16 バグ #1449 (解決): Process.pyの問題
- r327 にて修正。
参照
https://openrtp.jp/redmine/repositories/revision/openrtm-aist-python/327 - 17:02 バグ #1449 (終了): Process.pyの問題
- Process.launch_shell()を使用してコマンドを実行した場合、呼出元のプロセスが終了した場合に、コマンドが実行されたプロセスも終了してしまう。
- 17:11 リビジョン 327 (openrtm-python): Now, a child process is detached from a parent process.
2010/04/24
- 23:33 リビジョン 326 (openrtm-python): Now, rtcd_python.exe has been created from rtcd_python.py by build.cmd.
- 23:32 リビジョン 325 (openrtm-python): Now, rtcd_python.exe has been created from rtcd_python.py by build.cmd.
- 23:30 リビジョン 324 (openrtm-python): Now rtcd_python.exe has been created from rtcd_python.py by build.cmd.
- 23:28 リビジョン 323 (openrtm-python): Delete rtcd_python.bat
- Now, rtcd_python.exe has been created by build.cmd.
2010/04/23
- 16:42 バグ #1435: C++からサブプロセスとしてrtcd_pythonがコールされた場合の不具合
- OSによって、platform.uname(),os.uname()を使い分けるように修正。 r322
参照
https://openrtp.jp/redmine/repositories/revision/openrtm-... - 16:36 バグ #1435 (終了): C++からサブプロセスとしてrtcd_pythonがコールされた場合の不具合
- C++からサブプロセスとしてrtcd_pythonがコールされた場合、Pythonのplatformモジュールのuname()を使用している箇所でエラーが発生する。
(Ubuntu8.10, Ubuntu9.10)
Windows... - 16:38 リビジョン 322 (openrtm-python): The bloblem about platform.uname() on Ubuntu-Python has been fixed. refs 1435
- 14:14 リビジョン 321 (openrtm-python): The problem about sdist has been fixed.
- 14:05 リビジョン 320 (openrtm-python): The bug of bat-file has been fixed.
- rtcd.conf has been changed.
- 14:03 リビジョン 319 (openrtm-python): The bug of createORBEndpoints() has been fixed.
2010/04/22
- 16:40 バグ #1393 (終了): ServicePortのポート間接続解除の問題
- 16:35 バグ #1396 (終了): SubscriptionType:periodic,PushPolicy:Newでの接続での問題
- 12:09 リビジョン 318 (openrtm-python): get_context_handle's bug has been fixed.
- Now it returns correct handle if EC is owned context.
- 12:08 リビジョン 317 (openrtm-python): set_configuration_set_value() bug has been fixed.
- The code now does not create unintended "exported_ports" configuration key.
2010/04/20
- 11:10 リビジョン 316 (openrtm-python): main() function has been added.
- 10:49 リビジョン 315 (openrtm-python): The path for import has been added.
2010/04/19
- 19:22 リビジョン 314 (openrtm-python): The bug about getLoadableModule and create_component has been fixed.
2010/04/16
- 10:03 リビジョン 313 (openrtm-python): Advertise that is option of Shortcut tag has been deleted.
- 10:02 リビジョン 312 (openrtm-python): The problem about IDL-compile in uninstall has been fixed.
- 10:01 リビジョン 311 (openrtm-python): Advertise that is option of Shortcut tag has been deleted.
- 01:21 リビジョン 310 (openrtm-python): Specification of the install folder of RTSystemEditor was enabled.
2010/04/14
- 22:50 リビジョン 309 (openrtm-python): The bug about IDLCOMPILE has been added.
- 18:55 リビジョン 308 (openrtm-python): The description for deleting shortcut at the time of uninstallation has been added.
- 17:04 リビジョン 307 (openrtm-python): The bug about examples and docs has been fixed.
2010/04/13
- 19:25 リビジョン 306 (openrtm-python): - Including RTSystemEditor(RCP).
- - The problem about setting Environment has been fixed.
- 18:52 リビジョン 305 (openrtm-python): The bug for data_file has been fixed.
- 16:56 リビジョン 304 (openrtm-python): The desctiption about Python2.6 for Ubuntu-9.10 has been added.
2010/04/12
他の形式にエクスポート: Atom