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

Add Launch support #4

Merged
merged 16 commits into from
Apr 18, 2024
Merged

Add Launch support #4

merged 16 commits into from
Apr 18, 2024

Commits on Apr 16, 2024

  1. Testing launch config

    Checking how correct the launch configuration is
    known-blue committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    10cb1bb View commit details
    Browse the repository at this point in the history
  2. Fixed build and run errors

    Fixed errors where it wouldn't build and after building wouldn't run
    known-blue committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    7927e3f View commit details
    Browse the repository at this point in the history
  3. Restructuring

    Restructuring to create a 'master' package and moving dependency folders
    known-blue committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    0c7f8a7 View commit details
    Browse the repository at this point in the history
  4. Revert "Restructuring"

    This reverts commit 0c7f8a7.
    known-blue committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    97f12b1 View commit details
    Browse the repository at this point in the history
  5. Launch bug fixes

    launches 1 node successfully, however the namespace isn't coming through..
    known-blue committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    e101943 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. File reorg

    Re-organizing launch files to be easier to find
    known-blue committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    244f675 View commit details
    Browse the repository at this point in the history
  2. Fix namespace error

    Before it was not properly setting the namespace for the node in either launch file, so I just pass the name all the way through and set it in the node.
    known-blue committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    24f8c3d View commit details
    Browse the repository at this point in the history
  3. Add all actions to launch

    Added all the action nodes to the action launch file and setup their parameters
    known-blue committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4b70952 View commit details
    Browse the repository at this point in the history
  4. Fix name init

    Single quotes got python confused, so switched to double
    known-blue committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    00be281 View commit details
    Browse the repository at this point in the history
  5. Fix imports

    Adjust imports to actually point to the right import
    known-blue committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    8b58ade View commit details
    Browse the repository at this point in the history
  6. File re-org

    Move dependencies to each package so they can be found after building
    known-blue committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    00f9c9d View commit details
    Browse the repository at this point in the history
  7. Add Topics to launch

    Added all topics to the launch file
    known-blue committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    e860309 View commit details
    Browse the repository at this point in the history
  8. Fix single quote error

    Forgot to fix it again.. Fixed for all now
    known-blue committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    461c79c View commit details
    Browse the repository at this point in the history
  9. Added Services to launch

    Added service nodes to the launch file
    known-blue committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    5bab12a View commit details
    Browse the repository at this point in the history
  10. General cleanup

    Update README and clean up rouge print-outs
    known-blue committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    dbc4a91 View commit details
    Browse the repository at this point in the history
  11. Add respawn to nodes

    If a node is to crash for any reason, the node will automatically 'respawn'
    known-blue committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d5db5b3 View commit details
    Browse the repository at this point in the history