Skip to content
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

[hrpsys_choreonoid/add_objects.py] fix for python3 (convert bytes to str. comment out OpenRTMPlugin) #370

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Naoki-Hiraoka
Copy link
Contributor

add_objects.pyを、最新のchoreonoid1.8(patch・コンパイルオプション無し)でも使用できるようにするための修正です。この変更が無いと、使用することができません。

  • python3ではstr型とbytes型を区別するので、場合分けを追加しました。
  • add_objects.pyはOpenRTMPluginを使用していないにも関わらずOpenRTMPluginをimportしていたので、importしないようにしました。これによって、OpenRTMPluginの設定をしていないデフォルトの状態のchoreonoid1.8でもadd_objects.pyが使えるようになります.

これらの変更後でも、従来のchoreonouid1.7 + patchでrtmlaunch hrpsys_coreonoid_tutorials jaxon_red_choreonoid.launch LOAD_OBJECTS:=trueが問題なく立ち上がることを確認しました。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant