diff --git a/moveit/scripts/create_deprecated_headers.py b/moveit/scripts/create_deprecated_headers.py index 9a30db1a41..5f992c94bf 100755 --- a/moveit/scripts/create_deprecated_headers.py +++ b/moveit/scripts/create_deprecated_headers.py @@ -85,7 +85,7 @@ class DeprecatedHeader: def __init__(self, hpp: HppFile): self.hpp = hpp self.path = hpp.path.with_suffix(".h") - self.prefix = f"This file was autogenerated by {__file__}" + self.prefix = f"/* This file was autogenerated by {Path(__file__).name}" self.warn = '#pragma message(".h header is obsolete. Please use the .hpp")' self.contents = self.contents() @@ -123,7 +123,7 @@ def parse_args(args: List) -> bool: answer = input("Proceed to generate? (y/n): ") apply = answer.lower() == "y" if apply: - print("Proceeding to generate {} .h files...") + print(f"Proceeding to generate {len(processed)} .h files...") to_generate = [DeprecatedHeader(hpp) for hpp in processed] _ = [open(h.path, "w").write(h.contents) for h in to_generate] print("Done.") diff --git a/moveit_core/collision_detection/include/moveit/collision_detection/allvalid/collision_detector_allocator_allvalid.h b/moveit_core/collision_detection/include/moveit/collision_detection/allvalid/collision_detector_allocator_allvalid.h index f947e9f0cc..32788fa020 100644 --- a/moveit_core/collision_detection/include/moveit/collision_detection/allvalid/collision_detector_allocator_allvalid.h +++ b/moveit_core/collision_detection/include/moveit/collision_detection/allvalid/collision_detector_allocator_allvalid.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/collision_detection/include/moveit/collision_detection/allvalid/collision_env_allvalid.h b/moveit_core/collision_detection/include/moveit/collision_detection/allvalid/collision_env_allvalid.h index 178bf77d66..14ad0c66a2 100644 --- a/moveit_core/collision_detection/include/moveit/collision_detection/allvalid/collision_env_allvalid.h +++ b/moveit_core/collision_detection/include/moveit/collision_detection/allvalid/collision_env_allvalid.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/collision_detection/include/moveit/collision_detection/collision_common.h b/moveit_core/collision_detection/include/moveit/collision_detection/collision_common.h index 8880966f60..cd15aff7f5 100644 --- a/moveit_core/collision_detection/include/moveit/collision_detection/collision_common.h +++ b/moveit_core/collision_detection/include/moveit/collision_detection/collision_common.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/collision_detection/include/moveit/collision_detection/collision_detector_allocator.h b/moveit_core/collision_detection/include/moveit/collision_detection/collision_detector_allocator.h index 224c49bb9c..5cbb180837 100644 --- a/moveit_core/collision_detection/include/moveit/collision_detection/collision_detector_allocator.h +++ b/moveit_core/collision_detection/include/moveit/collision_detection/collision_detector_allocator.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/collision_detection/include/moveit/collision_detection/collision_env.h b/moveit_core/collision_detection/include/moveit/collision_detection/collision_env.h index 77f9d45120..9f595cb590 100644 --- a/moveit_core/collision_detection/include/moveit/collision_detection/collision_env.h +++ b/moveit_core/collision_detection/include/moveit/collision_detection/collision_env.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/collision_detection/include/moveit/collision_detection/collision_matrix.h b/moveit_core/collision_detection/include/moveit/collision_detection/collision_matrix.h index 39cae0f308..dc2be05a21 100644 --- a/moveit_core/collision_detection/include/moveit/collision_detection/collision_matrix.h +++ b/moveit_core/collision_detection/include/moveit/collision_detection/collision_matrix.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/collision_detection/include/moveit/collision_detection/collision_octomap_filter.h b/moveit_core/collision_detection/include/moveit/collision_detection/collision_octomap_filter.h index 5a1f30343b..cc06a592ca 100644 --- a/moveit_core/collision_detection/include/moveit/collision_detection/collision_octomap_filter.h +++ b/moveit_core/collision_detection/include/moveit/collision_detection/collision_octomap_filter.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/collision_detection/include/moveit/collision_detection/collision_plugin.h b/moveit_core/collision_detection/include/moveit/collision_detection/collision_plugin.h index 57e8da8a8d..e3a7410be7 100644 --- a/moveit_core/collision_detection/include/moveit/collision_detection/collision_plugin.h +++ b/moveit_core/collision_detection/include/moveit/collision_detection/collision_plugin.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/collision_detection/include/moveit/collision_detection/collision_plugin_cache.h b/moveit_core/collision_detection/include/moveit/collision_detection/collision_plugin_cache.h index 241f4c017d..f4cc4c71cb 100644 --- a/moveit_core/collision_detection/include/moveit/collision_detection/collision_plugin_cache.h +++ b/moveit_core/collision_detection/include/moveit/collision_detection/collision_plugin_cache.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/collision_detection/include/moveit/collision_detection/collision_tools.h b/moveit_core/collision_detection/include/moveit/collision_detection/collision_tools.h index 9f5fedb060..258eadba21 100644 --- a/moveit_core/collision_detection/include/moveit/collision_detection/collision_tools.h +++ b/moveit_core/collision_detection/include/moveit/collision_detection/collision_tools.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/collision_detection/include/moveit/collision_detection/occupancy_map.h b/moveit_core/collision_detection/include/moveit/collision_detection/occupancy_map.h index 8ff270cca7..8b690149f8 100644 --- a/moveit_core/collision_detection/include/moveit/collision_detection/occupancy_map.h +++ b/moveit_core/collision_detection/include/moveit/collision_detection/occupancy_map.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/collision_detection/include/moveit/collision_detection/test_collision_common_panda.h b/moveit_core/collision_detection/include/moveit/collision_detection/test_collision_common_panda.h index c34a810726..2174eae909 100644 --- a/moveit_core/collision_detection/include/moveit/collision_detection/test_collision_common_panda.h +++ b/moveit_core/collision_detection/include/moveit/collision_detection/test_collision_common_panda.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/collision_detection/include/moveit/collision_detection/test_collision_common_pr2.h b/moveit_core/collision_detection/include/moveit/collision_detection/test_collision_common_pr2.h index 5609dd09e2..653fa8358a 100644 --- a/moveit_core/collision_detection/include/moveit/collision_detection/test_collision_common_pr2.h +++ b/moveit_core/collision_detection/include/moveit/collision_detection/test_collision_common_pr2.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/collision_detection/include/moveit/collision_detection/world.h b/moveit_core/collision_detection/include/moveit/collision_detection/world.h index bb82985627..363fabac62 100644 --- a/moveit_core/collision_detection/include/moveit/collision_detection/world.h +++ b/moveit_core/collision_detection/include/moveit/collision_detection/world.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/collision_detection/include/moveit/collision_detection/world_diff.h b/moveit_core/collision_detection/include/moveit/collision_detection/world_diff.h index 2935f0ee89..fa9275490e 100644 --- a/moveit_core/collision_detection/include/moveit/collision_detection/world_diff.h +++ b/moveit_core/collision_detection/include/moveit/collision_detection/world_diff.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/bullet_integration/basic_types.h b/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/bullet_integration/basic_types.h index 6cebcf63a8..9f27078b55 100644 --- a/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/bullet_integration/basic_types.h +++ b/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/bullet_integration/basic_types.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (Apache License) diff --git a/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/bullet_integration/bullet_bvh_manager.h b/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/bullet_integration/bullet_bvh_manager.h index 7fb8b16ae4..fbf89b664b 100644 --- a/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/bullet_integration/bullet_bvh_manager.h +++ b/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/bullet_integration/bullet_bvh_manager.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD-2-Clause) diff --git a/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/bullet_integration/bullet_cast_bvh_manager.h b/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/bullet_integration/bullet_cast_bvh_manager.h index 3afb39f0a5..a35972e0df 100644 --- a/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/bullet_integration/bullet_cast_bvh_manager.h +++ b/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/bullet_integration/bullet_cast_bvh_manager.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD-2-Clause) diff --git a/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/bullet_integration/bullet_discrete_bvh_manager.h b/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/bullet_integration/bullet_discrete_bvh_manager.h index 24897d1d68..f26718366e 100644 --- a/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/bullet_integration/bullet_discrete_bvh_manager.h +++ b/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/bullet_integration/bullet_discrete_bvh_manager.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD-2-Clause) diff --git a/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/bullet_integration/bullet_utils.h b/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/bullet_integration/bullet_utils.h index 72d3579bf7..de55dc4cc3 100644 --- a/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/bullet_integration/bullet_utils.h +++ b/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/bullet_integration/bullet_utils.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD-2-Clause) diff --git a/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/bullet_integration/contact_checker_common.h b/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/bullet_integration/contact_checker_common.h index 150c7b92dd..0f512eece7 100644 --- a/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/bullet_integration/contact_checker_common.h +++ b/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/bullet_integration/contact_checker_common.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (Apache License) diff --git a/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/bullet_integration/ros_bullet_utils.h b/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/bullet_integration/ros_bullet_utils.h index d1d6f17cc6..70c2ff3211 100644 --- a/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/bullet_integration/ros_bullet_utils.h +++ b/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/bullet_integration/ros_bullet_utils.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (Apache License) diff --git a/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/collision_detector_allocator_bullet.h b/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/collision_detector_allocator_bullet.h index 1a381cfef0..1c5ebb83c6 100644 --- a/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/collision_detector_allocator_bullet.h +++ b/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/collision_detector_allocator_bullet.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/collision_detector_bullet_plugin_loader.h b/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/collision_detector_bullet_plugin_loader.h index df1db499fa..3f751e56b9 100644 --- a/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/collision_detector_bullet_plugin_loader.h +++ b/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/collision_detector_bullet_plugin_loader.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/collision_env_bullet.h b/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/collision_env_bullet.h index afe53ee15f..109ca5e612 100644 --- a/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/collision_env_bullet.h +++ b/moveit_core/collision_detection_bullet/include/moveit/collision_detection_bullet/collision_env_bullet.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/collision_detection_fcl/include/moveit/collision_detection_fcl/collision_common.h b/moveit_core/collision_detection_fcl/include/moveit/collision_detection_fcl/collision_common.h index 6511f712ce..f745818943 100644 --- a/moveit_core/collision_detection_fcl/include/moveit/collision_detection_fcl/collision_common.h +++ b/moveit_core/collision_detection_fcl/include/moveit/collision_detection_fcl/collision_common.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/collision_detection_fcl/include/moveit/collision_detection_fcl/collision_detector_allocator_fcl.h b/moveit_core/collision_detection_fcl/include/moveit/collision_detection_fcl/collision_detector_allocator_fcl.h index a99ad8a198..10fe6917b7 100644 --- a/moveit_core/collision_detection_fcl/include/moveit/collision_detection_fcl/collision_detector_allocator_fcl.h +++ b/moveit_core/collision_detection_fcl/include/moveit/collision_detection_fcl/collision_detector_allocator_fcl.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/collision_detection_fcl/include/moveit/collision_detection_fcl/collision_detector_fcl_plugin_loader.h b/moveit_core/collision_detection_fcl/include/moveit/collision_detection_fcl/collision_detector_fcl_plugin_loader.h index 9a107a3074..88020bd96f 100644 --- a/moveit_core/collision_detection_fcl/include/moveit/collision_detection_fcl/collision_detector_fcl_plugin_loader.h +++ b/moveit_core/collision_detection_fcl/include/moveit/collision_detection_fcl/collision_detector_fcl_plugin_loader.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/collision_detection_fcl/include/moveit/collision_detection_fcl/collision_env_fcl.h b/moveit_core/collision_detection_fcl/include/moveit/collision_detection_fcl/collision_env_fcl.h index ff6cd9eb15..d6bf6c7a96 100644 --- a/moveit_core/collision_detection_fcl/include/moveit/collision_detection_fcl/collision_env_fcl.h +++ b/moveit_core/collision_detection_fcl/include/moveit/collision_detection_fcl/collision_env_fcl.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/collision_detection_fcl/include/moveit/collision_detection_fcl/fcl_compat.h b/moveit_core/collision_detection_fcl/include/moveit/collision_detection_fcl/fcl_compat.h index 5ac09571d1..334b6e6f22 100644 --- a/moveit_core/collision_detection_fcl/include/moveit/collision_detection_fcl/fcl_compat.h +++ b/moveit_core/collision_detection_fcl/include/moveit/collision_detection_fcl/fcl_compat.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/collision_distance_field/include/moveit/collision_distance_field/collision_common_distance_field.h b/moveit_core/collision_distance_field/include/moveit/collision_distance_field/collision_common_distance_field.h index 5dab2cb444..a402e27511 100644 --- a/moveit_core/collision_distance_field/include/moveit/collision_distance_field/collision_common_distance_field.h +++ b/moveit_core/collision_distance_field/include/moveit/collision_distance_field/collision_common_distance_field.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/collision_distance_field/include/moveit/collision_distance_field/collision_detector_allocator_distance_field.h b/moveit_core/collision_distance_field/include/moveit/collision_distance_field/collision_detector_allocator_distance_field.h index 4929f799c1..2edaf14365 100644 --- a/moveit_core/collision_distance_field/include/moveit/collision_distance_field/collision_detector_allocator_distance_field.h +++ b/moveit_core/collision_distance_field/include/moveit/collision_distance_field/collision_detector_allocator_distance_field.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/collision_distance_field/include/moveit/collision_distance_field/collision_detector_allocator_hybrid.h b/moveit_core/collision_distance_field/include/moveit/collision_distance_field/collision_detector_allocator_hybrid.h index 1b53935513..06476f376b 100644 --- a/moveit_core/collision_distance_field/include/moveit/collision_distance_field/collision_detector_allocator_hybrid.h +++ b/moveit_core/collision_distance_field/include/moveit/collision_distance_field/collision_detector_allocator_hybrid.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/collision_distance_field/include/moveit/collision_distance_field/collision_distance_field_types.h b/moveit_core/collision_distance_field/include/moveit/collision_distance_field/collision_distance_field_types.h index f2a160878f..b2bc6657a7 100644 --- a/moveit_core/collision_distance_field/include/moveit/collision_distance_field/collision_distance_field_types.h +++ b/moveit_core/collision_distance_field/include/moveit/collision_distance_field/collision_distance_field_types.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/collision_distance_field/include/moveit/collision_distance_field/collision_env_distance_field.h b/moveit_core/collision_distance_field/include/moveit/collision_distance_field/collision_env_distance_field.h index 7c9457b887..ff51c5c821 100644 --- a/moveit_core/collision_distance_field/include/moveit/collision_distance_field/collision_env_distance_field.h +++ b/moveit_core/collision_distance_field/include/moveit/collision_distance_field/collision_env_distance_field.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/collision_distance_field/include/moveit/collision_distance_field/collision_env_hybrid.h b/moveit_core/collision_distance_field/include/moveit/collision_distance_field/collision_env_hybrid.h index 67abbd33c2..4fb0a539f9 100644 --- a/moveit_core/collision_distance_field/include/moveit/collision_distance_field/collision_env_hybrid.h +++ b/moveit_core/collision_distance_field/include/moveit/collision_distance_field/collision_env_hybrid.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/constraint_samplers/include/moveit/constraint_samplers/constraint_sampler.h b/moveit_core/constraint_samplers/include/moveit/constraint_samplers/constraint_sampler.h index d570465094..87b5930d74 100644 --- a/moveit_core/constraint_samplers/include/moveit/constraint_samplers/constraint_sampler.h +++ b/moveit_core/constraint_samplers/include/moveit/constraint_samplers/constraint_sampler.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/constraint_samplers/include/moveit/constraint_samplers/constraint_sampler_allocator.h b/moveit_core/constraint_samplers/include/moveit/constraint_samplers/constraint_sampler_allocator.h index ba8cf6014d..a335db3f44 100644 --- a/moveit_core/constraint_samplers/include/moveit/constraint_samplers/constraint_sampler_allocator.h +++ b/moveit_core/constraint_samplers/include/moveit/constraint_samplers/constraint_sampler_allocator.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/constraint_samplers/include/moveit/constraint_samplers/constraint_sampler_manager.h b/moveit_core/constraint_samplers/include/moveit/constraint_samplers/constraint_sampler_manager.h index cab5b3a53a..b3085622eb 100644 --- a/moveit_core/constraint_samplers/include/moveit/constraint_samplers/constraint_sampler_manager.h +++ b/moveit_core/constraint_samplers/include/moveit/constraint_samplers/constraint_sampler_manager.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/constraint_samplers/include/moveit/constraint_samplers/constraint_sampler_tools.h b/moveit_core/constraint_samplers/include/moveit/constraint_samplers/constraint_sampler_tools.h index e440f534d3..3a8ea727a0 100644 --- a/moveit_core/constraint_samplers/include/moveit/constraint_samplers/constraint_sampler_tools.h +++ b/moveit_core/constraint_samplers/include/moveit/constraint_samplers/constraint_sampler_tools.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/constraint_samplers/include/moveit/constraint_samplers/default_constraint_samplers.h b/moveit_core/constraint_samplers/include/moveit/constraint_samplers/default_constraint_samplers.h index 82f4603be6..f14d98795e 100644 --- a/moveit_core/constraint_samplers/include/moveit/constraint_samplers/default_constraint_samplers.h +++ b/moveit_core/constraint_samplers/include/moveit/constraint_samplers/default_constraint_samplers.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/constraint_samplers/include/moveit/constraint_samplers/union_constraint_sampler.h b/moveit_core/constraint_samplers/include/moveit/constraint_samplers/union_constraint_sampler.h index bb3d9d33b7..4d36a6b68d 100644 --- a/moveit_core/constraint_samplers/include/moveit/constraint_samplers/union_constraint_sampler.h +++ b/moveit_core/constraint_samplers/include/moveit/constraint_samplers/union_constraint_sampler.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/controller_manager/include/moveit/controller_manager/controller_manager.h b/moveit_core/controller_manager/include/moveit/controller_manager/controller_manager.h index 760570e526..900fd208bc 100644 --- a/moveit_core/controller_manager/include/moveit/controller_manager/controller_manager.h +++ b/moveit_core/controller_manager/include/moveit/controller_manager/controller_manager.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/distance_field/include/moveit/distance_field/distance_field.h b/moveit_core/distance_field/include/moveit/distance_field/distance_field.h index 5409c64695..4ffefecc07 100644 --- a/moveit_core/distance_field/include/moveit/distance_field/distance_field.h +++ b/moveit_core/distance_field/include/moveit/distance_field/distance_field.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/distance_field/include/moveit/distance_field/find_internal_points.h b/moveit_core/distance_field/include/moveit/distance_field/find_internal_points.h index 1ede20f322..fa80414aaa 100644 --- a/moveit_core/distance_field/include/moveit/distance_field/find_internal_points.h +++ b/moveit_core/distance_field/include/moveit/distance_field/find_internal_points.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/distance_field/include/moveit/distance_field/propagation_distance_field.h b/moveit_core/distance_field/include/moveit/distance_field/propagation_distance_field.h index aaa0e6cd14..a42ad2f184 100644 --- a/moveit_core/distance_field/include/moveit/distance_field/propagation_distance_field.h +++ b/moveit_core/distance_field/include/moveit/distance_field/propagation_distance_field.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/distance_field/include/moveit/distance_field/voxel_grid.h b/moveit_core/distance_field/include/moveit/distance_field/voxel_grid.h index 82c5bc37ac..94c8c2e415 100644 --- a/moveit_core/distance_field/include/moveit/distance_field/voxel_grid.h +++ b/moveit_core/distance_field/include/moveit/distance_field/voxel_grid.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/dynamics_solver/include/moveit/dynamics_solver/dynamics_solver.h b/moveit_core/dynamics_solver/include/moveit/dynamics_solver/dynamics_solver.h index 84bd3f6a59..21f7d24b23 100644 --- a/moveit_core/dynamics_solver/include/moveit/dynamics_solver/dynamics_solver.h +++ b/moveit_core/dynamics_solver/include/moveit/dynamics_solver/dynamics_solver.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/exceptions/include/moveit/exceptions/exceptions.h b/moveit_core/exceptions/include/moveit/exceptions/exceptions.h index f2b561eb36..46d7f83af2 100644 --- a/moveit_core/exceptions/include/moveit/exceptions/exceptions.h +++ b/moveit_core/exceptions/include/moveit/exceptions/exceptions.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/kinematic_constraints/include/moveit/kinematic_constraints/kinematic_constraint.h b/moveit_core/kinematic_constraints/include/moveit/kinematic_constraints/kinematic_constraint.h index dda518de8a..b43d41bad0 100644 --- a/moveit_core/kinematic_constraints/include/moveit/kinematic_constraints/kinematic_constraint.h +++ b/moveit_core/kinematic_constraints/include/moveit/kinematic_constraints/kinematic_constraint.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/kinematic_constraints/include/moveit/kinematic_constraints/utils.h b/moveit_core/kinematic_constraints/include/moveit/kinematic_constraints/utils.h index 638d456339..7a23af9225 100644 --- a/moveit_core/kinematic_constraints/include/moveit/kinematic_constraints/utils.h +++ b/moveit_core/kinematic_constraints/include/moveit/kinematic_constraints/utils.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/kinematics_base/include/moveit/kinematics_base/kinematics_base.h b/moveit_core/kinematics_base/include/moveit/kinematics_base/kinematics_base.h index ba8eba1cdf..b9d6469aa6 100644 --- a/moveit_core/kinematics_base/include/moveit/kinematics_base/kinematics_base.h +++ b/moveit_core/kinematics_base/include/moveit/kinematics_base/kinematics_base.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/kinematics_metrics/include/moveit/kinematics_metrics/kinematics_metrics.h b/moveit_core/kinematics_metrics/include/moveit/kinematics_metrics/kinematics_metrics.h index 69fd46a315..b107377001 100644 --- a/moveit_core/kinematics_metrics/include/moveit/kinematics_metrics/kinematics_metrics.h +++ b/moveit_core/kinematics_metrics/include/moveit/kinematics_metrics/kinematics_metrics.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/macros/include/moveit/macros/class_forward.h b/moveit_core/macros/include/moveit/macros/class_forward.h index 5a5deeedb3..31191ea2ab 100644 --- a/moveit_core/macros/include/moveit/macros/class_forward.h +++ b/moveit_core/macros/include/moveit/macros/class_forward.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/macros/include/moveit/macros/console_colors.h b/moveit_core/macros/include/moveit/macros/console_colors.h index 598ebe97e3..88d2602fa2 100644 --- a/moveit_core/macros/include/moveit/macros/console_colors.h +++ b/moveit_core/macros/include/moveit/macros/console_colors.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/macros/include/moveit/macros/declare_ptr.h b/moveit_core/macros/include/moveit/macros/declare_ptr.h index 559df2c011..29a2e84500 100644 --- a/moveit_core/macros/include/moveit/macros/declare_ptr.h +++ b/moveit_core/macros/include/moveit/macros/declare_ptr.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/macros/include/moveit/macros/deprecation.h b/moveit_core/macros/include/moveit/macros/deprecation.h index 122ddb8114..973eef48ac 100644 --- a/moveit_core/macros/include/moveit/macros/deprecation.h +++ b/moveit_core/macros/include/moveit/macros/deprecation.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/online_signal_smoothing/include/moveit/online_signal_smoothing/acceleration_filter.h b/moveit_core/online_signal_smoothing/include/moveit/online_signal_smoothing/acceleration_filter.h index 7c017835e0..b0df2730d5 100644 --- a/moveit_core/online_signal_smoothing/include/moveit/online_signal_smoothing/acceleration_filter.h +++ b/moveit_core/online_signal_smoothing/include/moveit/online_signal_smoothing/acceleration_filter.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/online_signal_smoothing/include/moveit/online_signal_smoothing/butterworth_filter.h b/moveit_core/online_signal_smoothing/include/moveit/online_signal_smoothing/butterworth_filter.h index b5c1daa322..d69bbdc330 100644 --- a/moveit_core/online_signal_smoothing/include/moveit/online_signal_smoothing/butterworth_filter.h +++ b/moveit_core/online_signal_smoothing/include/moveit/online_signal_smoothing/butterworth_filter.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/online_signal_smoothing/include/moveit/online_signal_smoothing/ruckig_filter.h b/moveit_core/online_signal_smoothing/include/moveit/online_signal_smoothing/ruckig_filter.h index fb3821e735..1712a8f2a8 100644 --- a/moveit_core/online_signal_smoothing/include/moveit/online_signal_smoothing/ruckig_filter.h +++ b/moveit_core/online_signal_smoothing/include/moveit/online_signal_smoothing/ruckig_filter.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/online_signal_smoothing/include/moveit/online_signal_smoothing/smoothing_base_class.h b/moveit_core/online_signal_smoothing/include/moveit/online_signal_smoothing/smoothing_base_class.h index f7c69a7cca..df2317c75a 100644 --- a/moveit_core/online_signal_smoothing/include/moveit/online_signal_smoothing/smoothing_base_class.h +++ b/moveit_core/online_signal_smoothing/include/moveit/online_signal_smoothing/smoothing_base_class.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/planning_interface/include/moveit/planning_interface/planning_interface.h b/moveit_core/planning_interface/include/moveit/planning_interface/planning_interface.h index 7793132fcb..a1a2117cf6 100644 --- a/moveit_core/planning_interface/include/moveit/planning_interface/planning_interface.h +++ b/moveit_core/planning_interface/include/moveit/planning_interface/planning_interface.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/planning_interface/include/moveit/planning_interface/planning_request.h b/moveit_core/planning_interface/include/moveit/planning_interface/planning_request.h index 01437b9dca..796433821f 100644 --- a/moveit_core/planning_interface/include/moveit/planning_interface/planning_request.h +++ b/moveit_core/planning_interface/include/moveit/planning_interface/planning_request.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/planning_interface/include/moveit/planning_interface/planning_request_adapter.h b/moveit_core/planning_interface/include/moveit/planning_interface/planning_request_adapter.h index d0762020a2..94225d92e5 100644 --- a/moveit_core/planning_interface/include/moveit/planning_interface/planning_request_adapter.h +++ b/moveit_core/planning_interface/include/moveit/planning_interface/planning_request_adapter.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/planning_interface/include/moveit/planning_interface/planning_response.h b/moveit_core/planning_interface/include/moveit/planning_interface/planning_response.h index f28daaa97a..6b07a7acec 100644 --- a/moveit_core/planning_interface/include/moveit/planning_interface/planning_response.h +++ b/moveit_core/planning_interface/include/moveit/planning_interface/planning_response.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/planning_interface/include/moveit/planning_interface/planning_response_adapter.h b/moveit_core/planning_interface/include/moveit/planning_interface/planning_response_adapter.h index 565761023a..b26ff6cf0b 100644 --- a/moveit_core/planning_interface/include/moveit/planning_interface/planning_response_adapter.h +++ b/moveit_core/planning_interface/include/moveit/planning_interface/planning_response_adapter.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/planning_scene/include/moveit/planning_scene/planning_scene.h b/moveit_core/planning_scene/include/moveit/planning_scene/planning_scene.h index 8f44903795..796a096106 100644 --- a/moveit_core/planning_scene/include/moveit/planning_scene/planning_scene.h +++ b/moveit_core/planning_scene/include/moveit/planning_scene/planning_scene.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/robot_model/include/moveit/robot_model/aabb.h b/moveit_core/robot_model/include/moveit/robot_model/aabb.h index 86bc4f6efc..e468978776 100644 --- a/moveit_core/robot_model/include/moveit/robot_model/aabb.h +++ b/moveit_core/robot_model/include/moveit/robot_model/aabb.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/robot_model/include/moveit/robot_model/fixed_joint_model.h b/moveit_core/robot_model/include/moveit/robot_model/fixed_joint_model.h index 6f039b94ba..44a056b947 100644 --- a/moveit_core/robot_model/include/moveit/robot_model/fixed_joint_model.h +++ b/moveit_core/robot_model/include/moveit/robot_model/fixed_joint_model.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/robot_model/include/moveit/robot_model/floating_joint_model.h b/moveit_core/robot_model/include/moveit/robot_model/floating_joint_model.h index 26291fd095..4c7f5c5edd 100644 --- a/moveit_core/robot_model/include/moveit/robot_model/floating_joint_model.h +++ b/moveit_core/robot_model/include/moveit/robot_model/floating_joint_model.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/robot_model/include/moveit/robot_model/joint_model.h b/moveit_core/robot_model/include/moveit/robot_model/joint_model.h index 35aa6a15c3..8acfaf27e8 100644 --- a/moveit_core/robot_model/include/moveit/robot_model/joint_model.h +++ b/moveit_core/robot_model/include/moveit/robot_model/joint_model.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/robot_model/include/moveit/robot_model/joint_model_group.h b/moveit_core/robot_model/include/moveit/robot_model/joint_model_group.h index 69643b5292..1810fc35c0 100644 --- a/moveit_core/robot_model/include/moveit/robot_model/joint_model_group.h +++ b/moveit_core/robot_model/include/moveit/robot_model/joint_model_group.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/robot_model/include/moveit/robot_model/link_model.h b/moveit_core/robot_model/include/moveit/robot_model/link_model.h index dd0d74a5a6..0e795d0663 100644 --- a/moveit_core/robot_model/include/moveit/robot_model/link_model.h +++ b/moveit_core/robot_model/include/moveit/robot_model/link_model.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/robot_model/include/moveit/robot_model/planar_joint_model.h b/moveit_core/robot_model/include/moveit/robot_model/planar_joint_model.h index 7cb2dde674..3e5ab7f4d4 100644 --- a/moveit_core/robot_model/include/moveit/robot_model/planar_joint_model.h +++ b/moveit_core/robot_model/include/moveit/robot_model/planar_joint_model.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/robot_model/include/moveit/robot_model/prismatic_joint_model.h b/moveit_core/robot_model/include/moveit/robot_model/prismatic_joint_model.h index a49ae38ca4..0c481c3b26 100644 --- a/moveit_core/robot_model/include/moveit/robot_model/prismatic_joint_model.h +++ b/moveit_core/robot_model/include/moveit/robot_model/prismatic_joint_model.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/robot_model/include/moveit/robot_model/revolute_joint_model.h b/moveit_core/robot_model/include/moveit/robot_model/revolute_joint_model.h index 6fb880325e..059c7b25ae 100644 --- a/moveit_core/robot_model/include/moveit/robot_model/revolute_joint_model.h +++ b/moveit_core/robot_model/include/moveit/robot_model/revolute_joint_model.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/robot_model/include/moveit/robot_model/robot_model.h b/moveit_core/robot_model/include/moveit/robot_model/robot_model.h index 92161465e7..f5b94e1e8e 100644 --- a/moveit_core/robot_model/include/moveit/robot_model/robot_model.h +++ b/moveit_core/robot_model/include/moveit/robot_model/robot_model.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/robot_state/include/moveit/robot_state/attached_body.h b/moveit_core/robot_state/include/moveit/robot_state/attached_body.h index a6ea3ae946..5cf4a30a1f 100644 --- a/moveit_core/robot_state/include/moveit/robot_state/attached_body.h +++ b/moveit_core/robot_state/include/moveit/robot_state/attached_body.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/robot_state/include/moveit/robot_state/cartesian_interpolator.h b/moveit_core/robot_state/include/moveit/robot_state/cartesian_interpolator.h index 309d850268..996f6d29b9 100644 --- a/moveit_core/robot_state/include/moveit/robot_state/cartesian_interpolator.h +++ b/moveit_core/robot_state/include/moveit/robot_state/cartesian_interpolator.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/robot_state/include/moveit/robot_state/conversions.h b/moveit_core/robot_state/include/moveit/robot_state/conversions.h index 958016f790..5d3bd8812e 100644 --- a/moveit_core/robot_state/include/moveit/robot_state/conversions.h +++ b/moveit_core/robot_state/include/moveit/robot_state/conversions.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/robot_state/include/moveit/robot_state/robot_state.h b/moveit_core/robot_state/include/moveit/robot_state/robot_state.h index 7c3741893d..06d33c1e71 100644 --- a/moveit_core/robot_state/include/moveit/robot_state/robot_state.h +++ b/moveit_core/robot_state/include/moveit/robot_state/robot_state.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/robot_trajectory/include/moveit/robot_trajectory/robot_trajectory.h b/moveit_core/robot_trajectory/include/moveit/robot_trajectory/robot_trajectory.h index 961c0db49f..c19a1893c0 100644 --- a/moveit_core/robot_trajectory/include/moveit/robot_trajectory/robot_trajectory.h +++ b/moveit_core/robot_trajectory/include/moveit/robot_trajectory/robot_trajectory.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/trajectory_processing/include/moveit/trajectory_processing/ruckig_traj_smoothing.h b/moveit_core/trajectory_processing/include/moveit/trajectory_processing/ruckig_traj_smoothing.h index 20220875dc..5d1b609b2a 100644 --- a/moveit_core/trajectory_processing/include/moveit/trajectory_processing/ruckig_traj_smoothing.h +++ b/moveit_core/trajectory_processing/include/moveit/trajectory_processing/ruckig_traj_smoothing.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /******************************************************************************* * BSD 3-Clause License diff --git a/moveit_core/trajectory_processing/include/moveit/trajectory_processing/time_optimal_trajectory_generation.h b/moveit_core/trajectory_processing/include/moveit/trajectory_processing/time_optimal_trajectory_generation.h index 1e86073e6a..b5a2566778 100644 --- a/moveit_core/trajectory_processing/include/moveit/trajectory_processing/time_optimal_trajectory_generation.h +++ b/moveit_core/trajectory_processing/include/moveit/trajectory_processing/time_optimal_trajectory_generation.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /* * Copyright (c) 2011-2012, Georgia Tech Research Corporation diff --git a/moveit_core/trajectory_processing/include/moveit/trajectory_processing/time_parameterization.h b/moveit_core/trajectory_processing/include/moveit/trajectory_processing/time_parameterization.h index 7e644e70dd..b10e52cef2 100644 --- a/moveit_core/trajectory_processing/include/moveit/trajectory_processing/time_parameterization.h +++ b/moveit_core/trajectory_processing/include/moveit/trajectory_processing/time_parameterization.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py #pragma once diff --git a/moveit_core/trajectory_processing/include/moveit/trajectory_processing/trajectory_tools.h b/moveit_core/trajectory_processing/include/moveit/trajectory_processing/trajectory_tools.h index 3c7c5a6c26..4e922ad63a 100644 --- a/moveit_core/trajectory_processing/include/moveit/trajectory_processing/trajectory_tools.h +++ b/moveit_core/trajectory_processing/include/moveit/trajectory_processing/trajectory_tools.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/transforms/include/moveit/transforms/transforms.h b/moveit_core/transforms/include/moveit/transforms/transforms.h index 5c88a25cbd..53ac9b0ab5 100644 --- a/moveit_core/transforms/include/moveit/transforms/transforms.h +++ b/moveit_core/transforms/include/moveit/transforms/transforms.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/utils/include/moveit/utils/eigen_test_utils.h b/moveit_core/utils/include/moveit/utils/eigen_test_utils.h index e2b203ea07..cd680b07ce 100644 --- a/moveit_core/utils/include/moveit/utils/eigen_test_utils.h +++ b/moveit_core/utils/include/moveit/utils/eigen_test_utils.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/utils/include/moveit/utils/lexical_casts.h b/moveit_core/utils/include/moveit/utils/lexical_casts.h index 7c60075c2b..0c9b528cb2 100644 --- a/moveit_core/utils/include/moveit/utils/lexical_casts.h +++ b/moveit_core/utils/include/moveit/utils/lexical_casts.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/utils/include/moveit/utils/logger.h b/moveit_core/utils/include/moveit/utils/logger.h index 36ec67f29b..3109573f57 100644 --- a/moveit_core/utils/include/moveit/utils/logger.h +++ b/moveit_core/utils/include/moveit/utils/logger.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/utils/include/moveit/utils/message_checks.h b/moveit_core/utils/include/moveit/utils/message_checks.h index a42fe726ed..137fcdb61e 100644 --- a/moveit_core/utils/include/moveit/utils/message_checks.h +++ b/moveit_core/utils/include/moveit/utils/message_checks.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/utils/include/moveit/utils/moveit_error_code.h b/moveit_core/utils/include/moveit/utils/moveit_error_code.h index fd06af4808..fd822911d1 100644 --- a/moveit_core/utils/include/moveit/utils/moveit_error_code.h +++ b/moveit_core/utils/include/moveit/utils/moveit_error_code.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_core/utils/include/moveit/utils/rclcpp_utils.h b/moveit_core/utils/include/moveit/utils/rclcpp_utils.h index c80ec49c27..4c278c3f7e 100644 --- a/moveit_core/utils/include/moveit/utils/rclcpp_utils.h +++ b/moveit_core/utils/include/moveit/utils/rclcpp_utils.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /* * Copyright (C) 2009, Willow Garage, Inc. diff --git a/moveit_core/utils/include/moveit/utils/robot_model_test_utils.h b/moveit_core/utils/include/moveit/utils/robot_model_test_utils.h index 0e7c572005..700deef054 100644 --- a/moveit_core/utils/include/moveit/utils/robot_model_test_utils.h +++ b/moveit_core/utils/include/moveit/utils/robot_model_test_utils.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_kinematics/cached_ik_kinematics_plugin/include/moveit/cached_ik_kinematics_plugin/cached_ik_kinematics_plugin-inl.h b/moveit_kinematics/cached_ik_kinematics_plugin/include/moveit/cached_ik_kinematics_plugin/cached_ik_kinematics_plugin-inl.h index 2f7509f35e..59660a0413 100644 --- a/moveit_kinematics/cached_ik_kinematics_plugin/include/moveit/cached_ik_kinematics_plugin/cached_ik_kinematics_plugin-inl.h +++ b/moveit_kinematics/cached_ik_kinematics_plugin/include/moveit/cached_ik_kinematics_plugin/cached_ik_kinematics_plugin-inl.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_kinematics/cached_ik_kinematics_plugin/include/moveit/cached_ik_kinematics_plugin/cached_ik_kinematics_plugin.h b/moveit_kinematics/cached_ik_kinematics_plugin/include/moveit/cached_ik_kinematics_plugin/cached_ik_kinematics_plugin.h index a7345a379e..b94b1c7141 100644 --- a/moveit_kinematics/cached_ik_kinematics_plugin/include/moveit/cached_ik_kinematics_plugin/cached_ik_kinematics_plugin.h +++ b/moveit_kinematics/cached_ik_kinematics_plugin/include/moveit/cached_ik_kinematics_plugin/cached_ik_kinematics_plugin.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_kinematics/cached_ik_kinematics_plugin/include/moveit/cached_ik_kinematics_plugin/detail/GreedyKCenters.h b/moveit_kinematics/cached_ik_kinematics_plugin/include/moveit/cached_ik_kinematics_plugin/detail/GreedyKCenters.h index 884f9972d8..a09f8dd9e8 100644 --- a/moveit_kinematics/cached_ik_kinematics_plugin/include/moveit/cached_ik_kinematics_plugin/detail/GreedyKCenters.h +++ b/moveit_kinematics/cached_ik_kinematics_plugin/include/moveit/cached_ik_kinematics_plugin/detail/GreedyKCenters.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_kinematics/cached_ik_kinematics_plugin/include/moveit/cached_ik_kinematics_plugin/detail/NearestNeighbors.h b/moveit_kinematics/cached_ik_kinematics_plugin/include/moveit/cached_ik_kinematics_plugin/detail/NearestNeighbors.h index 2582f3db00..3bfe208998 100644 --- a/moveit_kinematics/cached_ik_kinematics_plugin/include/moveit/cached_ik_kinematics_plugin/detail/NearestNeighbors.h +++ b/moveit_kinematics/cached_ik_kinematics_plugin/include/moveit/cached_ik_kinematics_plugin/detail/NearestNeighbors.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_kinematics/cached_ik_kinematics_plugin/include/moveit/cached_ik_kinematics_plugin/detail/NearestNeighborsGNAT.h b/moveit_kinematics/cached_ik_kinematics_plugin/include/moveit/cached_ik_kinematics_plugin/detail/NearestNeighborsGNAT.h index fd81e40bc1..54986b1bfd 100644 --- a/moveit_kinematics/cached_ik_kinematics_plugin/include/moveit/cached_ik_kinematics_plugin/detail/NearestNeighborsGNAT.h +++ b/moveit_kinematics/cached_ik_kinematics_plugin/include/moveit/cached_ik_kinematics_plugin/detail/NearestNeighborsGNAT.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_kinematics/kdl_kinematics_plugin/include/moveit/kdl_kinematics_plugin/chainiksolver_vel_mimic_svd.h b/moveit_kinematics/kdl_kinematics_plugin/include/moveit/kdl_kinematics_plugin/chainiksolver_vel_mimic_svd.h index 7218a0cb11..4e49b63e3d 100644 --- a/moveit_kinematics/kdl_kinematics_plugin/include/moveit/kdl_kinematics_plugin/chainiksolver_vel_mimic_svd.h +++ b/moveit_kinematics/kdl_kinematics_plugin/include/moveit/kdl_kinematics_plugin/chainiksolver_vel_mimic_svd.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py // Copyright (C) 2007 Ruben Smits diff --git a/moveit_kinematics/kdl_kinematics_plugin/include/moveit/kdl_kinematics_plugin/joint_mimic.h b/moveit_kinematics/kdl_kinematics_plugin/include/moveit/kdl_kinematics_plugin/joint_mimic.h index b88ae07e69..7dc1dc9359 100644 --- a/moveit_kinematics/kdl_kinematics_plugin/include/moveit/kdl_kinematics_plugin/joint_mimic.h +++ b/moveit_kinematics/kdl_kinematics_plugin/include/moveit/kdl_kinematics_plugin/joint_mimic.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_kinematics/kdl_kinematics_plugin/include/moveit/kdl_kinematics_plugin/kdl_kinematics_plugin.h b/moveit_kinematics/kdl_kinematics_plugin/include/moveit/kdl_kinematics_plugin/kdl_kinematics_plugin.h index 637c72739e..17e49299bc 100644 --- a/moveit_kinematics/kdl_kinematics_plugin/include/moveit/kdl_kinematics_plugin/kdl_kinematics_plugin.h +++ b/moveit_kinematics/kdl_kinematics_plugin/include/moveit/kdl_kinematics_plugin/kdl_kinematics_plugin.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_kinematics/srv_kinematics_plugin/include/moveit/srv_kinematics_plugin/srv_kinematics_plugin.h b/moveit_kinematics/srv_kinematics_plugin/include/moveit/srv_kinematics_plugin/srv_kinematics_plugin.h index eb26255f5b..379c9ea58f 100644 --- a/moveit_kinematics/srv_kinematics_plugin/include/moveit/srv_kinematics_plugin/srv_kinematics_plugin.h +++ b/moveit_kinematics/srv_kinematics_plugin/include/moveit/srv_kinematics_plugin/srv_kinematics_plugin.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/chomp/chomp_interface/include/chomp_interface/chomp_interface.h b/moveit_planners/chomp/chomp_interface/include/chomp_interface/chomp_interface.h index 5cac19f060..1e8810c7e4 100644 --- a/moveit_planners/chomp/chomp_interface/include/chomp_interface/chomp_interface.h +++ b/moveit_planners/chomp/chomp_interface/include/chomp_interface/chomp_interface.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/chomp/chomp_interface/include/chomp_interface/chomp_planning_context.h b/moveit_planners/chomp/chomp_interface/include/chomp_interface/chomp_planning_context.h index f6da1a348b..bc6b3260d1 100644 --- a/moveit_planners/chomp/chomp_interface/include/chomp_interface/chomp_planning_context.h +++ b/moveit_planners/chomp/chomp_interface/include/chomp_interface/chomp_planning_context.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/chomp/chomp_motion_planner/include/chomp_motion_planner/chomp_cost.h b/moveit_planners/chomp/chomp_motion_planner/include/chomp_motion_planner/chomp_cost.h index 61f86afd60..b4cfb262f4 100644 --- a/moveit_planners/chomp/chomp_motion_planner/include/chomp_motion_planner/chomp_cost.h +++ b/moveit_planners/chomp/chomp_motion_planner/include/chomp_motion_planner/chomp_cost.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/chomp/chomp_motion_planner/include/chomp_motion_planner/chomp_optimizer.h b/moveit_planners/chomp/chomp_motion_planner/include/chomp_motion_planner/chomp_optimizer.h index a7d76da52f..876f704e0d 100644 --- a/moveit_planners/chomp/chomp_motion_planner/include/chomp_motion_planner/chomp_optimizer.h +++ b/moveit_planners/chomp/chomp_motion_planner/include/chomp_motion_planner/chomp_optimizer.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/chomp/chomp_motion_planner/include/chomp_motion_planner/chomp_parameters.h b/moveit_planners/chomp/chomp_motion_planner/include/chomp_motion_planner/chomp_parameters.h index 72c8edd111..18159fb926 100644 --- a/moveit_planners/chomp/chomp_motion_planner/include/chomp_motion_planner/chomp_parameters.h +++ b/moveit_planners/chomp/chomp_motion_planner/include/chomp_motion_planner/chomp_parameters.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/chomp/chomp_motion_planner/include/chomp_motion_planner/chomp_planner.h b/moveit_planners/chomp/chomp_motion_planner/include/chomp_motion_planner/chomp_planner.h index d037f1449e..b8470be276 100644 --- a/moveit_planners/chomp/chomp_motion_planner/include/chomp_motion_planner/chomp_planner.h +++ b/moveit_planners/chomp/chomp_motion_planner/include/chomp_motion_planner/chomp_planner.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/chomp/chomp_motion_planner/include/chomp_motion_planner/chomp_trajectory.h b/moveit_planners/chomp/chomp_motion_planner/include/chomp_motion_planner/chomp_trajectory.h index 9c62527caa..a474237f28 100644 --- a/moveit_planners/chomp/chomp_motion_planner/include/chomp_motion_planner/chomp_trajectory.h +++ b/moveit_planners/chomp/chomp_motion_planner/include/chomp_motion_planner/chomp_trajectory.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/chomp/chomp_motion_planner/include/chomp_motion_planner/chomp_utils.h b/moveit_planners/chomp/chomp_motion_planner/include/chomp_motion_planner/chomp_utils.h index 22c983ad1a..b5083d5704 100644 --- a/moveit_planners/chomp/chomp_motion_planner/include/chomp_motion_planner/chomp_utils.h +++ b/moveit_planners/chomp/chomp_motion_planner/include/chomp_motion_planner/chomp_utils.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/chomp/chomp_motion_planner/include/chomp_motion_planner/multivariate_gaussian.h b/moveit_planners/chomp/chomp_motion_planner/include/chomp_motion_planner/multivariate_gaussian.h index 77a7791205..91c82c71f6 100644 --- a/moveit_planners/chomp/chomp_motion_planner/include/chomp_motion_planner/multivariate_gaussian.h +++ b/moveit_planners/chomp/chomp_motion_planner/include/chomp_motion_planner/multivariate_gaussian.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/constrained_goal_sampler.h b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/constrained_goal_sampler.h index d3a6d9a9e6..c5d4133de9 100644 --- a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/constrained_goal_sampler.h +++ b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/constrained_goal_sampler.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/constrained_sampler.h b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/constrained_sampler.h index 80b3463f68..74b74a47b5 100644 --- a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/constrained_sampler.h +++ b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/constrained_sampler.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/constraint_approximations.h b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/constraint_approximations.h index 59fe5b5b8f..8aea86a2c1 100644 --- a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/constraint_approximations.h +++ b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/constraint_approximations.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/constraints_library.h b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/constraints_library.h index 1af59ae7cb..7b1e5352ec 100644 --- a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/constraints_library.h +++ b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/constraints_library.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/goal_union.h b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/goal_union.h index 8506ba061f..47b5e692ae 100644 --- a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/goal_union.h +++ b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/goal_union.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/ompl_constraints.h b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/ompl_constraints.h index 77120f01eb..4a794a0a46 100644 --- a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/ompl_constraints.h +++ b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/ompl_constraints.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/projection_evaluators.h b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/projection_evaluators.h index d7162e02d2..d571345b32 100644 --- a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/projection_evaluators.h +++ b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/projection_evaluators.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/state_validity_checker.h b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/state_validity_checker.h index 6177cdb68e..5ba2399fde 100644 --- a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/state_validity_checker.h +++ b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/state_validity_checker.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/threadsafe_state_storage.h b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/threadsafe_state_storage.h index 71f27870be..d23d0a67be 100644 --- a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/threadsafe_state_storage.h +++ b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/detail/threadsafe_state_storage.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/model_based_planning_context.h b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/model_based_planning_context.h index 3bba66f6ac..3be8a37b08 100644 --- a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/model_based_planning_context.h +++ b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/model_based_planning_context.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/ompl_interface.h b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/ompl_interface.h index 2c50a0c40a..c576d9ddf8 100644 --- a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/ompl_interface.h +++ b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/ompl_interface.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/joint_space/constrained_planning_state_space.h b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/joint_space/constrained_planning_state_space.h index 8672745ceb..75f8bffe40 100644 --- a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/joint_space/constrained_planning_state_space.h +++ b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/joint_space/constrained_planning_state_space.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/joint_space/constrained_planning_state_space_factory.h b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/joint_space/constrained_planning_state_space_factory.h index e175e1bbe9..dade98b081 100644 --- a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/joint_space/constrained_planning_state_space_factory.h +++ b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/joint_space/constrained_planning_state_space_factory.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/joint_space/joint_model_state_space.h b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/joint_space/joint_model_state_space.h index f11ee67fcb..b18552862d 100644 --- a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/joint_space/joint_model_state_space.h +++ b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/joint_space/joint_model_state_space.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/joint_space/joint_model_state_space_factory.h b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/joint_space/joint_model_state_space_factory.h index 05eed88720..ecc28bfbb1 100644 --- a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/joint_space/joint_model_state_space_factory.h +++ b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/joint_space/joint_model_state_space_factory.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/model_based_state_space.h b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/model_based_state_space.h index 3e79a83868..8ac2f9c7b6 100644 --- a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/model_based_state_space.h +++ b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/model_based_state_space.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/model_based_state_space_factory.h b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/model_based_state_space_factory.h index e157e9826f..e2e60afe93 100644 --- a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/model_based_state_space_factory.h +++ b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/model_based_state_space_factory.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/work_space/pose_model_state_space.h b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/work_space/pose_model_state_space.h index 23f4466084..382f25f978 100644 --- a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/work_space/pose_model_state_space.h +++ b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/work_space/pose_model_state_space.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/work_space/pose_model_state_space_factory.h b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/work_space/pose_model_state_space_factory.h index ba3cdee5c8..19f9959391 100644 --- a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/work_space/pose_model_state_space_factory.h +++ b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/parameterization/work_space/pose_model_state_space_factory.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/planning_context_manager.h b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/planning_context_manager.h index 1840319ad9..8c33369f29 100644 --- a/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/planning_context_manager.h +++ b/moveit_planners/ompl/ompl_interface/include/moveit/ompl_interface/planning_context_manager.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/joint_limits_copy/joint_limits.h b/moveit_planners/pilz_industrial_motion_planner/include/joint_limits_copy/joint_limits.h index ed02e48a4c..c5309163d8 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/joint_limits_copy/joint_limits.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/joint_limits_copy/joint_limits.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py // Copyright 2020 PAL Robotics S.L. // diff --git a/moveit_planners/pilz_industrial_motion_planner/include/joint_limits_copy/joint_limits_rosparam.h b/moveit_planners/pilz_industrial_motion_planner/include/joint_limits_copy/joint_limits_rosparam.h index 8393b5c3bd..fa448448d7 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/joint_limits_copy/joint_limits_rosparam.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/joint_limits_copy/joint_limits_rosparam.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py // Copyright 2020 PAL Robotics S.L. // diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/capability_names.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/capability_names.h index 07151242dc..e1b4ada1b0 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/capability_names.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/capability_names.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/cartesian_trajectory.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/cartesian_trajectory.h index f162963b78..e5406d26ab 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/cartesian_trajectory.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/cartesian_trajectory.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/cartesian_trajectory_point.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/cartesian_trajectory_point.h index 5f7ff9684b..f32893c680 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/cartesian_trajectory_point.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/cartesian_trajectory_point.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/command_list_manager.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/command_list_manager.h index 4ed08a2a50..06a9998411 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/command_list_manager.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/command_list_manager.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/joint_limits_aggregator.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/joint_limits_aggregator.h index ee948c6e78..5e02810d0f 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/joint_limits_aggregator.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/joint_limits_aggregator.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/joint_limits_container.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/joint_limits_container.h index a6ef5747b2..b194892de2 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/joint_limits_container.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/joint_limits_container.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/joint_limits_extension.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/joint_limits_extension.h index 8c5679f0bd..e71ceedf11 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/joint_limits_extension.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/joint_limits_extension.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/joint_limits_interface_extension.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/joint_limits_interface_extension.h index 66b56fc80d..24e0a746dd 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/joint_limits_interface_extension.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/joint_limits_interface_extension.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/joint_limits_validator.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/joint_limits_validator.h index 3ee7e04a43..d517e9848b 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/joint_limits_validator.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/joint_limits_validator.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/limits_container.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/limits_container.h index 235a547d46..d3c90a4dd0 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/limits_container.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/limits_container.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/move_group_sequence_action.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/move_group_sequence_action.h index 5905e95ef4..8a00a0b90a 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/move_group_sequence_action.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/move_group_sequence_action.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/move_group_sequence_service.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/move_group_sequence_service.h index bf28634c9a..01dfba2c00 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/move_group_sequence_service.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/move_group_sequence_service.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/path_circle_generator.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/path_circle_generator.h index f3ef612240..b574860af5 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/path_circle_generator.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/path_circle_generator.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/pilz_industrial_motion_planner.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/pilz_industrial_motion_planner.h index 0a1c4f8d09..76008b213d 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/pilz_industrial_motion_planner.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/pilz_industrial_motion_planner.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/plan_components_builder.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/plan_components_builder.h index ab9616d9c3..559042c9ab 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/plan_components_builder.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/plan_components_builder.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_base.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_base.h index 6583b46415..b0d4f87c9f 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_base.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_base.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_circ.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_circ.h index d8bfc05a0c..11a2631153 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_circ.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_circ.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_lin.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_lin.h index 5a741fd625..ec5e3f093c 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_lin.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_lin.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_loader.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_loader.h index c409541eda..69e4a4999f 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_loader.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_loader.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_loader_circ.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_loader_circ.h index 82b5905e12..03e4fc1785 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_loader_circ.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_loader_circ.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_loader_lin.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_loader_lin.h index f753fff0c5..ea860edca1 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_loader_lin.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_loader_lin.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_loader_ptp.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_loader_ptp.h index 67803c12ac..f6cbed2a3c 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_loader_ptp.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_loader_ptp.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_ptp.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_ptp.h index e1297ecb5b..4df443aad7 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_ptp.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_context_ptp.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_exceptions.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_exceptions.h index b57e8de934..ba5a6392d9 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_exceptions.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/planning_exceptions.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/tip_frame_getter.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/tip_frame_getter.h index b42792d0b1..cb048deee8 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/tip_frame_getter.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/tip_frame_getter.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_blend_request.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_blend_request.h index 9c475d03eb..142da2e4f3 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_blend_request.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_blend_request.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_blend_response.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_blend_response.h index 3a752f3890..b6568bd44f 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_blend_response.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_blend_response.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_blender.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_blender.h index 54f924676e..11dd9c87f5 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_blender.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_blender.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_blender_transition_window.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_blender_transition_window.h index 60c2e69084..b92c92825c 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_blender_transition_window.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_blender_transition_window.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_functions.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_functions.h index f68c11ba9d..876fb40906 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_functions.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_functions.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_generation_exceptions.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_generation_exceptions.h index 8b52a07665..f5c2d14d73 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_generation_exceptions.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_generation_exceptions.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_generator.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_generator.h index 98e7e6c474..8e81e36531 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_generator.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_generator.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_generator_circ.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_generator_circ.h index c5c80e7d57..6eb333780e 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_generator_circ.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_generator_circ.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_generator_lin.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_generator_lin.h index b6b2f1b5de..eb4b923f0a 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_generator_lin.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_generator_lin.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_generator_ptp.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_generator_ptp.h index 0f7a7c1995..04e276ad4d 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_generator_ptp.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_generator_ptp.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/velocity_profile_atrap.h b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/velocity_profile_atrap.h index 458374f007..eb63347321 100644 --- a/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/velocity_profile_atrap.h +++ b/moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/velocity_profile_atrap.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/async_test.h b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/async_test.h index 71b2442dcc..6800c97b01 100644 --- a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/async_test.h +++ b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/async_test.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /* * Copyright (c) 2018 Pilz GmbH & Co. KG diff --git a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/basecmd.h b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/basecmd.h index 4b9e6396cb..53403a5cf9 100644 --- a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/basecmd.h +++ b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/basecmd.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/cartesianconfiguration.h b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/cartesianconfiguration.h index d437e18359..a99a219943 100644 --- a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/cartesianconfiguration.h +++ b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/cartesianconfiguration.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/cartesianpathconstraintsbuilder.h b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/cartesianpathconstraintsbuilder.h index aa1939b311..b8aa4aeb8e 100644 --- a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/cartesianpathconstraintsbuilder.h +++ b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/cartesianpathconstraintsbuilder.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/center.h b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/center.h index c8696396ae..a0a15f852a 100644 --- a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/center.h +++ b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/center.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/checks.h b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/checks.h index 1c30c39baa..b7ca93b9fe 100644 --- a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/checks.h +++ b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/checks.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/circ.h b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/circ.h index 3526cc4d36..d6bcc82af2 100644 --- a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/circ.h +++ b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/circ.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/circ_auxiliary_types.h b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/circ_auxiliary_types.h index 8dda9ec397..e4036f47f5 100644 --- a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/circ_auxiliary_types.h +++ b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/circ_auxiliary_types.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/circauxiliary.h b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/circauxiliary.h index 6434f3a6d7..dc414d15b1 100644 --- a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/circauxiliary.h +++ b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/circauxiliary.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/command_types_typedef.h b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/command_types_typedef.h index 337eaa879e..c19c1b34c8 100644 --- a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/command_types_typedef.h +++ b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/command_types_typedef.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/default_values.h b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/default_values.h index b98e9fac33..1a7b6f3b14 100644 --- a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/default_values.h +++ b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/default_values.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/exception_types.h b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/exception_types.h index 6f7729d705..2e2546c62d 100644 --- a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/exception_types.h +++ b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/exception_types.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/goalconstraintsmsgconvertible.h b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/goalconstraintsmsgconvertible.h index e8b17f0722..6b2f5ff682 100644 --- a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/goalconstraintsmsgconvertible.h +++ b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/goalconstraintsmsgconvertible.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/gripper.h b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/gripper.h index df970b16e0..780afcc42b 100644 --- a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/gripper.h +++ b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/gripper.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/interim.h b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/interim.h index 45c6380b9f..bf88bcc041 100644 --- a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/interim.h +++ b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/interim.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/jointconfiguration.h b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/jointconfiguration.h index aafabf7f81..513808cda5 100644 --- a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/jointconfiguration.h +++ b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/jointconfiguration.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/lin.h b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/lin.h index d6bca42443..355c27c03a 100644 --- a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/lin.h +++ b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/lin.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/motioncmd.h b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/motioncmd.h index 1c7d5d8a04..a95e7ad5d8 100644 --- a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/motioncmd.h +++ b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/motioncmd.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/motionplanrequestconvertible.h b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/motionplanrequestconvertible.h index a29180a2d1..d3ede32789 100644 --- a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/motionplanrequestconvertible.h +++ b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/motionplanrequestconvertible.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/ptp.h b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/ptp.h index 01d2d2883d..4ca3e49d09 100644 --- a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/ptp.h +++ b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/ptp.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/robotconfiguration.h b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/robotconfiguration.h index a72867b9a8..b7e064e6b0 100644 --- a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/robotconfiguration.h +++ b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/robotconfiguration.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/robotstatemsgconvertible.h b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/robotstatemsgconvertible.h index bcfbe8b18c..1a74c4b9e0 100644 --- a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/robotstatemsgconvertible.h +++ b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/robotstatemsgconvertible.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/sequence.h b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/sequence.h index bcd39c48ec..f7a5aac8cb 100644 --- a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/sequence.h +++ b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/sequence.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/testdata_loader.h b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/testdata_loader.h index e116a5c43a..090fbddda7 100644 --- a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/testdata_loader.h +++ b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/testdata_loader.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/xml_constants.h b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/xml_constants.h index b7df94a4f8..63849c4fa2 100644 --- a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/xml_constants.h +++ b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/xml_constants.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/xml_testdata_loader.h b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/xml_testdata_loader.h index 0b8ebfd9f5..b3d05d6816 100644 --- a/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/xml_testdata_loader.h +++ b/moveit_planners/pilz_industrial_motion_planner_testutils/include/pilz_industrial_motion_planner_testutils/xml_testdata_loader.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/stomp/include/stomp_moveit/conversion_functions.h b/moveit_planners/stomp/include/stomp_moveit/conversion_functions.h index 0098ef57cb..3aa2acba49 100644 --- a/moveit_planners/stomp/include/stomp_moveit/conversion_functions.h +++ b/moveit_planners/stomp/include/stomp_moveit/conversion_functions.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/stomp/include/stomp_moveit/cost_functions.h b/moveit_planners/stomp/include/stomp_moveit/cost_functions.h index 3c1988f56d..82855dcb0d 100644 --- a/moveit_planners/stomp/include/stomp_moveit/cost_functions.h +++ b/moveit_planners/stomp/include/stomp_moveit/cost_functions.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/stomp/include/stomp_moveit/filter_functions.h b/moveit_planners/stomp/include/stomp_moveit/filter_functions.h index 384383e8b9..a9087d42ad 100644 --- a/moveit_planners/stomp/include/stomp_moveit/filter_functions.h +++ b/moveit_planners/stomp/include/stomp_moveit/filter_functions.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/stomp/include/stomp_moveit/math/multivariate_gaussian.h b/moveit_planners/stomp/include/stomp_moveit/math/multivariate_gaussian.h index c241d73e1d..65d7826583 100644 --- a/moveit_planners/stomp/include/stomp_moveit/math/multivariate_gaussian.h +++ b/moveit_planners/stomp/include/stomp_moveit/math/multivariate_gaussian.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/stomp/include/stomp_moveit/noise_generators.h b/moveit_planners/stomp/include/stomp_moveit/noise_generators.h index c0104549fc..04b88428f9 100644 --- a/moveit_planners/stomp/include/stomp_moveit/noise_generators.h +++ b/moveit_planners/stomp/include/stomp_moveit/noise_generators.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/stomp/include/stomp_moveit/stomp_moveit_planning_context.h b/moveit_planners/stomp/include/stomp_moveit/stomp_moveit_planning_context.h index cd2ee4254b..e85568bde4 100644 --- a/moveit_planners/stomp/include/stomp_moveit/stomp_moveit_planning_context.h +++ b/moveit_planners/stomp/include/stomp_moveit/stomp_moveit_planning_context.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/stomp/include/stomp_moveit/stomp_moveit_task.h b/moveit_planners/stomp/include/stomp_moveit/stomp_moveit_task.h index 9809902ec9..adc55d8746 100644 --- a/moveit_planners/stomp/include/stomp_moveit/stomp_moveit_task.h +++ b/moveit_planners/stomp/include/stomp_moveit/stomp_moveit_task.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_planners/stomp/include/stomp_moveit/trajectory_visualization.h b/moveit_planners/stomp/include/stomp_moveit/trajectory_visualization.h index 4c0b5874b8..bf48fa27c3 100644 --- a/moveit_planners/stomp/include/stomp_moveit/trajectory_visualization.h +++ b/moveit_planners/stomp/include/stomp_moveit/trajectory_visualization.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_plugins/moveit_ros_control_interface/include/moveit_ros_control_interface/ControllerHandle.h b/moveit_plugins/moveit_ros_control_interface/include/moveit_ros_control_interface/ControllerHandle.h index 44101e7fe7..7e61a64424 100644 --- a/moveit_plugins/moveit_ros_control_interface/include/moveit_ros_control_interface/ControllerHandle.h +++ b/moveit_plugins/moveit_ros_control_interface/include/moveit_ros_control_interface/ControllerHandle.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_plugins/moveit_simple_controller_manager/include/moveit_simple_controller_manager/action_based_controller_handle.h b/moveit_plugins/moveit_simple_controller_manager/include/moveit_simple_controller_manager/action_based_controller_handle.h index 78f11dd7ca..8283634ece 100644 --- a/moveit_plugins/moveit_simple_controller_manager/include/moveit_simple_controller_manager/action_based_controller_handle.h +++ b/moveit_plugins/moveit_simple_controller_manager/include/moveit_simple_controller_manager/action_based_controller_handle.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_plugins/moveit_simple_controller_manager/include/moveit_simple_controller_manager/empty_controller_handle.h b/moveit_plugins/moveit_simple_controller_manager/include/moveit_simple_controller_manager/empty_controller_handle.h index 5ba70c2d14..e52a9cd1f3 100644 --- a/moveit_plugins/moveit_simple_controller_manager/include/moveit_simple_controller_manager/empty_controller_handle.h +++ b/moveit_plugins/moveit_simple_controller_manager/include/moveit_simple_controller_manager/empty_controller_handle.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_plugins/moveit_simple_controller_manager/include/moveit_simple_controller_manager/follow_joint_trajectory_controller_handle.h b/moveit_plugins/moveit_simple_controller_manager/include/moveit_simple_controller_manager/follow_joint_trajectory_controller_handle.h index 8747396438..aba78df9fd 100644 --- a/moveit_plugins/moveit_simple_controller_manager/include/moveit_simple_controller_manager/follow_joint_trajectory_controller_handle.h +++ b/moveit_plugins/moveit_simple_controller_manager/include/moveit_simple_controller_manager/follow_joint_trajectory_controller_handle.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_plugins/moveit_simple_controller_manager/include/moveit_simple_controller_manager/gripper_controller_handle.h b/moveit_plugins/moveit_simple_controller_manager/include/moveit_simple_controller_manager/gripper_controller_handle.h index 867c0b98d3..bf54bfe6eb 100644 --- a/moveit_plugins/moveit_simple_controller_manager/include/moveit_simple_controller_manager/gripper_controller_handle.h +++ b/moveit_plugins/moveit_simple_controller_manager/include/moveit_simple_controller_manager/gripper_controller_handle.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_py/src/moveit/moveit_py_utils/include/moveit_py/moveit_py_utils/copy_ros_msg.h b/moveit_py/src/moveit/moveit_py_utils/include/moveit_py/moveit_py_utils/copy_ros_msg.h index 0e7f2561dd..04b6f9e73b 100644 --- a/moveit_py/src/moveit/moveit_py_utils/include/moveit_py/moveit_py_utils/copy_ros_msg.h +++ b/moveit_py/src/moveit/moveit_py_utils/include/moveit_py/moveit_py_utils/copy_ros_msg.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_py/src/moveit/moveit_py_utils/include/moveit_py/moveit_py_utils/ros_msg_typecasters.h b/moveit_py/src/moveit/moveit_py_utils/include/moveit_py/moveit_py_utils/ros_msg_typecasters.h index 0fdaef0172..e40b0f9d49 100644 --- a/moveit_py/src/moveit/moveit_py_utils/include/moveit_py/moveit_py_utils/ros_msg_typecasters.h +++ b/moveit_py/src/moveit/moveit_py_utils/include/moveit_py/moveit_py_utils/ros_msg_typecasters.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/benchmarks/include/moveit/benchmarks/BenchmarkExecutor.h b/moveit_ros/benchmarks/include/moveit/benchmarks/BenchmarkExecutor.h index 0e361b8079..87724c3bc9 100644 --- a/moveit_ros/benchmarks/include/moveit/benchmarks/BenchmarkExecutor.h +++ b/moveit_ros/benchmarks/include/moveit/benchmarks/BenchmarkExecutor.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/benchmarks/include/moveit/benchmarks/BenchmarkOptions.h b/moveit_ros/benchmarks/include/moveit/benchmarks/BenchmarkOptions.h index 9b540f0445..4496cb2cb5 100644 --- a/moveit_ros/benchmarks/include/moveit/benchmarks/BenchmarkOptions.h +++ b/moveit_ros/benchmarks/include/moveit/benchmarks/BenchmarkOptions.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/hybrid_planning/global_planner/global_planner_component/include/moveit/global_planner/global_planner_component.h b/moveit_ros/hybrid_planning/global_planner/global_planner_component/include/moveit/global_planner/global_planner_component.h index 4c9fce2be8..6099242c3b 100644 --- a/moveit_ros/hybrid_planning/global_planner/global_planner_component/include/moveit/global_planner/global_planner_component.h +++ b/moveit_ros/hybrid_planning/global_planner/global_planner_component/include/moveit/global_planner/global_planner_component.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/hybrid_planning/global_planner/global_planner_component/include/moveit/global_planner/global_planner_interface.h b/moveit_ros/hybrid_planning/global_planner/global_planner_component/include/moveit/global_planner/global_planner_interface.h index 34fe430220..04ab97f3b3 100644 --- a/moveit_ros/hybrid_planning/global_planner/global_planner_component/include/moveit/global_planner/global_planner_interface.h +++ b/moveit_ros/hybrid_planning/global_planner/global_planner_component/include/moveit/global_planner/global_planner_interface.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/hybrid_planning/global_planner/global_planner_plugins/include/moveit/global_planner/moveit_planning_pipeline.h b/moveit_ros/hybrid_planning/global_planner/global_planner_plugins/include/moveit/global_planner/moveit_planning_pipeline.h index 2337137570..ed299a6382 100644 --- a/moveit_ros/hybrid_planning/global_planner/global_planner_plugins/include/moveit/global_planner/moveit_planning_pipeline.h +++ b/moveit_ros/hybrid_planning/global_planner/global_planner_plugins/include/moveit/global_planner/moveit_planning_pipeline.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/hybrid_planning/hybrid_planning_manager/hybrid_planning_manager_component/include/moveit/hybrid_planning_manager/hybrid_planning_events.h b/moveit_ros/hybrid_planning/hybrid_planning_manager/hybrid_planning_manager_component/include/moveit/hybrid_planning_manager/hybrid_planning_events.h index 98e4235220..e0cc08fa9b 100644 --- a/moveit_ros/hybrid_planning/hybrid_planning_manager/hybrid_planning_manager_component/include/moveit/hybrid_planning_manager/hybrid_planning_events.h +++ b/moveit_ros/hybrid_planning/hybrid_planning_manager/hybrid_planning_manager_component/include/moveit/hybrid_planning_manager/hybrid_planning_events.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/hybrid_planning/hybrid_planning_manager/hybrid_planning_manager_component/include/moveit/hybrid_planning_manager/hybrid_planning_manager.h b/moveit_ros/hybrid_planning/hybrid_planning_manager/hybrid_planning_manager_component/include/moveit/hybrid_planning_manager/hybrid_planning_manager.h index 8732bfd685..cc12500b15 100644 --- a/moveit_ros/hybrid_planning/hybrid_planning_manager/hybrid_planning_manager_component/include/moveit/hybrid_planning_manager/hybrid_planning_manager.h +++ b/moveit_ros/hybrid_planning/hybrid_planning_manager/hybrid_planning_manager_component/include/moveit/hybrid_planning_manager/hybrid_planning_manager.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/hybrid_planning/hybrid_planning_manager/hybrid_planning_manager_component/include/moveit/hybrid_planning_manager/planner_logic_interface.h b/moveit_ros/hybrid_planning/hybrid_planning_manager/hybrid_planning_manager_component/include/moveit/hybrid_planning_manager/planner_logic_interface.h index 33be18b690..1bac9b1d93 100644 --- a/moveit_ros/hybrid_planning/hybrid_planning_manager/hybrid_planning_manager_component/include/moveit/hybrid_planning_manager/planner_logic_interface.h +++ b/moveit_ros/hybrid_planning/hybrid_planning_manager/hybrid_planning_manager_component/include/moveit/hybrid_planning_manager/planner_logic_interface.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/hybrid_planning/hybrid_planning_manager/planner_logic_plugins/include/moveit/planner_logic_plugins/replan_invalidated_trajectory.h b/moveit_ros/hybrid_planning/hybrid_planning_manager/planner_logic_plugins/include/moveit/planner_logic_plugins/replan_invalidated_trajectory.h index 14c62e273d..8db3475151 100644 --- a/moveit_ros/hybrid_planning/hybrid_planning_manager/planner_logic_plugins/include/moveit/planner_logic_plugins/replan_invalidated_trajectory.h +++ b/moveit_ros/hybrid_planning/hybrid_planning_manager/planner_logic_plugins/include/moveit/planner_logic_plugins/replan_invalidated_trajectory.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/hybrid_planning/hybrid_planning_manager/planner_logic_plugins/include/moveit/planner_logic_plugins/single_plan_execution.h b/moveit_ros/hybrid_planning/hybrid_planning_manager/planner_logic_plugins/include/moveit/planner_logic_plugins/single_plan_execution.h index 24f07f848b..72e257917a 100644 --- a/moveit_ros/hybrid_planning/hybrid_planning_manager/planner_logic_plugins/include/moveit/planner_logic_plugins/single_plan_execution.h +++ b/moveit_ros/hybrid_planning/hybrid_planning_manager/planner_logic_plugins/include/moveit/planner_logic_plugins/single_plan_execution.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/hybrid_planning/local_planner/local_constraint_solver_plugins/include/moveit/local_constraint_solver_plugins/forward_trajectory.h b/moveit_ros/hybrid_planning/local_planner/local_constraint_solver_plugins/include/moveit/local_constraint_solver_plugins/forward_trajectory.h index 568e68a914..0990d826e5 100644 --- a/moveit_ros/hybrid_planning/local_planner/local_constraint_solver_plugins/include/moveit/local_constraint_solver_plugins/forward_trajectory.h +++ b/moveit_ros/hybrid_planning/local_planner/local_constraint_solver_plugins/include/moveit/local_constraint_solver_plugins/forward_trajectory.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/hybrid_planning/local_planner/local_planner_component/include/moveit/local_planner/feedback_types.h b/moveit_ros/hybrid_planning/local_planner/local_planner_component/include/moveit/local_planner/feedback_types.h index a7bce77b87..cb4c236ded 100644 --- a/moveit_ros/hybrid_planning/local_planner/local_planner_component/include/moveit/local_planner/feedback_types.h +++ b/moveit_ros/hybrid_planning/local_planner/local_planner_component/include/moveit/local_planner/feedback_types.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/hybrid_planning/local_planner/local_planner_component/include/moveit/local_planner/local_constraint_solver_interface.h b/moveit_ros/hybrid_planning/local_planner/local_planner_component/include/moveit/local_planner/local_constraint_solver_interface.h index 8682c129bb..f989d710f6 100644 --- a/moveit_ros/hybrid_planning/local_planner/local_planner_component/include/moveit/local_planner/local_constraint_solver_interface.h +++ b/moveit_ros/hybrid_planning/local_planner/local_planner_component/include/moveit/local_planner/local_constraint_solver_interface.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/hybrid_planning/local_planner/local_planner_component/include/moveit/local_planner/local_planner_component.h b/moveit_ros/hybrid_planning/local_planner/local_planner_component/include/moveit/local_planner/local_planner_component.h index 01a6acb893..24da0a6a9f 100644 --- a/moveit_ros/hybrid_planning/local_planner/local_planner_component/include/moveit/local_planner/local_planner_component.h +++ b/moveit_ros/hybrid_planning/local_planner/local_planner_component/include/moveit/local_planner/local_planner_component.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/hybrid_planning/local_planner/local_planner_component/include/moveit/local_planner/trajectory_operator_interface.h b/moveit_ros/hybrid_planning/local_planner/local_planner_component/include/moveit/local_planner/trajectory_operator_interface.h index f325f59993..6e7ff5be29 100644 --- a/moveit_ros/hybrid_planning/local_planner/local_planner_component/include/moveit/local_planner/trajectory_operator_interface.h +++ b/moveit_ros/hybrid_planning/local_planner/local_planner_component/include/moveit/local_planner/trajectory_operator_interface.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/hybrid_planning/local_planner/trajectory_operator_plugins/include/moveit/trajectory_operator_plugins/simple_sampler.h b/moveit_ros/hybrid_planning/local_planner/trajectory_operator_plugins/include/moveit/trajectory_operator_plugins/simple_sampler.h index cbbfff6080..2e22ae6920 100644 --- a/moveit_ros/hybrid_planning/local_planner/trajectory_operator_plugins/include/moveit/trajectory_operator_plugins/simple_sampler.h +++ b/moveit_ros/hybrid_planning/local_planner/trajectory_operator_plugins/include/moveit/trajectory_operator_plugins/simple_sampler.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/move_group/include/moveit/move_group/capability_names.h b/moveit_ros/move_group/include/moveit/move_group/capability_names.h index 3674dfd67d..57de83608a 100644 --- a/moveit_ros/move_group/include/moveit/move_group/capability_names.h +++ b/moveit_ros/move_group/include/moveit/move_group/capability_names.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/move_group/include/moveit/move_group/move_group_capability.h b/moveit_ros/move_group/include/moveit/move_group/move_group_capability.h index 1e8a719d90..59128f038c 100644 --- a/moveit_ros/move_group/include/moveit/move_group/move_group_capability.h +++ b/moveit_ros/move_group/include/moveit/move_group/move_group_capability.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/move_group/include/moveit/move_group/move_group_context.h b/moveit_ros/move_group/include/moveit/move_group/move_group_context.h index 8719332728..80ba82e060 100644 --- a/moveit_ros/move_group/include/moveit/move_group/move_group_context.h +++ b/moveit_ros/move_group/include/moveit/move_group/move_group_context.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/moveit_servo/include/moveit_servo/collision_monitor.h b/moveit_ros/moveit_servo/include/moveit_servo/collision_monitor.h index 4a8d2a9d5a..83cf6350c9 100644 --- a/moveit_ros/moveit_servo/include/moveit_servo/collision_monitor.h +++ b/moveit_ros/moveit_servo/include/moveit_servo/collision_monitor.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /******************************************************************************* * BSD 3-Clause License diff --git a/moveit_ros/moveit_servo/include/moveit_servo/servo.h b/moveit_ros/moveit_servo/include/moveit_servo/servo.h index ad86c54637..dd4afc5f1a 100644 --- a/moveit_ros/moveit_servo/include/moveit_servo/servo.h +++ b/moveit_ros/moveit_servo/include/moveit_servo/servo.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /******************************************************************************* * BSD 3-Clause License diff --git a/moveit_ros/moveit_servo/include/moveit_servo/servo_node.h b/moveit_ros/moveit_servo/include/moveit_servo/servo_node.h index 474a259453..a645dae89c 100644 --- a/moveit_ros/moveit_servo/include/moveit_servo/servo_node.h +++ b/moveit_ros/moveit_servo/include/moveit_servo/servo_node.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /******************************************************************************* * BSD 3-Clause License diff --git a/moveit_ros/moveit_servo/include/moveit_servo/utils/command.h b/moveit_ros/moveit_servo/include/moveit_servo/utils/command.h index af75e56f7c..4c5850788a 100644 --- a/moveit_ros/moveit_servo/include/moveit_servo/utils/command.h +++ b/moveit_ros/moveit_servo/include/moveit_servo/utils/command.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /******************************************************************************* * BSD 3-Clause License diff --git a/moveit_ros/moveit_servo/include/moveit_servo/utils/common.h b/moveit_ros/moveit_servo/include/moveit_servo/utils/common.h index d83cd75517..d94dfebc91 100644 --- a/moveit_ros/moveit_servo/include/moveit_servo/utils/common.h +++ b/moveit_ros/moveit_servo/include/moveit_servo/utils/common.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /******************************************************************************* * BSD 3-Clause License diff --git a/moveit_ros/moveit_servo/include/moveit_servo/utils/datatypes.h b/moveit_ros/moveit_servo/include/moveit_servo/utils/datatypes.h index aa21b302ed..18aa3ae3fb 100644 --- a/moveit_ros/moveit_servo/include/moveit_servo/utils/datatypes.h +++ b/moveit_ros/moveit_servo/include/moveit_servo/utils/datatypes.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /******************************************************************************* * BSD 3-Clause License diff --git a/moveit_ros/occupancy_map_monitor/include/moveit/occupancy_map_monitor/occupancy_map_monitor.h b/moveit_ros/occupancy_map_monitor/include/moveit/occupancy_map_monitor/occupancy_map_monitor.h index cc74d16746..998c95c996 100644 --- a/moveit_ros/occupancy_map_monitor/include/moveit/occupancy_map_monitor/occupancy_map_monitor.h +++ b/moveit_ros/occupancy_map_monitor/include/moveit/occupancy_map_monitor/occupancy_map_monitor.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/occupancy_map_monitor/include/moveit/occupancy_map_monitor/occupancy_map_monitor_middleware_handle.h b/moveit_ros/occupancy_map_monitor/include/moveit/occupancy_map_monitor/occupancy_map_monitor_middleware_handle.h index 1df426fcb4..c832e0a2b3 100644 --- a/moveit_ros/occupancy_map_monitor/include/moveit/occupancy_map_monitor/occupancy_map_monitor_middleware_handle.h +++ b/moveit_ros/occupancy_map_monitor/include/moveit/occupancy_map_monitor/occupancy_map_monitor_middleware_handle.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/occupancy_map_monitor/include/moveit/occupancy_map_monitor/occupancy_map_updater.h b/moveit_ros/occupancy_map_monitor/include/moveit/occupancy_map_monitor/occupancy_map_updater.h index f41a834775..da169c926e 100644 --- a/moveit_ros/occupancy_map_monitor/include/moveit/occupancy_map_monitor/occupancy_map_updater.h +++ b/moveit_ros/occupancy_map_monitor/include/moveit/occupancy_map_monitor/occupancy_map_updater.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/perception/depth_image_octomap_updater/include/moveit/depth_image_octomap_updater/depth_image_octomap_updater.h b/moveit_ros/perception/depth_image_octomap_updater/include/moveit/depth_image_octomap_updater/depth_image_octomap_updater.h index 43dfa59d58..e1eb7ee74b 100644 --- a/moveit_ros/perception/depth_image_octomap_updater/include/moveit/depth_image_octomap_updater/depth_image_octomap_updater.h +++ b/moveit_ros/perception/depth_image_octomap_updater/include/moveit/depth_image_octomap_updater/depth_image_octomap_updater.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/perception/lazy_free_space_updater/include/moveit/lazy_free_space_updater/lazy_free_space_updater.h b/moveit_ros/perception/lazy_free_space_updater/include/moveit/lazy_free_space_updater/lazy_free_space_updater.h index 87828d1674..2014030a33 100644 --- a/moveit_ros/perception/lazy_free_space_updater/include/moveit/lazy_free_space_updater/lazy_free_space_updater.h +++ b/moveit_ros/perception/lazy_free_space_updater/include/moveit/lazy_free_space_updater/lazy_free_space_updater.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/depth_self_filter_nodelet.h b/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/depth_self_filter_nodelet.h index 6934c7f0ae..946e610958 100644 --- a/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/depth_self_filter_nodelet.h +++ b/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/depth_self_filter_nodelet.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/filter_job.h b/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/filter_job.h index 01b50ef7b1..6705905119 100644 --- a/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/filter_job.h +++ b/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/filter_job.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/gl_mesh.h b/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/gl_mesh.h index 02de95c7e9..d3f03044f8 100644 --- a/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/gl_mesh.h +++ b/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/gl_mesh.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/gl_renderer.h b/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/gl_renderer.h index 8832e874f5..d8e964cbc1 100644 --- a/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/gl_renderer.h +++ b/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/gl_renderer.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/mesh_filter.h b/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/mesh_filter.h index aa64e21c4e..8491e1031e 100644 --- a/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/mesh_filter.h +++ b/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/mesh_filter.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/mesh_filter_base.h b/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/mesh_filter_base.h index af27294caf..dac4ce8143 100644 --- a/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/mesh_filter_base.h +++ b/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/mesh_filter_base.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/sensor_model.h b/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/sensor_model.h index ec8ac0b1df..36eb2bbfbe 100644 --- a/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/sensor_model.h +++ b/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/sensor_model.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/stereo_camera_model.h b/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/stereo_camera_model.h index 58a5f4ef53..84f362a4f6 100644 --- a/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/stereo_camera_model.h +++ b/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/stereo_camera_model.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/transform_provider.h b/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/transform_provider.h index b00a502882..7975ea5384 100644 --- a/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/transform_provider.h +++ b/moveit_ros/perception/mesh_filter/include/moveit/mesh_filter/transform_provider.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/perception/point_containment_filter/include/moveit/point_containment_filter/shape_mask.h b/moveit_ros/perception/point_containment_filter/include/moveit/point_containment_filter/shape_mask.h index b8a32e7d50..3d5f11bfa1 100644 --- a/moveit_ros/perception/point_containment_filter/include/moveit/point_containment_filter/shape_mask.h +++ b/moveit_ros/perception/point_containment_filter/include/moveit/point_containment_filter/shape_mask.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/perception/pointcloud_octomap_updater/include/moveit/pointcloud_octomap_updater/pointcloud_octomap_updater.h b/moveit_ros/perception/pointcloud_octomap_updater/include/moveit/pointcloud_octomap_updater/pointcloud_octomap_updater.h index 2d51dea8a7..e078edde8c 100644 --- a/moveit_ros/perception/pointcloud_octomap_updater/include/moveit/pointcloud_octomap_updater/pointcloud_octomap_updater.h +++ b/moveit_ros/perception/pointcloud_octomap_updater/include/moveit/pointcloud_octomap_updater/pointcloud_octomap_updater.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/perception/semantic_world/include/moveit/semantic_world/semantic_world.h b/moveit_ros/perception/semantic_world/include/moveit/semantic_world/semantic_world.h index 6a59bacb08..97dea4c66a 100644 --- a/moveit_ros/perception/semantic_world/include/moveit/semantic_world/semantic_world.h +++ b/moveit_ros/perception/semantic_world/include/moveit/semantic_world/semantic_world.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/planning/collision_plugin_loader/include/moveit/collision_plugin_loader/collision_plugin_loader.h b/moveit_ros/planning/collision_plugin_loader/include/moveit/collision_plugin_loader/collision_plugin_loader.h index 48b28df3dd..10867ef3d5 100644 --- a/moveit_ros/planning/collision_plugin_loader/include/moveit/collision_plugin_loader/collision_plugin_loader.h +++ b/moveit_ros/planning/collision_plugin_loader/include/moveit/collision_plugin_loader/collision_plugin_loader.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/planning/constraint_sampler_manager_loader/include/moveit/constraint_sampler_manager_loader/constraint_sampler_manager_loader.h b/moveit_ros/planning/constraint_sampler_manager_loader/include/moveit/constraint_sampler_manager_loader/constraint_sampler_manager_loader.h index d1c37111cb..6c7259dce7 100644 --- a/moveit_ros/planning/constraint_sampler_manager_loader/include/moveit/constraint_sampler_manager_loader/constraint_sampler_manager_loader.h +++ b/moveit_ros/planning/constraint_sampler_manager_loader/include/moveit/constraint_sampler_manager_loader/constraint_sampler_manager_loader.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/planning/kinematics_plugin_loader/include/moveit/kinematics_plugin_loader/kinematics_plugin_loader.h b/moveit_ros/planning/kinematics_plugin_loader/include/moveit/kinematics_plugin_loader/kinematics_plugin_loader.h index fe9d9d8ef4..a9803a7726 100644 --- a/moveit_ros/planning/kinematics_plugin_loader/include/moveit/kinematics_plugin_loader/kinematics_plugin_loader.h +++ b/moveit_ros/planning/kinematics_plugin_loader/include/moveit/kinematics_plugin_loader/kinematics_plugin_loader.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/planning/moveit_cpp/include/moveit/moveit_cpp/moveit_cpp.h b/moveit_ros/planning/moveit_cpp/include/moveit/moveit_cpp/moveit_cpp.h index 74a6efd12c..52be4c198b 100644 --- a/moveit_ros/planning/moveit_cpp/include/moveit/moveit_cpp/moveit_cpp.h +++ b/moveit_ros/planning/moveit_cpp/include/moveit/moveit_cpp/moveit_cpp.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/planning/moveit_cpp/include/moveit/moveit_cpp/planning_component.h b/moveit_ros/planning/moveit_cpp/include/moveit/moveit_cpp/planning_component.h index 82c99aa655..6c089c3a4b 100644 --- a/moveit_ros/planning/moveit_cpp/include/moveit/moveit_cpp/planning_component.h +++ b/moveit_ros/planning/moveit_cpp/include/moveit/moveit_cpp/planning_component.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/planning/plan_execution/include/moveit/plan_execution/plan_execution.h b/moveit_ros/planning/plan_execution/include/moveit/plan_execution/plan_execution.h index a9f111687c..e3f62fb566 100644 --- a/moveit_ros/planning/plan_execution/include/moveit/plan_execution/plan_execution.h +++ b/moveit_ros/planning/plan_execution/include/moveit/plan_execution/plan_execution.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/planning/plan_execution/include/moveit/plan_execution/plan_representation.h b/moveit_ros/planning/plan_execution/include/moveit/plan_execution/plan_representation.h index 209cae31b5..05b1af9659 100644 --- a/moveit_ros/planning/plan_execution/include/moveit/plan_execution/plan_representation.h +++ b/moveit_ros/planning/plan_execution/include/moveit/plan_execution/plan_representation.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/planning/planning_pipeline/include/moveit/planning_pipeline/planning_pipeline.h b/moveit_ros/planning/planning_pipeline/include/moveit/planning_pipeline/planning_pipeline.h index afc72fb212..7106db6d10 100644 --- a/moveit_ros/planning/planning_pipeline/include/moveit/planning_pipeline/planning_pipeline.h +++ b/moveit_ros/planning/planning_pipeline/include/moveit/planning_pipeline/planning_pipeline.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/planning/planning_pipeline_interfaces/include/moveit/planning_pipeline_interfaces/plan_responses_container.h b/moveit_ros/planning/planning_pipeline_interfaces/include/moveit/planning_pipeline_interfaces/plan_responses_container.h index 7c18b123e1..5ab0fa0643 100644 --- a/moveit_ros/planning/planning_pipeline_interfaces/include/moveit/planning_pipeline_interfaces/plan_responses_container.h +++ b/moveit_ros/planning/planning_pipeline_interfaces/include/moveit/planning_pipeline_interfaces/plan_responses_container.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/planning/planning_pipeline_interfaces/include/moveit/planning_pipeline_interfaces/planning_pipeline_interfaces.h b/moveit_ros/planning/planning_pipeline_interfaces/include/moveit/planning_pipeline_interfaces/planning_pipeline_interfaces.h index 04bef95ac5..e797a51496 100644 --- a/moveit_ros/planning/planning_pipeline_interfaces/include/moveit/planning_pipeline_interfaces/planning_pipeline_interfaces.h +++ b/moveit_ros/planning/planning_pipeline_interfaces/include/moveit/planning_pipeline_interfaces/planning_pipeline_interfaces.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/planning/planning_pipeline_interfaces/include/moveit/planning_pipeline_interfaces/solution_selection_functions.h b/moveit_ros/planning/planning_pipeline_interfaces/include/moveit/planning_pipeline_interfaces/solution_selection_functions.h index 66baa7236f..1ab3c90ff9 100644 --- a/moveit_ros/planning/planning_pipeline_interfaces/include/moveit/planning_pipeline_interfaces/solution_selection_functions.h +++ b/moveit_ros/planning/planning_pipeline_interfaces/include/moveit/planning_pipeline_interfaces/solution_selection_functions.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/planning/planning_pipeline_interfaces/include/moveit/planning_pipeline_interfaces/stopping_criterion_functions.h b/moveit_ros/planning/planning_pipeline_interfaces/include/moveit/planning_pipeline_interfaces/stopping_criterion_functions.h index 1524500528..d5607b3f39 100644 --- a/moveit_ros/planning/planning_pipeline_interfaces/include/moveit/planning_pipeline_interfaces/stopping_criterion_functions.h +++ b/moveit_ros/planning/planning_pipeline_interfaces/include/moveit/planning_pipeline_interfaces/stopping_criterion_functions.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/planning/planning_scene_monitor/include/moveit/planning_scene_monitor/current_state_monitor.h b/moveit_ros/planning/planning_scene_monitor/include/moveit/planning_scene_monitor/current_state_monitor.h index 4cfe88100b..2e7bb4f87b 100644 --- a/moveit_ros/planning/planning_scene_monitor/include/moveit/planning_scene_monitor/current_state_monitor.h +++ b/moveit_ros/planning/planning_scene_monitor/include/moveit/planning_scene_monitor/current_state_monitor.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/planning/planning_scene_monitor/include/moveit/planning_scene_monitor/current_state_monitor_middleware_handle.h b/moveit_ros/planning/planning_scene_monitor/include/moveit/planning_scene_monitor/current_state_monitor_middleware_handle.h index d18a6e4ad6..515f7c4aaf 100644 --- a/moveit_ros/planning/planning_scene_monitor/include/moveit/planning_scene_monitor/current_state_monitor_middleware_handle.h +++ b/moveit_ros/planning/planning_scene_monitor/include/moveit/planning_scene_monitor/current_state_monitor_middleware_handle.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/planning/planning_scene_monitor/include/moveit/planning_scene_monitor/planning_scene_monitor.h b/moveit_ros/planning/planning_scene_monitor/include/moveit/planning_scene_monitor/planning_scene_monitor.h index c968bc632e..b9ea60230c 100644 --- a/moveit_ros/planning/planning_scene_monitor/include/moveit/planning_scene_monitor/planning_scene_monitor.h +++ b/moveit_ros/planning/planning_scene_monitor/include/moveit/planning_scene_monitor/planning_scene_monitor.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/planning/planning_scene_monitor/include/moveit/planning_scene_monitor/trajectory_monitor.h b/moveit_ros/planning/planning_scene_monitor/include/moveit/planning_scene_monitor/trajectory_monitor.h index 39c2e6aa63..4494a22fd3 100644 --- a/moveit_ros/planning/planning_scene_monitor/include/moveit/planning_scene_monitor/trajectory_monitor.h +++ b/moveit_ros/planning/planning_scene_monitor/include/moveit/planning_scene_monitor/trajectory_monitor.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/planning/planning_scene_monitor/include/moveit/planning_scene_monitor/trajectory_monitor_middleware_handle.h b/moveit_ros/planning/planning_scene_monitor/include/moveit/planning_scene_monitor/trajectory_monitor_middleware_handle.h index 0792db4e34..20fc112e29 100644 --- a/moveit_ros/planning/planning_scene_monitor/include/moveit/planning_scene_monitor/trajectory_monitor_middleware_handle.h +++ b/moveit_ros/planning/planning_scene_monitor/include/moveit/planning_scene_monitor/trajectory_monitor_middleware_handle.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/planning/rdf_loader/include/moveit/rdf_loader/rdf_loader.h b/moveit_ros/planning/rdf_loader/include/moveit/rdf_loader/rdf_loader.h index 4bef512b1d..f1172ccb2d 100644 --- a/moveit_ros/planning/rdf_loader/include/moveit/rdf_loader/rdf_loader.h +++ b/moveit_ros/planning/rdf_loader/include/moveit/rdf_loader/rdf_loader.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/planning/rdf_loader/include/moveit/rdf_loader/synchronized_string_parameter.h b/moveit_ros/planning/rdf_loader/include/moveit/rdf_loader/synchronized_string_parameter.h index 811c39f9ac..24969ed02e 100644 --- a/moveit_ros/planning/rdf_loader/include/moveit/rdf_loader/synchronized_string_parameter.h +++ b/moveit_ros/planning/rdf_loader/include/moveit/rdf_loader/synchronized_string_parameter.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/planning/robot_model_loader/include/moveit/robot_model_loader/robot_model_loader.h b/moveit_ros/planning/robot_model_loader/include/moveit/robot_model_loader/robot_model_loader.h index ba8b028043..6e826ee618 100644 --- a/moveit_ros/planning/robot_model_loader/include/moveit/robot_model_loader/robot_model_loader.h +++ b/moveit_ros/planning/robot_model_loader/include/moveit/robot_model_loader/robot_model_loader.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/planning/trajectory_execution_manager/include/moveit/trajectory_execution_manager/trajectory_execution_manager.h b/moveit_ros/planning/trajectory_execution_manager/include/moveit/trajectory_execution_manager/trajectory_execution_manager.h index 4155e62d50..0a1863d34e 100644 --- a/moveit_ros/planning/trajectory_execution_manager/include/moveit/trajectory_execution_manager/trajectory_execution_manager.h +++ b/moveit_ros/planning/trajectory_execution_manager/include/moveit/trajectory_execution_manager/trajectory_execution_manager.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/planning_interface/common_planning_interface_objects/include/moveit/common_planning_interface_objects/common_objects.h b/moveit_ros/planning_interface/common_planning_interface_objects/include/moveit/common_planning_interface_objects/common_objects.h index f3612f2133..2367e00a5b 100644 --- a/moveit_ros/planning_interface/common_planning_interface_objects/include/moveit/common_planning_interface_objects/common_objects.h +++ b/moveit_ros/planning_interface/common_planning_interface_objects/include/moveit/common_planning_interface_objects/common_objects.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/planning_interface/move_group_interface/include/moveit/move_group_interface/move_group_interface.h b/moveit_ros/planning_interface/move_group_interface/include/moveit/move_group_interface/move_group_interface.h index c55597400f..99547ced31 100644 --- a/moveit_ros/planning_interface/move_group_interface/include/moveit/move_group_interface/move_group_interface.h +++ b/moveit_ros/planning_interface/move_group_interface/include/moveit/move_group_interface/move_group_interface.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/planning_interface/planning_scene_interface/include/moveit/planning_scene_interface/planning_scene_interface.h b/moveit_ros/planning_interface/planning_scene_interface/include/moveit/planning_scene_interface/planning_scene_interface.h index 330269b521..fc014269d9 100644 --- a/moveit_ros/planning_interface/planning_scene_interface/include/moveit/planning_scene_interface/planning_scene_interface.h +++ b/moveit_ros/planning_interface/planning_scene_interface/include/moveit/planning_scene_interface/planning_scene_interface.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/robot_interaction/include/moveit/robot_interaction/interaction.h b/moveit_ros/robot_interaction/include/moveit/robot_interaction/interaction.h index ea4815f092..11f7631883 100644 --- a/moveit_ros/robot_interaction/include/moveit/robot_interaction/interaction.h +++ b/moveit_ros/robot_interaction/include/moveit/robot_interaction/interaction.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/robot_interaction/include/moveit/robot_interaction/interaction_handler.h b/moveit_ros/robot_interaction/include/moveit/robot_interaction/interaction_handler.h index 392886b4cf..dd16a14ff0 100644 --- a/moveit_ros/robot_interaction/include/moveit/robot_interaction/interaction_handler.h +++ b/moveit_ros/robot_interaction/include/moveit/robot_interaction/interaction_handler.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/robot_interaction/include/moveit/robot_interaction/interactive_marker_helpers.h b/moveit_ros/robot_interaction/include/moveit/robot_interaction/interactive_marker_helpers.h index 4e5528fb47..e186be35e7 100644 --- a/moveit_ros/robot_interaction/include/moveit/robot_interaction/interactive_marker_helpers.h +++ b/moveit_ros/robot_interaction/include/moveit/robot_interaction/interactive_marker_helpers.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/robot_interaction/include/moveit/robot_interaction/kinematic_options.h b/moveit_ros/robot_interaction/include/moveit/robot_interaction/kinematic_options.h index ed4cf0f624..bc3979c334 100644 --- a/moveit_ros/robot_interaction/include/moveit/robot_interaction/kinematic_options.h +++ b/moveit_ros/robot_interaction/include/moveit/robot_interaction/kinematic_options.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/robot_interaction/include/moveit/robot_interaction/kinematic_options_map.h b/moveit_ros/robot_interaction/include/moveit/robot_interaction/kinematic_options_map.h index c9d0ee92de..e802e3c63f 100644 --- a/moveit_ros/robot_interaction/include/moveit/robot_interaction/kinematic_options_map.h +++ b/moveit_ros/robot_interaction/include/moveit/robot_interaction/kinematic_options_map.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/robot_interaction/include/moveit/robot_interaction/locked_robot_state.h b/moveit_ros/robot_interaction/include/moveit/robot_interaction/locked_robot_state.h index c5812b38e6..b786fd5ad4 100644 --- a/moveit_ros/robot_interaction/include/moveit/robot_interaction/locked_robot_state.h +++ b/moveit_ros/robot_interaction/include/moveit/robot_interaction/locked_robot_state.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/robot_interaction/include/moveit/robot_interaction/robot_interaction.h b/moveit_ros/robot_interaction/include/moveit/robot_interaction/robot_interaction.h index c0992df00d..2a6ff0236a 100644 --- a/moveit_ros/robot_interaction/include/moveit/robot_interaction/robot_interaction.h +++ b/moveit_ros/robot_interaction/include/moveit/robot_interaction/robot_interaction.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/tests/include/parameter_name_list.h b/moveit_ros/tests/include/parameter_name_list.h index aa065e0e12..2bc307da12 100644 --- a/moveit_ros/tests/include/parameter_name_list.h +++ b/moveit_ros/tests/include/parameter_name_list.h @@ -1,4 +1,5 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py + /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/trajectory_cache/include/moveit/trajectory_cache/trajectory_cache.h b/moveit_ros/trajectory_cache/include/moveit/trajectory_cache/trajectory_cache.h index 3c193ab515..da046322d6 100644 --- a/moveit_ros/trajectory_cache/include/moveit/trajectory_cache/trajectory_cache.h +++ b/moveit_ros/trajectory_cache/include/moveit/trajectory_cache/trajectory_cache.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py // Copyright 2024 Intrinsic Innovation LLC. // diff --git a/moveit_ros/visualization/motion_planning_rviz_plugin/include/moveit/motion_planning_rviz_plugin/interactive_marker_display.h b/moveit_ros/visualization/motion_planning_rviz_plugin/include/moveit/motion_planning_rviz_plugin/interactive_marker_display.h index 127b36803d..9c5a0d8d51 100644 --- a/moveit_ros/visualization/motion_planning_rviz_plugin/include/moveit/motion_planning_rviz_plugin/interactive_marker_display.h +++ b/moveit_ros/visualization/motion_planning_rviz_plugin/include/moveit/motion_planning_rviz_plugin/interactive_marker_display.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /* * Copyright (c) 2008, Willow Garage, Inc. diff --git a/moveit_ros/visualization/motion_planning_rviz_plugin/include/moveit/motion_planning_rviz_plugin/motion_planning_display.h b/moveit_ros/visualization/motion_planning_rviz_plugin/include/moveit/motion_planning_rviz_plugin/motion_planning_display.h index 59df71ad3c..cd23d28c26 100644 --- a/moveit_ros/visualization/motion_planning_rviz_plugin/include/moveit/motion_planning_rviz_plugin/motion_planning_display.h +++ b/moveit_ros/visualization/motion_planning_rviz_plugin/include/moveit/motion_planning_rviz_plugin/motion_planning_display.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/visualization/motion_planning_rviz_plugin/include/moveit/motion_planning_rviz_plugin/motion_planning_frame.h b/moveit_ros/visualization/motion_planning_rviz_plugin/include/moveit/motion_planning_rviz_plugin/motion_planning_frame.h index 1d5ba0c1d2..c7ee73240f 100644 --- a/moveit_ros/visualization/motion_planning_rviz_plugin/include/moveit/motion_planning_rviz_plugin/motion_planning_frame.h +++ b/moveit_ros/visualization/motion_planning_rviz_plugin/include/moveit/motion_planning_rviz_plugin/motion_planning_frame.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/visualization/motion_planning_rviz_plugin/include/moveit/motion_planning_rviz_plugin/motion_planning_frame_joints_widget.h b/moveit_ros/visualization/motion_planning_rviz_plugin/include/moveit/motion_planning_rviz_plugin/motion_planning_frame_joints_widget.h index 3c4adab291..b8eb29431e 100644 --- a/moveit_ros/visualization/motion_planning_rviz_plugin/include/moveit/motion_planning_rviz_plugin/motion_planning_frame_joints_widget.h +++ b/moveit_ros/visualization/motion_planning_rviz_plugin/include/moveit/motion_planning_rviz_plugin/motion_planning_frame_joints_widget.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/visualization/motion_planning_rviz_plugin/include/moveit/motion_planning_rviz_plugin/motion_planning_param_widget.h b/moveit_ros/visualization/motion_planning_rviz_plugin/include/moveit/motion_planning_rviz_plugin/motion_planning_param_widget.h index 761e2b3d3f..62500a8220 100644 --- a/moveit_ros/visualization/motion_planning_rviz_plugin/include/moveit/motion_planning_rviz_plugin/motion_planning_param_widget.h +++ b/moveit_ros/visualization/motion_planning_rviz_plugin/include/moveit/motion_planning_rviz_plugin/motion_planning_param_widget.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/visualization/planning_scene_rviz_plugin/include/moveit/planning_scene_rviz_plugin/background_processing.h b/moveit_ros/visualization/planning_scene_rviz_plugin/include/moveit/planning_scene_rviz_plugin/background_processing.h index 63dd61ffa3..6251771f46 100644 --- a/moveit_ros/visualization/planning_scene_rviz_plugin/include/moveit/planning_scene_rviz_plugin/background_processing.h +++ b/moveit_ros/visualization/planning_scene_rviz_plugin/include/moveit/planning_scene_rviz_plugin/background_processing.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/visualization/planning_scene_rviz_plugin/include/moveit/planning_scene_rviz_plugin/planning_scene_display.h b/moveit_ros/visualization/planning_scene_rviz_plugin/include/moveit/planning_scene_rviz_plugin/planning_scene_display.h index a1e5b39f99..4489c97db7 100644 --- a/moveit_ros/visualization/planning_scene_rviz_plugin/include/moveit/planning_scene_rviz_plugin/planning_scene_display.h +++ b/moveit_ros/visualization/planning_scene_rviz_plugin/include/moveit/planning_scene_rviz_plugin/planning_scene_display.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/visualization/robot_state_rviz_plugin/include/moveit/robot_state_rviz_plugin/robot_state_display.h b/moveit_ros/visualization/robot_state_rviz_plugin/include/moveit/robot_state_rviz_plugin/robot_state_display.h index 897a8a6eca..0223608580 100644 --- a/moveit_ros/visualization/robot_state_rviz_plugin/include/moveit/robot_state_rviz_plugin/robot_state_display.h +++ b/moveit_ros/visualization/robot_state_rviz_plugin/include/moveit/robot_state_rviz_plugin/robot_state_display.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/visualization/rviz_plugin_render_tools/include/moveit/rviz_plugin_render_tools/octomap_render.h b/moveit_ros/visualization/rviz_plugin_render_tools/include/moveit/rviz_plugin_render_tools/octomap_render.h index d966a246de..f0ec0a9e04 100644 --- a/moveit_ros/visualization/rviz_plugin_render_tools/include/moveit/rviz_plugin_render_tools/octomap_render.h +++ b/moveit_ros/visualization/rviz_plugin_render_tools/include/moveit/rviz_plugin_render_tools/octomap_render.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/visualization/rviz_plugin_render_tools/include/moveit/rviz_plugin_render_tools/planning_link_updater.h b/moveit_ros/visualization/rviz_plugin_render_tools/include/moveit/rviz_plugin_render_tools/planning_link_updater.h index 1316751d95..0fa1d1a7e4 100644 --- a/moveit_ros/visualization/rviz_plugin_render_tools/include/moveit/rviz_plugin_render_tools/planning_link_updater.h +++ b/moveit_ros/visualization/rviz_plugin_render_tools/include/moveit/rviz_plugin_render_tools/planning_link_updater.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/visualization/rviz_plugin_render_tools/include/moveit/rviz_plugin_render_tools/planning_scene_render.h b/moveit_ros/visualization/rviz_plugin_render_tools/include/moveit/rviz_plugin_render_tools/planning_scene_render.h index 8624e942de..19b0d68dc7 100644 --- a/moveit_ros/visualization/rviz_plugin_render_tools/include/moveit/rviz_plugin_render_tools/planning_scene_render.h +++ b/moveit_ros/visualization/rviz_plugin_render_tools/include/moveit/rviz_plugin_render_tools/planning_scene_render.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/visualization/rviz_plugin_render_tools/include/moveit/rviz_plugin_render_tools/render_shapes.h b/moveit_ros/visualization/rviz_plugin_render_tools/include/moveit/rviz_plugin_render_tools/render_shapes.h index 0ce814312c..7eecb64aae 100644 --- a/moveit_ros/visualization/rviz_plugin_render_tools/include/moveit/rviz_plugin_render_tools/render_shapes.h +++ b/moveit_ros/visualization/rviz_plugin_render_tools/include/moveit/rviz_plugin_render_tools/render_shapes.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/visualization/rviz_plugin_render_tools/include/moveit/rviz_plugin_render_tools/robot_state_visualization.h b/moveit_ros/visualization/rviz_plugin_render_tools/include/moveit/rviz_plugin_render_tools/robot_state_visualization.h index 0adc7ab31d..114e1361cb 100644 --- a/moveit_ros/visualization/rviz_plugin_render_tools/include/moveit/rviz_plugin_render_tools/robot_state_visualization.h +++ b/moveit_ros/visualization/rviz_plugin_render_tools/include/moveit/rviz_plugin_render_tools/robot_state_visualization.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/visualization/rviz_plugin_render_tools/include/moveit/rviz_plugin_render_tools/trajectory_panel.h b/moveit_ros/visualization/rviz_plugin_render_tools/include/moveit/rviz_plugin_render_tools/trajectory_panel.h index feb1400e4b..49e90558eb 100644 --- a/moveit_ros/visualization/rviz_plugin_render_tools/include/moveit/rviz_plugin_render_tools/trajectory_panel.h +++ b/moveit_ros/visualization/rviz_plugin_render_tools/include/moveit/rviz_plugin_render_tools/trajectory_panel.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/visualization/rviz_plugin_render_tools/include/moveit/rviz_plugin_render_tools/trajectory_visualization.h b/moveit_ros/visualization/rviz_plugin_render_tools/include/moveit/rviz_plugin_render_tools/trajectory_visualization.h index a542878632..32a4f4f734 100644 --- a/moveit_ros/visualization/rviz_plugin_render_tools/include/moveit/rviz_plugin_render_tools/trajectory_visualization.h +++ b/moveit_ros/visualization/rviz_plugin_render_tools/include/moveit/rviz_plugin_render_tools/trajectory_visualization.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/visualization/rviz_plugin_render_tools/include/ogre_helpers/mesh_shape.h b/moveit_ros/visualization/rviz_plugin_render_tools/include/ogre_helpers/mesh_shape.h index 40aab1a5d6..c3acb69a62 100644 --- a/moveit_ros/visualization/rviz_plugin_render_tools/include/ogre_helpers/mesh_shape.h +++ b/moveit_ros/visualization/rviz_plugin_render_tools/include/ogre_helpers/mesh_shape.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /* * Copyright (c) 2008, Willow Garage, Inc. diff --git a/moveit_ros/visualization/trajectory_rviz_plugin/include/moveit/trajectory_rviz_plugin/trajectory_display.h b/moveit_ros/visualization/trajectory_rviz_plugin/include/moveit/trajectory_rviz_plugin/trajectory_display.h index 34d1101690..5b07a99568 100644 --- a/moveit_ros/visualization/trajectory_rviz_plugin/include/moveit/trajectory_rviz_plugin/trajectory_display.h +++ b/moveit_ros/visualization/trajectory_rviz_plugin/include/moveit/trajectory_rviz_plugin/trajectory_display.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/warehouse/include/moveit/warehouse/constraints_storage.h b/moveit_ros/warehouse/include/moveit/warehouse/constraints_storage.h index 577ab40a49..438e342a3d 100644 --- a/moveit_ros/warehouse/include/moveit/warehouse/constraints_storage.h +++ b/moveit_ros/warehouse/include/moveit/warehouse/constraints_storage.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/warehouse/include/moveit/warehouse/moveit_message_storage.h b/moveit_ros/warehouse/include/moveit/warehouse/moveit_message_storage.h index f12b9edecf..c7e27ebf39 100644 --- a/moveit_ros/warehouse/include/moveit/warehouse/moveit_message_storage.h +++ b/moveit_ros/warehouse/include/moveit/warehouse/moveit_message_storage.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/warehouse/include/moveit/warehouse/planning_scene_storage.h b/moveit_ros/warehouse/include/moveit/warehouse/planning_scene_storage.h index f7a5584261..b34bdba411 100644 --- a/moveit_ros/warehouse/include/moveit/warehouse/planning_scene_storage.h +++ b/moveit_ros/warehouse/include/moveit/warehouse/planning_scene_storage.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/warehouse/include/moveit/warehouse/planning_scene_world_storage.h b/moveit_ros/warehouse/include/moveit/warehouse/planning_scene_world_storage.h index b06ebb699b..b56789341b 100644 --- a/moveit_ros/warehouse/include/moveit/warehouse/planning_scene_world_storage.h +++ b/moveit_ros/warehouse/include/moveit/warehouse/planning_scene_world_storage.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/warehouse/include/moveit/warehouse/state_storage.h b/moveit_ros/warehouse/include/moveit/warehouse/state_storage.h index d3946532f5..1a547f3f3c 100644 --- a/moveit_ros/warehouse/include/moveit/warehouse/state_storage.h +++ b/moveit_ros/warehouse/include/moveit/warehouse/state_storage.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/warehouse/include/moveit/warehouse/trajectory_constraints_storage.h b/moveit_ros/warehouse/include/moveit/warehouse/trajectory_constraints_storage.h index 41061f7cbf..e88c776cb4 100644 --- a/moveit_ros/warehouse/include/moveit/warehouse/trajectory_constraints_storage.h +++ b/moveit_ros/warehouse/include/moveit/warehouse/trajectory_constraints_storage.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_ros/warehouse/include/moveit/warehouse/warehouse_connector.h b/moveit_ros/warehouse/include/moveit/warehouse/warehouse_connector.h index 825175e9de..2fd3c2c72b 100644 --- a/moveit_ros/warehouse/include/moveit/warehouse/warehouse_connector.h +++ b/moveit_ros/warehouse/include/moveit/warehouse/warehouse_connector.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_app_plugins/include/moveit_setup_app_plugins/launch_bundle.h b/moveit_setup_assistant/moveit_setup_app_plugins/include/moveit_setup_app_plugins/launch_bundle.h index 2e43b89db2..7e4aa488b7 100644 --- a/moveit_setup_assistant/moveit_setup_app_plugins/include/moveit_setup_app_plugins/launch_bundle.h +++ b/moveit_setup_assistant/moveit_setup_app_plugins/include/moveit_setup_app_plugins/launch_bundle.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_app_plugins/include/moveit_setup_app_plugins/launches.h b/moveit_setup_assistant/moveit_setup_app_plugins/include/moveit_setup_app_plugins/launches.h index 366beb853c..e9fbf96a8c 100644 --- a/moveit_setup_assistant/moveit_setup_app_plugins/include/moveit_setup_app_plugins/launches.h +++ b/moveit_setup_assistant/moveit_setup_app_plugins/include/moveit_setup_app_plugins/launches.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_app_plugins/include/moveit_setup_app_plugins/launches_config.h b/moveit_setup_assistant/moveit_setup_app_plugins/include/moveit_setup_app_plugins/launches_config.h index 38342c56dd..d6d0a32ac8 100644 --- a/moveit_setup_assistant/moveit_setup_app_plugins/include/moveit_setup_app_plugins/launches_config.h +++ b/moveit_setup_assistant/moveit_setup_app_plugins/include/moveit_setup_app_plugins/launches_config.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_app_plugins/include/moveit_setup_app_plugins/launches_widget.h b/moveit_setup_assistant/moveit_setup_app_plugins/include/moveit_setup_app_plugins/launches_widget.h index eb3f96db93..dbce78db54 100644 --- a/moveit_setup_assistant/moveit_setup_app_plugins/include/moveit_setup_app_plugins/launches_widget.h +++ b/moveit_setup_assistant/moveit_setup_app_plugins/include/moveit_setup_app_plugins/launches_widget.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_app_plugins/include/moveit_setup_app_plugins/perception.h b/moveit_setup_assistant/moveit_setup_app_plugins/include/moveit_setup_app_plugins/perception.h index ef345878e2..ecc43898c6 100644 --- a/moveit_setup_assistant/moveit_setup_app_plugins/include/moveit_setup_app_plugins/perception.h +++ b/moveit_setup_assistant/moveit_setup_app_plugins/include/moveit_setup_app_plugins/perception.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_app_plugins/include/moveit_setup_app_plugins/perception_config.h b/moveit_setup_assistant/moveit_setup_app_plugins/include/moveit_setup_app_plugins/perception_config.h index 98eee2283d..674fe4135c 100644 --- a/moveit_setup_assistant/moveit_setup_app_plugins/include/moveit_setup_app_plugins/perception_config.h +++ b/moveit_setup_assistant/moveit_setup_app_plugins/include/moveit_setup_app_plugins/perception_config.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_app_plugins/include/moveit_setup_app_plugins/perception_widget.h b/moveit_setup_assistant/moveit_setup_app_plugins/include/moveit_setup_app_plugins/perception_widget.h index ac83baedbd..5a860a983b 100644 --- a/moveit_setup_assistant/moveit_setup_app_plugins/include/moveit_setup_app_plugins/perception_widget.h +++ b/moveit_setup_assistant/moveit_setup_app_plugins/include/moveit_setup_app_plugins/perception_widget.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_assistant/include/moveit_setup_assistant/navigation_widget.h b/moveit_setup_assistant/moveit_setup_assistant/include/moveit_setup_assistant/navigation_widget.h index 45f878256d..5c2d2cb551 100644 --- a/moveit_setup_assistant/moveit_setup_assistant/include/moveit_setup_assistant/navigation_widget.h +++ b/moveit_setup_assistant/moveit_setup_assistant/include/moveit_setup_assistant/navigation_widget.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_assistant/include/moveit_setup_assistant/setup_assistant_widget.h b/moveit_setup_assistant/moveit_setup_assistant/include/moveit_setup_assistant/setup_assistant_widget.h index 24ff1576b7..a0e51ad1ed 100644 --- a/moveit_setup_assistant/moveit_setup_assistant/include/moveit_setup_assistant/setup_assistant_widget.h +++ b/moveit_setup_assistant/moveit_setup_assistant/include/moveit_setup_assistant/setup_assistant_widget.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/control_xacro_config.h b/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/control_xacro_config.h index 0bb89549e9..ed33c57b8a 100644 --- a/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/control_xacro_config.h +++ b/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/control_xacro_config.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/controller_edit_widget.h b/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/controller_edit_widget.h index f62776370c..f71f7f921f 100644 --- a/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/controller_edit_widget.h +++ b/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/controller_edit_widget.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/controllers.h b/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/controllers.h index c554d9b5ed..9ada360418 100644 --- a/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/controllers.h +++ b/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/controllers.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/controllers_config.h b/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/controllers_config.h index 6398bbb91a..abc433642e 100644 --- a/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/controllers_config.h +++ b/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/controllers_config.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/controllers_widget.h b/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/controllers_widget.h index 8ca21f75d6..1747028628 100644 --- a/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/controllers_widget.h +++ b/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/controllers_widget.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/included_xacro_config.h b/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/included_xacro_config.h index 84177205da..0f279178bf 100644 --- a/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/included_xacro_config.h +++ b/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/included_xacro_config.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/modified_urdf_config.h b/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/modified_urdf_config.h index 1df30c1d49..673fd16e33 100644 --- a/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/modified_urdf_config.h +++ b/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/modified_urdf_config.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/moveit_controllers.h b/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/moveit_controllers.h index fb1d3d413b..fa333b191b 100644 --- a/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/moveit_controllers.h +++ b/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/moveit_controllers.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/moveit_controllers_config.h b/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/moveit_controllers_config.h index 1196bb1223..84a9adfc56 100644 --- a/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/moveit_controllers_config.h +++ b/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/moveit_controllers_config.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/ros2_controllers.h b/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/ros2_controllers.h index 5c6a5a7364..6219447841 100644 --- a/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/ros2_controllers.h +++ b/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/ros2_controllers.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/ros2_controllers_config.h b/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/ros2_controllers_config.h index e473047b50..be7893a5fd 100644 --- a/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/ros2_controllers_config.h +++ b/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/ros2_controllers_config.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/urdf_modifications.h b/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/urdf_modifications.h index d5eb9ff70a..92d6d79ca3 100644 --- a/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/urdf_modifications.h +++ b/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/urdf_modifications.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/urdf_modifications_widget.h b/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/urdf_modifications_widget.h index 62169b1846..131bdfc222 100644 --- a/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/urdf_modifications_widget.h +++ b/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/urdf_modifications_widget.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_core_plugins/include/moveit_setup_core_plugins/author_information.h b/moveit_setup_assistant/moveit_setup_core_plugins/include/moveit_setup_core_plugins/author_information.h index 46ad9305ec..8bd25faa22 100644 --- a/moveit_setup_assistant/moveit_setup_core_plugins/include/moveit_setup_core_plugins/author_information.h +++ b/moveit_setup_assistant/moveit_setup_core_plugins/include/moveit_setup_core_plugins/author_information.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_core_plugins/include/moveit_setup_core_plugins/author_information_widget.h b/moveit_setup_assistant/moveit_setup_core_plugins/include/moveit_setup_core_plugins/author_information_widget.h index 75df4663e6..7a776e0302 100644 --- a/moveit_setup_assistant/moveit_setup_core_plugins/include/moveit_setup_core_plugins/author_information_widget.h +++ b/moveit_setup_assistant/moveit_setup_core_plugins/include/moveit_setup_core_plugins/author_information_widget.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_core_plugins/include/moveit_setup_core_plugins/configuration_files.h b/moveit_setup_assistant/moveit_setup_core_plugins/include/moveit_setup_core_plugins/configuration_files.h index 69adfd0b1c..2530c6dacf 100644 --- a/moveit_setup_assistant/moveit_setup_core_plugins/include/moveit_setup_core_plugins/configuration_files.h +++ b/moveit_setup_assistant/moveit_setup_core_plugins/include/moveit_setup_core_plugins/configuration_files.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_core_plugins/include/moveit_setup_core_plugins/configuration_files_widget.h b/moveit_setup_assistant/moveit_setup_core_plugins/include/moveit_setup_core_plugins/configuration_files_widget.h index f2bdde815e..7ef7ca3794 100644 --- a/moveit_setup_assistant/moveit_setup_core_plugins/include/moveit_setup_core_plugins/configuration_files_widget.h +++ b/moveit_setup_assistant/moveit_setup_core_plugins/include/moveit_setup_core_plugins/configuration_files_widget.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_core_plugins/include/moveit_setup_core_plugins/start_screen.h b/moveit_setup_assistant/moveit_setup_core_plugins/include/moveit_setup_core_plugins/start_screen.h index 4615293d29..8b0fe02c27 100644 --- a/moveit_setup_assistant/moveit_setup_core_plugins/include/moveit_setup_core_plugins/start_screen.h +++ b/moveit_setup_assistant/moveit_setup_core_plugins/include/moveit_setup_core_plugins/start_screen.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_core_plugins/include/moveit_setup_core_plugins/start_screen_widget.h b/moveit_setup_assistant/moveit_setup_core_plugins/include/moveit_setup_core_plugins/start_screen_widget.h index c53da02446..8ea6c9b753 100644 --- a/moveit_setup_assistant/moveit_setup_core_plugins/include/moveit_setup_core_plugins/start_screen_widget.h +++ b/moveit_setup_assistant/moveit_setup_core_plugins/include/moveit_setup_core_plugins/start_screen_widget.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/config.h b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/config.h index 390a96073b..d89217b948 100644 --- a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/config.h +++ b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/config.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/data/package_settings_config.h b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/data/package_settings_config.h index 3c11ad1929..236f5befe4 100644 --- a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/data/package_settings_config.h +++ b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/data/package_settings_config.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/data/srdf_config.h b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/data/srdf_config.h index c24a63ed8e..f0bc016767 100644 --- a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/data/srdf_config.h +++ b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/data/srdf_config.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/data/urdf_config.h b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/data/urdf_config.h index 393e276630..c811e7e0ee 100644 --- a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/data/urdf_config.h +++ b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/data/urdf_config.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/data_warehouse.h b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/data_warehouse.h index d50fe55346..2bb1db533e 100644 --- a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/data_warehouse.h +++ b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/data_warehouse.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/generated_file.h b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/generated_file.h index c9a5db012a..c170ec6efd 100644 --- a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/generated_file.h +++ b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/generated_file.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/generated_time.h b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/generated_time.h index 6ec71b3a2a..05431a674b 100644 --- a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/generated_time.h +++ b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/generated_time.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/qt/double_list_widget.h b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/qt/double_list_widget.h index 4fa521fb68..79927f2725 100644 --- a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/qt/double_list_widget.h +++ b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/qt/double_list_widget.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/qt/helper_widgets.h b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/qt/helper_widgets.h index ae90d03442..c5370b4725 100644 --- a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/qt/helper_widgets.h +++ b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/qt/helper_widgets.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/qt/rviz_panel.h b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/qt/rviz_panel.h index 582cc68831..523872683e 100644 --- a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/qt/rviz_panel.h +++ b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/qt/rviz_panel.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/qt/setup_step_widget.h b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/qt/setup_step_widget.h index e71ef399c6..6892c15540 100644 --- a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/qt/setup_step_widget.h +++ b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/qt/setup_step_widget.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/qt/xml_syntax_highlighter.h b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/qt/xml_syntax_highlighter.h index 4a8a0b1388..5ded47360a 100644 --- a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/qt/xml_syntax_highlighter.h +++ b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/qt/xml_syntax_highlighter.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/setup_step.h b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/setup_step.h index 5e921d3e33..5d9694c2ca 100644 --- a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/setup_step.h +++ b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/setup_step.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/templates.h b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/templates.h index 950e91556b..f5d15dd479 100644 --- a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/templates.h +++ b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/templates.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/testing_utils.h b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/testing_utils.h index 4c5c1eb807..c79574db2f 100644 --- a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/testing_utils.h +++ b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/testing_utils.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/utilities.h b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/utilities.h index 81d44828b2..fc03d0a9bc 100644 --- a/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/utilities.h +++ b/moveit_setup_assistant/moveit_setup_framework/include/moveit_setup_framework/utilities.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_simulation/include/moveit_setup_simulation/simulation.h b/moveit_setup_assistant/moveit_setup_simulation/include/moveit_setup_simulation/simulation.h index 3b882053d0..e99c122d1c 100644 --- a/moveit_setup_assistant/moveit_setup_simulation/include/moveit_setup_simulation/simulation.h +++ b/moveit_setup_assistant/moveit_setup_simulation/include/moveit_setup_simulation/simulation.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_simulation/include/moveit_setup_simulation/simulation_widget.h b/moveit_setup_assistant/moveit_setup_simulation/include/moveit_setup_simulation/simulation_widget.h index b353e3b699..155740b1fb 100644 --- a/moveit_setup_assistant/moveit_setup_simulation/include/moveit_setup_simulation/simulation_widget.h +++ b/moveit_setup_assistant/moveit_setup_simulation/include/moveit_setup_simulation/simulation_widget.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/collision_linear_model.h b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/collision_linear_model.h index db7b396e57..9820974bc9 100644 --- a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/collision_linear_model.h +++ b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/collision_linear_model.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/collision_matrix_model.h b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/collision_matrix_model.h index 875df207e4..f47ed4adac 100644 --- a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/collision_matrix_model.h +++ b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/collision_matrix_model.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/compute_default_collisions.h b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/compute_default_collisions.h index e0ff4457c0..19effe012e 100644 --- a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/compute_default_collisions.h +++ b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/compute_default_collisions.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/default_collisions.h b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/default_collisions.h index 823b6cc5c8..a378ebb7a2 100644 --- a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/default_collisions.h +++ b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/default_collisions.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/default_collisions_widget.h b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/default_collisions_widget.h index 8da3914fb1..5aac2d9346 100644 --- a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/default_collisions_widget.h +++ b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/default_collisions_widget.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/end_effectors.h b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/end_effectors.h index 0dc085d556..1b8f537562 100644 --- a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/end_effectors.h +++ b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/end_effectors.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/end_effectors_widget.h b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/end_effectors_widget.h index d0d3998039..0c6b0b3881 100644 --- a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/end_effectors_widget.h +++ b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/end_effectors_widget.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/group_edit_widget.h b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/group_edit_widget.h index b8ce516ad6..16875b3104 100644 --- a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/group_edit_widget.h +++ b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/group_edit_widget.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/group_meta_config.h b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/group_meta_config.h index fdf4de54e2..7367dd60f1 100644 --- a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/group_meta_config.h +++ b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/group_meta_config.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/kinematic_chain_widget.h b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/kinematic_chain_widget.h index 6f44c9eda1..246da3d7c3 100644 --- a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/kinematic_chain_widget.h +++ b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/kinematic_chain_widget.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/passive_joints.h b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/passive_joints.h index b91f86e5cc..67a2f10b36 100644 --- a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/passive_joints.h +++ b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/passive_joints.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/passive_joints_widget.h b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/passive_joints_widget.h index 0b4669b21a..02cc1ad029 100644 --- a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/passive_joints_widget.h +++ b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/passive_joints_widget.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/planning_groups.h b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/planning_groups.h index 51f179cbcf..d53ecfa980 100644 --- a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/planning_groups.h +++ b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/planning_groups.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/planning_groups_widget.h b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/planning_groups_widget.h index cd6d2d4cf7..c993cd81cb 100644 --- a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/planning_groups_widget.h +++ b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/planning_groups_widget.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/robot_poses.h b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/robot_poses.h index 6a2621c9c4..a53241e51b 100644 --- a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/robot_poses.h +++ b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/robot_poses.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/robot_poses_widget.h b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/robot_poses_widget.h index a4edfe5f2a..cbbd6d8ce3 100644 --- a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/robot_poses_widget.h +++ b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/robot_poses_widget.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/rotated_header_view.h b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/rotated_header_view.h index 1a980fdc5d..abc715d8ba 100644 --- a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/rotated_header_view.h +++ b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/rotated_header_view.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/srdf_step.h b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/srdf_step.h index dd7daea414..9d9d2554bb 100644 --- a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/srdf_step.h +++ b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/srdf_step.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/virtual_joints.h b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/virtual_joints.h index 3a2097394c..95d18097d0 100644 --- a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/virtual_joints.h +++ b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/virtual_joints.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License) diff --git a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/virtual_joints_widget.h b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/virtual_joints_widget.h index d5f8fdfd65..cd7f9332cb 100644 --- a/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/virtual_joints_widget.h +++ b/moveit_setup_assistant/moveit_setup_srdf_plugins/include/moveit_setup_srdf_plugins/virtual_joints_widget.h @@ -1,4 +1,4 @@ -This file was autogenerated by / root / ws_moveit / src / moveit2 /./ moveit / scripts / create_deprecated_headers.py +/* This file was autogenerated by create_deprecated_headers.py /********************************************************************* * Software License Agreement (BSD License)