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

Migration to ROS 2 #32

Open
5 of 8 tasks
MaximilienNaveau opened this issue Oct 14, 2024 · 3 comments
Open
5 of 8 tasks

Migration to ROS 2 #32

MaximilienNaveau opened this issue Oct 14, 2024 · 3 comments
Assignees

Comments

@MaximilienNaveau
Copy link
Collaborator

MaximilienNaveau commented Oct 14, 2024

Migration to ROS 2

Target versions:

Mainly LTS version of ROS 2

  • Priority to humble
  • Jazzy
  • Rolling ?

Known issues

  • Problem with the --march=native compiler. We think about linking pinocchio statically to the LFC binary.

Functionality

All functionality in ROS 1 migrated to ROS 2:

  • Packaging in ROS 2 (ament)
  • Create a shell of a chainable controller
  • PD controller
  • Pinocchio build model (reduced model, free-flyer)
  • LFC implementation
  • Acquire sensor and publish them. (Q, V, base)
  • Output the control (torques)
  • Transition between the PD controller and the LFC
@MaximilienNaveau
Copy link
Collaborator Author

I am working on the packaging on the humble-devel branch.

@MaximilienNaveau
Copy link
Collaborator Author

MaximilienNaveau commented Oct 17, 2024

I am working on extracting the component of the controller:

  • model builder
  • pd_controller
  • lfc_controller

PR is here:
#34

@MaximilienNaveau
Copy link
Collaborator Author

MaximilienNaveau commented Oct 29, 2024

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

3 participants