We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
send ri :state :potentio-vector が時々遅い気がします。
いろいろ状況証拠を集めてみると、久しぶりに
send *ri* :spin-once
すると数秒かかり、あとは定期的にsend *ri* :spin-onceするとすぐに帰ってきます。
つまり、
(ros:spin)
で終わらずに、
(setq r (ros::rate 10)) (do-until-key (ros::ok) (send *ri* :spin-once) ;; (ros::spin-once "baxter_interface") (ros::spin-once) (ros::sleep))
とするとそこそこ改善されますが、根本的な原因がどこかにありそうです。
The text was updated successfully, but these errors were encountered:
これですが、hrp2だと早くてpr2だと遅い気がしています。 /joint_statesで複数のpublisherに対応する、みたいなのでこの問題が発生している気がしています
/joint_states
Sorry, something went wrong.
Merge pull request jsk-ros-pkg#119 from k-okada/fix_pr2_tweet
7b1078f
fix tweet topic to pr2twit
No branches or pull requests
send ri :state :potentio-vector が時々遅い気がします。
いろいろ状況証拠を集めてみると、久しぶりに
すると数秒かかり、あとは定期的に
send *ri* :spin-once
するとすぐに帰ってきます。つまり、
で終わらずに、
とするとそこそこ改善されますが、根本的な原因がどこかにありそうです。
The text was updated successfully, but these errors were encountered: