Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Make the following hardware connections from the Raspberry Pi:

    1. Connect to LiDAR via USB-A to Micro-USB.

    2. Connect to Pixhawk Telem 2 port using FTDI cable.

    3. Connect to power source.

  2. SSH into Raspberry Pi.

    1. Refer to Raspberry Pi 5

  3. Enter the obstacle avoidance repository cd WARG/obstacle-avoidance/.

  4. Activate the virtual environment source venv/bin/activate.

  5. Ensure requirements are installed and submodules are initialized.

  6. Run the flight controller test and check for odometry output.

    1. cd modules/common/

    2. python -m mavlink.test_flight_controller

    3. If odometry is outputted, exit the program, otherwise check Pixhawk connection.

  7. Run the main script.

    1. Go back to the obstacle-avoidance directory.

    2. Run python -m main.

  8. Start an AUTO mission.

How

...

obstacle avoidance system works:

...

Module Descriptions:

Detection: configuring LiDAR settings and fetching LiDAR readings.

...