-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Rosidl python incompatability #2882
Rosidl python incompatability #2882
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the warning is a good addition to the guide, however there are several other orthogonal changes being introduced in this pull request. It is preferred if each pull request is focused on one thing. I kindly ask that you revert the other unrelated commits and optionally propose them in separate pull requests. Thanks!
source/The-ROS2-Project/Contributing/Contributing-To-ROS-2-Documentation.rst
Outdated
Show resolved
Hide resolved
eac90b2
to
c5500e7
Compare
c5500e7
to
4915267
Compare
Signed-off-by: Ryan Friedman <[email protected]>
Signed-off-by: Ryan Friedman <[email protected]>
4915267
to
d806ebe
Compare
@RFRIEDM-Trimble Thanks for iterating! |
… the same project (#2882) * Add warning as recommended in ros2/rosidl_python#141 Signed-off-by: Ryan Friedman <[email protected]> * Move warning to after ament_python_install_package instructions Signed-off-by: Ryan Friedman <[email protected]> (cherry picked from commit 030bc61)
… the same project (#2882) * Add warning as recommended in ros2/rosidl_python#141 Signed-off-by: Ryan Friedman <[email protected]> * Move warning to after ament_python_install_package instructions Signed-off-by: Ryan Friedman <[email protected]> (cherry picked from commit 030bc61)
… the same project (#2882) * Add warning as recommended in ros2/rosidl_python#141 Signed-off-by: Ryan Friedman <[email protected]> * Move warning to after ament_python_install_package instructions Signed-off-by: Ryan Friedman <[email protected]> (cherry picked from commit 030bc61)
… the same project (#2882) (#2971) * Add warning as recommended in ros2/rosidl_python#141 Signed-off-by: Ryan Friedman <[email protected]> * Move warning to after ament_python_install_package instructions Signed-off-by: Ryan Friedman <[email protected]> (cherry picked from commit 030bc61) Co-authored-by: RFRIEDM-Trimble <[email protected]>
… the same project (#2882) (#2970) * Add warning as recommended in ros2/rosidl_python#141 Signed-off-by: Ryan Friedman <[email protected]> * Move warning to after ament_python_install_package instructions Signed-off-by: Ryan Friedman <[email protected]> (cherry picked from commit 030bc61) Co-authored-by: RFRIEDM-Trimble <[email protected]>
… the same project (#2882) (#2969) * Add warning as recommended in ros2/rosidl_python#141 Signed-off-by: Ryan Friedman <[email protected]> * Move warning to after ament_python_install_package instructions Signed-off-by: Ryan Friedman <[email protected]> (cherry picked from commit 030bc61) Co-authored-by: RFRIEDM-Trimble <[email protected]>
This adds a warning to prevent users from running into ros2/rosidl_python#141.
This is my first contribution to the docs. I followed the guides, had some issues in the developer guide, and cleaned those up in a separate commit.
If possible, please backport this into
humble
as that is where this issue showed up. It does not happen ingalactic
, at least right now, however it may be a good idea to warn users anyways such that when they move tohumble
, they aren't surprised.Here's the new rendered changes: