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

Asv simulation #187

Open
wants to merge 91 commits into
base: development
Choose a base branch
from
Open

Asv simulation #187

wants to merge 91 commits into from

Commits on Apr 7, 2024

  1. Added plotting method choice

    Mokaz committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    573263b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb30acf View commit details
    Browse the repository at this point in the history
  3. Added realtime simulator files

    Mokaz committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    b0aac02 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    9eaf96b View commit details
    Browse the repository at this point in the history
  2. Getting params from config file working

    vortexuser authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    08f1d2c View commit details
    Browse the repository at this point in the history
  3. Added dampening D

    vortexuser authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    00e8f56 View commit details
    Browse the repository at this point in the history
  4. WIP not working

    vortexuser authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    a40004d View commit details
    Browse the repository at this point in the history
  5. Ivan stuff working in ROS2

    vortexuser authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    63b1dc1 View commit details
    Browse the repository at this point in the history
  6. Implemented Ivan LOS LQR in ROS2

    vortexuser authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    63beabe View commit details
    Browse the repository at this point in the history
  7. Added los_guidance package

    vortexuser authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    3a52888 View commit details
    Browse the repository at this point in the history
  8. Added x_ref LOS calculation and Odometry

    vortexuser authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    1a2446f View commit details
    Browse the repository at this point in the history
  9. Added Odometry

    vortexuser authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    9e15d0d View commit details
    Browse the repository at this point in the history
  10. WIP need to fix lqr

    vortexuser authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    0af90b6 View commit details
    Browse the repository at this point in the history
  11. Fixed x_ref dimensions

    vortexuser authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    4ed491e View commit details
    Browse the repository at this point in the history
  12. Made package

    vortexuser authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    f050c64 View commit details
    Browse the repository at this point in the history
  13. WIP stuff

    vortexuser authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    15a8416 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e7c428b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ecb6487 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    934a13a View commit details
    Browse the repository at this point in the history
  17. Edited points

    Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    be8c70f View commit details
    Browse the repository at this point in the history
  18. Updated switching logic with line in front of endpoint, point subscri…

    …ber in guidance, removed redundant linearization from asv_model, moved lqr control to state_cb in lqr_controller, fixed heading_ref in lqr
    Aldokan authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    1a29a28 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    26c085f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1d772d0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e1df116 View commit details
    Browse the repository at this point in the history
  22. Added simulation function

    Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    be786be View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4348843 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5c8543c View commit details
    Browse the repository at this point in the history
  25. Finished hybridpath simulator

    Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    b93be23 View commit details
    Browse the repository at this point in the history
  26. Plotting works almost perfectly

    Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    1d3b6ae View commit details
    Browse the repository at this point in the history
  27. Removed duplicate launch file, added READMEs, added docs and typehint…

    …s, code quality stuff
    Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    93b8ddc View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a0d930c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    95c847d View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ab3d76c View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ee3b9ee View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    cba7dd2 View commit details
    Browse the repository at this point in the history
  33. Cleanup and made ready for testing.

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    4388c52 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    e695dc5 View commit details
    Browse the repository at this point in the history
  35. Cleanup

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    f0505b5 View commit details
    Browse the repository at this point in the history
  36. Added return type for every function

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    decf3d7 View commit details
    Browse the repository at this point in the history
  37. Added type annotations

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    fa9bcb9 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    d415572 View commit details
    Browse the repository at this point in the history
  39. Updated README

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    85a0497 View commit details
    Browse the repository at this point in the history
  40. Update README

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    48a526d View commit details
    Browse the repository at this point in the history
  41. Fixed README

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    c49dd05 View commit details
    Browse the repository at this point in the history
  42. Fix README

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    747a383 View commit details
    Browse the repository at this point in the history
  43. Fix README

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    7710d81 View commit details
    Browse the repository at this point in the history
  44. Minor fixes

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    ff47eec View commit details
    Browse the repository at this point in the history
  45. Minor name changes

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    d943b2e View commit details
    Browse the repository at this point in the history
  46. Added theory in README

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    3c22764 View commit details
    Browse the repository at this point in the history
  47. Fix link

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    cb3e04d View commit details
    Browse the repository at this point in the history
  48. Fix link

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    4d79388 View commit details
    Browse the repository at this point in the history
  49. typo

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    227631b View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    194edce View commit details
    Browse the repository at this point in the history
  51. Removed plotting

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    8fddd14 View commit details
    Browse the repository at this point in the history
  52. Moved K1 and K2 to yaml

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    4dee062 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    ae0f8e7 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    38c3980 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    836def7 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    0c63b7b View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    31e3383 View commit details
    Browse the repository at this point in the history
  58. Removed los_guidance

    Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    2304101 View commit details
    Browse the repository at this point in the history
  59. Removed old lqr_controller

    Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    46d376e View commit details
    Browse the repository at this point in the history
  60. Added otter inertia and damping matrices

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    476762e View commit details
    Browse the repository at this point in the history
  61. Added coriolis matrix

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    d47b221 View commit details
    Browse the repository at this point in the history
  62. Added source

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    6346324 View commit details
    Browse the repository at this point in the history
  63. Rewrite hybridpath

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    4ab359d View commit details
    Browse the repository at this point in the history
  64. Fix node

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    f3267b5 View commit details
    Browse the repository at this point in the history
  65. Added update method for s

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    e26a289 View commit details
    Browse the repository at this point in the history
  66. Fixes to hybridpath node

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    2ff38ee View commit details
    Browse the repository at this point in the history
  67. Initial test file

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    0f5cf9d View commit details
    Browse the repository at this point in the history
  68. Fix node to publish vs and vss

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    3f324b9 View commit details
    Browse the repository at this point in the history
  69. Docstring for update_s method

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    8a7c254 View commit details
    Browse the repository at this point in the history
  70. Deleted lqr_controller package

    Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    2ac9cf9 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    e7fbf97 View commit details
    Browse the repository at this point in the history
  72. Typo

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    d2306ef View commit details
    Browse the repository at this point in the history
  73. Added source

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    3a8b234 View commit details
    Browse the repository at this point in the history
  74. Fixes to hybridpath

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    a620171 View commit details
    Browse the repository at this point in the history
  75. Added staticmethod odom_to_state

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    9f8658d View commit details
    Browse the repository at this point in the history
  76. Fix odom_to_eta

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    3d9b350 View commit details
    Browse the repository at this point in the history
  77. Moved odom_to_eta to node

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    a6e0299 View commit details
    Browse the repository at this point in the history
  78. Added fixes to node

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    25bab02 View commit details
    Browse the repository at this point in the history
  79. Fix update_s

    Andeshog authored and Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    c4b0475 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    c1cd708 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    377a20e View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    580fa42 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    8ae411f View commit details
    Browse the repository at this point in the history
  84. Added LQR_DP

    Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    385b96c View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    26d26be View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    4df1d84 View commit details
    Browse the repository at this point in the history
  87. Fixed guidance callback

    Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    0026c06 View commit details
    Browse the repository at this point in the history
  88. Fixed guidance callback for DP

    Mokaz committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    1056e4f View commit details
    Browse the repository at this point in the history