Skip to content

victoriarobotics/victoria_bringup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

victoria_bringup

Scripts to run when the system is turned on.

GPSD

gpsd is used to provide fix data to the ROS gpsd-client. It needs to be configured to look at the correct serial port on boot up. The configuration file is

/etc/default/gpsd

For example, to have gpsd auto start, allow hot plugging, and always use /dev/ttyUSB0, edit the file to be:

START_DAEMON="true"
USBAUTO="true"
DEVICES="/dev/ttyUSB0"

We also need a udev rule.

About

Scripts to run when the system is turned on.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages