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

Move planning_ros_msgs to be an external dependency #160

Merged
merged 8 commits into from
May 29, 2023

Commits on Mar 22, 2023

  1. * rename planning_ros_msgs -> kr_planning_msgs

    * rename planning_ros_utils -> kr_planning_rviz_plugins
    * remove both of the above from kr_autonomous flight (todo: add to external repos)
    * move primitive_ros_utils (converts btw MPL and kr_planning_msgs) to the action_planner since it is only used there
    * still todo: data_type.h (defines common datatypes like Vec3f) and data_ros_utils (random data conversions) should not live in kr_planning_rviz_plugins, and should be in some common location. data_type is also copied from mpl/jps. state_machine, action_trackers, and action_planner are the packages that use data_ros_utils
    ljarin committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    2cd6fd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68058eb View commit details
    Browse the repository at this point in the history
  3. address linting

    ljarin committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    b65ab65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    552fb8f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42422c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e3e565 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

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

Commits on May 28, 2023

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