|
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-controls/ros2_control.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2024-11-22 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Bence Magyar
- Denis Štogl
Authors
- Adolfo Rodriguez Tsouroukdissian
Joint Limits Interface
Overview
joint_limits_interface contains data structures for representing joint limits, methods for populating them from common formats such as URDF and the ROS parameter server, and methods for enforcing limits on different kinds of hardware interfaces.
The joint_limits_interface is not used by controllers themselves (it does not implement a HardwareInterface
) but
instead operates after the controllers have updated, in the write()
method (or equivalent) of the robot abstraction.
Enforcing limits will overwrite the commands set by the controllers, it does not operate on a separate raw data buffer.
There are two main elements involved in setting up a joint limits interface:
-
Joint limits representation
- JointLimits Position, velocity, acceleration, jerk and effort.
-
SoftJointLimits Soft position limits,
k_p
,k_v
(as described here). - Loading from URDF There are convenience methods for loading joint limits information (position, velocity and effort), as well as soft joint limits information from the URDF.
- Loading from ROS params There are convenience methods for loading joint limits from the ROS parameter server (position, velocity, acceleration, jerk and effort). Parameter specification is the same used in MoveIt, with the addition that we also parse jerk and effort limits.
-
Joint limits interface
- For effort-controlled joints, the soft-limits implementation from the PR2 has been ported.
- For position-controlled joints, a modified version of the PR2 soft limits has been implemented.
- For velocity-controlled joints, simple saturation based on acceleration and velocity limits has been implemented.
Examples
Please refer to the joint_limits_interface wiki page.
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
hardware_interface | |
ament_cmake | |
ament_cmake_gtest | |
launch | |
launch_ros | |
launch_testing | |
launch_testing_ament_cmake | |
rclcpp | |
urdf |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged joint_limits_interface at Robotics Stack Exchange
|
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-controls/ros2_control.git |
VCS Type | git |
VCS Version | iron |
Last Updated | 2024-11-14 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Bence Magyar
- Denis Štogl
Authors
- Adolfo Rodriguez Tsouroukdissian
Joint Limits Interface
Overview
joint_limits_interface contains data structures for representing joint limits, methods for populating them from common formats such as URDF and the ROS parameter server, and methods for enforcing limits on different kinds of hardware interfaces.
The joint_limits_interface is not used by controllers themselves (it does not implement a HardwareInterface
) but
instead operates after the controllers have updated, in the write()
method (or equivalent) of the robot abstraction.
Enforcing limits will overwrite the commands set by the controllers, it does not operate on a separate raw data buffer.
There are two main elements involved in setting up a joint limits interface:
-
Joint limits representation
- JointLimits Position, velocity, acceleration, jerk and effort.
-
SoftJointLimits Soft position limits,
k_p
,k_v
(as described here). - Loading from URDF There are convenience methods for loading joint limits information (position, velocity and effort), as well as soft joint limits information from the URDF.
- Loading from ROS params There are convenience methods for loading joint limits from the ROS parameter server (position, velocity, acceleration, jerk and effort). Parameter specification is the same used in MoveIt, with the addition that we also parse jerk and effort limits.
-
Joint limits interface
- For effort-controlled joints, the soft-limits implementation from the PR2 has been ported.
- For position-controlled joints, a modified version of the PR2 soft limits has been implemented.
- For velocity-controlled joints, simple saturation based on acceleration and velocity limits has been implemented.
Examples
Please refer to the joint_limits_interface wiki page.
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
hardware_interface | |
ament_cmake | |
ament_cmake_gtest | |
launch | |
launch_ros | |
launch_testing | |
launch_testing_ament_cmake | |
rclcpp | |
urdf |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged joint_limits_interface at Robotics Stack Exchange
joint_limits_interface package from ros2_control repocontroller_interface controller_manager controller_manager_msgs hardware_interface joint_limits_interface ros2_control ros2_control_test_assets ros2controlcli transmission_interface |
|
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-controls/ros2_control.git |
VCS Type | git |
VCS Version | galactic |
Last Updated | 2022-08-03 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Bence Magyar
- Jordan Palacios
Authors
- Adolfo Rodriguez Tsouroukdissian
Joint Limits Interface
Overview
joint_limits_interface contains data structures for representing joint limits, methods for populating them from common formats such as URDF and the ROS parameter server, and methods for enforcing limits on different kinds of hardware interfaces.
The joint_limits_interface is not used by controllers themselves (it does not implement a HardwareInterface
) but
instead operates after the controllers have updated, in the write()
method (or equivalent) of the robot abstraction.
Enforcing limits will overwrite the commands set by the controllers, it does not operate on a separate raw data buffer.
There are two main elements involved in setting up a joint limits interface:
-
Joint limits representation
- JointLimits Position, velocity, acceleration, jerk and effort.
-
SoftJointLimits Soft position limits,
k_p
,k_v
(as described here). - Loading from URDF There are convenience methods for loading joint limits information (position, velocity and effort), as well as soft joint limits information from the URDF.
- Loading from ROS params There are convenience methods for loading joint limits from the ROS parameter server (position, velocity, acceleration, jerk and effort). Parameter specification is the same used in MoveIt, with the addition that we also parse jerk and effort limits.
-
Joint limits interface
- For effort-controlled joints, the soft-limits implementation from the PR2 has been ported.
- For position-controlled joints, a modified version of the PR2 soft limits has been implemented.
- For velocity-controlled joints, simple saturation based on acceleration and velocity limits has been implemented.
Examples
Please refer to the joint_limits_interface wiki page.
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
hardware_interface | |
ament_cmake | |
ament_cmake_gtest | |
ament_lint_auto | |
ament_lint_common | |
launch | |
launch_ros | |
launch_testing | |
launch_testing_ament_cmake | |
rclcpp | |
urdf |