Re: [ros-users] Sick LMS200 display wrong in rviz

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: User discussions
題目: Re: [ros-users] Sick LMS200 display wrong in rviz
> Do i just use the debug commands like so or should i give it some arguments.
> valgrind rosrun rviz rviz -d `rospack find
> sicktoolbox_wrapper`/sick_test.vcg
> gdb rosrun rviz rviz -d `rospack find sicktoolbox_wrapper`/sick_test.vcg


Don't use rosrun with gdb (might be the same for valgrind), use the
executable directly.

With gdb you will need --args if you want to specify the command line
arguments on the command line.

By the way, it is rviz crashing, correct?