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

Reorganize odri_bolt_description and adds odri_bolt_gz #3

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
e7e9163
[odri_bolt_description] Fix organization of
olivier-stasse Apr 2, 2024
f67f71a
[odri_bolt_gz] Adding new simulation package.
olivier-stasse Apr 2, 2024
39f4ed0
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 2, 2024
f461e02
[github/workflows] Remove daily build
olivier-stasse Apr 4, 2024
aa3f064
Update to depend to gz_ros2_control_bolt
olivier-stasse Apr 6, 2024
0f30be1
Add config file for ros2_controller
olivier-stasse Apr 6, 2024
f895b09
Switch dependency to gz_ros2_control_odri for urdf
olivier-stasse Apr 6, 2024
53c286c
Add dependency to gz_ros2_control_odri for Gazebo
olivier-stasse Apr 6, 2024
ee6465a
[odri_bolt_description] Update name of the odri namespace
olivier-stasse Jul 18, 2024
fe84690
Makes pre-commit happy !
olivier-stasse Jul 18, 2024
d0c86a3
[github/workflows] Fix format github actions version.
olivier-stasse Jul 19, 2024
4323856
[ci-build-binary] Fix ci-build-binary
olivier-stasse Jul 19, 2024
7a6acaa
[odri_bolt_gz] Fix naming of the joints in the controller.
olivier-stasse Jul 19, 2024
efab7a5
[github actions] Fix precommit/actions version
olivier-stasse Jul 19, 2024
6264dea
[github/workflows] Update ros-tooling github actions tag release.
olivier-stasse Jul 19, 2024
f21f6d1
[github/workflows] Fix ci-ros-lint ros-tooling/action-ros-lint version
olivier-stasse Jul 19, 2024
f6244c4
[github/workflows] Fix wrong command name.
olivier-stasse Jul 19, 2024
30a18d4
[github/actions] Remove cppcheck (useless for this package)
olivier-stasse Jul 19, 2024
6a6c29d
[github/workflows] Add python, xml linters.
olivier-stasse Jul 19, 2024
06b4f10
[github/workflows] Add linters in github actions.
olivier-stasse Jul 19, 2024
9ae8e40
[github/actions] Remove flake8, pep8
olivier-stasse Jul 19, 2024
5c9115f
[github/workflows] Checking out odri_gz_ros2_control and
olivier-stasse Jul 19, 2024
783eeac
[github/workflows] Fix yaml file
olivier-stasse Jul 19, 2024
ad6c440
[github/workflows] Delete trailing whitespace
olivier-stasse Jul 19, 2024
372d9de
[github/actions] Trying to compile and install the checkout repositories
olivier-stasse Jul 19, 2024
d39cdd9
[github/workflows] Add repositories ros2_hardware_interface_odri
olivier-stasse Jul 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[odri_bolt_gz] Fix naming of the joints in the controller.
  • Loading branch information
olivier-stasse committed Jul 19, 2024
commit 7a6acaa784f29bf76174d5e514c41085b1453a3b
8 changes: 6 additions & 2 deletions odri_bolt_gz/config/odri_bolt_controllers.yaml
Original file line number Diff line number Diff line change
@@ -11,6 +11,10 @@ controller_manager:
forward_position_controller:
ros__parameters:
joints:
- joint1
- joint2
- FL_HAA
- FR_HAA
- FL_KFE
- FR_KFE
- FL_HFE
- FR_HFE
interface_name: position
Loading
Oops, something went wrong.