forked from n-ando/OpenRTM-aist-Java
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
RTCを実行コンテキストを指定して起動する場合に、C++版・Python版とJava版で同じ動作の実行コンテキストでもファクトリへの登録名が異なっており、修正が必要だと考えられる。
| C++・Python | Java |
|---|---|
| ExtTrigExecutionContext | jp.go.aist.rtm.RTC.executionContext.ExtTrigExecutionContext |
| SynchExtTriggerEC | jp.go.aist.rtm.RTC.executionContext.OpenHRPExecutionContext |
| PeriodicExecutionContext | jp.go.aist.rtm.RTC.executionContext.PeriodicExecutionContext |
To Reproduce
Steps to reproduce the behavior:
- JavaのRTCで起動時に、以下の指定をするとエラーになる。
ConsoleIn.bat -o "exec_cxt.periodic.type: PeriodicExecutionContext"
Reproducibility
100%
Expected behavior
Screenshots or Logs
Environment
- OS: Windows 11
- OpenRTM-aist Version 2.0.2
- ...
Additional context
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working