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

Implement testing #6

Open
8 of 12 tasks
rafaelrojasmiliani opened this issue Apr 28, 2022 · 0 comments
Open
8 of 12 tasks

Implement testing #6

rafaelrojasmiliani opened this issue Apr 28, 2022 · 0 comments

Comments

@rafaelrojasmiliani
Copy link
Owner

rafaelrojasmiliani commented Apr 28, 2022

  1. Unit test of interoperability functions.
    • basis_msg_to_basis and basis_to_basis_msg can be inverted (applying one after the other gives the same)
    • gspline_msg_to_gspline and gspline_to_msg can be inverted (applying one after the other gives the same)
    • gspline_to_joint_gspline_msg and gspline_to_joint_trajectory_msg can be inverted
    • function_to_joint_trajectory_msg, gspline_msg_to_joint_trajectory_msg, joint_gspline_msg_to_joint_trajectory_msg, function_to_follow_joint_trajectory_goal, gspline_msg_to_follow_joint_trajectory_goal, joint_gspline_msg_to_follow_joint_trajectory_goal` test that the values coincide with the function position, derivative, acceleration
    • follow_joint_trajectory_feedback_to_follow_joint_gspline_feedback, follow_joint_gspline_goal_to_follow_joint_trajectory_goal check that can be inverted
    • follow_joint_gspline_result_to_follow_joint_trajectory_result follow_joint_trajectory_result_to_follow_joint_gspline_result can be inverted
    • waypoint_matrix, interval_length_vector give correct result
    • interpolate_joint_trajectory
    • minimum_sobolev_semi_norm, minimum_sobolev_semi_norm_joint_trajectory, minimum_jerk_trajectory
  2. Integration tests
    • Basis message
    • GSpline message
    • Control messages and actions
rafaelrojasmiliani pushed a commit that referenced this issue Apr 28, 2022
rafaelrojasmiliani pushed a commit that referenced this issue Apr 29, 2022
rafaelrojasmiliani pushed a commit that referenced this issue Apr 29, 2022
rafaelrojasmiliani added a commit that referenced this issue Apr 29, 2022
rafaelrojasmiliani added a commit that referenced this issue May 4, 2022
rafaelrojasmiliani added a commit that referenced this issue May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant