Package Summary

Tags No category tags.
Version 2.49.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description Generic robotic controllers to accompany ros2_control
Checkout URI https://github.com/ros-controls/ros2_controllers.git
VCS Type git
VCS Version humble
Last Updated 2025-08-01
Dev Status DEVELOPED
Released RELEASED
Tags ros ros2 ros2-control ros2-controllers ros2-rolling ros2-humble ros2-jazzy ros2-kilted
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Controller for executing joint-space trajectories on a group of joints

Additional Links

Maintainers

  • Bence Magyar
  • Denis Štogl
  • Christoph Froehlich
  • Sai Kishor Kothakota

Authors

No additional authors.

joint_trajectory_controllers package

The package implements controllers to interpolate joint’s trajectory.

For detailed documentation check the docs folder or ros2_control documentation.

CHANGELOG

Changelog for package joint_trajectory_controller

2.49.1 (2025-07-31)

2.49.0 (2025-07-21)

  • Fix format (#1821)
  • [JTC] added time_from_start to action feedback (#1755)
  • Contributors: Bence Magyar, Michael Wrock

2.48.0 (2025-07-02)

  • Fix atomic variables in JTC (backport #1749) (#1765)
  • Contributors: mergify[bot]

2.47.0 (2025-06-07)

  • JTC: Use std::atomic<bool> (backport #1720) (#1722)
  • Reset both sec and nanosec in time_from_start (backport #1709) (#1710)
  • Contributors: mergify[bot]

2.46.0 (2025-05-17)

2.45.0 (2025-04-27)

2.44.0 (2025-04-10)

  • Bump version of pre-commit hooks (backport #1618) (#1620)
  • Replace RCLCPP__STREAM macros with RCLCPP_ (backport #1600) (#1602)
  • [jtc tests] avoid dangling ref of command / state interfaces (backport #1596) (#1597)
  • Contributors: mergify[bot]

2.43.0 (2025-03-17)

  • Use constructor parameters instead of initializer list (backport #1587) (#1589)
  • Contributors: Felix Exner (fexner)

2.42.1 (2025-02-24)

2.42.0 (2025-02-17)

  • [JTC]: Abort goal on deactivate (backport #1517) (#1521)
  • Update paths of GPL includes (backport #1487) (#1493)
  • Contributors: Christoph Fröhlich

2.41.0 (2025-01-13)

  • Remove empty on_shutdown() callbacks (backport #1477) (#1482)
  • Contributors: mergify[bot]

2.40.0 (2025-01-01)

  • Increase margin for state_publish_rate (#1430)
  • Add an error msg if empty message is received (backport #1424) (#1428)
  • Use the .hpp headers from [realtime_tools]{.title-ref} package (backport #1406) (#1427)
  • [CI] Add clang job and setup concurrency (backport #1407) (#1418)
  • Contributors: Christoph Fröhlich, mergify[bot]

2.39.0 (2024-12-03)

  • Update maintainers and add url tags (#1363) (#1364)
  • Contributors: mergify[bot]

2.38.0 (2024-11-09)

  • [JTC] Fix the JTC length_error exceptions in the tests (backport #1360)

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged joint_trajectory_controller at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 4.30.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description Generic robotic controllers to accompany ros2_control
Checkout URI https://github.com/ros-controls/ros2_controllers.git
VCS Type git
VCS Version jazzy
Last Updated 2025-08-13
Dev Status DEVELOPED
Released RELEASED
Tags ros ros2 ros2-control ros2-controllers ros2-rolling ros2-humble ros2-jazzy ros2-kilted
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Controller for executing joint-space trajectories on a group of joints

Additional Links

Maintainers

  • Bence Magyar
  • Denis Štogl
  • Christoph Froehlich
  • Sai Kishor Kothakota

Authors

No additional authors.

joint_trajectory_controllers package

The package implements controllers to interpolate joint’s trajectory.

For detailed documentation check the docs folder or ros2_control documentation.

CHANGELOG

Changelog for package joint_trajectory_controller

4.30.1 (2025-08-03)

  • Reset JTC PID's to zero on_activate() (backport #1840) (#1844)
  • Contributors: mergify[bot]

4.30.0 (2025-07-31)

4.29.0 (2025-07-23)

4.28.0 (2025-07-14)

4.27.1 (2025-07-02)

4.27.0 (2025-06-23)

  • Fix atomic variables in JTC (backport #1749) (#1766)
  • Add new AntiWindup parameters to JTC (backport #1759) (#1762)
  • [JTC Doc] Update PID documentation for effort related command interface support (backport #1748) (#1752)
  • Contributors: Julia Jia, Christoph Fröhlich, Sai Kishor Kothakota

4.26.0 (2025-06-06)

  • JTC: Use std::atomic<bool> (backport #1720) (#1723)
  • Reset both sec and nanosec in time_from_start (backport #1709) (#1711)
  • Use target_link_libraries instead of ament_target_dependencies (backport #1697) (#1699)
  • Contributors: mergify[bot]

4.25.0 (2025-05-17)

4.24.0 (2025-04-27)

  • Call [configure()]{.title-ref} of base class instead of node (#1659)
  • Contributors: Christoph Fröhlich

4.23.0 (2025-04-10)

  • Bump version of pre-commit hooks (#1618)
  • Use global cmake macros and fix gcc-10 build (#1527)
  • Replace RCLCPP__STREAM macros with RCLCPP_ (#1600)
  • [jtc tests] avoid dangling ref of command / state interfaces (#1596)
  • Contributors: Christoph Fröhlich, Felix Exner (fexner), Vedant Randive, github-actions[bot]

4.22.0 (2025-03-17)

  • [JTC] Accept larger number of [joints]{.title-ref} than [command_joints]{.title-ref} (#809)
  • Use constructor parameters instead of initializer list (#1587)
  • [JTC] Enable feed-forward effort trajectories (#1200)
  • [JTC] Rename open_loop_control parameter and slightly change its scope (#1525)
  • Contributors: Christoph Fröhlich, Felix Exner (fexner), Thies Oelerich, Vladimir Ivan

4.21.0 (2025-03-01)

  • [JTC] Renaming variables, reordering trajectory checks (#1032)
  • [JTC] Use time of the last command for set_point_before_trajectory_msg in open-loop mode (#780)
  • Update API of PID class (#1437)
  • Cleanup wrong lifecycle transitions in tests and unnecessary checks (#1534)
  • [JTC]: Abort goal on deactivate (#1517)
  • Contributors: Christoph Fröhlich, Dr. Denis, Felix Exner

4.20.0 (2025-01-29)

  • Remove empty callbacks (#1488)

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged joint_trajectory_controller at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 5.5.0
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description Generic robotic controllers to accompany ros2_control
Checkout URI https://github.com/ros-controls/ros2_controllers.git
VCS Type git
VCS Version master
Last Updated 2025-08-13
Dev Status DEVELOPED
Released RELEASED
Tags ros ros2 ros2-control ros2-controllers ros2-rolling ros2-humble ros2-jazzy ros2-kilted
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Controller for executing joint-space trajectories on a group of joints

Additional Links

Maintainers

  • Bence Magyar
  • Denis Štogl
  • Christoph Froehlich
  • Sai Kishor Kothakota

Authors

No additional authors.

joint_trajectory_controllers package

The package implements controllers to interpolate joint’s trajectory.

For detailed documentation check the docs folder or ros2_control documentation.

CHANGELOG

Changelog for package joint_trajectory_controller

5.5.0 (2025-07-31)

  • Reset JTC PID's to zero on_activate() (#1840)
  • Fix [-Wunused-result]{.title-ref} warnings in JTC (#1831)
  • Contributors: Christoph Fröhlich, Marq Rasmussen

5.4.0 (2025-07-23)

  • Use new handles API in ros2_controllers to fix deprecation warnings (#1566)
  • Contributors: Sanjeev Kumar

5.3.0 (2025-07-14)

  • Use ParamListener::try_get_params to Avoid Blocking in Real-Time Contexts (#1198)
  • Add speed scaling support to JTC (#1191)
  • Contributors: Felix Exner (fexner), Kenta Kato

5.2.0 (2025-06-23)

  • Fix atomic variables in JTC (#1749)
  • Add new AntiWindup parameters to JTC (#1759)
  • Contributors: Christoph Fröhlich, Sai Kishor Kothakota

5.1.0 (2025-06-11)

  • [JTC] [Doc] Update PID documentation for effort related command interface support (#1748)
  • JTC: Use std::atomic<bool> (#1720)
  • Reset both sec and nanosec in time_from_start (#1709)
  • Contributors: Arnav Kapoor, Christoph Fröhlich, Julia Jia

5.0.2 (2025-05-26)

5.0.1 (2025-05-24)

  • Use target_link_libraries instead of ament_target_dependencies (#1697)
  • Contributors: Sai Kishor Kothakota

5.0.0 (2025-05-17)

  • [JTC] Remove deprecated open_loop_control code (#1598)
  • Contributors: Thies Oelerich

4.24.0 (2025-04-27)

  • Call [configure()]{.title-ref} of base class instead of node (#1659)
  • Contributors: Christoph Fröhlich

4.23.0 (2025-04-10)

  • Bump version of pre-commit hooks (#1618)
  • Use global cmake macros and fix gcc-10 build (#1527)
  • Replace RCLCPP__STREAM macros with RCLCPP_ (#1600)
  • [jtc tests] avoid dangling ref of command / state interfaces (#1596)
  • Contributors: Christoph Fröhlich, Felix Exner (fexner), Vedant Randive, github-actions[bot]

4.22.0 (2025-03-17)

  • [JTC] Accept larger number of [joints]{.title-ref} than [command_joints]{.title-ref} (#809)
  • Use constructor parameters instead of initializer list (#1587)
  • [JTC] Enable feed-forward effort trajectories (#1200)
  • [JTC] Rename open_loop_control parameter and slightly change its scope (#1525)
  • Contributors: Christoph Fröhlich, Felix Exner (fexner), Thies Oelerich, Vladimir Ivan

4.21.0 (2025-03-01)

  • [JTC] Renaming variables, reordering trajectory checks (#1032)
  • [JTC] Use time of the last command for set_point_before_trajectory_msg in open-loop mode (#780)
  • Update API of PID class

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged joint_trajectory_controller at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 5.5.0
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description Generic robotic controllers to accompany ros2_control
Checkout URI https://github.com/ros-controls/ros2_controllers.git
VCS Type git
VCS Version master
Last Updated 2025-08-13
Dev Status DEVELOPED
Released RELEASED
Tags ros ros2 ros2-control ros2-controllers ros2-rolling ros2-humble ros2-jazzy ros2-kilted
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Controller for executing joint-space trajectories on a group of joints

Additional Links

Maintainers

  • Bence Magyar
  • Denis Štogl
  • Christoph Froehlich
  • Sai Kishor Kothakota

Authors

No additional authors.

joint_trajectory_controllers package

The package implements controllers to interpolate joint’s trajectory.

For detailed documentation check the docs folder or ros2_control documentation.

CHANGELOG

Changelog for package joint_trajectory_controller

5.5.0 (2025-07-31)

  • Reset JTC PID's to zero on_activate() (#1840)
  • Fix [-Wunused-result]{.title-ref} warnings in JTC (#1831)
  • Contributors: Christoph Fröhlich, Marq Rasmussen

5.4.0 (2025-07-23)

  • Use new handles API in ros2_controllers to fix deprecation warnings (#1566)
  • Contributors: Sanjeev Kumar

5.3.0 (2025-07-14)

  • Use ParamListener::try_get_params to Avoid Blocking in Real-Time Contexts (#1198)
  • Add speed scaling support to JTC (#1191)
  • Contributors: Felix Exner (fexner), Kenta Kato

5.2.0 (2025-06-23)

  • Fix atomic variables in JTC (#1749)
  • Add new AntiWindup parameters to JTC (#1759)
  • Contributors: Christoph Fröhlich, Sai Kishor Kothakota

5.1.0 (2025-06-11)

  • [JTC] [Doc] Update PID documentation for effort related command interface support (#1748)
  • JTC: Use std::atomic<bool> (#1720)
  • Reset both sec and nanosec in time_from_start (#1709)
  • Contributors: Arnav Kapoor, Christoph Fröhlich, Julia Jia

5.0.2 (2025-05-26)

5.0.1 (2025-05-24)

  • Use target_link_libraries instead of ament_target_dependencies (#1697)
  • Contributors: Sai Kishor Kothakota

5.0.0 (2025-05-17)

  • [JTC] Remove deprecated open_loop_control code (#1598)
  • Contributors: Thies Oelerich

4.24.0 (2025-04-27)

  • Call [configure()]{.title-ref} of base class instead of node (#1659)
  • Contributors: Christoph Fröhlich

4.23.0 (2025-04-10)

  • Bump version of pre-commit hooks (#1618)
  • Use global cmake macros and fix gcc-10 build (#1527)
  • Replace RCLCPP__STREAM macros with RCLCPP_ (#1600)
  • [jtc tests] avoid dangling ref of command / state interfaces (#1596)
  • Contributors: Christoph Fröhlich, Felix Exner (fexner), Vedant Randive, github-actions[bot]

4.22.0 (2025-03-17)

  • [JTC] Accept larger number of [joints]{.title-ref} than [command_joints]{.title-ref} (#809)
  • Use constructor parameters instead of initializer list (#1587)
  • [JTC] Enable feed-forward effort trajectories (#1200)
  • [JTC] Rename open_loop_control parameter and slightly change its scope (#1525)
  • Contributors: Christoph Fröhlich, Felix Exner (fexner), Thies Oelerich, Vladimir Ivan

4.21.0 (2025-03-01)

  • [JTC] Renaming variables, reordering trajectory checks (#1032)
  • [JTC] Use time of the last command for set_point_before_trajectory_msg in open-loop mode (#780)
  • Update API of PID class

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged joint_trajectory_controller at Robotics Stack Exchange

No version for distro github showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.49.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description Generic robotic controllers to accompany ros2_control
Checkout URI https://github.com/ros-controls/ros2_controllers.git
VCS Type git
VCS Version humble
Last Updated 2025-08-01
Dev Status DEVELOPED
Released RELEASED
Tags ros ros2 ros2-control ros2-controllers ros2-rolling ros2-humble ros2-jazzy ros2-kilted
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Controller for executing joint-space trajectories on a group of joints

Additional Links

Maintainers

  • Bence Magyar
  • Denis Štogl
  • Christoph Froehlich
  • Sai Kishor Kothakota

Authors

No additional authors.

joint_trajectory_controllers package

The package implements controllers to interpolate joint’s trajectory.

For detailed documentation check the docs folder or ros2_control documentation.

CHANGELOG

Changelog for package joint_trajectory_controller

2.49.1 (2025-07-31)

2.49.0 (2025-07-21)

  • Fix format (#1821)
  • [JTC] added time_from_start to action feedback (#1755)
  • Contributors: Bence Magyar, Michael Wrock

2.48.0 (2025-07-02)

  • Fix atomic variables in JTC (backport #1749) (#1765)
  • Contributors: mergify[bot]

2.47.0 (2025-06-07)

  • JTC: Use std::atomic<bool> (backport #1720) (#1722)
  • Reset both sec and nanosec in time_from_start (backport #1709) (#1710)
  • Contributors: mergify[bot]

2.46.0 (2025-05-17)

2.45.0 (2025-04-27)

2.44.0 (2025-04-10)

  • Bump version of pre-commit hooks (backport #1618) (#1620)
  • Replace RCLCPP__STREAM macros with RCLCPP_ (backport #1600) (#1602)
  • [jtc tests] avoid dangling ref of command / state interfaces (backport #1596) (#1597)
  • Contributors: mergify[bot]

2.43.0 (2025-03-17)

  • Use constructor parameters instead of initializer list (backport #1587) (#1589)
  • Contributors: Felix Exner (fexner)

2.42.1 (2025-02-24)

2.42.0 (2025-02-17)

  • [JTC]: Abort goal on deactivate (backport #1517) (#1521)
  • Update paths of GPL includes (backport #1487) (#1493)
  • Contributors: Christoph Fröhlich

2.41.0 (2025-01-13)

  • Remove empty on_shutdown() callbacks (backport #1477) (#1482)
  • Contributors: mergify[bot]

2.40.0 (2025-01-01)

  • Increase margin for state_publish_rate (#1430)
  • Add an error msg if empty message is received (backport #1424) (#1428)
  • Use the .hpp headers from [realtime_tools]{.title-ref} package (backport #1406) (#1427)
  • [CI] Add clang job and setup concurrency (backport #1407) (#1418)
  • Contributors: Christoph Fröhlich, mergify[bot]

2.39.0 (2024-12-03)

  • Update maintainers and add url tags (#1363) (#1364)
  • Contributors: mergify[bot]

2.38.0 (2024-11-09)

  • [JTC] Fix the JTC length_error exceptions in the tests (backport #1360)

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged joint_trajectory_controller at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.5.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description Generic robotic controllers to accompany ros2_control
Checkout URI https://github.com/ros-controls/ros2_controllers.git
VCS Type git
VCS Version galactic
Last Updated 2023-06-11
Dev Status DEVELOPED
Released RELEASED
Tags ros ros2 ros2-control ros2-controllers ros2-rolling ros2-humble ros2-jazzy ros2-kilted
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Controller for executing joint-space trajectories on a group of joints

Additional Links

No additional links.

Maintainers

  • Bence Magyar
  • Jordan Palacios
  • Karsten Knese

Authors

No additional authors.

joint_trajectory_controllers package

The package implements controllers to interpolate joint’s trajectory.

For detailed documentation check the docs folder or ros2_control documentation.

CHANGELOG

Changelog for package joint_trajectory_controller

1.5.1 (2022-09-23)

  • [backport] Fix for high CPU usage by JTC in gzserver (#428) (#437)

    * Change type cast wall timer period from second to nanoseconds. create_wall_timer() expects delay in nanoseconds (duration object) however the type cast to seconds will result in 0 (if duration is less than 1s) and thus causing timer to be fired non stop resulting in very high CPU usage.

    * Reset smartpointer so that create_wall_timer() call can destroy previous trajectory timer. node->create_wall_timer() first removes timers associated with expired smartpointers before servicing current request. The JTC timer pointer gets overwrite only after the create_wall_timer() returns and thus not able to remove previous trajectory timer resulting in upto two timers running for JTC during trajectory execution. Althougth the previous timer does nothing but still get fired.

  • Contributors: Arshad Mehmood

1.5.0 (2022-08-03)

1.4.0 (2022-02-23)

1.3.0 (2022-01-11)

1.2.0 (2021-12-29)

1.1.0 (2021-10-25)

  • Move interface sorting into ControllerInterface (#259)
  • Revise for-loop style (#254)
  • Contributors: bailaC

1.0.0 (2021-09-29)

  • Remove compile warnings. (#245)
  • Add time and period to update function (#241)
  • Quickfix 🛠: Correct confusing variable name (#240)
  • Unify style of controllers. (#236)
  • Change test to work with Foxy and posterior action API (#237)
  • ros2_controllers code changes to support ros2_controls issue #489 (#233)
  • Removing Boost from controllers. (#235)
  • refactor get_current_state to get_state (#232)
  • Contributors: Bence Magyar, Denis Štogl, Márk Szitanics, Tyler Weaver, bailaC

0.5.0 (2021-08-30)

  • Add auto declaration of parameters. (#224)
  • Bring precommit config up to speed with ros2_control (#227)
  • Add initial pre-commit setup. (#220)
  • Enable JTC for hardware having offset from state measurements (#189)
    • Avoid "jumps" with states that have tracking error. All test are passing but separatelly. Is there some kind of timeout?
    • Remove allow_integration_flag
    • Add reading from command interfaces when restarting controller
  • Reduce docs warnings and correct adding guidelines (#219)
  • Contributors: Bence Magyar, Denis Štogl, Lovro Ivanov

0.4.1 (2021-07-08)

0.4.0 (2021-06-28)

  • Force torque sensor broadcaster (#152)

    • Stabilize joint_trajectory_controller tests
    • Add rclcpp::shutdown(); to all standalone test functions
  • Fixes for Windows (#205)

    • Export protected joint trajectory controller functions
  • Fix deprecation warnings on Rolling, remove rcutils dependency (#204)

  • Fix parameter initialisation for galactic

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged joint_trajectory_controller at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 3.28.0
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description Generic robotic controllers to accompany ros2_control
Checkout URI https://github.com/ros-controls/ros2_controllers.git
VCS Type git
VCS Version iron
Last Updated 2024-11-13
Dev Status DEVELOPED
Released RELEASED
Tags ros ros2 ros2-control ros2-controllers ros2-rolling ros2-humble ros2-jazzy ros2-kilted
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Controller for executing joint-space trajectories on a group of joints

Additional Links

Maintainers

  • Bence Magyar
  • Denis Štogl
  • Christoph Froehlich
  • Sai Kishor Kothakota

Authors

No additional authors.

joint_trajectory_controllers package

The package implements controllers to interpolate joint’s trajectory.

For detailed documentation check the docs folder or ros2_control documentation.

CHANGELOG

Changelog for package joint_trajectory_controller

3.28.0 (2024-11-13)

  • Update maintainers and add url tags (backport #1363) (#1365)
  • [jtc] Improve trajectory sampling efficiency (#1297) (#1358)
  • [JTC] Fix the JTC length_error exceptions in the tests (backport #1360) (#1362)
  • Contributors: mergify[bot]

3.27.0 (2024-11-02)

  • fixes for windows compilation (#1330) (#1333) Co-authored-by: SENAI-GilmarCorreia <<gilmar.correia@sp.senai.br>> (cherry picked from commit fa42b5ec97b0af5420060844b7027b8e8912c05d) Co-authored-by: Gilmar Correia <<gilmar.jeronimo@sp.senai.br>>

  • [JTC] Add Parameter to Toggle State Setting on Activation (#1231) (#1319)

    • [JTC] Add param to setting last command interface value as state on activation

    * [JTC] add a note about set_last_command_interface_value_as_state_on_activation to release_notes. Updated the parameters.yaml description to match the same wording. ---------Co-authored-by: Bence Magyar <<bence.magyar.robotics@gmail.com>> Co-authored-by: Christoph Fröhlich <<christophfroehlich@users.noreply.github.com>> (cherry picked from commit f96d2fc0fbf94537f769cffcf844858f7a085671) Co-authored-by: Kenta Kato <<kenta.kato.4321@gmail.com>>

  • Contributors: mergify[bot]

3.26.3 (2024-09-11)

3.26.2 (2024-08-22)

3.26.1 (2024-08-14)

  • Fix admittance controller interface read/write logic (backport #1232) (#1235)
  • Contributors: mergify[bot]

3.26.0 (2024-07-24)

  • Fix WaitSet issue in tests (backport #1206) (#1212)
  • [JTC] Make goal_time_tolerance overwrite default value only if explicitly set (backport #1192 + #1209) (#1207)
  • [JTC] Process tolerances sent with action goal (backport #716) (#1190)
  • Contributors: mergify[bot]

3.25.0 (2024-07-09)

  • JTC trajectory end time validation fix (#1090) (#1141)
  • Contributors: mergify[bot]

3.24.0 (2024-05-14)

3.23.0 (2024-04-30)

  • [JTC] Remove unused test code (#1095) (#1097)
  • Remove action_msg dependency (#1077) (#1081)
  • Deprecate start with holding (#1076)
  • [JTC] Convert lambda to class functions (backport #945) (#1015)
  • [JTC] Continue with last trajectory-point on success (#842) (#877)
  • Bump version of pre-commit hooks (#1073) (#1075)
  • [JTC] Angle wraparound for first segment of trajectory (#796) (#1034)
  • Contributors: Christoph Fröhlich, mergify[bot]

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged joint_trajectory_controller at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.17.3
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description Generic robotic controllers to accompany ros_control
Checkout URI https://github.com/ros-controls/ros_controllers.git
VCS Type git
VCS Version melodic-devel
Last Updated 2023-11-13
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Controller for executing joint-space trajectories on a group of joints.

Additional Links

Maintainers

  • Bence Magyar
  • Mathias Lüdtke
  • Enrique Fernandez

Authors

  • Adolfo Rodriguez Tsouroukdissian

Joint Trajectory Controller

Controller for executing joint-space trajectories on a group of joints.

Detailed user documentation can be found in the controller’s ROS wiki page.

CHANGELOG

Changelog for package joint_trajectory_controller

0.17.3 (2023-01-31)

0.17.2 (2021-01-20)

  • JointTrajectoryController: Fix tolerance checking to use state error… …from the correct joints This fix was already applied to noetic-devel branch. ef2272de81bffe4b1e4a7fc3dc59d4f4c3e6cdb8
  • Contributors: Dean Reading

0.17.1 (2020-12-05)

  • Fix missing virtual destructor
  • Contributors: Tyler Weaver

0.17.0 (2020-05-12)

  • Add extension point in update function to allow derived classes to perform e.g. additional checks.
  • The stop- and hold-trajectory creation is moved into separate classes, to allow derived classes to re-use the stop- and hold-trajectory creation code.
  • The old desired state and the old time data are now also stored, to allow derived classes to perfrom more comprehensive checks, etc.
  • Contributors: Pilz GmbH and Co. KG, Bence Magyar

0.16.1 (2020-04-27)

0.16.0 (2020-04-16)

  • Bump CMake version to prevent CMP0048
  • Add #pragma once to new joint_trajectory_controller test
  • Replace header guard with #pragma once
  • Modernize xacro
    • Remove '--inorder'
    • Use 'xacro' over 'xacro.py'
  • Add code_coverage target to CMakeLists.txt
  • Contributors: Bence Magyar, Immanuel Martini, Matt Reynolds

0.15.1 (2020-03-09)

  • Fix instabilities in JTC unittests
  • Add test_common.h
  • Re-enable tolerance tests
  • Make initialization of variables consistent
  • Let getState() return by value
  • Use nullptr (#447)
  • Comment out tolerance check tests until #48 is solved.
  • Execution does not stop when goal gets aborted
  • Fix how we assert that controller is running
  • Introduce EPS for general double comparison
  • Make stopramp tests more stable
  • add missing pluginlib deps. (#451)
  • Print error messages for all exceptions
  • Contributors: Bence Magyar, Ian Frosst, Immanuel Martini, Matt Reynolds, Sean Yen

0.15.0 (2019-03-26)

  • Default all controller builds to C++14
  • Use range-based for loops wherever possible
  • boost::array -> std::array
  • mutex to C++11, boost::scoped_lock -> std::lock_guard
  • boost::scoped_ptr -> std::unique_ptr
  • boost::shared_ptr -> std::shared_ptr
  • fix install destination for libraries (#403)
  • Contributors: Bence Magyar, Gennaro Raiola, James Xu

0.14.3 (2019-02-09)

  • use operators instead of aliases
  • joint_trajectory_controller: fix minor typo in class doc.
  • correctly parse joint trajectory options
  • Remove deprecated parameter hold_trajectory_duration (#386)
  • dont print warning about dropped first point, if it is expected behaviour
  • Contributors: AndyZe, G.A. vd. Hoorn, Gennaro Raiola, James Xu, Joachim Schleicher, Karsten Knese

0.14.2 (2018-10-23)

  • Report errors in updateTrajectoryCommand back though action result error_string
  • Remove redundant warning messages
  • Return error string when failing to initialize trajectory from message
  • Changes to allow inheritance from JointTrajectoryController.
  • Update maintainers
  • Contributors: Alexander Gutenkunst, Miguel Prada, Mathias Lüdtke, Bence Magyar

0.14.1 (2018-06-26)

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Recent questions tagged joint_trajectory_controller at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.22.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description Generic robotic controllers to accompany ros_control
Checkout URI https://github.com/ros-controls/ros_controllers.git
VCS Type git
VCS Version noetic-devel
Last Updated 2024-05-22
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Controller for executing joint-space trajectories on a group of joints.

Additional Links

Maintainers

  • Bence Magyar
  • Mathias Lüdtke
  • Enrique Fernandez

Authors

  • Adolfo Rodriguez Tsouroukdissian

Joint Trajectory Controller

Controller for executing joint-space trajectories on a group of joints.

Detailed user documentation can be found in the controller’s ROS wiki page.

CHANGELOG

Changelog for package joint_trajectory_controller

0.22.0 (2024-05-22)

0.21.2 (2023-09-03)

0.21.1 (2023-01-31)

  • Don't hardcode plugin library path
  • Contributors: Jochen Sprickerhof

0.21.0 (2022-10-21)

  • std::bind and placeholders instead of boost
  • Contributors: Lucas Walter

0.20.0 (2022-05-06)

  • Fix joint trajectory controller so results message is returned on tolerance failures
  • added description for joint trajectory controller path/goal tolerance violation to action result, include which joint violated tolerance and by how much
  • I think this was responsible for at least some std::runtime_errors Duration is out of dual 32-bit range that came from initializing a ros::Duration with an uninitialized double
  • Drop old C++ standard
  • Use new boost bind placeholders
  • Add <?xml version=1.0?> to every .launch and .test file
  • Contributors: Jochen Sprickerhof, Levi Armstrong, Lucas Walter, grejj

0.19.0 (2021-06-13)

  • Set time_from_start for state error too
  • joint_trajectory_controller: add time_from_start feedback
  • Contributors: Alexander Rössler, Bence Magyar, Matt Reynolds

0.18.1 (2020-12-03)

  • Format CMakeLists.txt and package.xml files + clean deps of joint_trajectory_controller
  • Contributors: Mateus Amarante Araújo

0.18.0 (2020-10-11)

  • Increase joint0 smoothing to force goal tolerance violation
  • Add pathToleranceViolationSingleJoint and goalToleranceViolationSingleJoint tests
  • Allow setting 'smoothing' to each joint of rrbot
  • Only update state_joint_error_ values in loop where used
  • JointTrajectoryController: Fix tolerance checking to use state error from the correct joints
  • Fix missing virtual destructor
  • Contributors: Bence Magyar, Doug Morrison, Mateus Amarante, Tyler Weaver

0.17.0 (2020-05-12)

  • Add extension point in update function to allow derived classes to perform e.g. additional checks.
  • The stop- and hold-trajectory creation is moved into separate classes, to allow derived classes to re-use the stop- and hold-trajectory creation code.
  • The old desired state and the old time data are now also stored, to allow derived classes to perfrom more comprehensive checks, etc.
  • Contributors: Pilz GmbH and Co. KG, Bence Magyar

0.16.1 (2020-04-27)

0.16.0 (2020-04-16)

  • Bump CMake version to prevent CMP0048
  • Add #pragma once to new joint_trajectory_controller test
  • Replace header guard with #pragma once
  • Modernize xacro
    • Remove '--inorder'
    • Use 'xacro' over 'xacro.py'
  • Add code_coverage target to CMakeLists.txt
  • Contributors: Bence Magyar, Immanuel Martini, Matt Reynolds

0.15.1 (2020-03-09)

  • Fix instabilities in JTC unittests
  • Add test_common.h
  • Re-enable tolerance tests
  • Make initialization of variables consistent
  • Let getState() return by value
  • Use nullptr (#447)
  • Comment out tolerance check tests until #48 is solved.
  • Execution does not stop when goal gets aborted
  • Fix how we assert that controller is running
  • Introduce EPS for general double comparison
  • Make stopramp tests more stable
  • add missing pluginlib deps. (#451)
  • Print error messages for all exceptions

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Recent questions tagged joint_trajectory_controller at Robotics Stack Exchange