Skip to content

Conversation

tylerjw
Copy link
Contributor

@tylerjw tylerjw commented Oct 17, 2022

  • Generate parameter library for diff drive
  • CMake export diff_drive_controller

Replacement of #386

Comment on lines -104 to +108
std::vector<std::string> left_wheel_names_;
std::vector<std::string> right_wheel_names_;
// std::vector<std::string> left_wheel_names_;
// std::vector<std::string> right_wheel_names_;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Why did we leave these commented out?

}
max_velocity: {
type: double,
default_value: .NAN,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

NAN in a parameter breaks ROS2 python handling of parameters so commands like ros2 param dump stop working and throw a python exception. We probably should not use it as a default value.

@tylerjw tylerjw mentioned this pull request Oct 17, 2022
4 tasks
@mergify
Copy link
Contributor

mergify bot commented Dec 4, 2022

This pull request is in conflict. Could you fix it @tylerjw?

@tylerjw
Copy link
Contributor Author

tylerjw commented Dec 4, 2022

@bmagyar as the other PR was merged, should we close this?

@tylerjw tylerjw closed this Dec 4, 2022
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

Successfully merging this pull request may close these issues.

2 participants