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-simulatorでnan/infがfoundと出る #906

Closed
YuOhara opened this issue Jan 13, 2016 · 14 comments
Closed

hrpsys-simulatorでnan/infがfoundと出る #906

YuOhara opened this issue Jan 13, 2016 · 14 comments

Comments

@YuOhara
Copy link
Contributor

YuOhara commented Jan 13, 2016

rtmlaunch hrpsys_ros_bridge_tutorials samplerobot.launch
して別ターミナルで、
(progn (load "package://hrpsys_ros_bridge_tutorials/euslisp/samplerobot-interface.l") (samplerobot-init) (send ri :angle-vector (send sr :reset-pose)) (send ri :wait-interpolation) (send ri :start-auto-balancer))
とすると

[abc,JointPathEx] ERROR nan/inf is found

とエラーが出て、そこからstを入れるシミュレータが落ちます(リスタートします)。

同じ理由で、choreonoidも最新のコードで落ちているように見えます。

ターミナルのログは以下です(hrpsys-simulator)
https://gist.github.com/YuOhara/b54ae20bae14ce222a43

@snozawa
Copy link
Contributor

snozawa commented Jan 14, 2016

hrpsys_ros_bridge_tutorials -> hrpsys_ros_bridgeにしてみて、

rtmlaunch hrpsys_ros_bridge samplerobot.launch USE_UNSTABLE_RTC:=true

(progn (load "package://hrpsys_ros_bridge/euslisp/samplerobot-interface.l") (samplerobot-init) (send *ri* :angle-vector (send *sr* :reset-pose)) (send *ri* :wait-interpolation) (send *ri* :start-auto-balancer))

ではどうでしょうか。

@snozawa
Copy link
Contributor

snozawa commented Jan 14, 2016

rtmlaunch hrpsys samplerobot.launch

python -i `rospack find hrpsys`/samples/SampleRobot/samplerobot_auto_balancer.py

の結果も教えてください。

@snozawa
Copy link
Contributor

snozawa commented Jan 14, 2016

また,
fkanehiro/hrpsys-base#944
を試しにmergeしてみて結果がかわるかも教えてください.

@YuOhara
Copy link
Contributor Author

YuOhara commented Jan 14, 2016

hrpsys->masterbranch はじめの出力 (rtm launch hrpsys_ros_bridge)
https://gist.github.com/YuOhara/f59e623927581df84b6e
hrpsys->masterbranch 二個目の出力 (rtmlaunch hrpsys)
https://gist.github.com/YuOhara/9b24d10b229fcd719323

@YuOhara
Copy link
Contributor Author

YuOhara commented Jan 14, 2016

hrpsys->指定されたbranch はじめの出力 (rtm launch hrpsys_ros_bridge)
https://gist.github.com/YuOhara/48bbeea931917dd900bd
hrpsys->指定されたbranch 二個目の出力 (rtmlaunch hrpsys)
https://gist.github.com/YuOhara/a6313f2157f2481785d1

@YuOhara
Copy link
Contributor Author

YuOhara commented Jan 14, 2016

結果は変わってないように見えて、hrpsys_ros_bridgeでabc入れるとエラーが発生してst入れるとsimulatorが落ちます

@snozawa
Copy link
Contributor

snozawa commented Jan 14, 2016

hrpsys-baseを
5652d17c93861a3ab11746af3c600f1f31dabf18
までもどしてみて,
hrpsys-base, hrpsys_ros_bridgeの両方を

catkin bt --start-with-this --force-cmake --cmake-args -DENABLE_DOXYGEN=OFF

してみてください.

@YuOhara
Copy link
Contributor Author

YuOhara commented Jan 17, 2016

hrpsys->(5652d17c93861a3ab11746af3c600f1f31dabf18)branch はじめの出力 (rtm launch hrpsys_ros_bridge)

https://gist.github.com/YuOhara/e11ae8842c04d91d2d34
こちら、エラーなく動いているように見えます。

@snozawa
Copy link
Contributor

snozawa commented Jan 25, 2016

ところでこれはubuntu 14.04で、まだ解決してないでしょうか?

@YuOhara
Copy link
Contributor Author

YuOhara commented Jan 25, 2016

14.04です。
解決しているかは、明日確認します

@YuOhara
Copy link
Contributor Author

YuOhara commented Jan 26, 2016

14.04では解決していなかったです(rtm_launch hrpsys_ros_bridge samplerobot.launchをして、start-abc->start-stでhrpsys_simulatorが落ちました)
12.04マシンが手元にないので、そちらは確認できていないです。

@snozawa
Copy link
Contributor

snozawa commented Jan 26, 2016

12.04以前はtravis手元実機含め落ちてないですね。

@snozawa
Copy link
Contributor

snozawa commented Jan 26, 2016

マージされたので確認をお願いします

@YuOhara
Copy link
Contributor Author

YuOhara commented Jan 26, 2016

hrpsys_simulator, choreonoidともにちゃんとabc, stが入ることを確認しました

@YuOhara YuOhara closed this as completed Jan 26, 2016
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

No branches or pull requests

2 participants