Closed chibi314 closed 6 years ago
rosserialを最新にしないといけなかった。aptで入れる。入れたらmake_library.pyを再実行する。こうするとspinal/src/ros_lib/がセットされる。 Subscriber.hが変わっているのがわかる。
@tongtybj
別件ですが、neuronはrospkgでないので、rosrun neuron true_studio.sh
で開けないですがどうするのが正しいですか?
現時点での方法: neuron/bin まで移動して、./true_studio.shを実行する
ros pacakgeにすればもっと楽になるけど、rosの要素がないから、そうしていません…
2018年1月15日(月) 16:29 Tomoki Anzai notifications@github.com:
Reopened #127 https://github.com/tongtybj/aerial_robot/issues/127.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tongtybj/aerial_robot/issues/127#event-1423786292, or mute the thread https://github.com/notifications/unsubscribe-auth/ADfwr1_3XfJqDo8Qa74FN1CngK9FU6f-ks5tKv5kgaJpZM4RdlEu .
なるほど、わかりました
@tongtybj 題のとおりです。 クリーンな環境でdevelを持ってきて、make_libraries.pyを実行してroslibを生成するのは大丈夫でしたが、コンパイルが通りません。 クラスメンバのSubscriberの記述が問題のようです。メンバ関数をコールバックに登録することが今のSubscriber.hを見てもできない(Subscriber2がない)ように見えるのですが、そちらではコンパイルできていますか?