Show EOL distros:
Package Summary
joint_trajectory_generator
- Author: Eitan Marder-Eppstein, Wim Meeussen
- License: BSD
- Repository: wg-ros-pkg
- Source: svn https://code.ros.org/svn/wg-ros-pkg/stacks/pr2_common_actions/tags/pr2_common_actions-0.3.4
Package Summary
joint_trajectory_generator
- Author: Eitan Marder-Eppstein, Wim Meeussen
- License: BSD
- Source: svn https://code.ros.org/svn/wg-ros-pkg/stacks/pr2_common_actions/branches/pr2_common_actions-0.3
Package Summary
joint_trajectory_generator
- Author: Eitan Marder-Eppstein, Wim Meeussen
- License: BSD
- Source: svn https://code.ros.org/svn/wg-ros-pkg/stacks/pr2_common_actions/trunk
Package Summary
joint_trajectory_generator
- Author: Eitan Marder-Eppstein, Wim Meeussen
- License: BSD
- Source: svn https://code.ros.org/svn/wg-ros-pkg/stacks/pr2_common_actions/trunk
Package Summary
joint_trajectory_generator
- Author: Eitan Marder-Eppstein, Wim Meeussen
- License: BSD
- Source: git https://github.com/pr2/pr2_common_actions.git (branch: hydro-devel)
Package Summary
joint_trajectory_generator action takes in a trajectory specified by a number of joint positions, and it generates a new smooth trajectory through these joint positions.
- Maintainer status: unmaintained
- Maintainer: ROS Orphaned Package Maintainers <ros-orphaned-packages AT googlegroups DOT com>
- Author: Eitan Marder-Eppstein, Wim Meeusen
- License: BSD
- Bug / feature tracker: https://github.com/PR2/pr2_common_actions/issues
- Source: git https://github.com/pr2/pr2_common_actions.git (branch: kinetic-devel)
Package Summary
joint_trajectory_generator action takes in a trajectory specified by a number of joint positions, and it generates a new smooth trajectory through these joint positions.
- Maintainer status: unmaintained
- Maintainer: ROS Orphaned Package Maintainers <ros-orphaned-packages AT googlegroups DOT com>
- Author: Eitan Marder-Eppstein, Wim Meeusen
- License: BSD
- Bug / feature tracker: https://github.com/PR2/pr2_common_actions/issues
- Source: git https://github.com/pr2/pr2_common_actions.git (branch: kinetic-devel)
Package Summary
joint_trajectory_generator action takes in a trajectory specified by a number of joint positions, and it generates a new smooth trajectory through these joint positions.
- Maintainer status: unmaintained
- Maintainer: ROS Orphaned Package Maintainers <ros-orphaned-packages AT googlegroups DOT com>
- Author: Eitan Marder-Eppstein, Wim Meeusen
- License: BSD
- Bug / feature tracker: https://github.com/PR2/pr2_common_actions/issues
- Source: git https://github.com/pr2/pr2_common_actions.git (branch: kinetic-devel)
Package Summary
joint_trajectory_generator action takes in a trajectory specified by a number of joint positions, and it generates a new smooth trajectory through these joint positions.
- Maintainer status: unmaintained
- Maintainer: ROS Orphaned Package Maintainers <ros-orphaned-packages AT googlegroups DOT com>
- Author: Eitan Marder-Eppstein, Wim Meeusen
- License: BSD
- Bug / feature tracker: https://github.com/PR2/pr2_common_actions/issues
- Source: git https://github.com/pr2/pr2_common_actions.git (branch: kinetic-devel)
- Image source: Herman Bruyninckx, Motion Interpolation
joint_trajectory_generator
joint_trajectory_generator action takes in a trajectory specified by a number of joint positions, and it generates a new smooth trajectory through these joint positions. The smooth trajectory is created by limiting the joint velocity and acceleration to specified maximal values. The generated trajectory can have a longer duration than the input trajectory if the input trajectory could only be executed with joint velocities and accelerations that exceed the specified maximal values. The generated trajectory will however never have a shorter duration than the input trajectory.The action sends its output to the joint_trajectory_action, to execute the smooth trajectory it generated.
Action Goal
joint_trajectory_generator/goal (pr2_controllers_msgs/JointTrajectoryGoal)- The goal contains the 'rough' trajectory that is only specified by a sequence of desired joint positions.
Action Result
joint_trajectory_generator/result (pr2_controllers_msgs/JointTrajectoryResult)- The result indicates if the trajectory was executed successfully.
Actions Called
joint_trajectory_action (joint_trajectory_action)- This action moves the arm to a joint configuration.
Parameters
~max_acc (float64)- The maximum allowed acceleration of a joint. The generated trajectory will never make a joint accelerate faster than this value.
- The maximum allowed velocity of a joint. The generated trajectory will never make a joint move faster than this value.
- The urdf robot description. This is used to know if a joint is continuous or rotational.