Skip to content

Command final waypoint identically when traj_point_active_ptr_ is null #672

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

Closed

Conversation

egordon
Copy link
Contributor

@egordon egordon commented Jun 14, 2023

Addresses #671

Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:

  1. Limited scope. Your PR should do one thing or one set of things. Avoid adding “random fixes” to PRs. Put those on separate PRs.
  2. Give your PR a descriptive title. Add a short summary, if required.
  3. Make sure the pipeline is green.
  4. Don’t be afraid to request reviews from maintainers.
  5. New code = new tests. If you are adding new functionality, always make sure to add some tests exercising the code and serving as live documentation of your original intention.

To send us a pull request, please:

  • [ X ] Fork the repository.
  • [ X ] Modify the source; please focus on the specific change you are contributing. If you also reformat all the code, it will be hard for us to focus on your change.
  • [ X ] Ensure local tests pass. (colcon test and pre-commit run (requires you to install pre-commit by pip3 install pre-commit)
  • [ X ] Commit to your fork using clear commit messages.
  • Send a pull request, answering any default questions in the pull request interface.
  • Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation.

@egordon
Copy link
Contributor Author

egordon commented Jun 16, 2023

Check 1 fails at rosdep (installing ros-humble-generate-parameter-library, not found), not sure how to fix.

I cannot reproduce the test failure on my machine:

<testcase name="position_error_normalized/0" value_param="({ &quot;position&quot; }, { &quot;position&quot; })" status="run" result="completed" time="0.259" timestamp="2023-06-16T10:33:34" classname="joint_trajectory_controller.PositionTrajectoryControllers/TrajectoryControllerTestParameterized" />

Can anybody else confirm?

@moriarty
Copy link
Contributor

Check 1 fails at rosdep (installing ros-humble-generate-parameter-library, not found), not sure how to fix.

I cannot reproduce the test failure on my machine:

<testcase name="position_error_normalized/0" value_param="({ &quot;position&quot; }, { &quot;position&quot; })" status="run" result="completed" time="0.259" timestamp="2023-06-16T10:33:34" classname="joint_trajectory_controller.PositionTrajectoryControllers/TrajectoryControllerTestParameterized" />

Can anybody else confirm?

@tylerjw 👀 Is generate-parameter-library released to RHEL + Humble?

@bmagyar
Copy link
Member

bmagyar commented Jun 22, 2023

Is this also applicable to rolling and iron? Please open PRs against the master branch for fixes and indicate you'd like a humble backport.

@tylerjw
Copy link
Contributor

tylerjw commented Jun 22, 2023

@tylerjw eyes Is generate-parameter-library released to RHEL + Humble?

I believe it is. I have fixed issues that the buildfarm found with it building on RHEL and it seems to be green.

@egordon
Copy link
Contributor Author

egordon commented Jun 22, 2023

@bmagyar Understood, closing and re-upping as a master push with backport request.

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

Successfully merging this pull request may close these issues.

4 participants