-
Notifications
You must be signed in to change notification settings - Fork 86
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
Rename cartpole with cart #214
Conversation
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
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.
The changes here are missing (still referring to a cart-pole controller): https://github.com/ros-controls/gazebo_ros2_control/pull/252/files#diff-3161f66a61b9ed68303607f1dbdce1c7bdcc69c42f8ea1c2051a07a579ebcf5dR210-R217
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
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.
Sorry, but this is still not a valid ros2_control yaml (there is no type
or write_op_modes
parameter). Instead of the two code-blocks in L212,220, you could just use
.. literalinclude:: ../gz_ros2_control_demos/config/cart_controller_position.yaml
:language: yaml
Btw the "Check Docs" CI job fails because of another issue with control.ros.org |
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
@christophfroehlich not really sure about how to solve this issue /home/runner/work/gz_ros2_control/gz_ros2_control/doc/acknowledgements/acknowledgements.rst:70: CRITICAL: Problems with "raw" directive path:
InputError: [Errno 2] No such file or directory: 'doc/acknowledgements/reviewers_stats.html'. |
As I said, a bug on control.ros.org -> I fixed it in the meantime. |
Thanks again for porting this to gz_ros2_control! |
thank you @christophfroehlich for pushing gazebo_ros2_control and gz_ros2_control |
https://github.com/Mergifyio backport humble iron |
✅ Backports have been created
|
Signed-off-by: Alejandro Hernández Cordero <[email protected]> Co-authored-by: Christoph Fröhlich <[email protected]> (cherry picked from commit 7e388fa)
Signed-off-by: Alejandro Hernández Cordero <[email protected]> Co-authored-by: Christoph Fröhlich <[email protected]> (cherry picked from commit 7e388fa) # Conflicts: # gz_ros2_control_demos/config/cartpole_controller_effort.yaml # gz_ros2_control_demos/config/cartpole_controller_position.yaml # gz_ros2_control_demos/config/cartpole_controller_velocity.yaml # gz_ros2_control_tests/urdf/test_cart_position.xacro.urdf # ign_ros2_control_demos/config/cart_controller_effort.yaml # ign_ros2_control_demos/config/cart_controller_position.yaml # ign_ros2_control_demos/config/cart_controller_velocity.yaml # ign_ros2_control_demos/config/cartpole_controller_effort.yaml # ign_ros2_control_demos/config/cartpole_controller_position.yaml # ign_ros2_control_demos/config/cartpole_controller_velocity.yaml # ign_ros2_control_demos/urdf/test_cart_effort.xacro.urdf # ign_ros2_control_demos/urdf/test_cart_position.xacro.urdf # ign_ros2_control_demos/urdf/test_cart_velocity.xacro.urdf
Signed-off-by: Alejandro Hernández Cordero <[email protected]> Co-authored-by: Christoph Fröhlich <[email protected]> (cherry picked from commit 7e388fa) Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Alejandro Hernández Cordero <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Related with this PR in
gazebo_ros2_control
ros-controls/gazebo_ros2_control#252