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

[Example 10] RRbot with GPIO interfaces (backport #256) #362

Merged
merged 2 commits into from
Sep 26, 2023

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Sep 26, 2023

This is an automatic backport of pull request #256 done by Mergify.
Cherry-pick of 60b788f has failed:

On branch mergify/bp/humble/pr-256
Your branch is up to date with 'origin/humble'.

You are currently cherry-picking commit 60b788f.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   README.md
	modified:   doc/index.rst
	new file:   example_10/CMakeLists.txt
	new file:   example_10/README.md
	new file:   example_10/bringup/config/rrbot_controllers.yaml
	new file:   example_10/bringup/config/rrbot_forward_position_publisher.yaml
	new file:   example_10/bringup/launch/rrbot.launch.py
	new file:   example_10/bringup/launch/test_forward_position_controller.launch.py
	new file:   example_10/controllers/gpio_controller.cpp
	new file:   example_10/controllers/include/ros2_control_demo_example_10/gpio_controller.hpp
	new file:   example_10/description/launch/view_robot.launch.py
	new file:   example_10/description/ros2_control/rrbot.ros2_control.xacro
	new file:   example_10/description/urdf/rrbot.urdf.xacro
	new file:   example_10/doc/userdoc.rst
	new file:   example_10/hardware/include/ros2_control_demo_example_10/rrbot.hpp
	new file:   example_10/hardware/include/ros2_control_demo_example_10/visibility_control.h
	new file:   example_10/hardware/rrbot.cpp
	new file:   example_10/package.xml
	new file:   example_10/ros2_control_demo_example_10.xml
	modified:   ros2_control_demos/package.xml

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   .github/workflows/ci-coverage-build.yml
	both modified:   .github/workflows/ci-ros-lint.yml

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

* gpio controller for single interface

* Use consistent topics for gpio_controller

* Add parameters for gpio_controller interface names

* Add URDF checks to hw interface

* Add example_10 to CI

* Add readme in example folder

(cherry picked from commit 60b788f)

# Conflicts:
#	.github/workflows/ci-coverage-build.yml
#	.github/workflows/ci-ros-lint.yml
@christophfroehlich christophfroehlich merged commit 9d4cd7c into humble Sep 26, 2023
12 checks passed
@mergify mergify bot deleted the mergify/bp/humble/pr-256 branch September 26, 2023 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant