Kartik Mohta

Results 11 comments of Kartik Mohta

I checked the values of `ft` and `syn` for them and they are cpp for both. Tried disabling all other vim plugins as well but get the same behaviour.

Recently there was support added for the M8U module, does that not work for the M8L? The functionality seems similar.

@Chrismmint I think that issue happens when using an old compiler. What version of gcc are you using? (You can check with `gcc -v`)

Can you put some debug messages before the line https://github.com/KumarRobotics/ublox/blob/694268c3b42434eb9a9102eaaa17f57bc444a310/ublox_gps/src/gps.cpp#L157 to see which condition in the `if` statement is failing?

Hi, Can you try the latest version from the repo? If that does not fix the problem, can you run the ublox_gps node under gdb following the instructions at http://wiki.ros.org/roslaunch/Tutorials/Roslaunch%20Nodes%20in%20Valgrind%20or%20GDB...

@Kortium Can you provide the backtrace from gdb? That may help in debugging where the problem is occurring.

@Kortium @weisongwen Can you try again with the latest version from the master branch? Commit 4570130ad5adae4add35feda10a806b6d6d7ad9d fixed a bug which could have led to segfaults.

@Kortium It seems like the resetting is not working properly for your device, can you try enabling the gnss/qzss option in the param file and try again? From your output,...

@weisongwen TIM means devices with timing feature (https://www.u-blox.com/en/timing) so M8T devices are not fully supported right now.

Seems like that is one of the big changes compared to `catkin_pkg` v0.3.1 which touches multiprocess stuff.