File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
cx_ros_comm_gen/templates Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11<class_libraries >
22 <library path =" cx_config_plugin" >
33 <class type =" cx::ConfigPlugin" base_class_type =" cx::ClipsPlugin" >
4- <description >Clips Plugin providing yaml configurations</description >
4+ <description >CLIPS Plugin providing yaml configurations</description >
55 </class >
66 </library >
77</class_libraries >
Original file line number Diff line number Diff line change 11<class_libraries >
22 <library path =" cx_file_load_plugin" >
33 <class type =" cx::FileLoadPlugin" base_class_type =" cx::ClipsPlugin" >
4- <description >File load plugin to run user-defined clips code. </description >
4+ <description >CLIPS plugin that can load CLIPS code via load* and batch* </description >
55 </class >
66 </library >
77</class_libraries >
Original file line number Diff line number Diff line change 33<package format =" 3" >
44 <name >cx_protobuf_plugin</name >
55 <version >0.1.0</version >
6- <description >Consists of all plugins that provide functionality to CLIPS and an implemented manager unit </description >
6+ <description >CX plugin to send and receive protobuf messages </description >
77
88 <maintainer email =" viehmann@kbsg.rwth-aachen.de" >Tarik Viehmann</maintainer >
99
10- <license >GPLv2+ license </license >
10+ <license >GPL-2.0-or-later </license >
1111
1212 <buildtool_depend >ament_cmake</buildtool_depend >
1313
Original file line number Diff line number Diff line change 11<class_libraries >
22 <library path =" cx_protobuf_plugin" >
33 <class type =" cx::ProtobufPlugin" base_class_type =" cx::ClipsPlugin" >
4- <description >Clips Plugin providing Protobuf-based communication</description >
4+ <description >CLIPS Plugin providing Protobuf-based communication</description >
55 </class >
66 </library >
77</class_libraries >
Original file line number Diff line number Diff line change 22<class_libraries >
33 <library path =" {{name_snake}}" >
44 <class type =" cx::{{name_camel}}" base_class_type =" cx::ClipsPlugin" >
5- <description >Clips Plugin that extends the ProtobufPlugin by custom messages linked at compile-time</description >
5+ <description >CLIPS Plugin that extends the ProtobufPlugin by custom messages linked at compile-time</description >
66 </class >
77 </library >
88</class_libraries >
Original file line number Diff line number Diff line change 11<class_libraries >
22 <library path =" cx_ros_msgs_plugin" >
33 <class type =" cx::RosMsgsPlugin" base_class_type =" cx::ClipsPlugin" >
4- <description >RosMsg plugin to test pluginlib </description >
4+ <description >CLIPS plugin for generic ROS communication </description >
55 </class >
66 </library >
77</class_libraries >
Original file line number Diff line number Diff line change 11<class_libraries >
22 <library path =" cx_tf2_pose_tracker_plugin" >
33 <class type =" cx::Tf2PoseTrackerPlugin" base_class_type =" cx::ClipsPlugin" >
4- <description >Plugin to periodically track tf2 poses.</description >
4+ <description >CLIPS Plugin to periodically track tf2 poses.</description >
55 </class >
66 </library >
77</class_libraries >
Original file line number Diff line number Diff line change 22<class_libraries >
33 <library path =" {{name_snake}}" >
44 <class type =" cx::{{name_camel}}" base_class_type =" cx::ClipsPlugin" >
5- <description >Clips Plugin providing bindings for {{message_type}}</description >
5+ <description >CLIPS Plugin providing bindings for {{message_type}}</description >
66 </class >
77 </library >
88</class_libraries >
You can’t perform that action at this time.
0 commit comments