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

WIP Visualization using Foxglove #201

Open
wants to merge 49 commits into
base: master
Choose a base branch
from

Commits on Jun 15, 2021

  1. added ROSCameraPublisher.py and visualizer operator can publish camer…

    …a frame data to foxglove-studio
    storm-light committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    ef49d55 View commit details
    Browse the repository at this point in the history
  2. minimal name changes

    storm-light committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    a4f092b View commit details
    Browse the repository at this point in the history
  3. fixed variable typo

    storm-light committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    a7ecf65 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Configuration menu
    Copy the full SHA
    44ff205 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83c3b98 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. visualizer operator can visualize segmentation frames and depth frame…

    …s (both as rgb frame and point cloud), also cleaned up some code
    storm-light committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    cd44d2c View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. visualizes planning world

    storm-light committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    8155d82 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

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

Commits on Jul 4, 2021

  1. removed all dependencies on pygame in visualizer_operator, though sti…

    …ll some pygame code in other files
    storm-light committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    ccce977 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Configuration menu
    Copy the full SHA
    22a3900 View commit details
    Browse the repository at this point in the history
  2. removed visualize() methods from camera_frame.py, depth_frame.py, poi…

    …nt_cloud.py, and segmented_frame.py
    storm-light committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    a7b36ce View commit details
    Browse the repository at this point in the history
  3. renamed ROSCameraPublisher.py to ros_camera_publisher.py and ROSLIDAR…

    …Publisher.py to ros_lidar_publisher.py and adjusted import statement in visualizer operator
    storm-light committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    87b3a53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03e9752 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

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

Commits on Jul 9, 2021

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

Commits on Jul 14, 2021

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

Commits on Jul 19, 2021

  1. minor comment syntax fix

    Co-authored-by: Peter Schafhalter <pschafhalter@berkeley.edu>
    storm-light and pschafhalter committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    88dc197 View commit details
    Browse the repository at this point in the history
  2. minor comment syntax fix

    Co-authored-by: Peter Schafhalter <pschafhalter@berkeley.edu>
    storm-light and pschafhalter committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    7227e58 View commit details
    Browse the repository at this point in the history
  3. changed import statements to include full path

    Co-authored-by: Peter Schafhalter <pschafhalter@berkeley.edu>
    storm-light and pschafhalter committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    ba82d01 View commit details
    Browse the repository at this point in the history
  4. added docstrings to ROSCameraPublisher and ROSLIDARPublisher classes …

    …and methods, and added comments to visualizer operator
    storm-light committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    051f1a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ad7843 View commit details
    Browse the repository at this point in the history
  6. minor comment changes

    storm-light committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    ba218ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fdba024 View commit details
    Browse the repository at this point in the history
  8. yapf'd deez files

    storm-light committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    a24ed70 View commit details
    Browse the repository at this point in the history
  9. added ROSCameraPublisher.py and visualizer operator can publish camer…

    …a frame data to foxglove-studio
    storm-light committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    13b6356 View commit details
    Browse the repository at this point in the history
  10. minimal name changes

    storm-light committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    204d60c View commit details
    Browse the repository at this point in the history
  11. fixed variable typo

    storm-light committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    5f77390 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0b50b99 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    10288a5 View commit details
    Browse the repository at this point in the history
  14. visualizer operator can visualize segmentation frames and depth frame…

    …s (both as rgb frame and point cloud), also cleaned up some code
    storm-light committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    c3d0913 View commit details
    Browse the repository at this point in the history
  15. visualizes planning world

    storm-light committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    630b943 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b3b0aab View commit details
    Browse the repository at this point in the history
  17. removed all dependencies on pygame in visualizer_operator, though sti…

    …ll some pygame code in other files
    storm-light committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    389092b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    85cdf73 View commit details
    Browse the repository at this point in the history
  19. removed visualize() methods from camera_frame.py, depth_frame.py, poi…

    …nt_cloud.py, and segmented_frame.py
    storm-light committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    7702c64 View commit details
    Browse the repository at this point in the history
  20. renamed ROSCameraPublisher.py to ros_camera_publisher.py and ROSLIDAR…

    …Publisher.py to ros_lidar_publisher.py and adjusted import statement in visualizer operator
    storm-light committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    0fd5ad4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    56590a5 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2206c71 View commit details
    Browse the repository at this point in the history
  23. added docstrings to ROSCameraPublisher and ROSLIDARPublisher classes …

    …and methods, and added comments to visualizer operator
    storm-light committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    8101483 View commit details
    Browse the repository at this point in the history
  24. minor comment syntax fix

    Co-authored-by: Peter Schafhalter <pschafhalter@berkeley.edu>
    storm-light and pschafhalter committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    4b5cab5 View commit details
    Browse the repository at this point in the history
  25. minor comment syntax fix

    Co-authored-by: Peter Schafhalter <pschafhalter@berkeley.edu>
    storm-light and pschafhalter committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    af7fac5 View commit details
    Browse the repository at this point in the history
  26. changed import statements to include full path

    Co-authored-by: Peter Schafhalter <pschafhalter@berkeley.edu>
    storm-light and pschafhalter committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    08f945e View commit details
    Browse the repository at this point in the history
  27. minor comment changes

    storm-light committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    9aebae6 View commit details
    Browse the repository at this point in the history
  28. yapf'd deez files

    storm-light committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    2074851 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Merge remote-tracking branch 'origin/pylot-ros' into pylot-ros

    merge required to incorporate suggested changes on the WIP foxglove visualization pull request
    storm-light committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    9d50b79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    053cdab View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    72ecd9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45436d7 View commit details
    Browse the repository at this point in the history