Skip to content

Some ROS packets usefull for the automatization of the zodiac.

Notifications You must be signed in to change notification settings

Victorbares/ZodiacAuto

 
 

Repository files navigation

ZodiacAuto

Some ROS packets usefull to the automatization of the zodiac. For now, there is just one packet which contains 2 nodes :

  • localisation, which listens to fix messages from a GPS node and publishes a position,
  • pololu, which listends to cmd messages and modify the position of a servomotor connected to a Pololu Maestro.

The GPS node is nmea_navsat_driver, and you need to install it from source in order to parse correctly the NMEA trames sent by a RTK GPS. You can send the RTK correction with str2str from RTKLIB with a command like this one :

    ./str2str -in ntrip://<user>:<password>@<address>:<port>/<mountpoint> -out serial://ttyACM0 -n 1000 -p <lat> <lon> <hgt>

About

Some ROS packets usefull for the automatization of the zodiac.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 36.1%
  • CMake 30.5%
  • Python 27.6%
  • Shell 5.6%
  • C 0.2%