cornellev / localization-sp24

Utku and Ethan's project
0 stars 0 forks source link
localization ros

localization_sp24

Utku and Ethan pretend to know what they're doing

Project Structure

Nodes are written in src/.

Eventually, the node structure will look something like this, courtesy of Ethan and Rahul:

Node structure Node structure

Progress Tracker

Usage

Building

Just run catkin_make in your workspace as usual. Nothing interesting here right now.

Running

  1. Make sure you have the microstrain_intertial package installed.
  2. Run roslaunch localization_sp24 lord.launch to launch LORD sensor node

OR: If UTM On Apple Silicon

Run run_utm_silicon.sh (you may need to chmod). This may circumvent all troubleshooting issues.

Troubleshooting

sudo usermod -a -G dialout $USER
sudo chmod a+rw /dev/ttyACM0

TODO: document new things, as well as new python dependencies: geopandas, osmnx, matplotlib Document how to set up map thing