uwrobotics / uwrt_mars_rover

Ros Metapackage for UWRT Mars Rover
MIT License
18 stars 7 forks source link

AUTONOMY: Create GPS Publishing Node #212

Open keyonjerome opened 1 year ago

keyonjerome commented 1 year ago

Task description:

  1. Figure out how to plug the Vectornav into the Jetson.
  2. Create a ROS2 C++ node that reads from the Vectornav every ~30ms and publishes the GNSS/IMU data.
  3. Create a launch file that launches the node, and test the program on the Jetson.4
  4. Test GPS accuracy -> how precise is it when giving us locations?
wang-edward commented 1 year ago

Notes:

May 19:

wang-edward commented 1 year ago

setup

In order to get access to /dev/ttyUSB0 (which is part of dialout group):

wang-edward commented 1 year ago

improvements

nico-palmar commented 1 year ago

were these improvements done yet?