-
Notifications
You must be signed in to change notification settings - Fork 18
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
jog_frame_nodeのエラーについて #6
Comments
Thank you for the report! And sorry, it was a degradation while changing the method to get controller info. |
The Error did not occur with master branch. |
Thank you @aislab ! |
We tried this program on NEXTAGE simulation. But, this program has a trouble with an actual robot environment. we tried the following commands.
|
Thanks, |
We made a PR about hironx. #10. We did not turn on both panels(JogJointPanel and JogFramePanel). We are sorry that we didn't record about this problem. |
We executed the following commands, the same before.
We first switched on the JogFramePanel and move the robot's arm a little. Here are the results of
|
以下のログは
これ以外には、ロボットの暴走に関して特にエラー出力は確認できていません。 |
Could you check following points?
|
手元の環境でjog_controlをビルドし、nextageを使ったサンプルを実行してみたところ以下のようなエラーが発生しました。
indigo, kineticの両環境で試したのですが、どちらの環境でも同様のエラーが発生します。
実行した コマンドは、
です。
コマンドを実行したあとに、RvizのメニューからJogFramePanelを追加し、jog EnableをONにすると、以下のエラーが発生します。
同様に、JogJointPanelを追加し、Jog EnableをONにすると、エラーは発生しませんでした。
そこで、ソースコードを調べてみたのですが、jog_frame_node.cpp の 156行目 の joint_map_の中身が空であることが原因だと思うのですが、いかがでしょうか。
よろしくお願い致します。
DT
The text was updated successfully, but these errors were encountered: