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

mecanum drive controller adding and ported to ros2 #4

Closed
wants to merge 48 commits into from

Conversation

Robotgir
Copy link

@Robotgir Robotgir commented Jan 9, 2023

No description provided.

custom_messages/CMakeLists.txt Outdated Show resolved Hide resolved
custom_messages/msg/MecanumDriveControllerState.msg Outdated Show resolved Hide resolved
mecanum_drive_controller/CMakeLists.txt Outdated Show resolved Hide resolved
mecanum_drive_controller/CMakeLists.txt Outdated Show resolved Hide resolved
mecanum_drive_controller/CMakeLists.txt Show resolved Hide resolved
Copy link
Member

@destogl destogl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few important things for the future to makes reviews easier:

  1. always run pre-commit formatters before saying that something is ready for review
  2. If you get a comment about some pattern, that care that you apply it to all places with similar pattern. Usually, the reviews don't repeat their comments on each iteration of the same issue.
  3. Please review your code first before saying it is ready for the review:
    1. make sure there are not uncommended code blocks or if they have to be there add explanation why.
    2. resolve all TODOs or add qustion about them either in the code or in GitHub so that one know this is open for discussion

@@ -0,0 +1,112 @@
cmake_minimum_required(VERSION 3.8)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Robotgir please check that is change the same as ros-controls#510

Just to be fully aligned later.

double wz_b_b0_b_; // [rad/s]

/// Wheels kinematic parameters [m]:
double wheels_k_;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer if we would do direct use of this sum. Or we sum them before calculation. Or somehow rename this variable. This is confusing. Do you have ideas for better naming?

@destogl
Copy link
Member

destogl commented Jan 27, 2023

Moving to upstream PR

@destogl destogl closed this Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants