|   | clearpath_generator_common package from clearpath_common repoclearpath_common clearpath_control clearpath_customization clearpath_description clearpath_generator_common clearpath_manipulators clearpath_manipulators_description clearpath_mounts_description clearpath_platform_description clearpath_sensors_description |  ROS Distro | 
Package Summary
| Version | 1.3.7 | 
| License | BSD | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/clearpathrobotics/clearpath_common.git | 
| VCS Type | git | 
| VCS Version | humble | 
| Last Updated | 2025-09-18 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | Help Wanted (-) Good First Issues (-) Pull Requests to Review (-) | 
Package Description
Maintainers
- Luis Camero
- Roni Kreinin
- Tony Baltovski
Authors
- rkreinin
Changelog for package clearpath_generator_common
1.3.7 (2025-09-18)
- Backport Fix: Ouster URDF Parameters
(#266)
    - Add base parameter to Ouster URDF
- Add base and cap to Ouster description generator
 
- Contributors: luis-camero
1.3.6 (2025-08-26)
1.3.5 (2025-07-29)
1.3.4 (2025-07-17)
1.3.3 (2025-07-03)
- Feature: Manipulator Extra ROS Parameters
(#229)
    - Pass manipulator ros parameters to generated controller file
- Update platform config parameters
- Remove pprint
 
- Fix/Feature: UR Arm Controller Update Rate
(#225)
    - Change controller update rate for universal robots to 500
- Use UniversalRobots update_rate parameters if available
 
- Contributors: luis-camero
1.3.2 (2025-04-15)
- Skip failed tests
- Contributors: Luis Camero
1.3.1 (2025-04-15)
- Skip stereolabs test
- Contributors: Luis Camero
1.3.0 (2025-04-15)
- Feature: Add delay to manipulator controller (#182)
- Feature: Manipulator URDF Parameters (#181)
- Contributors: Luis Camero
1.2.0 (2025-03-13)
- 
    Fix: Only use IMU for angular velocity (#175) 
- 
    Feature Franka (#171) - Initial franka addition
- Create joint instead of using connected_to parameter
- Custom entry for generating Franka param
- Franka control for multiple types
- Modify entire Franka arm xacro
- Add franka gripper
- Copy and modify franka description
- Add cutout for Franka arm_id
- Add dependency for franka_description
 
- 
    Feature Humble Ouster (#161) - Add OusteOS1 description
- Custom OusterOS1 generator
- Ouster use custom description generator
 
- 
    Feature: MoveIt Parameters and Enable (#166) 
- 
    Feature: Manipulator Samples and Poses (#163) - Add group_state macros to arm SRDF
- Add group_state macros to grippers SRDF
- Generate pose macros in URDF
 
- 
    Feature: Link Material (#162) - Add material to link generator
- Add material xacro macro
- Catch exception for frame without material
 
- 
    Backport Fix: Sensor depends (#129) (#167) - Remove the package initializations that depend on robot packages
 * Add a copy of the imu_filter parameters from clearpath_sensors to clearpath_control. Change the default IMU filter config path to point to this file. Remove more unneeded initializations of clearpath_robot packages Co-authored-by: Chris Iverach-Brereton <<59611394+civerachb-cpr@users.noreply.github.com>> 
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake | |
| clearpath_config | |
| clearpath_control | |
| clearpath_description | |
| clearpath_manipulators | |
| ament_lint_auto | |
| ament_lint_common | |
| ament_cmake_pytest | |
| moveit_setup_srdf_plugins | 
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged clearpath_generator_common at Robotics Stack Exchange
Package Summary
| Version | 2.8.1 | 
| License | BSD | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/clearpathrobotics/clearpath_common.git | 
| VCS Type | git | 
| VCS Version | jazzy | 
| Last Updated | 2025-10-28 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | Help Wanted (-) Good First Issues (-) Pull Requests to Review (-) | 
Package Description
Maintainers
- Luis Camero
- Roni Kreinin
- Tony Baltovski
Authors
- rkreinin
Changelog for package clearpath_generator_common
2.8.1 (2025-10-28)
2.8.0 (2025-10-23)
- Put the router & base station diagnostics into Networking
(#272)
    - Put the router & base station diagnostics into Networking, update the wireless watcher to use the correct flag
- Update the new diagnostic names
 
- Add dependency on python3-apt (#273)
- Replace assertions in clearpath_generator_common with specific exceptions. Include error messages (#271)
- Catch FileNotFound exceptions when loading the samples and ignore them Some samples have /path/to/... placeholders, which will never load correctly (#270)
- Add [system.bash]{.title-ref} support
(#268)
    - Add the ability to specify additional BASH sources & envars directly from robot.yaml. Put quotation marks around exports (required if the value contains whitespace). Add comments to the bash file for clarity
 
- Add support for automatic discovery range
(#262)
    - Write the ROS_AUTOMATIC_DISCOVERY_RANGE and ROS_STATIC_PEERS envars
- Unset ROS_STATIC_PEERS if there are no peers, rather than setting an empty string
 
- Contributors: Chris Iverach-Brereton
2.7.4 (2025-09-18)
- Feature: Kinova Jazzy Support
(#265)
    - Remove prefix from Kinova gripper joint
- Switch mesh paths from file to package
- Add custom description generator for Robotiq gripper on Kinova
- Replace 'PI' property with 'math.pi'
- Add ComposableNodeContainer to launch generator
- Remove output from ComposableNode
- Fix generator test
 
- Contributors: luis-camero
2.7.3 (2025-09-16)
- Skip xacro load for zed camera since wrapper must be manually installed (#263)
- Forward Port Feature: Manipulator Extra ROS Parameters
(#229)
(#259)
    - Feature: Manipulator Extra ROS Parameters (#229)
- Pass manipulator ros parameters to generated controller file
- Update platform config parameters
- Remove pprint
- Fix parameter replacements
 
- Contributors: Hilary Luo, luis-camero
2.7.2 (2025-09-08)
2.7.1 (2025-09-08)
- Feature: Franka in Jazzy
(#255)
    - Forward from Humble: Feature Franka
- Initial franka addition
- Create joint instead of using connected_to parameter
- Custom entry for generating Franka param
- Franka control for multiple types
- Modify entire Franka arm xacro
- Add franka gripper
- Copy and modify franka description
- Add cutout for Franka arm_id
- Add dependency for franka_description
- Fix: Franka Update (#238)
- Pass version parameter to Franka Hardware Interface
- Use franka_arm macro and always add position and velocity interfaces
- Only use effort
- Feature: Franka Hand (#244)
- Remove ros2_control controllers
- Move gazebo control to a separate file
- Pass arm_id to Franka SRDF
- Pass poses from config with arm_id on Franka
- Common method to replace placeholders in parameter files
- Use appropriate placeholders in parameters
- Replace controller_name placeholders at all points
- Lint
 
- Contributors: luis-camero
2.7.0 (2025-08-25)
- Drivetrains
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
| Name | 
|---|
| python3-apt | 
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged clearpath_generator_common at Robotics Stack Exchange
|   | clearpath_generator_common package from clearpath_common repoclearpath_common clearpath_control clearpath_customization clearpath_description clearpath_generator_common clearpath_manipulators clearpath_manipulators_description clearpath_mounts_description clearpath_platform_description clearpath_sensors_description |  ROS Distro | 
Package Summary
| Version | 1.3.7 | 
| License | BSD | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/clearpathrobotics/clearpath_common.git | 
| VCS Type | git | 
| VCS Version | humble | 
| Last Updated | 2025-09-18 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | Help Wanted (-) Good First Issues (-) Pull Requests to Review (-) | 
Package Description
Maintainers
- Luis Camero
- Roni Kreinin
- Tony Baltovski
Authors
- rkreinin
Changelog for package clearpath_generator_common
1.3.7 (2025-09-18)
- Backport Fix: Ouster URDF Parameters
(#266)
    - Add base parameter to Ouster URDF
- Add base and cap to Ouster description generator
 
- Contributors: luis-camero
1.3.6 (2025-08-26)
1.3.5 (2025-07-29)
1.3.4 (2025-07-17)
1.3.3 (2025-07-03)
- Feature: Manipulator Extra ROS Parameters
(#229)
    - Pass manipulator ros parameters to generated controller file
- Update platform config parameters
- Remove pprint
 
- Fix/Feature: UR Arm Controller Update Rate
(#225)
    - Change controller update rate for universal robots to 500
- Use UniversalRobots update_rate parameters if available
 
- Contributors: luis-camero
1.3.2 (2025-04-15)
- Skip failed tests
- Contributors: Luis Camero
1.3.1 (2025-04-15)
- Skip stereolabs test
- Contributors: Luis Camero
1.3.0 (2025-04-15)
- Feature: Add delay to manipulator controller (#182)
- Feature: Manipulator URDF Parameters (#181)
- Contributors: Luis Camero
1.2.0 (2025-03-13)
- 
    Fix: Only use IMU for angular velocity (#175) 
- 
    Feature Franka (#171) - Initial franka addition
- Create joint instead of using connected_to parameter
- Custom entry for generating Franka param
- Franka control for multiple types
- Modify entire Franka arm xacro
- Add franka gripper
- Copy and modify franka description
- Add cutout for Franka arm_id
- Add dependency for franka_description
 
- 
    Feature Humble Ouster (#161) - Add OusteOS1 description
- Custom OusterOS1 generator
- Ouster use custom description generator
 
- 
    Feature: MoveIt Parameters and Enable (#166) 
- 
    Feature: Manipulator Samples and Poses (#163) - Add group_state macros to arm SRDF
- Add group_state macros to grippers SRDF
- Generate pose macros in URDF
 
- 
    Feature: Link Material (#162) - Add material to link generator
- Add material xacro macro
- Catch exception for frame without material
 
- 
    Backport Fix: Sensor depends (#129) (#167) - Remove the package initializations that depend on robot packages
 * Add a copy of the imu_filter parameters from clearpath_sensors to clearpath_control. Change the default IMU filter config path to point to this file. Remove more unneeded initializations of clearpath_robot packages Co-authored-by: Chris Iverach-Brereton <<59611394+civerachb-cpr@users.noreply.github.com>> 
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake | |
| clearpath_config | |
| clearpath_control | |
| clearpath_description | |
| clearpath_manipulators | |
| ament_lint_auto | |
| ament_lint_common | |
| ament_cmake_pytest | |
| moveit_setup_srdf_plugins | 
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged clearpath_generator_common at Robotics Stack Exchange
|   | clearpath_generator_common package from clearpath_common repoclearpath_common clearpath_control clearpath_customization clearpath_description clearpath_generator_common clearpath_manipulators clearpath_manipulators_description clearpath_mounts_description clearpath_platform_description clearpath_sensors_description |  ROS Distro | 
Package Summary
| Version | 1.3.7 | 
| License | BSD | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/clearpathrobotics/clearpath_common.git | 
| VCS Type | git | 
| VCS Version | humble | 
| Last Updated | 2025-09-18 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | Help Wanted (-) Good First Issues (-) Pull Requests to Review (-) | 
Package Description
Maintainers
- Luis Camero
- Roni Kreinin
- Tony Baltovski
Authors
- rkreinin
Changelog for package clearpath_generator_common
1.3.7 (2025-09-18)
- Backport Fix: Ouster URDF Parameters
(#266)
    - Add base parameter to Ouster URDF
- Add base and cap to Ouster description generator
 
- Contributors: luis-camero
1.3.6 (2025-08-26)
1.3.5 (2025-07-29)
1.3.4 (2025-07-17)
1.3.3 (2025-07-03)
- Feature: Manipulator Extra ROS Parameters
(#229)
    - Pass manipulator ros parameters to generated controller file
- Update platform config parameters
- Remove pprint
 
- Fix/Feature: UR Arm Controller Update Rate
(#225)
    - Change controller update rate for universal robots to 500
- Use UniversalRobots update_rate parameters if available
 
- Contributors: luis-camero
1.3.2 (2025-04-15)
- Skip failed tests
- Contributors: Luis Camero
1.3.1 (2025-04-15)
- Skip stereolabs test
- Contributors: Luis Camero
1.3.0 (2025-04-15)
- Feature: Add delay to manipulator controller (#182)
- Feature: Manipulator URDF Parameters (#181)
- Contributors: Luis Camero
1.2.0 (2025-03-13)
- 
    Fix: Only use IMU for angular velocity (#175) 
- 
    Feature Franka (#171) - Initial franka addition
- Create joint instead of using connected_to parameter
- Custom entry for generating Franka param
- Franka control for multiple types
- Modify entire Franka arm xacro
- Add franka gripper
- Copy and modify franka description
- Add cutout for Franka arm_id
- Add dependency for franka_description
 
- 
    Feature Humble Ouster (#161) - Add OusteOS1 description
- Custom OusterOS1 generator
- Ouster use custom description generator
 
- 
    Feature: MoveIt Parameters and Enable (#166) 
- 
    Feature: Manipulator Samples and Poses (#163) - Add group_state macros to arm SRDF
- Add group_state macros to grippers SRDF
- Generate pose macros in URDF
 
- 
    Feature: Link Material (#162) - Add material to link generator
- Add material xacro macro
- Catch exception for frame without material
 
- 
    Backport Fix: Sensor depends (#129) (#167) - Remove the package initializations that depend on robot packages
 * Add a copy of the imu_filter parameters from clearpath_sensors to clearpath_control. Change the default IMU filter config path to point to this file. Remove more unneeded initializations of clearpath_robot packages Co-authored-by: Chris Iverach-Brereton <<59611394+civerachb-cpr@users.noreply.github.com>> 
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake | |
| clearpath_config | |
| clearpath_control | |
| clearpath_description | |
| clearpath_manipulators | |
| ament_lint_auto | |
| ament_lint_common | |
| ament_cmake_pytest | |
| moveit_setup_srdf_plugins | 
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged clearpath_generator_common at Robotics Stack Exchange
|   | clearpath_generator_common package from clearpath_common repoclearpath_common clearpath_control clearpath_customization clearpath_description clearpath_generator_common clearpath_manipulators clearpath_manipulators_description clearpath_mounts_description clearpath_platform_description clearpath_sensors_description |  ROS Distro | 
Package Summary
| Version | 1.3.7 | 
| License | BSD | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/clearpathrobotics/clearpath_common.git | 
| VCS Type | git | 
| VCS Version | humble | 
| Last Updated | 2025-09-18 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | Help Wanted (-) Good First Issues (-) Pull Requests to Review (-) | 
Package Description
Maintainers
- Luis Camero
- Roni Kreinin
- Tony Baltovski
Authors
- rkreinin
Changelog for package clearpath_generator_common
1.3.7 (2025-09-18)
- Backport Fix: Ouster URDF Parameters
(#266)
    - Add base parameter to Ouster URDF
- Add base and cap to Ouster description generator
 
- Contributors: luis-camero
1.3.6 (2025-08-26)
1.3.5 (2025-07-29)
1.3.4 (2025-07-17)
1.3.3 (2025-07-03)
- Feature: Manipulator Extra ROS Parameters
(#229)
    - Pass manipulator ros parameters to generated controller file
- Update platform config parameters
- Remove pprint
 
- Fix/Feature: UR Arm Controller Update Rate
(#225)
    - Change controller update rate for universal robots to 500
- Use UniversalRobots update_rate parameters if available
 
- Contributors: luis-camero
1.3.2 (2025-04-15)
- Skip failed tests
- Contributors: Luis Camero
1.3.1 (2025-04-15)
- Skip stereolabs test
- Contributors: Luis Camero
1.3.0 (2025-04-15)
- Feature: Add delay to manipulator controller (#182)
- Feature: Manipulator URDF Parameters (#181)
- Contributors: Luis Camero
1.2.0 (2025-03-13)
- 
    Fix: Only use IMU for angular velocity (#175) 
- 
    Feature Franka (#171) - Initial franka addition
- Create joint instead of using connected_to parameter
- Custom entry for generating Franka param
- Franka control for multiple types
- Modify entire Franka arm xacro
- Add franka gripper
- Copy and modify franka description
- Add cutout for Franka arm_id
- Add dependency for franka_description
 
- 
    Feature Humble Ouster (#161) - Add OusteOS1 description
- Custom OusterOS1 generator
- Ouster use custom description generator
 
- 
    Feature: MoveIt Parameters and Enable (#166) 
- 
    Feature: Manipulator Samples and Poses (#163) - Add group_state macros to arm SRDF
- Add group_state macros to grippers SRDF
- Generate pose macros in URDF
 
- 
    Feature: Link Material (#162) - Add material to link generator
- Add material xacro macro
- Catch exception for frame without material
 
- 
    Backport Fix: Sensor depends (#129) (#167) - Remove the package initializations that depend on robot packages
 * Add a copy of the imu_filter parameters from clearpath_sensors to clearpath_control. Change the default IMU filter config path to point to this file. Remove more unneeded initializations of clearpath_robot packages Co-authored-by: Chris Iverach-Brereton <<59611394+civerachb-cpr@users.noreply.github.com>> 
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake | |
| clearpath_config | |
| clearpath_control | |
| clearpath_description | |
| clearpath_manipulators | |
| ament_lint_auto | |
| ament_lint_common | |
| ament_cmake_pytest | |
| moveit_setup_srdf_plugins | 
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged clearpath_generator_common at Robotics Stack Exchange
|   | clearpath_generator_common package from clearpath_common repoclearpath_common clearpath_control clearpath_customization clearpath_description clearpath_generator_common clearpath_manipulators clearpath_manipulators_description clearpath_mounts_description clearpath_platform_description clearpath_sensors_description |  ROS Distro | 
Package Summary
| Version | 1.3.7 | 
| License | BSD | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/clearpathrobotics/clearpath_common.git | 
| VCS Type | git | 
| VCS Version | humble | 
| Last Updated | 2025-09-18 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | Help Wanted (-) Good First Issues (-) Pull Requests to Review (-) | 
Package Description
Maintainers
- Luis Camero
- Roni Kreinin
- Tony Baltovski
Authors
- rkreinin
Changelog for package clearpath_generator_common
1.3.7 (2025-09-18)
- Backport Fix: Ouster URDF Parameters
(#266)
    - Add base parameter to Ouster URDF
- Add base and cap to Ouster description generator
 
- Contributors: luis-camero
1.3.6 (2025-08-26)
1.3.5 (2025-07-29)
1.3.4 (2025-07-17)
1.3.3 (2025-07-03)
- Feature: Manipulator Extra ROS Parameters
(#229)
    - Pass manipulator ros parameters to generated controller file
- Update platform config parameters
- Remove pprint
 
- Fix/Feature: UR Arm Controller Update Rate
(#225)
    - Change controller update rate for universal robots to 500
- Use UniversalRobots update_rate parameters if available
 
- Contributors: luis-camero
1.3.2 (2025-04-15)
- Skip failed tests
- Contributors: Luis Camero
1.3.1 (2025-04-15)
- Skip stereolabs test
- Contributors: Luis Camero
1.3.0 (2025-04-15)
- Feature: Add delay to manipulator controller (#182)
- Feature: Manipulator URDF Parameters (#181)
- Contributors: Luis Camero
1.2.0 (2025-03-13)
- 
    Fix: Only use IMU for angular velocity (#175) 
- 
    Feature Franka (#171) - Initial franka addition
- Create joint instead of using connected_to parameter
- Custom entry for generating Franka param
- Franka control for multiple types
- Modify entire Franka arm xacro
- Add franka gripper
- Copy and modify franka description
- Add cutout for Franka arm_id
- Add dependency for franka_description
 
- 
    Feature Humble Ouster (#161) - Add OusteOS1 description
- Custom OusterOS1 generator
- Ouster use custom description generator
 
- 
    Feature: MoveIt Parameters and Enable (#166) 
- 
    Feature: Manipulator Samples and Poses (#163) - Add group_state macros to arm SRDF
- Add group_state macros to grippers SRDF
- Generate pose macros in URDF
 
- 
    Feature: Link Material (#162) - Add material to link generator
- Add material xacro macro
- Catch exception for frame without material
 
- 
    Backport Fix: Sensor depends (#129) (#167) - Remove the package initializations that depend on robot packages
 * Add a copy of the imu_filter parameters from clearpath_sensors to clearpath_control. Change the default IMU filter config path to point to this file. Remove more unneeded initializations of clearpath_robot packages Co-authored-by: Chris Iverach-Brereton <<59611394+civerachb-cpr@users.noreply.github.com>> 
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake | |
| clearpath_config | |
| clearpath_control | |
| clearpath_description | |
| clearpath_manipulators | |
| ament_lint_auto | |
| ament_lint_common | |
| ament_cmake_pytest | |
| moveit_setup_srdf_plugins | 
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged clearpath_generator_common at Robotics Stack Exchange
|   | clearpath_generator_common package from clearpath_common repoclearpath_common clearpath_control clearpath_customization clearpath_description clearpath_generator_common clearpath_manipulators clearpath_manipulators_description clearpath_mounts_description clearpath_platform_description clearpath_sensors_description |  ROS Distro | 
Package Summary
| Version | 1.3.7 | 
| License | BSD | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/clearpathrobotics/clearpath_common.git | 
| VCS Type | git | 
| VCS Version | humble | 
| Last Updated | 2025-09-18 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | Help Wanted (-) Good First Issues (-) Pull Requests to Review (-) | 
Package Description
Maintainers
- Luis Camero
- Roni Kreinin
- Tony Baltovski
Authors
- rkreinin
Changelog for package clearpath_generator_common
1.3.7 (2025-09-18)
- Backport Fix: Ouster URDF Parameters
(#266)
    - Add base parameter to Ouster URDF
- Add base and cap to Ouster description generator
 
- Contributors: luis-camero
1.3.6 (2025-08-26)
1.3.5 (2025-07-29)
1.3.4 (2025-07-17)
1.3.3 (2025-07-03)
- Feature: Manipulator Extra ROS Parameters
(#229)
    - Pass manipulator ros parameters to generated controller file
- Update platform config parameters
- Remove pprint
 
- Fix/Feature: UR Arm Controller Update Rate
(#225)
    - Change controller update rate for universal robots to 500
- Use UniversalRobots update_rate parameters if available
 
- Contributors: luis-camero
1.3.2 (2025-04-15)
- Skip failed tests
- Contributors: Luis Camero
1.3.1 (2025-04-15)
- Skip stereolabs test
- Contributors: Luis Camero
1.3.0 (2025-04-15)
- Feature: Add delay to manipulator controller (#182)
- Feature: Manipulator URDF Parameters (#181)
- Contributors: Luis Camero
1.2.0 (2025-03-13)
- 
    Fix: Only use IMU for angular velocity (#175) 
- 
    Feature Franka (#171) - Initial franka addition
- Create joint instead of using connected_to parameter
- Custom entry for generating Franka param
- Franka control for multiple types
- Modify entire Franka arm xacro
- Add franka gripper
- Copy and modify franka description
- Add cutout for Franka arm_id
- Add dependency for franka_description
 
- 
    Feature Humble Ouster (#161) - Add OusteOS1 description
- Custom OusterOS1 generator
- Ouster use custom description generator
 
- 
    Feature: MoveIt Parameters and Enable (#166) 
- 
    Feature: Manipulator Samples and Poses (#163) - Add group_state macros to arm SRDF
- Add group_state macros to grippers SRDF
- Generate pose macros in URDF
 
- 
    Feature: Link Material (#162) - Add material to link generator
- Add material xacro macro
- Catch exception for frame without material
 
- 
    Backport Fix: Sensor depends (#129) (#167) - Remove the package initializations that depend on robot packages
 * Add a copy of the imu_filter parameters from clearpath_sensors to clearpath_control. Change the default IMU filter config path to point to this file. Remove more unneeded initializations of clearpath_robot packages Co-authored-by: Chris Iverach-Brereton <<59611394+civerachb-cpr@users.noreply.github.com>> 
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake | |
| clearpath_config | |
| clearpath_control | |
| clearpath_description | |
| clearpath_manipulators | |
| ament_lint_auto | |
| ament_lint_common | |
| ament_cmake_pytest | |
| moveit_setup_srdf_plugins | 
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged clearpath_generator_common at Robotics Stack Exchange
|   | clearpath_generator_common package from clearpath_common repoclearpath_common clearpath_control clearpath_customization clearpath_description clearpath_generator_common clearpath_manipulators clearpath_manipulators_description clearpath_mounts_description clearpath_platform_description clearpath_sensors_description |  ROS Distro | 
Package Summary
| Version | 1.3.7 | 
| License | BSD | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/clearpathrobotics/clearpath_common.git | 
| VCS Type | git | 
| VCS Version | humble | 
| Last Updated | 2025-09-18 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | Help Wanted (-) Good First Issues (-) Pull Requests to Review (-) | 
Package Description
Maintainers
- Luis Camero
- Roni Kreinin
- Tony Baltovski
Authors
- rkreinin
Changelog for package clearpath_generator_common
1.3.7 (2025-09-18)
- Backport Fix: Ouster URDF Parameters
(#266)
    - Add base parameter to Ouster URDF
- Add base and cap to Ouster description generator
 
- Contributors: luis-camero
1.3.6 (2025-08-26)
1.3.5 (2025-07-29)
1.3.4 (2025-07-17)
1.3.3 (2025-07-03)
- Feature: Manipulator Extra ROS Parameters
(#229)
    - Pass manipulator ros parameters to generated controller file
- Update platform config parameters
- Remove pprint
 
- Fix/Feature: UR Arm Controller Update Rate
(#225)
    - Change controller update rate for universal robots to 500
- Use UniversalRobots update_rate parameters if available
 
- Contributors: luis-camero
1.3.2 (2025-04-15)
- Skip failed tests
- Contributors: Luis Camero
1.3.1 (2025-04-15)
- Skip stereolabs test
- Contributors: Luis Camero
1.3.0 (2025-04-15)
- Feature: Add delay to manipulator controller (#182)
- Feature: Manipulator URDF Parameters (#181)
- Contributors: Luis Camero
1.2.0 (2025-03-13)
- 
    Fix: Only use IMU for angular velocity (#175) 
- 
    Feature Franka (#171) - Initial franka addition
- Create joint instead of using connected_to parameter
- Custom entry for generating Franka param
- Franka control for multiple types
- Modify entire Franka arm xacro
- Add franka gripper
- Copy and modify franka description
- Add cutout for Franka arm_id
- Add dependency for franka_description
 
- 
    Feature Humble Ouster (#161) - Add OusteOS1 description
- Custom OusterOS1 generator
- Ouster use custom description generator
 
- 
    Feature: MoveIt Parameters and Enable (#166) 
- 
    Feature: Manipulator Samples and Poses (#163) - Add group_state macros to arm SRDF
- Add group_state macros to grippers SRDF
- Generate pose macros in URDF
 
- 
    Feature: Link Material (#162) - Add material to link generator
- Add material xacro macro
- Catch exception for frame without material
 
- 
    Backport Fix: Sensor depends (#129) (#167) - Remove the package initializations that depend on robot packages
 * Add a copy of the imu_filter parameters from clearpath_sensors to clearpath_control. Change the default IMU filter config path to point to this file. Remove more unneeded initializations of clearpath_robot packages Co-authored-by: Chris Iverach-Brereton <<59611394+civerachb-cpr@users.noreply.github.com>> 
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake | |
| clearpath_config | |
| clearpath_control | |
| clearpath_description | |
| clearpath_manipulators | |
| ament_lint_auto | |
| ament_lint_common | |
| ament_cmake_pytest | |
| moveit_setup_srdf_plugins | 
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged clearpath_generator_common at Robotics Stack Exchange
|   | clearpath_generator_common package from clearpath_common repoclearpath_common clearpath_control clearpath_customization clearpath_description clearpath_generator_common clearpath_manipulators clearpath_manipulators_description clearpath_mounts_description clearpath_platform_description clearpath_sensors_description |  ROS Distro | 
Package Summary
| Version | 1.3.7 | 
| License | BSD | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/clearpathrobotics/clearpath_common.git | 
| VCS Type | git | 
| VCS Version | humble | 
| Last Updated | 2025-09-18 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | Help Wanted (-) Good First Issues (-) Pull Requests to Review (-) | 
Package Description
Maintainers
- Luis Camero
- Roni Kreinin
- Tony Baltovski
Authors
- rkreinin
Changelog for package clearpath_generator_common
1.3.7 (2025-09-18)
- Backport Fix: Ouster URDF Parameters
(#266)
    - Add base parameter to Ouster URDF
- Add base and cap to Ouster description generator
 
- Contributors: luis-camero
1.3.6 (2025-08-26)
1.3.5 (2025-07-29)
1.3.4 (2025-07-17)
1.3.3 (2025-07-03)
- Feature: Manipulator Extra ROS Parameters
(#229)
    - Pass manipulator ros parameters to generated controller file
- Update platform config parameters
- Remove pprint
 
- Fix/Feature: UR Arm Controller Update Rate
(#225)
    - Change controller update rate for universal robots to 500
- Use UniversalRobots update_rate parameters if available
 
- Contributors: luis-camero
1.3.2 (2025-04-15)
- Skip failed tests
- Contributors: Luis Camero
1.3.1 (2025-04-15)
- Skip stereolabs test
- Contributors: Luis Camero
1.3.0 (2025-04-15)
- Feature: Add delay to manipulator controller (#182)
- Feature: Manipulator URDF Parameters (#181)
- Contributors: Luis Camero
1.2.0 (2025-03-13)
- 
    Fix: Only use IMU for angular velocity (#175) 
- 
    Feature Franka (#171) - Initial franka addition
- Create joint instead of using connected_to parameter
- Custom entry for generating Franka param
- Franka control for multiple types
- Modify entire Franka arm xacro
- Add franka gripper
- Copy and modify franka description
- Add cutout for Franka arm_id
- Add dependency for franka_description
 
- 
    Feature Humble Ouster (#161) - Add OusteOS1 description
- Custom OusterOS1 generator
- Ouster use custom description generator
 
- 
    Feature: MoveIt Parameters and Enable (#166) 
- 
    Feature: Manipulator Samples and Poses (#163) - Add group_state macros to arm SRDF
- Add group_state macros to grippers SRDF
- Generate pose macros in URDF
 
- 
    Feature: Link Material (#162) - Add material to link generator
- Add material xacro macro
- Catch exception for frame without material
 
- 
    Backport Fix: Sensor depends (#129) (#167) - Remove the package initializations that depend on robot packages
 * Add a copy of the imu_filter parameters from clearpath_sensors to clearpath_control. Change the default IMU filter config path to point to this file. Remove more unneeded initializations of clearpath_robot packages Co-authored-by: Chris Iverach-Brereton <<59611394+civerachb-cpr@users.noreply.github.com>> 
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake | |
| clearpath_config | |
| clearpath_control | |
| clearpath_description | |
| clearpath_manipulators | |
| ament_lint_auto | |
| ament_lint_common | |
| ament_cmake_pytest | |
| moveit_setup_srdf_plugins | 
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged clearpath_generator_common at Robotics Stack Exchange
|   | clearpath_generator_common package from clearpath_common repoclearpath_common clearpath_control clearpath_customization clearpath_description clearpath_generator_common clearpath_manipulators clearpath_manipulators_description clearpath_mounts_description clearpath_platform_description clearpath_sensors_description |  ROS Distro | 
Package Summary
| Version | 1.3.7 | 
| License | BSD | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/clearpathrobotics/clearpath_common.git | 
| VCS Type | git | 
| VCS Version | humble | 
| Last Updated | 2025-09-18 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | Help Wanted (-) Good First Issues (-) Pull Requests to Review (-) | 
Package Description
Maintainers
- Luis Camero
- Roni Kreinin
- Tony Baltovski
Authors
- rkreinin
Changelog for package clearpath_generator_common
1.3.7 (2025-09-18)
- Backport Fix: Ouster URDF Parameters
(#266)
    - Add base parameter to Ouster URDF
- Add base and cap to Ouster description generator
 
- Contributors: luis-camero
1.3.6 (2025-08-26)
1.3.5 (2025-07-29)
1.3.4 (2025-07-17)
1.3.3 (2025-07-03)
- Feature: Manipulator Extra ROS Parameters
(#229)
    - Pass manipulator ros parameters to generated controller file
- Update platform config parameters
- Remove pprint
 
- Fix/Feature: UR Arm Controller Update Rate
(#225)
    - Change controller update rate for universal robots to 500
- Use UniversalRobots update_rate parameters if available
 
- Contributors: luis-camero
1.3.2 (2025-04-15)
- Skip failed tests
- Contributors: Luis Camero
1.3.1 (2025-04-15)
- Skip stereolabs test
- Contributors: Luis Camero
1.3.0 (2025-04-15)
- Feature: Add delay to manipulator controller (#182)
- Feature: Manipulator URDF Parameters (#181)
- Contributors: Luis Camero
1.2.0 (2025-03-13)
- 
    Fix: Only use IMU for angular velocity (#175) 
- 
    Feature Franka (#171) - Initial franka addition
- Create joint instead of using connected_to parameter
- Custom entry for generating Franka param
- Franka control for multiple types
- Modify entire Franka arm xacro
- Add franka gripper
- Copy and modify franka description
- Add cutout for Franka arm_id
- Add dependency for franka_description
 
- 
    Feature Humble Ouster (#161) - Add OusteOS1 description
- Custom OusterOS1 generator
- Ouster use custom description generator
 
- 
    Feature: MoveIt Parameters and Enable (#166) 
- 
    Feature: Manipulator Samples and Poses (#163) - Add group_state macros to arm SRDF
- Add group_state macros to grippers SRDF
- Generate pose macros in URDF
 
- 
    Feature: Link Material (#162) - Add material to link generator
- Add material xacro macro
- Catch exception for frame without material
 
- 
    Backport Fix: Sensor depends (#129) (#167) - Remove the package initializations that depend on robot packages
 * Add a copy of the imu_filter parameters from clearpath_sensors to clearpath_control. Change the default IMU filter config path to point to this file. Remove more unneeded initializations of clearpath_robot packages Co-authored-by: Chris Iverach-Brereton <<59611394+civerachb-cpr@users.noreply.github.com>> 
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake | |
| clearpath_config | |
| clearpath_control | |
| clearpath_description | |
| clearpath_manipulators | |
| ament_lint_auto | |
| ament_lint_common | |
| ament_cmake_pytest | |
| moveit_setup_srdf_plugins | 
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged clearpath_generator_common at Robotics Stack Exchange
|   | clearpath_generator_common package from clearpath_common repoclearpath_common clearpath_control clearpath_customization clearpath_description clearpath_generator_common clearpath_manipulators clearpath_manipulators_description clearpath_mounts_description clearpath_platform_description clearpath_sensors_description |  ROS Distro | 
Package Summary
| Version | 1.3.7 | 
| License | BSD | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/clearpathrobotics/clearpath_common.git | 
| VCS Type | git | 
| VCS Version | humble | 
| Last Updated | 2025-09-18 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | Help Wanted (-) Good First Issues (-) Pull Requests to Review (-) | 
Package Description
Maintainers
- Luis Camero
- Roni Kreinin
- Tony Baltovski
Authors
- rkreinin
Changelog for package clearpath_generator_common
1.3.7 (2025-09-18)
- Backport Fix: Ouster URDF Parameters
(#266)
    - Add base parameter to Ouster URDF
- Add base and cap to Ouster description generator
 
- Contributors: luis-camero
1.3.6 (2025-08-26)
1.3.5 (2025-07-29)
1.3.4 (2025-07-17)
1.3.3 (2025-07-03)
- Feature: Manipulator Extra ROS Parameters
(#229)
    - Pass manipulator ros parameters to generated controller file
- Update platform config parameters
- Remove pprint
 
- Fix/Feature: UR Arm Controller Update Rate
(#225)
    - Change controller update rate for universal robots to 500
- Use UniversalRobots update_rate parameters if available
 
- Contributors: luis-camero
1.3.2 (2025-04-15)
- Skip failed tests
- Contributors: Luis Camero
1.3.1 (2025-04-15)
- Skip stereolabs test
- Contributors: Luis Camero
1.3.0 (2025-04-15)
- Feature: Add delay to manipulator controller (#182)
- Feature: Manipulator URDF Parameters (#181)
- Contributors: Luis Camero
1.2.0 (2025-03-13)
- 
    Fix: Only use IMU for angular velocity (#175) 
- 
    Feature Franka (#171) - Initial franka addition
- Create joint instead of using connected_to parameter
- Custom entry for generating Franka param
- Franka control for multiple types
- Modify entire Franka arm xacro
- Add franka gripper
- Copy and modify franka description
- Add cutout for Franka arm_id
- Add dependency for franka_description
 
- 
    Feature Humble Ouster (#161) - Add OusteOS1 description
- Custom OusterOS1 generator
- Ouster use custom description generator
 
- 
    Feature: MoveIt Parameters and Enable (#166) 
- 
    Feature: Manipulator Samples and Poses (#163) - Add group_state macros to arm SRDF
- Add group_state macros to grippers SRDF
- Generate pose macros in URDF
 
- 
    Feature: Link Material (#162) - Add material to link generator
- Add material xacro macro
- Catch exception for frame without material
 
- 
    Backport Fix: Sensor depends (#129) (#167) - Remove the package initializations that depend on robot packages
 * Add a copy of the imu_filter parameters from clearpath_sensors to clearpath_control. Change the default IMU filter config path to point to this file. Remove more unneeded initializations of clearpath_robot packages Co-authored-by: Chris Iverach-Brereton <<59611394+civerachb-cpr@users.noreply.github.com>> 
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake | |
| clearpath_config | |
| clearpath_control | |
| clearpath_description | |
| clearpath_manipulators | |
| ament_lint_auto | |
| ament_lint_common | |
| ament_cmake_pytest | |
| moveit_setup_srdf_plugins | 
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged clearpath_generator_common at Robotics Stack Exchange
|   | clearpath_generator_common package from clearpath_common repoclearpath_common clearpath_control clearpath_customization clearpath_description clearpath_generator_common clearpath_manipulators clearpath_manipulators_description clearpath_mounts_description clearpath_platform_description clearpath_sensors_description |  ROS Distro | 
Package Summary
| Version | 1.3.7 | 
| License | BSD | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/clearpathrobotics/clearpath_common.git | 
| VCS Type | git | 
| VCS Version | humble | 
| Last Updated | 2025-09-18 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | Help Wanted (-) Good First Issues (-) Pull Requests to Review (-) | 
Package Description
Maintainers
- Luis Camero
- Roni Kreinin
- Tony Baltovski
Authors
- rkreinin
Changelog for package clearpath_generator_common
1.3.7 (2025-09-18)
- Backport Fix: Ouster URDF Parameters
(#266)
    - Add base parameter to Ouster URDF
- Add base and cap to Ouster description generator
 
- Contributors: luis-camero
1.3.6 (2025-08-26)
1.3.5 (2025-07-29)
1.3.4 (2025-07-17)
1.3.3 (2025-07-03)
- Feature: Manipulator Extra ROS Parameters
(#229)
    - Pass manipulator ros parameters to generated controller file
- Update platform config parameters
- Remove pprint
 
- Fix/Feature: UR Arm Controller Update Rate
(#225)
    - Change controller update rate for universal robots to 500
- Use UniversalRobots update_rate parameters if available
 
- Contributors: luis-camero
1.3.2 (2025-04-15)
- Skip failed tests
- Contributors: Luis Camero
1.3.1 (2025-04-15)
- Skip stereolabs test
- Contributors: Luis Camero
1.3.0 (2025-04-15)
- Feature: Add delay to manipulator controller (#182)
- Feature: Manipulator URDF Parameters (#181)
- Contributors: Luis Camero
1.2.0 (2025-03-13)
- 
    Fix: Only use IMU for angular velocity (#175) 
- 
    Feature Franka (#171) - Initial franka addition
- Create joint instead of using connected_to parameter
- Custom entry for generating Franka param
- Franka control for multiple types
- Modify entire Franka arm xacro
- Add franka gripper
- Copy and modify franka description
- Add cutout for Franka arm_id
- Add dependency for franka_description
 
- 
    Feature Humble Ouster (#161) - Add OusteOS1 description
- Custom OusterOS1 generator
- Ouster use custom description generator
 
- 
    Feature: MoveIt Parameters and Enable (#166) 
- 
    Feature: Manipulator Samples and Poses (#163) - Add group_state macros to arm SRDF
- Add group_state macros to grippers SRDF
- Generate pose macros in URDF
 
- 
    Feature: Link Material (#162) - Add material to link generator
- Add material xacro macro
- Catch exception for frame without material
 
- 
    Backport Fix: Sensor depends (#129) (#167) - Remove the package initializations that depend on robot packages
 * Add a copy of the imu_filter parameters from clearpath_sensors to clearpath_control. Change the default IMU filter config path to point to this file. Remove more unneeded initializations of clearpath_robot packages Co-authored-by: Chris Iverach-Brereton <<59611394+civerachb-cpr@users.noreply.github.com>> 
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake | |
| clearpath_config | |
| clearpath_control | |
| clearpath_description | |
| clearpath_manipulators | |
| ament_lint_auto | |
| ament_lint_common | |
| ament_cmake_pytest | |
| moveit_setup_srdf_plugins | 
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged clearpath_generator_common at Robotics Stack Exchange
|   | clearpath_generator_common package from clearpath_common repoclearpath_common clearpath_control clearpath_customization clearpath_description clearpath_generator_common clearpath_manipulators clearpath_manipulators_description clearpath_mounts_description clearpath_platform_description clearpath_sensors_description |  ROS Distro | 
Package Summary
| Version | 1.3.7 | 
| License | BSD | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/clearpathrobotics/clearpath_common.git | 
| VCS Type | git | 
| VCS Version | humble | 
| Last Updated | 2025-09-18 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | Help Wanted (-) Good First Issues (-) Pull Requests to Review (-) | 
Package Description
Maintainers
- Luis Camero
- Roni Kreinin
- Tony Baltovski
Authors
- rkreinin
Changelog for package clearpath_generator_common
1.3.7 (2025-09-18)
- Backport Fix: Ouster URDF Parameters
(#266)
    - Add base parameter to Ouster URDF
- Add base and cap to Ouster description generator
 
- Contributors: luis-camero
1.3.6 (2025-08-26)
1.3.5 (2025-07-29)
1.3.4 (2025-07-17)
1.3.3 (2025-07-03)
- Feature: Manipulator Extra ROS Parameters
(#229)
    - Pass manipulator ros parameters to generated controller file
- Update platform config parameters
- Remove pprint
 
- Fix/Feature: UR Arm Controller Update Rate
(#225)
    - Change controller update rate for universal robots to 500
- Use UniversalRobots update_rate parameters if available
 
- Contributors: luis-camero
1.3.2 (2025-04-15)
- Skip failed tests
- Contributors: Luis Camero
1.3.1 (2025-04-15)
- Skip stereolabs test
- Contributors: Luis Camero
1.3.0 (2025-04-15)
- Feature: Add delay to manipulator controller (#182)
- Feature: Manipulator URDF Parameters (#181)
- Contributors: Luis Camero
1.2.0 (2025-03-13)
- 
    Fix: Only use IMU for angular velocity (#175) 
- 
    Feature Franka (#171) - Initial franka addition
- Create joint instead of using connected_to parameter
- Custom entry for generating Franka param
- Franka control for multiple types
- Modify entire Franka arm xacro
- Add franka gripper
- Copy and modify franka description
- Add cutout for Franka arm_id
- Add dependency for franka_description
 
- 
    Feature Humble Ouster (#161) - Add OusteOS1 description
- Custom OusterOS1 generator
- Ouster use custom description generator
 
- 
    Feature: MoveIt Parameters and Enable (#166) 
- 
    Feature: Manipulator Samples and Poses (#163) - Add group_state macros to arm SRDF
- Add group_state macros to grippers SRDF
- Generate pose macros in URDF
 
- 
    Feature: Link Material (#162) - Add material to link generator
- Add material xacro macro
- Catch exception for frame without material
 
- 
    Backport Fix: Sensor depends (#129) (#167) - Remove the package initializations that depend on robot packages
 * Add a copy of the imu_filter parameters from clearpath_sensors to clearpath_control. Change the default IMU filter config path to point to this file. Remove more unneeded initializations of clearpath_robot packages Co-authored-by: Chris Iverach-Brereton <<59611394+civerachb-cpr@users.noreply.github.com>> 
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake | |
| clearpath_config | |
| clearpath_control | |
| clearpath_description | |
| clearpath_manipulators | |
| ament_lint_auto | |
| ament_lint_common | |
| ament_cmake_pytest | |
| moveit_setup_srdf_plugins | 
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged clearpath_generator_common at Robotics Stack Exchange
|   | clearpath_generator_common package from clearpath_common repoclearpath_common clearpath_control clearpath_customization clearpath_description clearpath_generator_common clearpath_manipulators clearpath_manipulators_description clearpath_mounts_description clearpath_platform_description clearpath_sensors_description |  ROS Distro | 
Package Summary
| Version | 1.3.7 | 
| License | BSD | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/clearpathrobotics/clearpath_common.git | 
| VCS Type | git | 
| VCS Version | humble | 
| Last Updated | 2025-09-18 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | Help Wanted (-) Good First Issues (-) Pull Requests to Review (-) | 
Package Description
Maintainers
- Luis Camero
- Roni Kreinin
- Tony Baltovski
Authors
- rkreinin
Changelog for package clearpath_generator_common
1.3.7 (2025-09-18)
- Backport Fix: Ouster URDF Parameters
(#266)
    - Add base parameter to Ouster URDF
- Add base and cap to Ouster description generator
 
- Contributors: luis-camero
1.3.6 (2025-08-26)
1.3.5 (2025-07-29)
1.3.4 (2025-07-17)
1.3.3 (2025-07-03)
- Feature: Manipulator Extra ROS Parameters
(#229)
    - Pass manipulator ros parameters to generated controller file
- Update platform config parameters
- Remove pprint
 
- Fix/Feature: UR Arm Controller Update Rate
(#225)
    - Change controller update rate for universal robots to 500
- Use UniversalRobots update_rate parameters if available
 
- Contributors: luis-camero
1.3.2 (2025-04-15)
- Skip failed tests
- Contributors: Luis Camero
1.3.1 (2025-04-15)
- Skip stereolabs test
- Contributors: Luis Camero
1.3.0 (2025-04-15)
- Feature: Add delay to manipulator controller (#182)
- Feature: Manipulator URDF Parameters (#181)
- Contributors: Luis Camero
1.2.0 (2025-03-13)
- 
    Fix: Only use IMU for angular velocity (#175) 
- 
    Feature Franka (#171) - Initial franka addition
- Create joint instead of using connected_to parameter
- Custom entry for generating Franka param
- Franka control for multiple types
- Modify entire Franka arm xacro
- Add franka gripper
- Copy and modify franka description
- Add cutout for Franka arm_id
- Add dependency for franka_description
 
- 
    Feature Humble Ouster (#161) - Add OusteOS1 description
- Custom OusterOS1 generator
- Ouster use custom description generator
 
- 
    Feature: MoveIt Parameters and Enable (#166) 
- 
    Feature: Manipulator Samples and Poses (#163) - Add group_state macros to arm SRDF
- Add group_state macros to grippers SRDF
- Generate pose macros in URDF
 
- 
    Feature: Link Material (#162) - Add material to link generator
- Add material xacro macro
- Catch exception for frame without material
 
- 
    Backport Fix: Sensor depends (#129) (#167) - Remove the package initializations that depend on robot packages
 * Add a copy of the imu_filter parameters from clearpath_sensors to clearpath_control. Change the default IMU filter config path to point to this file. Remove more unneeded initializations of clearpath_robot packages Co-authored-by: Chris Iverach-Brereton <<59611394+civerachb-cpr@users.noreply.github.com>> 
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake | |
| clearpath_config | |
| clearpath_control | |
| clearpath_description | |
| clearpath_manipulators | |
| ament_lint_auto | |
| ament_lint_common | |
| ament_cmake_pytest | |
| moveit_setup_srdf_plugins | 
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged clearpath_generator_common at Robotics Stack Exchange
|   | clearpath_generator_common package from clearpath_common repoclearpath_common clearpath_control clearpath_customization clearpath_description clearpath_generator_common clearpath_manipulators clearpath_manipulators_description clearpath_mounts_description clearpath_platform_description clearpath_sensors_description |  ROS Distro | 
Package Summary
| Version | 1.3.7 | 
| License | BSD | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/clearpathrobotics/clearpath_common.git | 
| VCS Type | git | 
| VCS Version | humble | 
| Last Updated | 2025-09-18 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | Help Wanted (-) Good First Issues (-) Pull Requests to Review (-) | 
Package Description
Maintainers
- Luis Camero
- Roni Kreinin
- Tony Baltovski
Authors
- rkreinin
Changelog for package clearpath_generator_common
1.3.7 (2025-09-18)
- Backport Fix: Ouster URDF Parameters
(#266)
    - Add base parameter to Ouster URDF
- Add base and cap to Ouster description generator
 
- Contributors: luis-camero
1.3.6 (2025-08-26)
1.3.5 (2025-07-29)
1.3.4 (2025-07-17)
1.3.3 (2025-07-03)
- Feature: Manipulator Extra ROS Parameters
(#229)
    - Pass manipulator ros parameters to generated controller file
- Update platform config parameters
- Remove pprint
 
- Fix/Feature: UR Arm Controller Update Rate
(#225)
    - Change controller update rate for universal robots to 500
- Use UniversalRobots update_rate parameters if available
 
- Contributors: luis-camero
1.3.2 (2025-04-15)
- Skip failed tests
- Contributors: Luis Camero
1.3.1 (2025-04-15)
- Skip stereolabs test
- Contributors: Luis Camero
1.3.0 (2025-04-15)
- Feature: Add delay to manipulator controller (#182)
- Feature: Manipulator URDF Parameters (#181)
- Contributors: Luis Camero
1.2.0 (2025-03-13)
- 
    Fix: Only use IMU for angular velocity (#175) 
- 
    Feature Franka (#171) - Initial franka addition
- Create joint instead of using connected_to parameter
- Custom entry for generating Franka param
- Franka control for multiple types
- Modify entire Franka arm xacro
- Add franka gripper
- Copy and modify franka description
- Add cutout for Franka arm_id
- Add dependency for franka_description
 
- 
    Feature Humble Ouster (#161) - Add OusteOS1 description
- Custom OusterOS1 generator
- Ouster use custom description generator
 
- 
    Feature: MoveIt Parameters and Enable (#166) 
- 
    Feature: Manipulator Samples and Poses (#163) - Add group_state macros to arm SRDF
- Add group_state macros to grippers SRDF
- Generate pose macros in URDF
 
- 
    Feature: Link Material (#162) - Add material to link generator
- Add material xacro macro
- Catch exception for frame without material
 
- 
    Backport Fix: Sensor depends (#129) (#167) - Remove the package initializations that depend on robot packages
 * Add a copy of the imu_filter parameters from clearpath_sensors to clearpath_control. Change the default IMU filter config path to point to this file. Remove more unneeded initializations of clearpath_robot packages Co-authored-by: Chris Iverach-Brereton <<59611394+civerachb-cpr@users.noreply.github.com>> 
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake | |
| clearpath_config | |
| clearpath_control | |
| clearpath_description | |
| clearpath_manipulators | |
| ament_lint_auto | |
| ament_lint_common | |
| ament_cmake_pytest | |
| moveit_setup_srdf_plugins | 
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged clearpath_generator_common at Robotics Stack Exchange
|   | clearpath_generator_common package from clearpath_common repoclearpath_common clearpath_control clearpath_customization clearpath_description clearpath_generator_common clearpath_manipulators clearpath_manipulators_description clearpath_mounts_description clearpath_platform_description clearpath_sensors_description |  ROS Distro | 
Package Summary
| Version | 1.3.7 | 
| License | BSD | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/clearpathrobotics/clearpath_common.git | 
| VCS Type | git | 
| VCS Version | humble | 
| Last Updated | 2025-09-18 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | Help Wanted (-) Good First Issues (-) Pull Requests to Review (-) | 
Package Description
Maintainers
- Luis Camero
- Roni Kreinin
- Tony Baltovski
Authors
- rkreinin
Changelog for package clearpath_generator_common
1.3.7 (2025-09-18)
- Backport Fix: Ouster URDF Parameters
(#266)
    - Add base parameter to Ouster URDF
- Add base and cap to Ouster description generator
 
- Contributors: luis-camero
1.3.6 (2025-08-26)
1.3.5 (2025-07-29)
1.3.4 (2025-07-17)
1.3.3 (2025-07-03)
- Feature: Manipulator Extra ROS Parameters
(#229)
    - Pass manipulator ros parameters to generated controller file
- Update platform config parameters
- Remove pprint
 
- Fix/Feature: UR Arm Controller Update Rate
(#225)
    - Change controller update rate for universal robots to 500
- Use UniversalRobots update_rate parameters if available
 
- Contributors: luis-camero
1.3.2 (2025-04-15)
- Skip failed tests
- Contributors: Luis Camero
1.3.1 (2025-04-15)
- Skip stereolabs test
- Contributors: Luis Camero
1.3.0 (2025-04-15)
- Feature: Add delay to manipulator controller (#182)
- Feature: Manipulator URDF Parameters (#181)
- Contributors: Luis Camero
1.2.0 (2025-03-13)
- 
    Fix: Only use IMU for angular velocity (#175) 
- 
    Feature Franka (#171) - Initial franka addition
- Create joint instead of using connected_to parameter
- Custom entry for generating Franka param
- Franka control for multiple types
- Modify entire Franka arm xacro
- Add franka gripper
- Copy and modify franka description
- Add cutout for Franka arm_id
- Add dependency for franka_description
 
- 
    Feature Humble Ouster (#161) - Add OusteOS1 description
- Custom OusterOS1 generator
- Ouster use custom description generator
 
- 
    Feature: MoveIt Parameters and Enable (#166) 
- 
    Feature: Manipulator Samples and Poses (#163) - Add group_state macros to arm SRDF
- Add group_state macros to grippers SRDF
- Generate pose macros in URDF
 
- 
    Feature: Link Material (#162) - Add material to link generator
- Add material xacro macro
- Catch exception for frame without material
 
- 
    Backport Fix: Sensor depends (#129) (#167) - Remove the package initializations that depend on robot packages
 * Add a copy of the imu_filter parameters from clearpath_sensors to clearpath_control. Change the default IMU filter config path to point to this file. Remove more unneeded initializations of clearpath_robot packages Co-authored-by: Chris Iverach-Brereton <<59611394+civerachb-cpr@users.noreply.github.com>> 
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake | |
| clearpath_config | |
| clearpath_control | |
| clearpath_description | |
| clearpath_manipulators | |
| ament_lint_auto | |
| ament_lint_common | |
| ament_cmake_pytest | |
| moveit_setup_srdf_plugins | 
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged clearpath_generator_common at Robotics Stack Exchange
|   | clearpath_generator_common package from clearpath_common repoclearpath_common clearpath_control clearpath_customization clearpath_description clearpath_generator_common clearpath_manipulators clearpath_manipulators_description clearpath_mounts_description clearpath_platform_description clearpath_sensors_description |  ROS Distro | 
Package Summary
| Version | 1.3.7 | 
| License | BSD | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/clearpathrobotics/clearpath_common.git | 
| VCS Type | git | 
| VCS Version | humble | 
| Last Updated | 2025-09-18 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | Help Wanted (-) Good First Issues (-) Pull Requests to Review (-) | 
Package Description
Maintainers
- Luis Camero
- Roni Kreinin
- Tony Baltovski
Authors
- rkreinin
Changelog for package clearpath_generator_common
1.3.7 (2025-09-18)
- Backport Fix: Ouster URDF Parameters
(#266)
    - Add base parameter to Ouster URDF
- Add base and cap to Ouster description generator
 
- Contributors: luis-camero
1.3.6 (2025-08-26)
1.3.5 (2025-07-29)
1.3.4 (2025-07-17)
1.3.3 (2025-07-03)
- Feature: Manipulator Extra ROS Parameters
(#229)
    - Pass manipulator ros parameters to generated controller file
- Update platform config parameters
- Remove pprint
 
- Fix/Feature: UR Arm Controller Update Rate
(#225)
    - Change controller update rate for universal robots to 500
- Use UniversalRobots update_rate parameters if available
 
- Contributors: luis-camero
1.3.2 (2025-04-15)
- Skip failed tests
- Contributors: Luis Camero
1.3.1 (2025-04-15)
- Skip stereolabs test
- Contributors: Luis Camero
1.3.0 (2025-04-15)
- Feature: Add delay to manipulator controller (#182)
- Feature: Manipulator URDF Parameters (#181)
- Contributors: Luis Camero
1.2.0 (2025-03-13)
- 
    Fix: Only use IMU for angular velocity (#175) 
- 
    Feature Franka (#171) - Initial franka addition
- Create joint instead of using connected_to parameter
- Custom entry for generating Franka param
- Franka control for multiple types
- Modify entire Franka arm xacro
- Add franka gripper
- Copy and modify franka description
- Add cutout for Franka arm_id
- Add dependency for franka_description
 
- 
    Feature Humble Ouster (#161) - Add OusteOS1 description
- Custom OusterOS1 generator
- Ouster use custom description generator
 
- 
    Feature: MoveIt Parameters and Enable (#166) 
- 
    Feature: Manipulator Samples and Poses (#163) - Add group_state macros to arm SRDF
- Add group_state macros to grippers SRDF
- Generate pose macros in URDF
 
- 
    Feature: Link Material (#162) - Add material to link generator
- Add material xacro macro
- Catch exception for frame without material
 
- 
    Backport Fix: Sensor depends (#129) (#167) - Remove the package initializations that depend on robot packages
 * Add a copy of the imu_filter parameters from clearpath_sensors to clearpath_control. Change the default IMU filter config path to point to this file. Remove more unneeded initializations of clearpath_robot packages Co-authored-by: Chris Iverach-Brereton <<59611394+civerachb-cpr@users.noreply.github.com>> 
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake | |
| clearpath_config | |
| clearpath_control | |
| clearpath_description | |
| clearpath_manipulators | |
| ament_lint_auto | |
| ament_lint_common | |
| ament_cmake_pytest | |
| moveit_setup_srdf_plugins | 
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged clearpath_generator_common at Robotics Stack Exchange
|   | clearpath_generator_common package from clearpath_common repoclearpath_common clearpath_control clearpath_customization clearpath_description clearpath_generator_common clearpath_manipulators clearpath_manipulators_description clearpath_mounts_description clearpath_platform_description clearpath_sensors_description |  ROS Distro | 
Package Summary
| Version | 1.3.7 | 
| License | BSD | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/clearpathrobotics/clearpath_common.git | 
| VCS Type | git | 
| VCS Version | humble | 
| Last Updated | 2025-09-18 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | Help Wanted (-) Good First Issues (-) Pull Requests to Review (-) | 
Package Description
Maintainers
- Luis Camero
- Roni Kreinin
- Tony Baltovski
Authors
- rkreinin
Changelog for package clearpath_generator_common
1.3.7 (2025-09-18)
- Backport Fix: Ouster URDF Parameters
(#266)
    - Add base parameter to Ouster URDF
- Add base and cap to Ouster description generator
 
- Contributors: luis-camero
1.3.6 (2025-08-26)
1.3.5 (2025-07-29)
1.3.4 (2025-07-17)
1.3.3 (2025-07-03)
- Feature: Manipulator Extra ROS Parameters
(#229)
    - Pass manipulator ros parameters to generated controller file
- Update platform config parameters
- Remove pprint
 
- Fix/Feature: UR Arm Controller Update Rate
(#225)
    - Change controller update rate for universal robots to 500
- Use UniversalRobots update_rate parameters if available
 
- Contributors: luis-camero
1.3.2 (2025-04-15)
- Skip failed tests
- Contributors: Luis Camero
1.3.1 (2025-04-15)
- Skip stereolabs test
- Contributors: Luis Camero
1.3.0 (2025-04-15)
- Feature: Add delay to manipulator controller (#182)
- Feature: Manipulator URDF Parameters (#181)
- Contributors: Luis Camero
1.2.0 (2025-03-13)
- 
    Fix: Only use IMU for angular velocity (#175) 
- 
    Feature Franka (#171) - Initial franka addition
- Create joint instead of using connected_to parameter
- Custom entry for generating Franka param
- Franka control for multiple types
- Modify entire Franka arm xacro
- Add franka gripper
- Copy and modify franka description
- Add cutout for Franka arm_id
- Add dependency for franka_description
 
- 
    Feature Humble Ouster (#161) - Add OusteOS1 description
- Custom OusterOS1 generator
- Ouster use custom description generator
 
- 
    Feature: MoveIt Parameters and Enable (#166) 
- 
    Feature: Manipulator Samples and Poses (#163) - Add group_state macros to arm SRDF
- Add group_state macros to grippers SRDF
- Generate pose macros in URDF
 
- 
    Feature: Link Material (#162) - Add material to link generator
- Add material xacro macro
- Catch exception for frame without material
 
- 
    Backport Fix: Sensor depends (#129) (#167) - Remove the package initializations that depend on robot packages
 * Add a copy of the imu_filter parameters from clearpath_sensors to clearpath_control. Change the default IMU filter config path to point to this file. Remove more unneeded initializations of clearpath_robot packages Co-authored-by: Chris Iverach-Brereton <<59611394+civerachb-cpr@users.noreply.github.com>> 
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake | |
| clearpath_config | |
| clearpath_control | |
| clearpath_description | |
| clearpath_manipulators | |
| ament_lint_auto | |
| ament_lint_common | |
| ament_cmake_pytest | |
| moveit_setup_srdf_plugins | 
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged clearpath_generator_common at Robotics Stack Exchange
|   | clearpath_generator_common package from clearpath_common repoclearpath_common clearpath_control clearpath_customization clearpath_description clearpath_generator_common clearpath_manipulators clearpath_manipulators_description clearpath_mounts_description clearpath_platform_description clearpath_sensors_description |  ROS Distro | 
Package Summary
| Version | 1.3.7 | 
| License | BSD | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/clearpathrobotics/clearpath_common.git | 
| VCS Type | git | 
| VCS Version | humble | 
| Last Updated | 2025-09-18 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | Help Wanted (-) Good First Issues (-) Pull Requests to Review (-) | 
Package Description
Maintainers
- Luis Camero
- Roni Kreinin
- Tony Baltovski
Authors
- rkreinin
Changelog for package clearpath_generator_common
1.3.7 (2025-09-18)
- Backport Fix: Ouster URDF Parameters
(#266)
    - Add base parameter to Ouster URDF
- Add base and cap to Ouster description generator
 
- Contributors: luis-camero
1.3.6 (2025-08-26)
1.3.5 (2025-07-29)
1.3.4 (2025-07-17)
1.3.3 (2025-07-03)
- Feature: Manipulator Extra ROS Parameters
(#229)
    - Pass manipulator ros parameters to generated controller file
- Update platform config parameters
- Remove pprint
 
- Fix/Feature: UR Arm Controller Update Rate
(#225)
    - Change controller update rate for universal robots to 500
- Use UniversalRobots update_rate parameters if available
 
- Contributors: luis-camero
1.3.2 (2025-04-15)
- Skip failed tests
- Contributors: Luis Camero
1.3.1 (2025-04-15)
- Skip stereolabs test
- Contributors: Luis Camero
1.3.0 (2025-04-15)
- Feature: Add delay to manipulator controller (#182)
- Feature: Manipulator URDF Parameters (#181)
- Contributors: Luis Camero
1.2.0 (2025-03-13)
- 
    Fix: Only use IMU for angular velocity (#175) 
- 
    Feature Franka (#171) - Initial franka addition
- Create joint instead of using connected_to parameter
- Custom entry for generating Franka param
- Franka control for multiple types
- Modify entire Franka arm xacro
- Add franka gripper
- Copy and modify franka description
- Add cutout for Franka arm_id
- Add dependency for franka_description
 
- 
    Feature Humble Ouster (#161) - Add OusteOS1 description
- Custom OusterOS1 generator
- Ouster use custom description generator
 
- 
    Feature: MoveIt Parameters and Enable (#166) 
- 
    Feature: Manipulator Samples and Poses (#163) - Add group_state macros to arm SRDF
- Add group_state macros to grippers SRDF
- Generate pose macros in URDF
 
- 
    Feature: Link Material (#162) - Add material to link generator
- Add material xacro macro
- Catch exception for frame without material
 
- 
    Backport Fix: Sensor depends (#129) (#167) - Remove the package initializations that depend on robot packages
 * Add a copy of the imu_filter parameters from clearpath_sensors to clearpath_control. Change the default IMU filter config path to point to this file. Remove more unneeded initializations of clearpath_robot packages Co-authored-by: Chris Iverach-Brereton <<59611394+civerachb-cpr@users.noreply.github.com>> 
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name | 
|---|---|
| ament_cmake | |
| clearpath_config | |
| clearpath_control | |
| clearpath_description | |
| clearpath_manipulators | |
| ament_lint_auto | |
| ament_lint_common | |
| ament_cmake_pytest | |
| moveit_setup_srdf_plugins |