-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hironx.py fails due to CORBA.MARSHAL error on melodic #539
Comments
I could avoid this by setting
However, I couldn't understand why this setting is required from melodic, not in indigo and kinetic.
|
On 16.04 (omniorb4-dev 4.1) if we start openhrp-model-loader with <env name="ORBgiopMaxMsgSize" value="2147483648" /> all connection(?) conect respenct giopMaxMsgSize But on 18.04 (omniorb4-dev 4.2) wnneed to set ORBgiopMaxMsgSize=2147483648 for each clients
fixed in #540 これ,なんかおかしいですね.今まではopenhrp-model-loader を立ち上げるときに の 最初はこの で,この問題hrpsys側で直したらいいのかもしれないけど(https://github.com/fkanehiro/hrpsys-base/pull/1289)とありえあず,https://github.com/start-jsk/rtmros_hironx/pull/540 で直しました.
|
jaxon_red_choreonoid.launchとかのいかにも通信量多そうなケースで,ORBgiopMaxMsgSizeの拡張しないとlaunch起動に失敗して,launch内のとか.bashrcとか/etc/omniORB.cfgとかで効いたり効かなかったりする話は前からありますが, |
jaxonはメッシュのファイルサイズ大きくて初期設定のままだとmodel-loaderで確実に落ちていたはずです。 etc とか bashrc とかなにもいじらない環境(例えばdocker環境)で16.04までは問題なかったので、 @pazeshun 僕の知っている最少構成で落とせるのは以下になります。
|
Ubuntu16.04のHRP2では,launchに |
#539 (comment) のipythonコマンドを実行後、そのpythonのものと思われるプロセスの環境変数を確認したところ、以下のようになり、
例えば、openhrp-model-loaderの環境変数を見ると、
|
問題の理解が足りてなかった気がしますが、
|
On melodic, when I did
, I got the following error:
cc. @Kanazawanaoaki
The text was updated successfully, but these errors were encountered: