forked from ros-controls/ros2_control_demos
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Arguments in launch files and enable their reuse. (ros-controls#76)
* Add correction to rrbot launch using arguments and reuse the main file for starting examples. * Rename config package name * Reorder packages and start docs. Not tested yet. * Update lauch and description files to updated structure * Move all files * Corrected launch of position_only example * Make multiple_interfaces works on branch add-rrbot-corrections. (ros-controls#101) * Fix wrong macro in rrbot_system_multi_interface.urdf * First correction to README.md (forward_command_controller_position) * Bump ros2 CI actions to 2 for setup-ros Co-authored-by: Olivier Stasse <[email protected]> * Update readme and test rrbot examples. * Add also DiffBot working * Update README.md Co-authored-by: Jordan Palacios <[email protected]> * Apply suggestions from code review Co-authored-by: mahaarbo <[email protected]> Co-authored-by: Karsten Knese <[email protected]> * Add rrbot corrections following review of @jordan-palacios (ros-controls#104) * Implement classical differential wheel robot. * Add rviz configuration file. Co-authored-by: Olivier Stasse <[email protected]> Co-authored-by: Denis Štogl <[email protected]> * Update README.md Co-authored-by: mahaarbo <[email protected]> Co-authored-by: Olivier Stasse <[email protected]> Co-authored-by: Olivier Stasse <[email protected]> Co-authored-by: Jordan Palacios <[email protected]> Co-authored-by: mahaarbo <[email protected]> Co-authored-by: Karsten Knese <[email protected]>
- Loading branch information
1 parent
f5e163d
commit 4888549
Showing
52 changed files
with
1,608 additions
and
800 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
steps: | ||
- uses: ros-tooling/setup-ros@0.0.26 | ||
- uses: ros-tooling/setup-ros@v0.2 | ||
with: | ||
required-ros-distributions: foxy | ||
- uses: ros-tooling/[email protected] | ||
|
@@ -24,7 +24,8 @@ jobs: | |
# build all packages listed in the meta package | ||
package-name: | ||
ros2_control_demo_hardware | ||
ros2_control_demo_robot | ||
ros2_control_demo_description | ||
ros2_control_demo_bringup | ||
ros2_control_demos | ||
vcs-repo-file-url: | | ||
https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }}/ros2_control_demos.repos | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,14 +14,15 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
steps: | ||
- uses: ros-tooling/setup-ros@0.0.26 | ||
- uses: ros-tooling/setup-ros@v0.2 | ||
- uses: ros-tooling/[email protected] | ||
with: | ||
target-ros2-distro: foxy | ||
# build all packages listed in the meta package | ||
package-name: | ||
ros2_control_demo_hardware | ||
ros2_control_demo_robot | ||
ros2_control_demo_description | ||
ros2_control_demo_bringup | ||
ros2_control_demos | ||
vcs-repo-file-url: | | ||
https://raw.githubusercontent.com/ros2/ros2/foxy/ros2.repos | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,14 +12,15 @@ jobs: | |
linter: [copyright, cppcheck, lint_cmake] | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: ros-tooling/setup-ros@v0.1 | ||
- uses: ros-tooling/setup-ros@v0.2 | ||
- uses: ros-tooling/[email protected] | ||
with: | ||
distribution: foxy | ||
linter: ${{ matrix.linter }} | ||
package-name: | ||
ros2_control_demo_hardware | ||
ros2_control_demo_robot | ||
ros2_control_demo_description | ||
ros2_control_demo_bringup | ||
ros2_control_demos | ||
|
||
ament_lint_cpplint: | ||
|
@@ -31,13 +32,14 @@ jobs: | |
linter: [cpplint] | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: ros-tooling/setup-ros@v0.1 | ||
- uses: ros-tooling/setup-ros@v0.2 | ||
- uses: ros-tooling/[email protected] | ||
with: | ||
distribution: foxy | ||
linter: cpplint | ||
arguments: "--filter=-whitespace/newline" | ||
package-name: | ||
ros2_control_demo_hardware | ||
ros2_control_demo_robot | ||
ros2_control_demo_description | ||
ros2_control_demo_bringup | ||
ros2_control_demos |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.