gazebo_set_joint_positions_plugin package from gazebo_set_joint_positions_plugin repogazebo_set_joint_positions_plugin |
|
Package Summary
Tags | No category tags. |
Version | 1.0.3 |
License | Apache-2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/Boeing/gazebo_set_joint_positions_plugin.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2024-04-03 |
Dev Status | MAINTAINED |
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
- Boeing
Authors
- Boeing
Gazebo Set Joint Positions Plugin
Distro | CI Status |
---|---|
Noetic | |
Humble |
Motivation
Multi joint robot drivers publish their current joint positions on a JointState topic. In order to simulate these robots in Gazebo, a way to set a Gazebo Model joint state to the drivers joint state is required. This plugin sets a RobotModel’s joint values to the latest published values on a speicifed JointState topic from ROS. This topic is typically published by a robot driver (ie. Universal Robotics driver) or by ROS2 Control. By using this plugin you are not required to use the gazebo_ros_control_plugin (or ROS control at all).
Goals
- Listen for a JointState on the default topic /joint_states, set the Gazebo Model to match the joint states.
Definitions
Definition | Description |
---|---|
Model | An instanced SDF in Gazebo. Models consist of Links connected by Joints. |
Link | A sub component of a Model. This plugin creates static ‘attachment’ Joints between Links. Links can contain geometry elements or attached plugins. |
Joint | A connection between Links in Gazebo. |
Assumptions
- The number of joints in the published JointState message must match the number of Joints in the associated Model.
- The name of the joints in the JointState message must match the name of a joint in the Model.
Limitations
- All joints being set must be revolute type.
- If the published JointState for any Joint is outside the upper or lower joint limits (as defined by the Model SDF), the joint limits will be enforced and the joint shall be set to the limit value.
Authors
The Boeing Company
Boeing Reasearch and Technology Advanced Production Systems Team
License
The package is released under the Apache 2.0 License
Contributing
Any contribution that you make to this repository will be under the Apache-2 License, as dictated by that license
To contribute, issue a PR and @brta-jc (jason.cochrane@boeing.com)
Changelog for package gazebo_set_joint_positions_plugin
1.0.2 (2024-04-03)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
launch_testing_ament_cmake | |
robot_state_publisher | |
joint_state_publisher | |
ros2launch | |
gazebo_ros_pkgs | |
urdf | |
xacro | |
gazebo_dev | |
gazebo_ros | |
rclcpp | |
sensor_msgs | |
std_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged gazebo_set_joint_positions_plugin at Robotics Stack Exchange
gazebo_set_joint_positions_plugin package from gazebo_set_joint_positions_plugin repogazebo_set_joint_positions_plugin |
|
Package Summary
Tags | No category tags. |
Version | 1.0.0 |
License | Boeing Proprietary |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/Boeing/gazebo_set_joint_positions_plugin.git |
VCS Type | git |
VCS Version | noetic |
Last Updated | 2024-01-16 |
Dev Status | MAINTAINED |
CI status |
|
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Boeing
Authors
- Boeing
Gazebo Set Joint Positions Plugin
Distro | CI Status |
---|---|
Noetic | |
Humble |
Motivation
Multi joint robot drivers publish their current joint positions on a JointState topic. In order to simulate these robots in Gazebo, a way to set a Gazebo Model joint state to the drivers joint state is required. This plugin sets a RobotModel’s joint values to the latest published values on a speicifed JointState topic from ROS. This topic is typically published by a robot driver (ie. Universal Robotics driver) or by ROS2 Control. By using this plugin you are not required to use the gazebo_ros_control_plugin (or ROS control at all).
Goals
- Listen for a JointState on the default topic /joint_states, set the Gazebo Model to match the joint states.
Definitions
Definition | Description |
---|---|
Model | An instanced SDF in Gazebo. Models consist of Links connected by Joints. |
Link | A sub component of a Model. This plugin creates static ‘attachment’ Joints between Links. Links can contain geometry elements or attached plugins. |
Joint | A connection between Links in Gazebo. |
Assumptions
- The number of joints in the published JointState message must match the number of Joints in the associated Model.
- The name of the joints in the JointState message must match the name of a joint in the Model.
Limitations
- All joints being set must be revolute type.
- If the published JointState for any Joint is outside the upper or lower joint limits (as defined by the Model SDF), the joint limits will be enforced and the joint shall be set to the limit value.
Authors
The Boeing Company
Boeing Reasearch and Technology Advanced Production Systems Team
License
The package is released under the Apache 2.0 License
Contributing
Any contribution that you make to this repository will be under the Apache-2 License, as dictated by that license
To contribute, issue a PR and @brta-jc (jason.cochrane@boeing.com)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
rostest | |
gazebo_ros | |
roscpp | |
sensor_msgs |
System Dependencies
Name |
---|
gazebo |