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

add test for arm64/arm32 #721

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

k-okada
Copy link
Member

@k-okada k-okada commented Sep 13, 2022

raspberrypi で32bit OSで32bitのLinuxARMのroseusを
使っていて,矢野倉先生曰く,
roseusのdeserializeのところではないかということで
下のように通信用の文字列へdoubleのバイナリイメージを
peekするところで落ちています.多分このros::ptr-が
4や8の倍数でないと落ちるというのが32bit OS ARMでの
euslispではおきています.
簡単な直し方は,
ros::bufのros:ptr-から:doubleのバイトサイズ分を8バイトの文字列s8に
コピーして,
(sys:peek s8 0 :double)
とするとそのバイトに書かれているdoubleのイメージを
受け取ることは大丈夫だろうと思います.
また,同様に:floatでも起きているので,
ARMのマシンの32bit,64bitのマシンのroseusでの
:doubleと:floatの配列のtopic通信をARMの上でテストしてみて
くれるとうれしい.

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