ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

It's running now. I did the following: I installed nmea_navsat_driver package and tried to run it, I did this as told on the wiki ros page for this package:

rosrun nmea_navsat_driver nmea_serial_driver

but it didn't run because I hab no permission for dev/ttyUSB0. So after i searched for this error i added my user account to the dialout group. After that I was able to run this driver and i received something (no valid data). Now i went back to the ublox driver and changed in the launch file the port to ttyUSB0 which was by default set to ttyACM0 (or something like this). Then I did the following:

roslaunch /home/the_whole_fu**ing_path/src/ublox/ublox_gps/launch/ublox_gps.launch

and it's running now! I really dont know if this is some kind of proper procedure (maybe somebody knows?) but it's working now!

It's running now. I did the following: I installed nmea_navsat_driver package and tried to run it, I did this as told on the wiki ros page for this package:

rosrun nmea_navsat_driver nmea_serial_driver

but it didn't run because I hab no permission for dev/ttyUSB0. So after i searched for this error i added my user account to the dialout group. After that I was able to run this driver and i received something (no valid data). Now i went back to the ublox driver and changed in the launch file the port to ttyUSB0 which was by default set to ttyACM0 (or something like this). Then I did the following:

roslaunch /home/the_whole_fu**ing_path/src/ublox/ublox_gps/launch/ublox_gps.launch

/home/the_whole_fu**ing_path/src/ublox/ublox_gps/launch/ublox_gps.launch

and it's running now! I really dont know if this is some kind of proper procedure (maybe somebody knows?) but it's working now!

It's running now. I did the following: I installed nmea_navsat_driver package and tried to run it, I did this as told on the wiki ros page for this package:

rosrun nmea_navsat_driver nmea_serial_driver

but it didn't run because I hab had no permission for dev/ttyUSB0. So after i searched for this error i added my user account to the dialout group. After that I was able to run this driver and i received something (no valid data). Now i went back to the ublox driver and changed in the launch file the port to ttyUSB0 which was by default set to ttyACM0 (or something like this). Then I did the following:

roslaunch /home/the_whole_fu**ing_path/src/ublox/ublox_gps/launch/ublox_gps.launch

and it's running now! I really dont know if this is some kind of proper procedure (maybe somebody knows?) but it's working now!