Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-Robot SLAM in ROS 2 #727

Open
wants to merge 17 commits into
base: humble
Choose a base branch
from

Commits on Jul 3, 2024

  1. Began porting multi-robot branch onto ROS2. Creating separate files a…

    …nd separate classes for multirobot stuff
    Daniel-Meza committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    604c0f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    c786ceb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    110d80c View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Began working on using different colors for the paths of different ro…

    …bots in loop_closure_assistant file
    Daniel-Meza committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    6a9f946 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    a2b0eca View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    d53efbf View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Different robots now publish their own paths vertices and edges with …

    …randomized colors. Loop closure connections between paths of different robots are defaulted to blue
    Daniel-Meza committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c4f15ff View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    59d63b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03a9fc4 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Created sample multirobot launch and configuration files. Added multi…

    …robot slam section to readme file
    Daniel-Meza committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    2d7a7e7 View commit details
    Browse the repository at this point in the history
  2. Fixed gif filepath

    Daniel-Meza committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    569ad9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9f1c4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d1beaa View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Reworked marker messages for node vertices to use a SPHERE_LIST rathe…

    …r than an array of SPHERE markers. This should improve performance
    Daniel-Meza committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    08f0261 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    ad5267e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Minor Readme typo

    Daniel-Meza committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    570b5c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    c66ecb8 View commit details
    Browse the repository at this point in the history