-
Notifications
You must be signed in to change notification settings - Fork 167
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 ROS2 #231
Comments
@mzahana What parts would you want on ros2? |
I would imagine refactoring the geometric controller node, and any related nodes, to subscribe to ROS2 topics to get reference trajectory, and send setpoint to PX4. I would not use MAVROS in this case since there is communication with PX4 through RTSP |
@mzahana Any updates regarding this matter? I think it would take me max. 1 day to port this over if it is useful for anyone |
It is definitely in the plan. I just have not had the time to work on it. Maybe I will get some time in a week or 2. |
@mzahana We can try to work together to also get it done more quickly. I have most parts without the controller done here: https://github.com/Jaeyoung-Lim/px4-offboard |
I saw your repo for the offboard controller in ros2. Are you thinking of a c++ implementation or Python one ? Also, I have a concern about the name of the package. If it is mostly a geometric controller, and mavros is not yet mature for ros2 integration, why would it be called mavros_controllers ? I would explicitly call it something like geometric_controller_ros2, or something similar. |
I am interested in this topic, especially c++ version of mavros controller. But I am just beginning ros2. Let me see what I can do. |
Hi @Jaeyoung-Lim
Any plans to make a version of this package for ROS2?
The text was updated successfully, but these errors were encountered: