プロジェクト

全般

プロフィール

活動

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.
kurihara
17:36 バグ #1465 (解決): ExtTriggerExecutionContextのバグ
ExtTrigExecutionContextクラスは、PeriodicExecutionContextクラスを継承しており、PeriodicExecutionContextでは、別スレッドで実行されるメソッド名をsvc()としていた... kurihara
17:29 バグ #1465 (終了): ExtTriggerExecutionContextのバグ
ExtTriggerExecutionContextのrun()メソッドが呼ばれない。 kurihara
17:22 バグ #1464 (解決): SimpleService,ExtTriggerのrun.pyのバグ
r347 にて修正済み。
https://openrtp.jp/redmine/repositories/revision/openrtm-aist-python/347
kurihara
17:18 バグ #1464 (終了): SimpleService,ExtTriggerのrun.pyのバグ
SimpleServiceとExtTriggerをLinux上で実行した場合、run.pyに記述されてあるrtm-namingのパスが間違っているためエラーとなる。 kurihara
17:15 整備 #1454 (解決): Ubuntu 10.04 LTS パッケージ作成 (i386, x86_64)
パッケージ作成完了 kurihara
17:12 リビジョン 348 (openrtm-python): The bug about the override of a svc() method has been fixed.
kurihara
16:59 リビジョン 347 (openrtm-python): The bug about the path of rtm-naming has been fixed.
kurihara
11:34 リビジョン 346 (openrtm-python): OpenRTM-aist-Python-1.0.0-RELEASE has been tagged as RELEASE_1_0_0.
kurihara
11:31 リビジョン 345 (openrtm-python): OpenRTM-aist-Python-1.0.0-RELEASE has been tagged as RELEASE_1_0_0.
kurihara

2010/05/07

18:42 リビジョン 344 (openrtm-python): Comments are translated into English.
n-ando
18:32 リビジョン 343 (openrtm-python): Comments are translated into English.
n-ando
18:02 リビジョン 342 (openrtm-python): The encoding declaration has been unified to utf-8.
kurihara
11:08 リビジョン 341 (openrtm-python): registerPort() has been changed to addPort().
kurihara
10:55 リビジョン 340 (openrtm-python): rtcd_python.exe has been added to Python25 and Python26.
kurihara

2010/05/06

19:15 リビジョン 339 (openrtm-python): The excessive sentence has been deleted.
kurihara
19:08 リビジョン 338 (openrtm-python): make_exe.bat has been deleted.
kurihara
19:06 リビジョン 337 (openrtm-python): The merge processing of the port property has been corrected.
kurihara
19:05 リビジョン 336 (openrtm-python): configuration file has been updated.
kurihara
19:01 リビジョン 335 (openrtm-python): An order of import of RTC module and OpenRTM_aist has been changed.
kurihara
19:01 リビジョン 334 (openrtm-python): rtcd.conf has been updated. make_exe.bat has been deleted.
kurihara
18:59 リビジョン 333 (openrtm-python): The excessive import sentence has been deleted.
kurihara
18:58 リビジョン 332 (openrtm-python): An order of import of RTC module and OpenRTM_aist has been changed.
kurihara
18:56 リビジョン 331 (openrtm-python): The import sentence of the file not existing has been deleted.
kurihara
18:43 リビジョン 330 (openrtm-python): This change solves "Servant still activated" error from ORB.
kurihara
09:56 機能 #1460 (終了): データポートの型名をIFR IDに変更する (ver.1.1)
これまで、TimedLongSeq等の単なる構造体名であったデータポートプロファイルに含まれるデータポートの型名をIFR IDに変更する。
ただし、この変更は1.1系に対して行うものとする。
n-ando
09:56 調査 #1459 (終了): IFR ID取得方法の調査
IFR IDを取得する方法を調査する。 n-ando

2010/05/02

01:07 整備 #1454 (終了): Ubuntu 10.04 LTS パッケージ作成 (i386, x86_64)
Ubuntu 10.04 LTS パッケージ作成 (i386, x86_64) n-ando

2010/04/30

10:22 リビジョン 329 (openrtm-python): The description about rtcd has been deleted.
kurihara

2010/04/28

22:41 リビジョン 328 (openrtm-python): Now, rtcd_python.bat and rtcd_python.exe is distributed.
kurihara

2010/04/27

17:16 バグ #1449 (解決): Process.pyの問題
r327 にて修正。
参照
https://openrtp.jp/redmine/repositories/revision/openrtm-aist-python/327
kurihara
17:02 バグ #1449 (終了): Process.pyの問題
Process.launch_shell()を使用してコマンドを実行した場合、呼出元のプロセスが終了した場合に、コマンドが実行されたプロセスも終了してしまう。 kurihara
17:11 リビジョン 327 (openrtm-python): Now, a child process is detached from a parent process.
kurihara

2010/04/24

23:33 リビジョン 326 (openrtm-python): Now, rtcd_python.exe has been created from rtcd_python.py by build.cmd.
kurihara
23:32 リビジョン 325 (openrtm-python): Now, rtcd_python.exe has been created from rtcd_python.py by build.cmd.
kurihara
23:30 リビジョン 324 (openrtm-python): Now rtcd_python.exe has been created from rtcd_python.py by build.cmd.
kurihara
23:28 リビジョン 323 (openrtm-python): Delete rtcd_python.bat
Now, rtcd_python.exe has been created by build.cmd. kurihara

2010/04/23

16:42 バグ #1435: C++からサブプロセスとしてrtcd_pythonがコールされた場合の不具合
OSによって、platform.uname(),os.uname()を使い分けるように修正。 r322
参照
https://openrtp.jp/redmine/repositories/revision/openrtm-...
kurihara
16:36 バグ #1435 (終了): C++からサブプロセスとしてrtcd_pythonがコールされた場合の不具合
C++からサブプロセスとしてrtcd_pythonがコールされた場合、Pythonのplatformモジュールのuname()を使用している箇所でエラーが発生する。
(Ubuntu8.10, Ubuntu9.10)
Windows...
kurihara
16:38 リビジョン 322 (openrtm-python): The bloblem about platform.uname() on Ubuntu-Python has been fixed. refs 1435
kurihara
14:14 リビジョン 321 (openrtm-python): The problem about sdist has been fixed.
kurihara
14:05 リビジョン 320 (openrtm-python): The bug of bat-file has been fixed.
rtcd.conf has been changed. kurihara
14:03 リビジョン 319 (openrtm-python): The bug of createORBEndpoints() has been fixed.
kurihara

2010/04/22

16:40 バグ #1393 (終了): ServicePortのポート間接続解除の問題
kurihara
16:35 バグ #1396 (終了): SubscriptionType:periodic,PushPolicy:Newでの接続での問題
kurihara
12:09 リビジョン 318 (openrtm-python): get_context_handle's bug has been fixed.
Now it returns correct handle if EC is owned context. kurihara
12:08 リビジョン 317 (openrtm-python): set_configuration_set_value() bug has been fixed.
The code now does not create unintended "exported_ports" configuration key. kurihara

2010/04/20

11:10 リビジョン 316 (openrtm-python): main() function has been added.
kurihara
10:49 リビジョン 315 (openrtm-python): The path for import has been added.
kurihara

2010/04/19

19:22 リビジョン 314 (openrtm-python): The bug about getLoadableModule and create_component has been fixed.
kurihara

2010/04/16

10:03 リビジョン 313 (openrtm-python): Advertise that is option of Shortcut tag has been deleted.
kurihara
10:02 リビジョン 312 (openrtm-python): The problem about IDL-compile in uninstall has been fixed.
kurihara
10:01 リビジョン 311 (openrtm-python): Advertise that is option of Shortcut tag has been deleted.
kurihara

2010/04/15

01:21 リビジョン 310 (openrtm-python): Specification of the install folder of RTSystemEditor was enabled.
kurihara

2010/04/14

22:50 リビジョン 309 (openrtm-python): The bug about IDLCOMPILE has been added.
kurihara
18:55 リビジョン 308 (openrtm-python): The description for deleting shortcut at the time of uninstallation has been added.
kurihara
17:04 リビジョン 307 (openrtm-python): The bug about examples and docs has been fixed.
kurihara

2010/04/13

19:25 リビジョン 306 (openrtm-python): - Including RTSystemEditor(RCP).
- The problem about setting Environment has been fixed. kurihara
18:52 リビジョン 305 (openrtm-python): The bug for data_file has been fixed.
kurihara
16:56 リビジョン 304 (openrtm-python): The desctiption about Python2.6 for Ubuntu-9.10 has been added.
kurihara

2010/04/12

18:10 リビジョン 303 (openrtm-python): The problem about IDL compile has been fixed.
kurihara
18:09 リビジョン 302 (openrtm-python): trivial fix.
kurihara
18:07 リビジョン 301 (openrtm-python): Update for 1.0.0.
kurihara
09:30 リビジョン 300 (openrtm-python): The bug of description about Win32 has been fixed.
kurihara
 

他の形式にエクスポート: Atom