commit 3a5974f9f20cb7c3bea71248111bbb1e4a768cb9 Author: clovis.arsac Date: Wed Dec 17 09:28:38 2025 +0100 Import of Lab_code diff --git a/advrobotics_lab3_interfaces/.gitignore b/advrobotics_lab3_interfaces/.gitignore new file mode 100644 index 0000000..e257658 --- /dev/null +++ b/advrobotics_lab3_interfaces/.gitignore @@ -0,0 +1,34 @@ +# ---> C++ +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + diff --git a/advrobotics_lab3_interfaces/CMakeLists.txt b/advrobotics_lab3_interfaces/CMakeLists.txt new file mode 100644 index 0000000..e9650af --- /dev/null +++ b/advrobotics_lab3_interfaces/CMakeLists.txt @@ -0,0 +1,36 @@ +cmake_minimum_required(VERSION 3.8) +project(advrobotics_lab3_interfaces) + +if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang") + add_compile_options(-Wall -Wextra -Wpedantic) +endif() + +# find dependencies +find_package(ament_cmake REQUIRED) +# uncomment the following section in order to fill in +# further dependencies manually. +# find_package( REQUIRED) + +find_package(std_msgs REQUIRED) +find_package(rosidl_default_generators REQUIRED) + +rosidl_generate_interfaces(${PROJECT_NAME} + "msg/Joints.msg" + "msg/Gripper.msg" + "srv/Invkin.srv" + DEPENDENCIES std_msgs +) + +if(BUILD_TESTING) + find_package(ament_lint_auto REQUIRED) + # the following line skips the linter which checks for copyrights + # comment the line when a copyright and license is added to all source files + set(ament_cmake_copyright_FOUND TRUE) + # the following line skips cpplint (only works in a git repo) + # comment the line when this package is in a git repo and when + # a copyright and license is added to all source files + set(ament_cmake_cpplint_FOUND TRUE) + ament_lint_auto_find_test_dependencies() +endif() + +ament_package() diff --git a/advrobotics_lab3_interfaces/LICENSE b/advrobotics_lab3_interfaces/LICENSE new file mode 100644 index 0000000..b66a69e --- /dev/null +++ b/advrobotics_lab3_interfaces/LICENSE @@ -0,0 +1,232 @@ +GNU GENERAL PUBLIC LICENSE +Version 3, 29 June 2007 + +Copyright © 2007 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + +Preamble + +The GNU General Public License is a free, copyleft license for software and other kinds of works. + +The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. + +To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. + +For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. + +Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. + +For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. + +Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. + +Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. + +The precise terms and conditions for copying, distribution and modification follow. + +TERMS AND CONDITIONS + +0. Definitions. + +“This License” refers to version 3 of the GNU General Public License. + +“Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. + +“The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations. + +To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work. + +A “covered work” means either the unmodified Program or a work based on the Program. + +To “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. + +To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. + +An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. + +1. Source Code. +The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work. + +A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. + +The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. + +The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. + +The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. + +The Corresponding Source for a work in source code form is that same work. + +2. Basic Permissions. +All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. + +You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. + +Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. + +3. Protecting Users' Legal Rights From Anti-Circumvention Law. +No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. + +When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. + +4. Conveying Verbatim Copies. +You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. + +You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. + +5. Conveying Modified Source Versions. +You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all notices”. + + c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. + +A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. + +6. Conveying Non-Source Forms. +You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: + + a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. + + d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. + +A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. + +A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. + +“Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. + +If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). + +The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. + +Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. + +7. Additional Terms. +“Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. + +When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. + +Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or authors of the material; or + + e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. + +All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. + +If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. + +Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. + +8. Termination. +You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). + +However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. + +Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. + +Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. + +9. Acceptance Not Required for Having Copies. +You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. + +10. Automatic Licensing of Downstream Recipients. +Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. + +An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. + +You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. + +11. Patents. +A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's “contributor version”. + +A contributor's “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. + +Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. + +In the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. + +If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. + +If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. + +A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. + +Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. + +12. No Surrender of Others' Freedom. +If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. + +13. Use with the GNU Affero General Public License. +Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. + +14. Revised Versions of this License. +The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. + +If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. + +Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. + +15. Disclaimer of Warranty. +THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +16. Limitation of Liability. +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +17. Interpretation of Sections 15 and 16. +If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. + +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found. + + advrobotics_lab3_interfaces + Copyright (C) 2025 AdvRobotics.EENG4 + + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + +If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: + + advrobotics_lab3_interfaces Copyright (C) 2025 AdvRobotics.EENG4 + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an “about box”. + +You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . + +The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . diff --git a/advrobotics_lab3_interfaces/README.md b/advrobotics_lab3_interfaces/README.md new file mode 100644 index 0000000..45e14ed --- /dev/null +++ b/advrobotics_lab3_interfaces/README.md @@ -0,0 +1,2 @@ +# advrobotics_lab3_interfaces + diff --git a/advrobotics_lab3_interfaces/msg/Gripper.msg b/advrobotics_lab3_interfaces/msg/Gripper.msg new file mode 100644 index 0000000..7d97b45 --- /dev/null +++ b/advrobotics_lab3_interfaces/msg/Gripper.msg @@ -0,0 +1 @@ +float32 gripper \ No newline at end of file diff --git a/advrobotics_lab3_interfaces/msg/Joints.msg b/advrobotics_lab3_interfaces/msg/Joints.msg new file mode 100644 index 0000000..8bb48ea --- /dev/null +++ b/advrobotics_lab3_interfaces/msg/Joints.msg @@ -0,0 +1,3 @@ +float32 q1 +float32 q2 +float32 q3 \ No newline at end of file diff --git a/advrobotics_lab3_interfaces/package.xml b/advrobotics_lab3_interfaces/package.xml new file mode 100644 index 0000000..2e54715 --- /dev/null +++ b/advrobotics_lab3_interfaces/package.xml @@ -0,0 +1,24 @@ + + + + advrobotics_lab3_interfaces + 0.0.0 + TODO: Package description + ros + Apache-2.0 + + ament_cmake + + std_msgs + rosidl_default_generators + rosidl_default_runtime + rosidl_interface_packages + + + ament_lint_auto + ament_lint_common + + + ament_cmake + + diff --git a/advrobotics_lab3_interfaces/srv/Invkin.srv b/advrobotics_lab3_interfaces/srv/Invkin.srv new file mode 100644 index 0000000..ca37afc --- /dev/null +++ b/advrobotics_lab3_interfaces/srv/Invkin.srv @@ -0,0 +1,8 @@ +float32 x +float32 y +float32 z +--- +int8 sol +float32 q1 +float32 q2 +float32 q3 \ No newline at end of file diff --git a/advrobotics_lab3_ros2/.gitignore b/advrobotics_lab3_ros2/.gitignore new file mode 100644 index 0000000..e257658 --- /dev/null +++ b/advrobotics_lab3_ros2/.gitignore @@ -0,0 +1,34 @@ +# ---> C++ +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + diff --git a/advrobotics_lab3_ros2/CMakeLists.txt b/advrobotics_lab3_ros2/CMakeLists.txt new file mode 100644 index 0000000..f127415 --- /dev/null +++ b/advrobotics_lab3_ros2/CMakeLists.txt @@ -0,0 +1,51 @@ +cmake_minimum_required(VERSION 3.8) +project(advrobotics_lab3_ros2) + +if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang") + add_compile_options(-Wall -Wextra -Wpedantic) +endif() + +# find dependencies +find_package(ament_cmake REQUIRED) +# uncomment the following section in order to fill in +# further dependencies manually. +# find_package( REQUIRED) +find_package(rclcpp REQUIRED) +find_package(advrobotics_lab3_interfaces REQUIRED) + + +include_directories( + include + include/toolkit-dynamixel +) + +add_executable(ik_server src/ik_server.cpp src/Kinematics.cpp) +ament_target_dependencies(ik_server rclcpp advrobotics_lab3_interfaces) + +add_executable(ik_client src/ik_client.cpp src/Kinematics.cpp) +ament_target_dependencies(ik_client rclcpp advrobotics_lab3_interfaces) + +add_executable(poppy_core src/PoppyDriver.cpp src/toolkit-dynamixel/DynamixelHandler.cpp) +ament_target_dependencies(poppy_core rclcpp advrobotics_lab3_interfaces) +target_link_libraries(poppy_core dxl_x64_cpp rt) + +install(TARGETS + ik_server + ik_client + poppy_core + DESTINATION lib/${PROJECT_NAME} +) + +if(BUILD_TESTING) + find_package(ament_lint_auto REQUIRED) + # the following line skips the linter which checks for copyrights + # comment the line when a copyright and license is added to all source files + set(ament_cmake_copyright_FOUND TRUE) + # the following line skips cpplint (only works in a git repo) + # comment the line when this package is in a git repo and when + # a copyright and license is added to all source files + set(ament_cmake_cpplint_FOUND TRUE) + ament_lint_auto_find_test_dependencies() +endif() + +ament_package() diff --git a/advrobotics_lab3_ros2/LICENSE b/advrobotics_lab3_ros2/LICENSE new file mode 100644 index 0000000..a3eb167 --- /dev/null +++ b/advrobotics_lab3_ros2/LICENSE @@ -0,0 +1,232 @@ +GNU GENERAL PUBLIC LICENSE +Version 3, 29 June 2007 + +Copyright © 2007 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + +Preamble + +The GNU General Public License is a free, copyleft license for software and other kinds of works. + +The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. + +To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. + +For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. + +Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. + +For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. + +Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. + +Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. + +The precise terms and conditions for copying, distribution and modification follow. + +TERMS AND CONDITIONS + +0. Definitions. + +“This License” refers to version 3 of the GNU General Public License. + +“Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. + +“The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations. + +To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work. + +A “covered work” means either the unmodified Program or a work based on the Program. + +To “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. + +To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. + +An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. + +1. Source Code. +The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work. + +A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. + +The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. + +The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. + +The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. + +The Corresponding Source for a work in source code form is that same work. + +2. Basic Permissions. +All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. + +You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. + +Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. + +3. Protecting Users' Legal Rights From Anti-Circumvention Law. +No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. + +When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. + +4. Conveying Verbatim Copies. +You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. + +You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. + +5. Conveying Modified Source Versions. +You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all notices”. + + c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. + +A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. + +6. Conveying Non-Source Forms. +You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: + + a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. + + d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. + +A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. + +A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. + +“Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. + +If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). + +The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. + +Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. + +7. Additional Terms. +“Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. + +When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. + +Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or authors of the material; or + + e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. + +All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. + +If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. + +Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. + +8. Termination. +You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). + +However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. + +Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. + +Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. + +9. Acceptance Not Required for Having Copies. +You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. + +10. Automatic Licensing of Downstream Recipients. +Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. + +An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. + +You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. + +11. Patents. +A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's “contributor version”. + +A contributor's “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. + +Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. + +In the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. + +If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. + +If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. + +A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. + +Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. + +12. No Surrender of Others' Freedom. +If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. + +13. Use with the GNU Affero General Public License. +Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. + +14. Revised Versions of this License. +The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. + +If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. + +Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. + +15. Disclaimer of Warranty. +THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +16. Limitation of Liability. +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +17. Interpretation of Sections 15 and 16. +If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. + +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found. + + advrobotics_lab3_ros2 + Copyright (C) 2025 AdvRobotics.EENG4 + + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + +If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: + + advrobotics_lab3_ros2 Copyright (C) 2025 AdvRobotics.EENG4 + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an “about box”. + +You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . + +The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . diff --git a/advrobotics_lab3_ros2/README.md b/advrobotics_lab3_ros2/README.md new file mode 100644 index 0000000..281b92c --- /dev/null +++ b/advrobotics_lab3_ros2/README.md @@ -0,0 +1,2 @@ +# advrobotics_lab3_ros2 + diff --git a/advrobotics_lab3_ros2/include/Kinematics.h b/advrobotics_lab3_ros2/include/Kinematics.h new file mode 100644 index 0000000..a442a30 --- /dev/null +++ b/advrobotics_lab3_ros2/include/Kinematics.h @@ -0,0 +1,30 @@ +#ifndef _KINEMATICS_ +#define _KINEMATICS_ + +#define _USE_MATH_DEFINES + +#include +#include +#include + +#define LINK1 4 +#define LINK2 7 +#define LINK3 12 + +//#include "opencv2/opencv.hpp" + +float deg2rad(float angle); + +float rad2deg(float angle); + +std::vector computeForwardKinematics(float q1, float q2, float q3, float L1, float L2, float L3); + +std::vector computeInverseKinematics(float x, float y, float z, float L1, float L2, float L3); + +/*std::vector computeDifferentialKinematics(float q1, float q2, float q3, float L1, float L2, float L3); + +int computeJacobianMatrixRank(std::vector vJacobianMatrix, float threshold); + +cv::Mat computeInverseJacobianMatrix(std::vector vJacobianMatrix); +*/ +#endif \ No newline at end of file diff --git a/advrobotics_lab3_ros2/include/toolkit-dynamixel/DynamixelAX12A.h b/advrobotics_lab3_ros2/include/toolkit-dynamixel/DynamixelAX12A.h new file mode 100644 index 0000000..072851b --- /dev/null +++ b/advrobotics_lab3_ros2/include/toolkit-dynamixel/DynamixelAX12A.h @@ -0,0 +1,19 @@ +#define ADDR_AX12A_TORQUE_ENABLE 24 // Control table address is different in Dynamixel model +#define ADDR_AX12A_LED_ENABLE 25 +#define ADDR_AX12A_GOAL_POSITION 30 + +#define ADDR_AX12A_MIN_POSITION 6 +#define ADDR_AX12A_MAX_POSITION 8 +#define ADDR_AX12A_CURRENT_POSITION 36 + +#define ADDR_AX12A_CURRENT_LOAD 40 +#define ADDR_AX12A_MAX_LOAD 14 +#define ADDR_AX12A_LIMIT_LOAD 34 + +#define ADDR_AX12A_CURRENT_VOLTAGE 42 +#define ADDR_AX12A_MIN_VOLTAGE 12 +#define ADDR_AX12A_MAX_VOLTAGE 13 + + +#define ADDR_AX12A_CURRENT_TEMPERATURE 43 +#define ADDR_AX12A_MAX_TEMPERATURE 11 \ No newline at end of file diff --git a/advrobotics_lab3_ros2/include/toolkit-dynamixel/DynamixelHandler.h b/advrobotics_lab3_ros2/include/toolkit-dynamixel/DynamixelHandler.h new file mode 100644 index 0000000..a269abb --- /dev/null +++ b/advrobotics_lab3_ros2/include/toolkit-dynamixel/DynamixelHandler.h @@ -0,0 +1,83 @@ +#if defined(__linux__) || defined(__APPLE__) +#include +#include +#include +#define STDIN_FILENO 0 +#elif defined(_WIN32) || defined(_WIN64) +#include +#endif + +#include +#include +#include +#include +#include + +#include "dynamixel_sdk/dynamixel_sdk.h" + +#include "DynamixelAX12A.h" + +#define ADDR_XL320_TORQUE_ENABLE 24 +#define ADDR_XL320_LED_ON 25 + +#define ADDR_XL320_D_GAIN 27 +#define ADDR_XL320_I_GAIN 28 +#define ADDR_XL320_P_GAIN 29 + +#define ADDR_XL320_GOAL_POSITION 30 +#define ADDR_XL320_GOAL_VELOCITY 32 +#define ADDR_XL320_GOAL_TORQUE 35 + +#define ADDR_XL320_PRESENT_POSITION 37 +#define ADDR_XL320_PRESENT_VELOCITY 39 +#define ADDR_XL320_PRESENT_LOAD 41 +#define ADDR_XL320_PRESENT_VOLTAGE 45 +#define ADDR_XL320_PRESENT_TEMPERATURE 46 + +#define ADDR_XL320_HARDWARE_ERROR_STATUS 50 + +#define NB_JOINTS 4 + + +class DynamixelHandler +{ + +public: + DynamixelHandler(); + ~DynamixelHandler(); + +public: + //scan(); + //ping(); + //reboot(); + bool openPort(); + void closePort(); + bool setBaudRate(int); + void setDeviceName(std::string); + void setProtocolVersion(float); + bool enableTorque(bool); + + bool readCurrentJointPosition(std::vector& vCurrentJointPosition); + bool readCurrentJointTorque(std::vector& vCurrentJointTorque); + bool sendTargetJointPosition(std::vector& vTargetJointPosition); + + + +private: + std::string m_sDeviceName; + float m_fProtocolVersion; + int m_i32BaudRate; + + dynamixel::PortHandler* m_pPortHandler; + dynamixel::PacketHandler* m_pPacketHandler; + + bool m_bIsDeviceNameSet; + bool m_bIsProtocolVersionSet; + bool m_bIsPortOpened; + bool m_bIsBaudRateSet; + + int m_i32DxlCommunicationResult; // Communication result + uint8_t m_ui8DxlError; // Dynamixel error + std::vector m_vDxlCurrentPosition; // Present position + +}; \ No newline at end of file diff --git a/advrobotics_lab3_ros2/package.xml b/advrobotics_lab3_ros2/package.xml new file mode 100644 index 0000000..f6edb9c --- /dev/null +++ b/advrobotics_lab3_ros2/package.xml @@ -0,0 +1,21 @@ + + + + advrobotics_lab3_ros2 + 0.0.0 + TODO: Package description + ros + Apache-2.0 + + ament_cmake + + rclcpp + advrobotics_lab3_interfaces + + ament_lint_auto + ament_lint_common + + + ament_cmake + + diff --git a/advrobotics_lab3_ros2/src/Kinematics.cpp b/advrobotics_lab3_ros2/src/Kinematics.cpp new file mode 100644 index 0000000..489feff --- /dev/null +++ b/advrobotics_lab3_ros2/src/Kinematics.cpp @@ -0,0 +1,186 @@ +#include "Kinematics.h" + + +float deg2rad(float angle) +{ + return angle/180.0*M_PI; +} + +float rad2deg(float angle) +{ + return angle*180.0/M_PI; +} + +std::vector computeForwardKinematics(float q1, float q2, float q3, float L1, float L2, float L3) +{ + float z = L2 * cos(q2) + L3 * cos(q2+q3) + L1; + float xp = L2 * sin(q2) + L3 * sin(q2+q3); + float x = xp * cos(q1); + float y = xp * sin(q1); + //std::cout << "[INFO] Forward Kinematics : (q1, q2, q3)->(x, y, z) = (" << rad2deg(q1) << ", " << rad2deg(q2) << ", " << rad2deg(q3) << ")->(" << x << ", " << y << ", " << z << ")" << std::endl; + std::vector X; + X.push_back(x); + X.push_back(y); + X.push_back(z); + + return X; +} + +std::vector computeInverseKinematics(float x, float y, float z, float L1, float L2, float L3) +{ + std::vector qi; + + // Determines q1 + float q1 = atan2(y, x); + + // Determines cos(q3) to find out the number of solutions + float xp = sqrt(x*x + y*y); + float zc = z - L1; + float cos_q3 = (zc*zc+xp*xp-(L2*L2+L3*L3)) / (2.0 * L2 * L3); + + //std::cout << "[INFO] cos_q3= " << cos_q3 << std::endl; + + if (cos_q3 >1 | cos_q3 <-1) + { + qi.push_back(0.0); + std::cout << "[INFO] Inverse Kinematics: No solution!" << std::endl; + } + else if (cos_q3 == 1) + { + qi.push_back(1.0); + float q2 = atan2(xp, zc); + float q3 = 0; + std::cout << "[INFO] Inverse Kinematics: One solution: (x, y, z)->(q1, q2, q3) = (" << x << ", " << y << ", " << z << ")->(" << rad2deg(q1) << ", " << rad2deg(q2) << ", " << rad2deg(q3) << ")" << std::endl; + qi.push_back(q1); + qi.push_back(q2); + qi.push_back(q3); + } + else if (cos_q3 == -1) + { + qi.push_back(1.0); + float q2 = atan2(xp, zc); + float q3 = M_PI; + std::cout << "[INFO] Inverse Kinematics: One solution: (x, y, z)->(q1, q2, q3) = (" << x << ", " << y << ", " << z << ")->(" << rad2deg(q1) << ", " << rad2deg(q2) << ", " << rad2deg(q3) << ")" << std::endl; + qi.push_back(q1); + qi.push_back(q2); + qi.push_back(q3); + } + else + { + qi.push_back(2.0); + std::cout << "[INFO] Inverse Kinematics: Two solutions: "<< std::endl; + + float q3 = acos(cos_q3); + float q2 = (float)(atan2(xp, zc) - atan2(L2*sin(q3), L1+L2*cos_q3)); + std::cout << "\t(x, y)->(q1, q2, q3) = (" << x << ", " << y << ", " << z << ")->(" << rad2deg(q1) << ", " << rad2deg(q2) << ", " << rad2deg(q3) << ")" << std::endl; + qi.push_back(q1); + qi.push_back(q2); + qi.push_back(q3); + + q3 = -acos(cos_q3); + q2 = (float)(atan2(xp, zc) - atan2(L2*sin(q3), L1+L2*cos_q3)); + + std::cout << "\t(x, y)->(q1, q2, q3) = (" << x << ", " << y << ", " << z << ")->(" << rad2deg(q1) << ", " << rad2deg(q2) << ", " << rad2deg(q3) << ")" << std::endl; + qi.push_back(q1); + qi.push_back(q2); + qi.push_back(q3); + } + + return qi; +} + +/*std::vector computeDifferentialKinematics(float q1, float q2, float q3, float L1, float L2, float L3) +{ + std::vector jacobian; + + float j11 = -sin(q1)*(L2*sin(q2) + L3*sin(q2+q3)); + float j12 = L2*cos(q1)*cos(q2)+L3*cos(q1)*cos(q2+q3); + float j13 = L3*cos(q1)*cos(q2+q3); + + float j21 = cos(q1)*(L2*sin(q2)+L3*sin(q2+q3)); + float j22 = L2*sin(q1)*cos(q2)+L3*sin(q1)*cos(q2+q3); + float j23 = L3*sin(q1)*cos(q2+q3); + + float j31 = 0; + float j32 = -L2*sin(q2)-L3*sin(q2+q3); + float j33 = -L3*sin(q2+q3); + + jacobian.push_back(j11); jacobian.push_back(j12); jacobian.push_back(j13); + jacobian.push_back(j21); jacobian.push_back(j22); jacobian.push_back(j23); + jacobian.push_back(j31); jacobian.push_back(j32); jacobian.push_back(j33); + + return jacobian; +} + +int computeJacobianMatrixRank(std::vector vJacobianMatrix, float threshold) +{ + int rank = -1; + cv::Mat1f oJacobianMatrix(3, 3); + + if (vJacobianMatrix.size() == 9) + { + // Converts the Jacobian matrix from std::vector to cv::Mat + oJacobianMatrix.at(0, 0) = vJacobianMatrix[0]; + oJacobianMatrix.at(0, 1) = vJacobianMatrix[1]; + oJacobianMatrix.at(0, 2) = vJacobianMatrix[2]; + oJacobianMatrix.at(1, 0) = vJacobianMatrix[3]; + oJacobianMatrix.at(1, 1) = vJacobianMatrix[4]; + oJacobianMatrix.at(1, 2) = vJacobianMatrix[5]; + oJacobianMatrix.at(2, 0) = vJacobianMatrix[6]; + oJacobianMatrix.at(2, 1) = vJacobianMatrix[7]; + oJacobianMatrix.at(2, 2) = vJacobianMatrix[8]; + std::cout << "=====Jacobian Matrix=====" << std::endl; + std::cout << "[ " << oJacobianMatrix.at(0,0) << ", " << oJacobianMatrix.at(0,1) << ", " << oJacobianMatrix.at(0,2) << " ]" << std::endl; + std::cout << "[ " << oJacobianMatrix.at(1,0) << ", " << oJacobianMatrix.at(1,1) << ", " << oJacobianMatrix.at(1,2)<< " ]" << std::endl; + std::cout << "[ " << oJacobianMatrix.at(2,0) << ", " << oJacobianMatrix.at(2,1) << ", " << oJacobianMatrix.at(2,2)<< " ]" << std::endl; + // Computes the determinant of the Jacobian matrix + float determinant = abs(-vJacobianMatrix[7]*(vJacobianMatrix[0] * vJacobianMatrix[5] - vJacobianMatrix[3]*vJacobianMatrix[2])+vJacobianMatrix[8]*(vJacobianMatrix[0] * vJacobianMatrix[4] - vJacobianMatrix[3]*vJacobianMatrix[3])); + std::cout << "=====Determinant of the Jacobian matrix=====" << std::endl << determinant << std::endl; + // Computes SVD + cv::Mat1f w, u, vt; + cv::SVD::compute(oJacobianMatrix, w, u, vt); + // Finds non zero singular values + cv::Mat1f nonZeroSingularValues = w/w.at(0,0) > threshold; + // Counts the number of non zero singular values + rank = cv::countNonZero(nonZeroSingularValues); + std::cout << "=====Rank of the Jacobian matrix=====" << std::endl << rank << " / " << oJacobianMatrix.rows << std::endl; + // Determines the inverse of the Jacobian matrix + cv::Mat oJacobianInverse = oJacobianMatrix.inv(); + std::cout << "=====Inverse of the Jacobian Matrix=====" << std::endl; + std::cout << "[ " << oJacobianInverse.at(0,0) << ", " << oJacobianInverse.at(0,1)<< ", " << oJacobianInverse.at(0,2) << " ]" << std::endl; + std::cout << "[ " << oJacobianInverse.at(1,0) << ", " << oJacobianInverse.at(1,1) << ", " << oJacobianInverse.at(1,2)<< " ]" << std::endl; + std::cout << "[ " << oJacobianInverse.at(2,0) << ", " << oJacobianInverse.at(2,1) << ", " << oJacobianInverse.at(2,2)<< " ]" << std::endl; + } + else + std::cout << "[ERROR] Jacobian matrix has a size of "<< vJacobianMatrix.size() << " instead of 4" << std::endl; + + return rank; +} + +cv::Mat computeInverseJacobianMatrix(std::vector vJacobianMatrix) +{ + cv::Mat1f oJacobianMatrix(2, 2); + cv::Mat oJacobianInverse; + + if (vJacobianMatrix.size() == 4) + { + // Converts the Jacobian matrix from std::vector to cv::Mat + oJacobianMatrix.at(0, 0) = vJacobianMatrix[0]; + oJacobianMatrix.at(0, 1) = vJacobianMatrix[1]; + oJacobianMatrix.at(1, 0) = vJacobianMatrix[2]; + oJacobianMatrix.at(1, 1) = vJacobianMatrix[3]; + std::cout << "=====Jacobian Matrix=====" << std::endl; + std::cout << "[ " << oJacobianMatrix.at(0,0) << ", " << oJacobianMatrix.at(0,1) << " ]" << std::endl; + std::cout << "[ " << oJacobianMatrix.at(1,0) << ", " << oJacobianMatrix.at(1,1) << " ]" << std::endl; + // Determines the inverse of the Jacobian matrix + cv::invert(oJacobianMatrix, oJacobianInverse, cv::DECOMP_SVD); + //oJacobianInverse = oJacobianMatrix.inv(); + std::cout << "=====Inverse of the Jacobian Matrix=====" << std::endl; + std::cout << "[ " << oJacobianInverse.at(0,0) << ", " << oJacobianInverse.at(0,1) << " ]" << std::endl; + std::cout << "[ " << oJacobianInverse.at(1,0) << ", " << oJacobianInverse.at(1,1) << " ]" << std::endl; + } + else + std::cout << "[ERROR] Jacobian matrix has a size of "<< vJacobianMatrix.size() << " instead of 4" << std::endl; + + return oJacobianInverse; +}*/ diff --git a/advrobotics_lab3_ros2/src/PoppyDriver.cpp b/advrobotics_lab3_ros2/src/PoppyDriver.cpp new file mode 100644 index 0000000..24344af --- /dev/null +++ b/advrobotics_lab3_ros2/src/PoppyDriver.cpp @@ -0,0 +1,157 @@ +#include "rclcpp/rclcpp.hpp" + +#include "advrobotics_lab3_interfaces/msg/joints.hpp" +#include "advrobotics_lab3_interfaces/msg/gripper.hpp" + +#include "DynamixelHandler.h" + +using namespace std::chrono_literals; + +class PoppyDriver : public rclcpp::Node +{ + public: + PoppyDriver() : Node("poppy_core") + { + jointCmdSubscriber = this->create_subscription( + "joint_cmd", 10, + std::bind(&PoppyDriver::jointCmdCallback, this, std::placeholders::_1)); + + gripperCmdSubscriber = this->create_subscription( + "gripper_cmd", 10, + std::bind(&PoppyDriver::gripperCmdCallback, this, std::placeholders::_1)); + + jointPositionPublisher = this->create_publisher("joint_position", 10); + + gripperPositionPublisher = this->create_publisher("gripper_position", 10); + + _timer = this->create_wall_timer(10ms, std::bind(&PoppyDriver::timerCallback, this)); + + std::cout << "===Initialization of the Dynamixel Motor communication====" << std::endl; + _oDxlHandler.setDeviceName(_poppyDxlPortName); + _oDxlHandler.setProtocolVersion(_poppyDxlProtocol); + _oDxlHandler.openPort(); + _oDxlHandler.setBaudRate(_poppyDxlBaudRate); + _oDxlHandler.enableTorque(true); + std::cout << std::endl; + } + + ~PoppyDriver() + { + _oDxlHandler.enableTorque(false); + _oDxlHandler.closePort(); + } + + private: + void jointCmdCallback(const advrobotics_lab3_interfaces::msg::Joints::SharedPtr jointAngles) + { + std::vector l_vTargetJointPosition; + l_vTargetJointPosition.push_back(convertAnglesToJointCmd(jointAngles->q1)); + l_vTargetJointPosition.push_back(convertAnglesToJointCmd(jointAngles->q2)); + l_vTargetJointPosition.push_back(convertAnglesToJointCmd(jointAngles->q3)); + l_vTargetJointPosition.push_back(convertAnglesToJointCmd(_currentGripperAngle)); + + _currentJointAngle_q1 = jointAngles->q1; + _currentJointAngle_q2 = jointAngles->q2; + _currentJointAngle_q3 = jointAngles->q3; + + _oDxlHandler.sendTargetJointPosition(l_vTargetJointPosition); + } + + void gripperCmdCallback(const advrobotics_lab3_interfaces::msg::Gripper::SharedPtr gripperAngle) + { + std::vector l_vTargetJointPosition; + l_vTargetJointPosition.push_back(convertAnglesToJointCmd(_currentJointAngle_q1)); + l_vTargetJointPosition.push_back(convertAnglesToJointCmd(_currentJointAngle_q2)); + l_vTargetJointPosition.push_back(convertAnglesToJointCmd(_currentJointAngle_q3)); + l_vTargetJointPosition.push_back(convertAnglesToJointCmd(gripperAngle->gripper)); + + _currentGripperAngle = gripperAngle->gripper; + + _oDxlHandler.sendTargetJointPosition(l_vTargetJointPosition); + } + + void timerCallback() + { + std::vector l_vCurrentJointPosition; + bool bIsReadSuccessfull = _oDxlHandler.readCurrentJointPosition(l_vCurrentJointPosition); + + if (bIsReadSuccessfull && l_vCurrentJointPosition.size() >= 4) + { + auto jointPositionMsg = advrobotics_lab3_interfaces::msg::Joints(); + auto gripperPositionMsg = advrobotics_lab3_interfaces::msg::Gripper(); + + jointPositionMsg.q1 = convertJointCmdToAngles(l_vCurrentJointPosition[0]); + jointPositionMsg.q2 = convertJointCmdToAngles(l_vCurrentJointPosition[1]); + jointPositionMsg.q3 = convertJointCmdToAngles(l_vCurrentJointPosition[2]); + gripperPositionMsg.gripper = convertJointCmdToAngles(l_vCurrentJointPosition[3]); + + jointPositionPublisher->publish(jointPositionMsg); + gripperPositionPublisher->publish(gripperPositionMsg); + } + + + + } + + int convertAnglesToJointCmd(float fJointAngle) + { + // y = ax + b + float a = (_maxJointCmd-_minJointCmd) / (_maxJointAngle - _minJointAngle); + float b = _minJointCmd - a * _minJointAngle; + float jointCmd = a * fJointAngle + b; + return (int)jointCmd; + } + + float convertJointCmdToAngles(float fJointCmd) + { + // y = ax + b + float a = (_maxJointAngle - _minJointAngle) / (_maxJointCmd-_minJointCmd); + float b = _minJointAngle - a * _minJointCmd; + float jointAngle = a * fJointCmd + b; + return jointAngle; + } + + void goToHomePosition() + { + std::vector l_vTargetJointPosition; + for (int l_joint = 0; l_joint < _nbJoints; l_joint++) + l_vTargetJointPosition.push_back(convertAnglesToJointCmd(0.0f)); + + _oDxlHandler.sendTargetJointPosition(l_vTargetJointPosition); + } + + + + private: + rclcpp::Subscription::SharedPtr jointCmdSubscriber; + rclcpp::Subscription::SharedPtr gripperCmdSubscriber; + + rclcpp::Publisher::SharedPtr jointPositionPublisher; + rclcpp::Publisher::SharedPtr gripperPositionPublisher; + + rclcpp::TimerBase::SharedPtr _timer; + + DynamixelHandler _oDxlHandler; + std::string _poppyDxlPortName = "/dev/ttyUSB0"; + float _poppyDxlProtocol = 2.0; + int _poppyDxlBaudRate = 1000000; + + float _currentJointAngle_q1 = 0.0f; + float _currentJointAngle_q2 = 0.0f; + float _currentJointAngle_q3 = 0.0f; + float _currentGripperAngle = 0.0f; + + int _nbJoints = 4; + float _minJointCmd = 0; + float _maxJointCmd = 1023; + float _minJointAngle = -150.0f; + float _maxJointAngle = 150.0f; +}; + +int main(int argc, char** argv) +{ + rclcpp::init(argc, argv); + rclcpp::spin(std::make_shared()); + rclcpp::shutdown(); + return 0; +} \ No newline at end of file diff --git a/advrobotics_lab3_ros2/src/ik_client.cpp b/advrobotics_lab3_ros2/src/ik_client.cpp new file mode 100644 index 0000000..85501ae --- /dev/null +++ b/advrobotics_lab3_ros2/src/ik_client.cpp @@ -0,0 +1,91 @@ +#include "math.h" +#include +#include +#include + +#include "rclcpp/rclcpp.hpp" +#include "advrobotics_lab3_interfaces/srv/invkin.hpp" +#include "advrobotics_lab3_interfaces/msg/joints.hpp" + +#include "Kinematics.h" + + +using namespace std::chrono_literals; + +double deg2rad(double angle) +{ + return -angle / 180.0 * M_PI; +} + +int main(int argc, char** argv) +{ + // inits ROS2 + rclcpp::init(argc, argv); + + if (argc != 4) + { + RCLCPP_INFO(rclcpp::get_logger("rclcpp"), "usage: rosrun advrobotics_lab3_ros2 ik_client x y z"); + RCLCPP_INFO(rclcpp::get_logger("rclcpp"), "ex.: rosrun advrobotics_lab3_ros2 ik_client 6 9 0"); + return 1; + } + + // creates the client node + std::shared_ptr node = rclcpp::Node::make_shared("ik_client"); + rclcpp::Client::SharedPtr client = + node->create_client("invkin"); + + // creates a publisher to move the robot joints + auto publisher = node->create_publisher("joint_cmd", 10); + + // creates the request from the input args + auto request = std::make_shared(); + request->x = atof(argv[1]); + request->y = atof(argv[2]); + request->z = atof(argv[3]); + + // connects to the service + while (!client->wait_for_service(1s)) + { + if (!rclcpp::ok()) + { + RCLCPP_ERROR(rclcpp::get_logger("rclcpp"), "[ERROR] Interrupted while waiting for the service. Exiting."); + return 0; + } + RCLCPP_INFO(rclcpp::get_logger("rclcpp"), "[WARNING] service not available, waiting again..."); + } + + // sends the request + auto result = client->async_send_request(request); + + // waitw for the result. + if (rclcpp::spin_until_future_complete(node, result) == rclcpp::FutureReturnCode::SUCCESS) + { + // gets the result + auto response = result.get(); + + // displays i/o values + RCLCPP_INFO(rclcpp::get_logger("rclcpp"), "IK: (x,y,z) --> (J1, J2, j3)"); + RCLCPP_INFO(rclcpp::get_logger("rclcpp"), "(%f, %f, %f) --> (%f, %f, %f)", atof(argv[1]), atof(argv[2]), atof(argv[3]), rad2deg(response->q1), rad2deg(response->q2), rad2deg(response->q3)); + + // creates a message to publish + advrobotics_lab3_interfaces::msg::Joints jointCmdMsg; + jointCmdMsg.q1 = rad2deg(response->q1); + jointCmdMsg.q2 = rad2deg(response->q2); + jointCmdMsg.q3 = rad2deg(response->q3); + + // publises the message to move the robot joints + RCLCPP_INFO(rclcpp::get_logger("rclcpp"), "Publish to joint_cmd topic..."); + publisher->publish(jointCmdMsg); + rclcpp::Rate rate(1); + rate.sleep(); + RCLCPP_INFO(rclcpp::get_logger("rclcpp"), "Done!"); + } + else + { + RCLCPP_ERROR(rclcpp::get_logger("rclcpp"), "[ERROR] Failed to call service invkin"); + } + + rclcpp::shutdown(); + return 0; + +} \ No newline at end of file diff --git a/advrobotics_lab3_ros2/src/ik_server.cpp b/advrobotics_lab3_ros2/src/ik_server.cpp new file mode 100644 index 0000000..23c6d8c --- /dev/null +++ b/advrobotics_lab3_ros2/src/ik_server.cpp @@ -0,0 +1,43 @@ +#include + +#include "rclcpp/rclcpp.hpp" +#include "advrobotics_lab3_interfaces/srv/invkin.hpp" + +#include "Kinematics.h" + + + +void ik(const std::shared_ptr request, std::shared_ptr response) +{ + RCLCPP_INFO(rclcpp::get_logger("rclcpp"), "================================================"); + RCLCPP_INFO(rclcpp::get_logger("rclcpp"), "IK for (%f, %f, %f) in progress...", request->x, request->y, request->z); + + std::vector qi = computeInverseKinematics(request->x, request->y, request->z, LINK1, LINK2, LINK3); + + response->sol = qi[0]; + response->q1 = qi[1]; + response->q2 = qi[2]; + response->q3 = qi[3]; + + RCLCPP_INFO(rclcpp::get_logger("rclcpp"), "IK: (x,y,z) --> (J1, J2, J3)"); + RCLCPP_INFO(rclcpp::get_logger("rclcpp"), "(%f, %f, %f) --> (%f, %f, %f)", request->x, request->y, request->z, rad2deg(response->q1), rad2deg(response->q2), rad2deg(response->q3)); + RCLCPP_INFO(rclcpp::get_logger("rclcpp"), "-----------------------------------------------------------------------------------------------------------"); + +} + + +int main(int argc, char** argv) +{ + rclcpp::init(argc, argv); + + std::shared_ptr node = rclcpp::Node::make_shared("ik_server"); + + rclcpp::Service::SharedPtr service = node->create_service("invkin", &ik); + + RCLCPP_INFO(rclcpp::get_logger("rclcpp"), "IK server launched..."); + + rclcpp::spin(node); + rclcpp::shutdown(); + + return 0; +} \ No newline at end of file diff --git a/advrobotics_lab3_ros2/src/poppy_core.cpp b/advrobotics_lab3_ros2/src/poppy_core.cpp new file mode 100644 index 0000000..5f60f26 --- /dev/null +++ b/advrobotics_lab3_ros2/src/poppy_core.cpp @@ -0,0 +1,185 @@ +#include + +#include "DynamixelHandler.h" + +#include +#include "advrobotics_lab3/joints.h" +#include "advrobotics_lab3/gripper.h" + +// Global variables +float _fps = 10.0f; // Hz +ros::Publisher _jointPositionPublisher; +ros::Publisher _gripperPositionPublisher; +DynamixelHandler _oDxlHandler; +std::string _poppyDxlPortName = "/dev/ttyUSB0"; +float _poppyDxlProtocol = 2.0; +int _poppyDxlBaudRate = 1000000; +int _nbJoints = 4; +float _minJointCmd = 0; +float _maxJointCmd = 1023; +float _minJointAngle = -150.0f; +float _maxJointAngle = 150.0f; + +float _currentJointAngle_q1 = 0.0f; +float _currentJointAngle_q2 = 0.0f; +float _currentJointAngle_q3 = 0.0f; +float _currentGripperAngle = 0.0f; + + +int convertAnglesToJointCmd(float fJointAngle) +{ + // y = ax + b + float a = (_maxJointCmd-_minJointCmd) / (_maxJointAngle - _minJointAngle); + float b = _minJointCmd - a * _minJointAngle; + float jointCmd = a * fJointAngle + b; + return (int)jointCmd; +} + +float convertJointCmdToAngles(float fJointCmd) +{ + // y = ax + b + float a = (_maxJointAngle - _minJointAngle) / (_maxJointCmd-_minJointCmd); + float b = _minJointAngle - a * _minJointCmd; + float jointAngle = a * fJointCmd + b; + return jointAngle; +} + +void goToHomePosition() +{ + std::vector l_vTargetJointPosition; + for (int l_joint = 0; l_joint < _nbJoints; l_joint++) + l_vTargetJointPosition.push_back(convertAnglesToJointCmd(0.0f)); + + _oDxlHandler.sendTargetJointPosition(l_vTargetJointPosition); +} + +void customSigIntHandler(int sig) +{ + ROS_INFO("===Stopping Poppy node==="); + + // shutdown ROS + ros::shutdown(); +} + + +void jointCmdCallback(const advrobotics_lab3::joints::ConstPtr& jointAngles) +{ + std::vector l_vTargetJointPosition; + + //std::cout << "(q1,q2,q3) = (" << jointAngles->q1 << ", " << jointAngles->q2 << ", " << jointAngles->q3 << ")" << std::endl; + //std::cout << "_currentGripperAngle = (" << _currentGripperAngle << ")" << std::endl; + + l_vTargetJointPosition.push_back(convertAnglesToJointCmd(jointAngles->q1)); + l_vTargetJointPosition.push_back(convertAnglesToJointCmd(jointAngles->q2)); + l_vTargetJointPosition.push_back(convertAnglesToJointCmd(jointAngles->q3)); + l_vTargetJointPosition.push_back(convertAnglesToJointCmd(_currentGripperAngle)); + + _currentJointAngle_q1 = jointAngles->q1; + _currentJointAngle_q2 = jointAngles->q2; + _currentJointAngle_q3 = jointAngles->q3; + + //std::cout << "l_vTargetJointPosition = (" << l_vTargetJointPosition[0] << ", " << l_vTargetJointPosition[1] << ", " < l_vTargetJointPosition; + + l_vTargetJointPosition.push_back(convertAnglesToJointCmd(_currentJointAngle_q1)); + l_vTargetJointPosition.push_back(convertAnglesToJointCmd(_currentJointAngle_q2)); + l_vTargetJointPosition.push_back(convertAnglesToJointCmd(_currentJointAngle_q3)); + l_vTargetJointPosition.push_back(convertAnglesToJointCmd(gripperAngle->gripper)); + + _currentGripperAngle = gripperAngle->gripper; + + //std::cout << "l_vTargetJointPosition= " << _currentJointAngle_q1 << ", " << _currentJointAngle_q2 << ", " << _currentJointAngle_q3 << ", " << gripperAngle->gripper << std::endl; + + _oDxlHandler.sendTargetJointPosition(l_vTargetJointPosition); +} + + +int main(int argc, char** argv) +{ + // create a node called poppy_core + ros::init(argc, argv, "poppy_core", ros::init_options::NoSigintHandler); + + // create a node handle + ros::NodeHandle nh; + + // override the default sigint handler (must be set after the first node handler is created) + signal(SIGINT, customSigIntHandler); + + // create a publisher to joint_position topic + _jointPositionPublisher = nh.advertise("joint_position", 1); + + // create a publisher to joint_position topic + _gripperPositionPublisher = nh.advertise("gripper_position", 1); + + // create a subscriber to joint_cmd topic + ros::Subscriber jointCmdSubscriber = nh.subscribe("joint_cmd", 1, jointCmdCallback); + + // create a subscriber to joint_cmd topic + ros::Subscriber gripperCmdSubscriber = nh.subscribe("gripper_cmd", 1, gripperCmdCallback); + + // create a loop rate + ros::Rate loopRate(_fps); + + // create a custom joints message + advrobotics_lab3::joints jointPositionMsg; + + // create a custom gripper message + advrobotics_lab3::gripper gripperPositionMsg; + + std::cout << "===Initialization of the Dynamixel Motor communication====" << std::endl; + _oDxlHandler.setDeviceName(_poppyDxlPortName); + _oDxlHandler.setProtocolVersion(_poppyDxlProtocol); + _oDxlHandler.openPort(); + _oDxlHandler.setBaudRate(_poppyDxlBaudRate); + _oDxlHandler.enableTorque(true); + std::cout << std::endl; + + goToHomePosition(); + + ROS_INFO("===Launching Poppy node==="); + + // loop until Ctrl+C is pressed or ROS connectivity issues + while(ros::ok()) + { + //===RETRIEVE Dynamixel Motor positions==== + std::vector l_vCurrentJointPosition; + bool bIsReadSuccessfull = _oDxlHandler.readCurrentJointPosition(l_vCurrentJointPosition); + + // stores them into a msg + if (bIsReadSuccessfull && l_vCurrentJointPosition.size() >= 4) + { + jointPositionMsg.q1 = convertJointCmdToAngles(l_vCurrentJointPosition[0]); + jointPositionMsg.q2 = convertJointCmdToAngles(l_vCurrentJointPosition[1]); + jointPositionMsg.q3 = convertJointCmdToAngles(l_vCurrentJointPosition[2]); + gripperPositionMsg.gripper = convertJointCmdToAngles(l_vCurrentJointPosition[3]); + + /*_currentJointAngle_q1 = convertJointCmdToAngles(l_vCurrentJointPosition[0]); + _currentJointAngle_q2 = convertJointCmdToAngles(l_vCurrentJointPosition[1]); + _currentJointAngle_q3 = convertJointCmdToAngles(l_vCurrentJointPosition[2]); + _currentGripperAngle = convertJointCmdToAngles(l_vCurrentJointPosition[3]);*/ + } + + // publish the joints message to the joint_position topic + _jointPositionPublisher.publish(jointPositionMsg); + + // publish the joints message to the joint_position topic + _gripperPositionPublisher.publish(gripperPositionMsg); + + // spin once to let the process handle callback ad key stroke + ros::spinOnce(); + + // sleep the right amout of time to comply with _fps + loopRate.sleep(); + } + + _oDxlHandler.enableTorque(false); + _oDxlHandler.closePort(); + + return 0; +} diff --git a/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp b/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp new file mode 100644 index 0000000..667d2b2 --- /dev/null +++ b/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp @@ -0,0 +1,256 @@ +#include "DynamixelHandler.h" + +DynamixelHandler::DynamixelHandler(): + m_sDeviceName(""), m_fProtocolVersion(0.0), m_i32BaudRate(0), + m_pPacketHandler(nullptr), m_pPortHandler(nullptr), + m_bIsDeviceNameSet(false), m_bIsProtocolVersionSet(false), m_bIsPortOpened(false), m_bIsBaudRateSet(false), + m_ui8DxlError(0), m_i32DxlCommunicationResult(COMM_TX_FAIL) +{ + +} + +DynamixelHandler::~DynamixelHandler() +{ + +} + +bool DynamixelHandler::openPort() +{ + if (m_pPortHandler == nullptr) + { + std::cout << "[ERROR](DynamixelHandler::openPort) m_pPortHandler is null!" << std::endl; + m_bIsPortOpened = false; + return m_bIsPortOpened; + } + + if (!m_bIsDeviceNameSet) + { + std::cout << "[ERROR](DynamixelHandler::openPort) m_sDeviceName is not set!" << std::endl; + m_bIsPortOpened = false; + return m_bIsPortOpened; + } + + if (m_bIsPortOpened) + { + std::cout << "[WARNING](DynamixelHandler::openPort) port is already opened!" << std::endl; + return m_bIsPortOpened; + } + + if (m_pPortHandler->openPort()) + { + std::cout << "[INFO](DynamixelHandler::openPort) Succeeded to open the port!" << std::endl; + m_bIsPortOpened = true; + } + else + { + std::cout << "[ERROR](DynamixelHandler::openPort) Failed to open the port!" << std::endl; + m_bIsPortOpened = false; + } + return m_bIsPortOpened; +} + +void DynamixelHandler::closePort() +{ + if (m_pPortHandler == nullptr) + { + std::cout << "[ERROR](DynamixelHandler::closePort) m_pPortHandler is null!" << std::endl; + m_bIsPortOpened = false; + return; + } + + if (!m_bIsPortOpened) + { + std::cout << "[WARNING](DynamixelHandler::openPort) port is already closed!" << std::endl; + return; + } + + m_pPortHandler->closePort(); + + std::cout << "[INFO](DynamixelHandler::closePort) Succeeded to close the port!" << std::endl; + m_bIsPortOpened = false; +} + +bool DynamixelHandler::setBaudRate(int i32BaudRate) +{ + m_i32BaudRate = i32BaudRate; + + if (nullptr != m_pPortHandler) + { + if (m_pPortHandler->setBaudRate(m_i32BaudRate)) + { + std::cout << "[INFO](DynamixelHandler::setBaudRate) Succeeded to change the baudrate!" << std::endl; + m_bIsBaudRateSet = true; + } + else + { + std::cout << "[ERROR](DynamixelHandler::setBaudRate) Failed to change the baudrate!" << std::endl; + m_bIsBaudRateSet = false; + } + } + else + { + std::cout << "[ERROR](DynamixelHandler::setBaudRate) m_pPortHandler is null!" << std::endl; + m_bIsBaudRateSet = false; + } + return m_bIsBaudRateSet; +} + +void DynamixelHandler::setDeviceName(std::string sDeviceName) +{ + m_sDeviceName = sDeviceName; + m_bIsDeviceNameSet = true; + + if (nullptr != m_pPortHandler) + { + delete m_pPortHandler; + m_pPortHandler = nullptr; + } + + // Initialize PortHandler instance + m_pPortHandler = dynamixel::PortHandler::getPortHandler(m_sDeviceName.c_str()); +} + +void DynamixelHandler::setProtocolVersion(float fProtocolVersion) +{ + m_fProtocolVersion = fProtocolVersion; + m_bIsProtocolVersionSet = true; + + if (nullptr != m_pPacketHandler) + { + delete m_pPacketHandler; + m_pPacketHandler = nullptr; + } + + m_pPacketHandler = dynamixel::PacketHandler::getPacketHandler(m_fProtocolVersion); +} + +bool DynamixelHandler::readCurrentJointPosition(std::vector& vCurrentJointPosition) +{ + bool bIsReadSuccessfull = false; + + for (unsigned int l_joint = 0; l_joint < NB_JOINTS; l_joint++) + { + int dxl_comm_result = COMM_TX_FAIL; // Communication result + uint8_t dxl_error = 0; + uint16_t dxl_present_position = 0; + + dxl_comm_result = m_pPacketHandler->read2ByteTxRx(m_pPortHandler, l_joint + 1, ADDR_XL320_PRESENT_POSITION, &dxl_present_position, &dxl_error); + if (dxl_comm_result != COMM_SUCCESS) + { + //std::cout << "[ERROR] " << m_pPacketHandler->getTxRxResult(dxl_comm_result) << std::endl; + bIsReadSuccessfull = false; + } + else if (dxl_error != 0) + { + //std::cout << "[ERROR] " << m_pPacketHandler->getRxPacketError(dxl_error) << std::endl; + bIsReadSuccessfull = false; + } + else + { + vCurrentJointPosition.push_back(dxl_present_position); + bIsReadSuccessfull = true; + } + } + + return bIsReadSuccessfull; +} + + +bool DynamixelHandler::readCurrentJointTorque(std::vector& vCurrentJointTorque) +{ + bool bIsReadSuccessfull = false; + + for (unsigned int l_joint = 0; l_joint < NB_JOINTS; l_joint++) + { + int dxl_comm_result = COMM_TX_FAIL; // Communication result + uint8_t dxl_error = 0; + uint16_t dxl_present_torque = 0; + + dxl_comm_result = m_pPacketHandler->read2ByteTxRx(m_pPortHandler, l_joint + 1, ADDR_XL320_PRESENT_LOAD, &dxl_present_torque, &dxl_error); + if (dxl_comm_result != COMM_SUCCESS) + { + //std::cout << "[ERROR] " << m_pPacketHandler->getTxRxResult(dxl_comm_result) << std::endl; + bIsReadSuccessfull = false; + } + else if (dxl_error != 0) + { + //std::cout << "[ERROR] " << m_pPacketHandler->getRxPacketError(dxl_error) << std::endl; + bIsReadSuccessfull = false; + } + else + { + vCurrentJointTorque.push_back(dxl_present_torque); + bIsReadSuccessfull = true; + } + } + + return bIsReadSuccessfull; +} + + +bool DynamixelHandler::sendTargetJointPosition(std::vector& vTargetJointPosition) +{ + bool bIsSendSuccessfull = false; + + // checks if the vector size is correct + if (vTargetJointPosition.size() != NB_JOINTS) + { + std::cout << "[ERROR] (DynamixelHandler::sendTargetJointPosition): Size of command vector is not correct: " << vTargetJointPosition.size() << " instead of " << NB_JOINTS << "!" << std::endl; + bIsSendSuccessfull = false; + } + + + + for (unsigned int l_joint = 0; l_joint < NB_JOINTS; l_joint++) + { + int dxl_comm_result = COMM_TX_FAIL; // Communication result + uint8_t dxl_error = 0; + uint16_t dxl_present_position = 0; + dxl_comm_result = m_pPacketHandler->write2ByteTxRx(m_pPortHandler, l_joint + 1, ADDR_XL320_GOAL_POSITION, vTargetJointPosition[l_joint], &dxl_error); + if (dxl_comm_result != COMM_SUCCESS) + { + //std::cout << "[ERROR] (DynamixelHandler::sendTargetJointPosition): " << m_pPacketHandler->getTxRxResult(dxl_comm_result) << std::endl; + bIsSendSuccessfull = false; + } + else if (dxl_error != 0) + { + //std::cout << "[ERROR] (DynamixelHandler::sendTargetJointPosition): " << m_pPacketHandler->getRxPacketError(dxl_error) << std::endl; + bIsSendSuccessfull = false; + } + else + { + bIsSendSuccessfull = true; + } + } + return bIsSendSuccessfull; + +} + +bool DynamixelHandler::enableTorque(bool bEnableTorque) +{ + bool bIsSendSuccessfull = false; + + for (unsigned int l_joint = 0; l_joint < NB_JOINTS; l_joint++) + { + int dxl_comm_result = COMM_TX_FAIL; // Communication result + uint8_t dxl_error = 0; + + dxl_comm_result = m_pPacketHandler->write1ByteTxRx(m_pPortHandler, l_joint + 1, ADDR_XL320_TORQUE_ENABLE, bEnableTorque, &dxl_error); + if (dxl_comm_result != COMM_SUCCESS) + { + //std::cout << "[ERROR] (DynamixelHandler::enableTorque): " << m_pPacketHandler->getTxRxResult(dxl_comm_result) << std::endl; + bIsSendSuccessfull = false; + } + else if (dxl_error != 0) + { + //std::cout << "[ERROR] (DynamixelHandler::enableTorque): " << m_pPacketHandler->getRxPacketError(dxl_error) << std::endl; + bIsSendSuccessfull = false; + } + else + { + bIsSendSuccessfull = true; + } + } + return bIsSendSuccessfull; +} + diff --git a/build/.built_by b/build/.built_by new file mode 100644 index 0000000..06e74ac --- /dev/null +++ b/build/.built_by @@ -0,0 +1 @@ +colcon diff --git a/build/COLCON_IGNORE b/build/COLCON_IGNORE new file mode 100644 index 0000000..e69de29 diff --git a/build/advrobotics_lab3_interfaces/.cmake/api/v1/query/client-colcon-cmake/codemodel-v2 b/build/advrobotics_lab3_interfaces/.cmake/api/v1/query/client-colcon-cmake/codemodel-v2 new file mode 100644 index 0000000..e69de29 diff --git a/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/codemodel-v2-8d85657a254ab3342e63.json b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/codemodel-v2-8d85657a254ab3342e63.json new file mode 100644 index 0000000..c9c275a --- /dev/null +++ b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/codemodel-v2-8d85657a254ab3342e63.json @@ -0,0 +1,233 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "childIndexes" : + [ + 1 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-.-d4a0225c4dfcf6c70684.json", + "minimumCMakeVersion" : + { + "string" : "3.12" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0, + 1, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17 + ] + }, + { + "build" : "advrobotics_lab3_interfaces__py", + "jsonFile" : "directory-advrobotics_lab3_interfaces__py-e7fff58ad01a18252564.json", + "minimumCMakeVersion" : + { + "string" : "3.12" + }, + "parentIndex" : 0, + "projectIndex" : 0, + "source" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py", + "targetIndexes" : + [ + 2 + ] + } + ], + "name" : "", + "projects" : + [ + { + "directoryIndexes" : + [ + 0, + 1 + ], + "name" : "advrobotics_lab3_interfaces", + "targetIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "advrobotics_lab3_interfaces::@6890427a1f51a3e7e1df", + "jsonFile" : "target-advrobotics_lab3_interfaces-82ce42e07ff329bfad87.json", + "name" : "advrobotics_lab3_interfaces", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "advrobotics_lab3_interfaces__cpp::@6890427a1f51a3e7e1df", + "jsonFile" : "target-advrobotics_lab3_interfaces__cpp-f94cc3a3480aa6d407a4.json", + "name" : "advrobotics_lab3_interfaces__cpp", + "projectIndex" : 0 + }, + { + "directoryIndex" : 1, + "id" : "advrobotics_lab3_interfaces__py::@4d9ad0d5474c8c3aed30", + "jsonFile" : "target-advrobotics_lab3_interfaces__py-d3964c0dd2a0834133fa.json", + "name" : "advrobotics_lab3_interfaces__py", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "advrobotics_lab3_interfaces__rosidl_generator_c::@6890427a1f51a3e7e1df", + "jsonFile" : "target-advrobotics_lab3_interfaces__rosidl_generator_c-2bb710d05a8ce00c9f81.json", + "name" : "advrobotics_lab3_interfaces__rosidl_generator_c", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "advrobotics_lab3_interfaces__rosidl_generator_py::@6890427a1f51a3e7e1df", + "jsonFile" : "target-advrobotics_lab3_interfaces__rosidl_generator_py-05a8b6fce579b1482921.json", + "name" : "advrobotics_lab3_interfaces__rosidl_generator_py", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_c::@6890427a1f51a3e7e1df", + "jsonFile" : "target-advrobotics_lab3_interfaces__rosidl_typesupport_c-cfad8250d14a95e00b50.json", + "name" : "advrobotics_lab3_interfaces__rosidl_typesupport_c", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext::@6890427a1f51a3e7e1df", + "jsonFile" : "target-advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext-c6c16b15681c5441f212.json", + "name" : "advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_cpp::@6890427a1f51a3e7e1df", + "jsonFile" : "target-advrobotics_lab3_interfaces__rosidl_typesupport_cpp-9029b52e76430cb559e1.json", + "name" : "advrobotics_lab3_interfaces__rosidl_typesupport_cpp", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c::@6890427a1f51a3e7e1df", + "jsonFile" : "target-advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c-9911364eecab4f716d2a.json", + "name" : "advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext::@6890427a1f51a3e7e1df", + "jsonFile" : "target-advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext-e30931f2d7ff39eddc19.json", + "name" : "advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp::@6890427a1f51a3e7e1df", + "jsonFile" : "target-advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp-bf97e85a218ff7898738.json", + "name" : "advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c::@6890427a1f51a3e7e1df", + "jsonFile" : "target-advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c-45a52fa0ebaf2d84317f.json", + "name" : "advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext::@6890427a1f51a3e7e1df", + "jsonFile" : "target-advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext-5318e993bdc5b8456139.json", + "name" : "advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp::@6890427a1f51a3e7e1df", + "jsonFile" : "target-advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp-64860dc4e5c2a78bb421.json", + "name" : "advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "advrobotics_lab3_interfaces_uninstall::@6890427a1f51a3e7e1df", + "jsonFile" : "target-advrobotics_lab3_interfaces_uninstall-3f6fc15df52e38f56644.json", + "name" : "advrobotics_lab3_interfaces_uninstall", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "ament_cmake_python_build_advrobotics_lab3_interfaces_egg::@6890427a1f51a3e7e1df", + "jsonFile" : "target-ament_cmake_python_build_advrobotics_lab3_interfaces_egg-593db90f14e6ac2a5262.json", + "name" : "ament_cmake_python_build_advrobotics_lab3_interfaces_egg", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "ament_cmake_python_copy_advrobotics_lab3_interfaces::@6890427a1f51a3e7e1df", + "jsonFile" : "target-ament_cmake_python_copy_advrobotics_lab3_interfaces-bc89f21d52ea18fbf941.json", + "name" : "ament_cmake_python_copy_advrobotics_lab3_interfaces", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "uninstall::@6890427a1f51a3e7e1df", + "jsonFile" : "target-uninstall-d17ab5407b355bb78321.json", + "name" : "uninstall", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces", + "source" : "/home/ros/lab3_robotics/advrobotics_lab3_interfaces" + }, + "version" : + { + "major" : 2, + "minor" : 3 + } +} diff --git a/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/directory-.-d4a0225c4dfcf6c70684.json b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/directory-.-d4a0225c4dfcf6c70684.json new file mode 100644 index 0000000..96f3aeb --- /dev/null +++ b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/directory-.-d4a0225c4dfcf6c70684.json @@ -0,0 +1,1445 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install", + "ament_index_register_resource", + "rosidl_generate_interfaces", + "include", + "ament_execute_extensions", + "ament_environment_hooks", + "_ament_cmake_export_libraries_register_environment_hook", + "ament_export_libraries", + "_ament_cmake_python_register_environment_hook", + "ament_python_install_package", + "_ament_cmake_python_install_package", + "ament_cmake_environment_generate_package_run_dependencies_marker", + "ament_package", + "ament_cmake_environment_generate_parent_prefix_path_marker", + "ament_generate_package_environment", + "ament_index_register_package", + "_ament_package" + ], + "files" : + [ + "/opt/ros/humble/share/ament_cmake_core/cmake/index/ament_index_register_resource.cmake", + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_generate_interfaces.cmake", + "CMakeLists.txt", + "/opt/ros/humble/share/rosidl_generator_c/cmake/rosidl_generator_c_generate_interfaces.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/ament_environment_hooks.cmake", + "/opt/ros/humble/share/ament_cmake_export_libraries/cmake/ament_cmake_export_libraries-extras.cmake", + "/opt/ros/humble/share/ament_cmake_export_libraries/cmake/ament_export_libraries.cmake", + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_c_generate_interfaces.cmake", + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/rosidl_generator_cpp_generate_interfaces.cmake", + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/rosidl_typesupport_fastrtps_cpp_generate_interfaces.cmake", + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/rosidl_typesupport_introspection_c_generate_interfaces.cmake", + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/rosidl_typesupport_c_generate_interfaces.cmake", + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/rosidl_typesupport_introspection_cpp_generate_interfaces.cmake", + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/rosidl_typesupport_cpp_generate_interfaces.cmake", + "/opt/ros/humble/share/ament_cmake_python/cmake/ament_cmake_python-extras.cmake", + "/opt/ros/humble/share/ament_cmake_python/cmake/ament_python_install_package.cmake", + "/opt/ros/humble/share/rosidl_generator_py/cmake/rosidl_generator_py_generate_interfaces.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/environment/ament_cmake_environment_package_hook.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_package.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/ament_cmake_environment_hooks_package_hook.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/ament_generate_package_environment.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/index/ament_index_register_package.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/index/ament_cmake_index_package_hook.cmake", + "/opt/ros/humble/share/ament_cmake_export_targets/cmake/ament_cmake_export_targets_package_hook.cmake" + ], + "nodes" : + [ + { + "file" : 2 + }, + { + "command" : 2, + "file" : 2, + "line" : 17, + "parent" : 0 + }, + { + "command" : 1, + "file" : 1, + "line" : 252, + "parent" : 1 + }, + { + "command" : 0, + "file" : 0, + "line" : 105, + "parent" : 2 + }, + { + "command" : 4, + "file" : 1, + "line" : 286, + "parent" : 1 + }, + { + "command" : 3, + "file" : 4, + "line" : 48, + "parent" : 4 + }, + { + "file" : 3, + "parent" : 5 + }, + { + "command" : 0, + "file" : 3, + "line" : 149, + "parent" : 6 + }, + { + "command" : 7, + "file" : 3, + "line" : 157, + "parent" : 6 + }, + { + "command" : 6, + "file" : 7, + "line" : 35, + "parent" : 8 + }, + { + "command" : 5, + "file" : 6, + "line" : 25, + "parent" : 9 + }, + { + "command" : 0, + "file" : 5, + "line" : 70, + "parent" : 10 + }, + { + "command" : 0, + "file" : 5, + "line" : 87, + "parent" : 10 + }, + { + "command" : 0, + "file" : 3, + "line" : 164, + "parent" : 6 + }, + { + "command" : 3, + "file" : 4, + "line" : 48, + "parent" : 4 + }, + { + "file" : 8, + "parent" : 14 + }, + { + "command" : 0, + "file" : 8, + "line" : 151, + "parent" : 15 + }, + { + "command" : 0, + "file" : 8, + "line" : 167, + "parent" : 15 + }, + { + "command" : 3, + "file" : 4, + "line" : 48, + "parent" : 4 + }, + { + "file" : 9, + "parent" : 18 + }, + { + "command" : 0, + "file" : 9, + "line" : 149, + "parent" : 19 + }, + { + "command" : 3, + "file" : 4, + "line" : 48, + "parent" : 4 + }, + { + "file" : 10, + "parent" : 21 + }, + { + "command" : 0, + "file" : 10, + "line" : 169, + "parent" : 22 + }, + { + "command" : 0, + "file" : 10, + "line" : 185, + "parent" : 22 + }, + { + "command" : 3, + "file" : 4, + "line" : 48, + "parent" : 4 + }, + { + "file" : 11, + "parent" : 25 + }, + { + "command" : 0, + "file" : 11, + "line" : 141, + "parent" : 26 + }, + { + "command" : 0, + "file" : 11, + "line" : 146, + "parent" : 26 + }, + { + "command" : 3, + "file" : 4, + "line" : 48, + "parent" : 4 + }, + { + "file" : 12, + "parent" : 29 + }, + { + "command" : 0, + "file" : 12, + "line" : 141, + "parent" : 30 + }, + { + "command" : 3, + "file" : 4, + "line" : 48, + "parent" : 4 + }, + { + "file" : 13, + "parent" : 32 + }, + { + "command" : 0, + "file" : 13, + "line" : 140, + "parent" : 33 + }, + { + "command" : 0, + "file" : 13, + "line" : 146, + "parent" : 33 + }, + { + "command" : 3, + "file" : 4, + "line" : 48, + "parent" : 4 + }, + { + "file" : 14, + "parent" : 36 + }, + { + "command" : 0, + "file" : 14, + "line" : 140, + "parent" : 37 + }, + { + "command" : 3, + "file" : 4, + "line" : 48, + "parent" : 4 + }, + { + "file" : 17, + "parent" : 39 + }, + { + "command" : 9, + "file" : 17, + "line" : 124, + "parent" : 40 + }, + { + "command" : 8, + "file" : 16, + "line" : 38, + "parent" : 41 + }, + { + "command" : 5, + "file" : 15, + "line" : 36, + "parent" : 42 + }, + { + "command" : 0, + "file" : 5, + "line" : 70, + "parent" : 43 + }, + { + "command" : 0, + "file" : 5, + "line" : 87, + "parent" : 43 + }, + { + "command" : 10, + "file" : 16, + "line" : 39, + "parent" : 41 + }, + { + "command" : 0, + "file" : 16, + "line" : 154, + "parent" : 46 + }, + { + "command" : 0, + "file" : 16, + "line" : 181, + "parent" : 46 + }, + { + "command" : 0, + "file" : 16, + "line" : 191, + "parent" : 46 + }, + { + "command" : 0, + "file" : 17, + "line" : 282, + "parent" : 40 + }, + { + "command" : 0, + "file" : 17, + "line" : 282, + "parent" : 40 + }, + { + "command" : 0, + "file" : 17, + "line" : 282, + "parent" : 40 + }, + { + "command" : 0, + "file" : 17, + "line" : 302, + "parent" : 40 + }, + { + "command" : 0, + "file" : 1, + "line" : 309, + "parent" : 1 + }, + { + "command" : 0, + "file" : 1, + "line" : 309, + "parent" : 1 + }, + { + "command" : 0, + "file" : 1, + "line" : 309, + "parent" : 1 + }, + { + "command" : 0, + "file" : 1, + "line" : 320, + "parent" : 1 + }, + { + "command" : 0, + "file" : 1, + "line" : 320, + "parent" : 1 + }, + { + "command" : 0, + "file" : 1, + "line" : 320, + "parent" : 1 + }, + { + "command" : 0, + "file" : 1, + "line" : 320, + "parent" : 1 + }, + { + "command" : 0, + "file" : 1, + "line" : 320, + "parent" : 1 + }, + { + "command" : 12, + "file" : 2, + "line" : 36, + "parent" : 0 + }, + { + "command" : 4, + "file" : 19, + "line" : 66, + "parent" : 62 + }, + { + "command" : 3, + "file" : 4, + "line" : 48, + "parent" : 63 + }, + { + "file" : 18, + "parent" : 64 + }, + { + "command" : 11, + "file" : 18, + "line" : 47, + "parent" : 65 + }, + { + "command" : 1, + "file" : 18, + "line" : 29, + "parent" : 66 + }, + { + "command" : 0, + "file" : 0, + "line" : 105, + "parent" : 67 + }, + { + "command" : 13, + "file" : 18, + "line" : 48, + "parent" : 65 + }, + { + "command" : 1, + "file" : 18, + "line" : 43, + "parent" : 69 + }, + { + "command" : 0, + "file" : 0, + "line" : 105, + "parent" : 70 + }, + { + "command" : 3, + "file" : 4, + "line" : 48, + "parent" : 63 + }, + { + "file" : 20, + "parent" : 72 + }, + { + "command" : 5, + "file" : 20, + "line" : 20, + "parent" : 73 + }, + { + "command" : 0, + "file" : 5, + "line" : 70, + "parent" : 74 + }, + { + "command" : 0, + "file" : 5, + "line" : 87, + "parent" : 74 + }, + { + "command" : 0, + "file" : 5, + "line" : 70, + "parent" : 74 + }, + { + "command" : 0, + "file" : 5, + "line" : 87, + "parent" : 74 + }, + { + "command" : 14, + "file" : 20, + "line" : 26, + "parent" : 73 + }, + { + "command" : 0, + "file" : 21, + "line" : 91, + "parent" : 79 + }, + { + "command" : 0, + "file" : 21, + "line" : 91, + "parent" : 79 + }, + { + "command" : 0, + "file" : 21, + "line" : 91, + "parent" : 79 + }, + { + "command" : 0, + "file" : 21, + "line" : 107, + "parent" : 79 + }, + { + "command" : 0, + "file" : 21, + "line" : 119, + "parent" : 79 + }, + { + "command" : 3, + "file" : 4, + "line" : 48, + "parent" : 63 + }, + { + "file" : 23, + "parent" : 85 + }, + { + "command" : 15, + "file" : 23, + "line" : 16, + "parent" : 86 + }, + { + "command" : 1, + "file" : 22, + "line" : 29, + "parent" : 87 + }, + { + "command" : 0, + "file" : 0, + "line" : 105, + "parent" : 88 + }, + { + "command" : 3, + "file" : 4, + "line" : 48, + "parent" : 63 + }, + { + "file" : 24, + "parent" : 90 + }, + { + "command" : 0, + "file" : 24, + "line" : 28, + "parent" : 91 + }, + { + "command" : 0, + "file" : 24, + "line" : 28, + "parent" : 91 + }, + { + "command" : 0, + "file" : 24, + "line" : 28, + "parent" : 91 + }, + { + "command" : 0, + "file" : 24, + "line" : 28, + "parent" : 91 + }, + { + "command" : 0, + "file" : 24, + "line" : 28, + "parent" : 91 + }, + { + "command" : 0, + "file" : 24, + "line" : 28, + "parent" : 91 + }, + { + "command" : 0, + "file" : 24, + "line" : 28, + "parent" : 91 + }, + { + "command" : 0, + "file" : 24, + "line" : 28, + "parent" : 91 + }, + { + "command" : 0, + "file" : 24, + "line" : 28, + "parent" : 91 + }, + { + "command" : 16, + "file" : 19, + "line" : 68, + "parent" : 62 + }, + { + "command" : 0, + "file" : 19, + "line" : 122, + "parent" : 101 + }, + { + "command" : 0, + "file" : 19, + "line" : 122, + "parent" : 101 + }, + { + "command" : 0, + "file" : 19, + "line" : 122, + "parent" : 101 + }, + { + "command" : 0, + "file" : 19, + "line" : 122, + "parent" : 101 + }, + { + "command" : 0, + "file" : 19, + "line" : 122, + "parent" : 101 + }, + { + "command" : 0, + "file" : 19, + "line" : 122, + "parent" : 101 + }, + { + "command" : 0, + "file" : 19, + "line" : 122, + "parent" : 101 + }, + { + "command" : 0, + "file" : 19, + "line" : 150, + "parent" : 101 + }, + { + "command" : 0, + "file" : 19, + "line" : 157, + "parent" : 101 + } + ] + }, + "installers" : + [ + { + "backtrace" : 3, + "component" : "Unspecified", + "destination" : "share/ament_index/resource_index/rosidl_interfaces", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_index/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces" + ], + "type" : "file" + }, + { + "backtrace" : 7, + "component" : "Unspecified", + "destination" : "include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces", + "paths" : + [ + { + "from" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces", + "to" : "." + } + ], + "type" : "directory" + }, + { + "backtrace" : 11, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/environment", + "paths" : + [ + "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/environment_hook/library_path.sh" + ], + "type" : "file" + }, + { + "backtrace" : 12, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/environment", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/library_path.dsv" + ], + "type" : "file" + }, + { + "backtrace" : 13, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libadvrobotics_lab3_interfaces__rosidl_generator_c.so" + ], + "targetId" : "advrobotics_lab3_interfaces__rosidl_generator_c::@6890427a1f51a3e7e1df", + "targetIndex" : 3, + "type" : "target" + }, + { + "backtrace" : 16, + "component" : "Unspecified", + "destination" : "include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces", + "paths" : + [ + { + "from" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces", + "to" : "." + } + ], + "type" : "directory" + }, + { + "backtrace" : 17, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so" + ], + "targetId" : "advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c::@6890427a1f51a3e7e1df", + "targetIndex" : 8, + "type" : "target" + }, + { + "backtrace" : 20, + "component" : "Unspecified", + "destination" : "include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces", + "paths" : + [ + { + "from" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces", + "to" : "." + } + ], + "type" : "directory" + }, + { + "backtrace" : 23, + "component" : "Unspecified", + "destination" : "include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces", + "paths" : + [ + { + "from" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces", + "to" : "." + } + ], + "type" : "directory" + }, + { + "backtrace" : 24, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so" + ], + "targetId" : "advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp::@6890427a1f51a3e7e1df", + "targetIndex" : 10, + "type" : "target" + }, + { + "backtrace" : 27, + "component" : "Unspecified", + "destination" : "include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces", + "paths" : + [ + { + "from" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces", + "to" : "." + } + ], + "type" : "directory" + }, + { + "backtrace" : 28, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so" + ], + "targetId" : "advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c::@6890427a1f51a3e7e1df", + "targetIndex" : 11, + "type" : "target" + }, + { + "backtrace" : 31, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so" + ], + "targetId" : "advrobotics_lab3_interfaces__rosidl_typesupport_c::@6890427a1f51a3e7e1df", + "targetIndex" : 5, + "type" : "target" + }, + { + "backtrace" : 34, + "component" : "Unspecified", + "destination" : "include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces", + "paths" : + [ + { + "from" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces", + "to" : "." + } + ], + "type" : "directory" + }, + { + "backtrace" : 35, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so" + ], + "targetId" : "advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp::@6890427a1f51a3e7e1df", + "targetIndex" : 13, + "type" : "target" + }, + { + "backtrace" : 38, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so" + ], + "targetId" : "advrobotics_lab3_interfaces__rosidl_typesupport_cpp::@6890427a1f51a3e7e1df", + "targetIndex" : 7, + "type" : "target" + }, + { + "backtrace" : 44, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/environment", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/pythonpath.sh" + ], + "type" : "file" + }, + { + "backtrace" : 45, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/environment", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/pythonpath.dsv" + ], + "type" : "file" + }, + { + "backtrace" : 47, + "component" : "Unspecified", + "destination" : "local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info", + "paths" : + [ + { + "from" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_python/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces.egg-info", + "to" : "." + } + ], + "type" : "directory" + }, + { + "backtrace" : 48, + "component" : "Unspecified", + "destination" : "local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces", + "paths" : + [ + { + "from" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces", + "to" : "." + } + ], + "type" : "directory" + }, + { + "backtrace" : 49, + "component" : "Unspecified", + "type" : "code" + }, + { + "backtrace" : 50, + "component" : "Unspecified", + "destination" : "local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces", + "paths" : + [ + "rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so" + ], + "targetId" : "advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext::@6890427a1f51a3e7e1df", + "targetIndex" : 9, + "type" : "target" + }, + { + "backtrace" : 51, + "component" : "Unspecified", + "destination" : "local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces", + "paths" : + [ + "rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so" + ], + "targetId" : "advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext::@6890427a1f51a3e7e1df", + "targetIndex" : 12, + "type" : "target" + }, + { + "backtrace" : 52, + "component" : "Unspecified", + "destination" : "local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces", + "paths" : + [ + "rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so" + ], + "targetId" : "advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext::@6890427a1f51a3e7e1df", + "targetIndex" : 6, + "type" : "target" + }, + { + "backtrace" : 53, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so" + ], + "targetId" : "advrobotics_lab3_interfaces__rosidl_generator_py::@6890427a1f51a3e7e1df", + "targetIndex" : 4, + "type" : "target" + }, + { + "backtrace" : 54, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/msg", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/msg/Joints.idl" + ], + "type" : "file" + }, + { + "backtrace" : 55, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/msg", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/msg/Gripper.idl" + ], + "type" : "file" + }, + { + "backtrace" : 56, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/srv", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/srv/Invkin.idl" + ], + "type" : "file" + }, + { + "backtrace" : 57, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/msg", + "paths" : + [ + "msg/Joints.msg" + ], + "type" : "file" + }, + { + "backtrace" : 58, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/msg", + "paths" : + [ + "msg/Gripper.msg" + ], + "type" : "file" + }, + { + "backtrace" : 59, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/srv", + "paths" : + [ + "srv/Invkin.srv" + ], + "type" : "file" + }, + { + "backtrace" : 60, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/srv", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_cmake/srv/Invkin_Request.msg" + ], + "type" : "file" + }, + { + "backtrace" : 61, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/srv", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_cmake/srv/Invkin_Response.msg" + ], + "type" : "file" + }, + { + "backtrace" : 68, + "component" : "Unspecified", + "destination" : "share/ament_index/resource_index/package_run_dependencies", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces" + ], + "type" : "file" + }, + { + "backtrace" : 71, + "component" : "Unspecified", + "destination" : "share/ament_index/resource_index/parent_prefix_path", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces" + ], + "type" : "file" + }, + { + "backtrace" : 75, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/environment", + "paths" : + [ + "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/environment/ament_prefix_path.sh" + ], + "type" : "file" + }, + { + "backtrace" : 76, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/environment", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/ament_prefix_path.dsv" + ], + "type" : "file" + }, + { + "backtrace" : 77, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/environment", + "paths" : + [ + "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/environment/path.sh" + ], + "type" : "file" + }, + { + "backtrace" : 78, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/environment", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/path.dsv" + ], + "type" : "file" + }, + { + "backtrace" : 80, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/local_setup.bash" + ], + "type" : "file" + }, + { + "backtrace" : 81, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/local_setup.sh" + ], + "type" : "file" + }, + { + "backtrace" : 82, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/local_setup.zsh" + ], + "type" : "file" + }, + { + "backtrace" : 83, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/local_setup.dsv" + ], + "type" : "file" + }, + { + "backtrace" : 84, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/package.dsv" + ], + "type" : "file" + }, + { + "backtrace" : 89, + "component" : "Unspecified", + "destination" : "share/ament_index/resource_index/packages", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_index/share/ament_index/resource_index/packages/advrobotics_lab3_interfaces" + ], + "type" : "file" + }, + { + "backtrace" : 92, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/cmake", + "exportName" : "export_advrobotics_lab3_interfaces__rosidl_generator_c", + "exportTargets" : + [ + { + "id" : "advrobotics_lab3_interfaces__rosidl_generator_c::@6890427a1f51a3e7e1df", + "index" : 3 + } + ], + "paths" : + [ + "CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake" + ], + "type" : "export" + }, + { + "backtrace" : 93, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/cmake", + "exportName" : "export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c", + "exportTargets" : + [ + { + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c::@6890427a1f51a3e7e1df", + "index" : 8 + } + ], + "paths" : + [ + "CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake" + ], + "type" : "export" + }, + { + "backtrace" : 94, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/cmake", + "exportName" : "export_advrobotics_lab3_interfaces__rosidl_generator_cpp", + "exportTargets" : + [ + { + "id" : "advrobotics_lab3_interfaces__rosidl_generator_cpp::@6890427a1f51a3e7e1df", + "index" : 0 + } + ], + "paths" : + [ + "CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake" + ], + "type" : "export" + }, + { + "backtrace" : 95, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/cmake", + "exportName" : "export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp", + "exportTargets" : + [ + { + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp::@6890427a1f51a3e7e1df", + "index" : 10 + } + ], + "paths" : + [ + "CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake" + ], + "type" : "export" + }, + { + "backtrace" : 96, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/cmake", + "exportName" : "advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c", + "exportTargets" : + [ + { + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c::@6890427a1f51a3e7e1df", + "index" : 11 + } + ], + "paths" : + [ + "CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake" + ], + "type" : "export" + }, + { + "backtrace" : 97, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/cmake", + "exportName" : "advrobotics_lab3_interfaces__rosidl_typesupport_c", + "exportTargets" : + [ + { + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_c::@6890427a1f51a3e7e1df", + "index" : 5 + } + ], + "paths" : + [ + "CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake" + ], + "type" : "export" + }, + { + "backtrace" : 98, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/cmake", + "exportName" : "advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp", + "exportTargets" : + [ + { + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp::@6890427a1f51a3e7e1df", + "index" : 13 + } + ], + "paths" : + [ + "CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake" + ], + "type" : "export" + }, + { + "backtrace" : 99, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/cmake", + "exportName" : "advrobotics_lab3_interfaces__rosidl_typesupport_cpp", + "exportTargets" : + [ + { + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_cpp::@6890427a1f51a3e7e1df", + "index" : 7 + } + ], + "paths" : + [ + "CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake" + ], + "type" : "export" + }, + { + "backtrace" : 100, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/cmake", + "exportName" : "export_advrobotics_lab3_interfaces__rosidl_generator_py", + "exportTargets" : + [ + { + "id" : "advrobotics_lab3_interfaces__rosidl_generator_py::@6890427a1f51a3e7e1df", + "index" : 4 + } + ], + "paths" : + [ + "CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake" + ], + "type" : "export" + }, + { + "backtrace" : 102, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/cmake", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_cmake/rosidl_cmake-extras.cmake" + ], + "type" : "file" + }, + { + "backtrace" : 103, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/cmake", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_export_dependencies/ament_cmake_export_dependencies-extras.cmake" + ], + "type" : "file" + }, + { + "backtrace" : 104, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/cmake", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_export_include_directories/ament_cmake_export_include_directories-extras.cmake" + ], + "type" : "file" + }, + { + "backtrace" : 105, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/cmake", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_export_libraries/ament_cmake_export_libraries-extras.cmake" + ], + "type" : "file" + }, + { + "backtrace" : 106, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/cmake", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_export_targets/ament_cmake_export_targets-extras.cmake" + ], + "type" : "file" + }, + { + "backtrace" : 107, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/cmake", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_cmake/rosidl_cmake_export_typesupport_targets-extras.cmake" + ], + "type" : "file" + }, + { + "backtrace" : 108, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/cmake", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake" + ], + "type" : "file" + }, + { + "backtrace" : 109, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces/cmake", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_core/advrobotics_lab3_interfacesConfig.cmake", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_core/advrobotics_lab3_interfacesConfig-version.cmake" + ], + "type" : "file" + }, + { + "backtrace" : 110, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_interfaces", + "paths" : + [ + "package.xml" + ], + "type" : "file" + } + ], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/directory-advrobotics_lab3_interfaces__py-e7fff58ad01a18252564.json b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/directory-advrobotics_lab3_interfaces__py-e7fff58ad01a18252564.json new file mode 100644 index 0000000..24ca80d --- /dev/null +++ b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/directory-advrobotics_lab3_interfaces__py-e7fff58ad01a18252564.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "advrobotics_lab3_interfaces__py", + "source" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py" + } +} diff --git a/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/index-2025-12-17T07-21-39-0814.json b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/index-2025-12-17T07-21-39-0814.json new file mode 100644 index 0000000..c175792 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/index-2025-12-17T07-21-39-0814.json @@ -0,0 +1,54 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Unix Makefiles" + }, + "paths" : + { + "cmake" : "/usr/bin/cmake", + "cpack" : "/usr/bin/cpack", + "ctest" : "/usr/bin/ctest", + "root" : "/usr/share/cmake-3.22" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 22, + "patch" : 1, + "string" : "3.22.1", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-8d85657a254ab3342e63.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + } + ], + "reply" : + { + "client-colcon-cmake" : + { + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-8d85657a254ab3342e63.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + } + } + } +} diff --git a/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces-82ce42e07ff329bfad87.json b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces-82ce42e07ff329bfad87.json new file mode 100644 index 0000000..fb757fb --- /dev/null +++ b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces-82ce42e07ff329bfad87.json @@ -0,0 +1,285 @@ +{ + "backtrace" : 2, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target", + "rosidl_generate_interfaces", + "add_dependencies", + "include", + "ament_execute_extensions" + ], + "files" : + [ + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_generate_interfaces.cmake", + "CMakeLists.txt", + "/opt/ros/humble/share/rosidl_generator_c/cmake/rosidl_generator_c_generate_interfaces.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake", + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_c_generate_interfaces.cmake", + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/rosidl_generator_cpp_generate_interfaces.cmake", + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/rosidl_typesupport_fastrtps_cpp_generate_interfaces.cmake", + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/rosidl_typesupport_introspection_c_generate_interfaces.cmake", + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/rosidl_typesupport_c_generate_interfaces.cmake", + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/rosidl_typesupport_introspection_cpp_generate_interfaces.cmake", + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/rosidl_typesupport_cpp_generate_interfaces.cmake" + ], + "nodes" : + [ + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 17, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 213, + "parent" : 1 + }, + { + "command" : 4, + "file" : 0, + "line" : 286, + "parent" : 1 + }, + { + "command" : 3, + "file" : 3, + "line" : 48, + "parent" : 3 + }, + { + "file" : 2, + "parent" : 4 + }, + { + "command" : 2, + "file" : 2, + "line" : 143, + "parent" : 5 + }, + { + "command" : 3, + "file" : 3, + "line" : 48, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 7 + }, + { + "command" : 2, + "file" : 4, + "line" : 145, + "parent" : 8 + }, + { + "command" : 3, + "file" : 3, + "line" : 48, + "parent" : 3 + }, + { + "file" : 5, + "parent" : 10 + }, + { + "command" : 2, + "file" : 5, + "line" : 139, + "parent" : 11 + }, + { + "command" : 3, + "file" : 3, + "line" : 48, + "parent" : 3 + }, + { + "file" : 6, + "parent" : 13 + }, + { + "command" : 2, + "file" : 6, + "line" : 163, + "parent" : 14 + }, + { + "command" : 3, + "file" : 3, + "line" : 48, + "parent" : 3 + }, + { + "file" : 7, + "parent" : 16 + }, + { + "command" : 2, + "file" : 7, + "line" : 135, + "parent" : 17 + }, + { + "command" : 3, + "file" : 3, + "line" : 48, + "parent" : 3 + }, + { + "file" : 8, + "parent" : 19 + }, + { + "command" : 2, + "file" : 8, + "line" : 135, + "parent" : 20 + }, + { + "command" : 3, + "file" : 3, + "line" : 48, + "parent" : 3 + }, + { + "file" : 9, + "parent" : 22 + }, + { + "command" : 2, + "file" : 9, + "line" : 134, + "parent" : 23 + }, + { + "command" : 3, + "file" : 3, + "line" : 48, + "parent" : 3 + }, + { + "file" : 10, + "parent" : 25 + }, + { + "command" : 2, + "file" : 10, + "line" : 134, + "parent" : 26 + } + ] + }, + "dependencies" : + [ + { + "backtrace" : 6, + "id" : "advrobotics_lab3_interfaces__rosidl_generator_c::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 9, + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 12, + "id" : "advrobotics_lab3_interfaces__cpp::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 15, + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 18, + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 21, + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_c::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 24, + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 27, + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_cpp::@6890427a1f51a3e7e1df" + } + ], + "id" : "advrobotics_lab3_interfaces::@6890427a1f51a3e7e1df", + "name" : "advrobotics_lab3_interfaces", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 6 + ] + } + ], + "sources" : + [ + { + "backtrace" : 2, + "path" : "msg/Joints.msg", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "path" : "msg/Gripper.msg", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "path" : "srv/Invkin.srv", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_cmake/srv/Invkin_Request.msg", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_cmake/srv/Invkin_Response.msg", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__cpp-f94cc3a3480aa6d407a4.json b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__cpp-f94cc3a3480aa6d407a4.json new file mode 100644 index 0000000..1bdc621 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__cpp-f94cc3a3480aa6d407a4.json @@ -0,0 +1,101 @@ +{ + "backtrace" : 5, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target", + "include", + "ament_execute_extensions", + "rosidl_generate_interfaces" + ], + "files" : + [ + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/rosidl_generator_cpp_generate_interfaces.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake", + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_generate_interfaces.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 3 + }, + { + "command" : 3, + "file" : 3, + "line" : 17, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 286, + "parent" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 48, + "parent" : 2 + }, + { + "file" : 0, + "parent" : 3 + }, + { + "command" : 0, + "file" : 0, + "line" : 109, + "parent" : 4 + } + ] + }, + "id" : "advrobotics_lab3_interfaces__cpp::@6890427a1f51a3e7e1df", + "name" : "advrobotics_lab3_interfaces__cpp", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1, + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 5, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__cpp.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__py-d3964c0dd2a0834133fa.json b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__py-d3964c0dd2a0834133fa.json new file mode 100644 index 0000000..39664ee --- /dev/null +++ b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__py-d3964c0dd2a0834133fa.json @@ -0,0 +1,79 @@ +{ + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target" + ], + "files" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 34, + "parent" : 0 + } + ] + }, + "dependencies" : + [ + { + "id" : "advrobotics_lab3_interfaces::@6890427a1f51a3e7e1df" + } + ], + "id" : "advrobotics_lab3_interfaces__py::@4d9ad0d5474c8c3aed30", + "name" : "advrobotics_lab3_interfaces__py", + "paths" : + { + "build" : "advrobotics_lab3_interfaces__py", + "source" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1, + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_generator_c-2bb710d05a8ce00c9f81.json b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_generator_c-2bb710d05a8ce00c9f81.json new file mode 100644 index 0000000..f8bf94a --- /dev/null +++ b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_generator_c-2bb710d05a8ce00c9f81.json @@ -0,0 +1,425 @@ +{ + "artifacts" : + [ + { + "path" : "libadvrobotics_lab3_interfaces__rosidl_generator_c.so" + } + ], + "backtrace" : 5, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "include", + "ament_execute_extensions", + "rosidl_generate_interfaces", + "install", + "target_link_libraries", + "set_target_properties", + "add_definitions", + "find_package", + "target_include_directories" + ], + "files" : + [ + "/opt/ros/humble/share/rosidl_generator_c/cmake/rosidl_generator_c_generate_interfaces.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake", + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_generate_interfaces.cmake", + "CMakeLists.txt", + "/opt/ros/humble/share/ament_cmake_ros/cmake/ament_cmake_ros-extras.cmake", + "/opt/ros/humble/share/ament_cmake_ros/cmake/ament_cmake_rosConfig.cmake", + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_c_generate_interfaces.cmake" + ], + "nodes" : + [ + { + "file" : 3 + }, + { + "command" : 3, + "file" : 3, + "line" : 17, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 286, + "parent" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 48, + "parent" : 2 + }, + { + "file" : 0, + "parent" : 3 + }, + { + "command" : 0, + "file" : 0, + "line" : 110, + "parent" : 4 + }, + { + "command" : 4, + "file" : 0, + "line" : 164, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 132, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 132, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 137, + "parent" : 4 + }, + { + "command" : 6, + "file" : 0, + "line" : 119, + "parent" : 4 + }, + { + "command" : 1, + "file" : 1, + "line" : 48, + "parent" : 2 + }, + { + "file" : 6, + "parent" : 11 + }, + { + "command" : 8, + "file" : 6, + "line" : 21, + "parent" : 12 + }, + { + "file" : 5, + "parent" : 13 + }, + { + "command" : 1, + "file" : 5, + "line" : 41, + "parent" : 14 + }, + { + "file" : 4, + "parent" : 15 + }, + { + "command" : 7, + "file" : 4, + "line" : 25, + "parent" : 16 + }, + { + "command" : 9, + "file" : 0, + "line" : 125, + "parent" : 4 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-fPIC" + }, + { + "backtrace" : 10, + "fragment" : "-Wall" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 7, + "define" : "RCUTILS_ENABLE_FAULT_INJECTION" + }, + { + "define" : "ROSIDL_GENERATOR_C_BUILDING_DLL_advrobotics_lab3_interfaces" + }, + { + "backtrace" : 17, + "define" : "ROS_PACKAGE_NAME=\"advrobotics_lab3_interfaces\"" + } + ], + "includes" : + [ + { + "backtrace" : 18, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/opt/ros/humble/include/std_msgs" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/opt/ros/humble/include/builtin_interfaces" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_runtime_c" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rcutils" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_interface" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 10 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 12, + 13, + 14 + ] + } + ], + "id" : "advrobotics_lab3_interfaces__rosidl_generator_c::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 6, + "path" : "lib" + }, + { + "backtrace" : 6, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/opt/ros/humble/lib:", + "role" : "libraries" + }, + { + "backtrace" : 7, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "backtrace" : 8, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/opt/ros/humble/lib/librosidl_runtime_c.so", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/opt/ros/humble/lib/librcutils.so", + "role" : "libraries" + }, + { + "fragment" : "-ldl", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "advrobotics_lab3_interfaces__rosidl_generator_c", + "nameOnDisk" : "libadvrobotics_lab3_interfaces__rosidl_generator_c.so", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Header Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11 + ] + }, + { + "name" : "Source Files", + "sourceIndexes" : + [ + 12, + 13, + 14 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 15 + ] + } + ], + "sources" : + [ + { + "backtrace" : 5, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 5, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 5, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__struct.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 5, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 5, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/gripper.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 5, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 5, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 5, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 5, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/invkin.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 5, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 5, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 5, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 5, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 5, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 5, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h.rule", + "sourceGroupIndex" : 2 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_generator_py-05a8b6fce579b1482921.json b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_generator_py-05a8b6fce579b1482921.json new file mode 100644 index 0000000..bb7af58 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_generator_py-05a8b6fce579b1482921.json @@ -0,0 +1,402 @@ +{ + "artifacts" : + [ + { + "path" : "rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so" + } + ], + "backtrace" : 5, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "include", + "ament_execute_extensions", + "rosidl_generate_interfaces", + "install", + "target_link_libraries", + "add_dependencies", + "set_target_properties", + "set_lib_properties", + "add_definitions", + "find_package", + "target_include_directories" + ], + "files" : + [ + "/opt/ros/humble/share/rosidl_generator_py/cmake/rosidl_generator_py_generate_interfaces.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake", + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_generate_interfaces.cmake", + "CMakeLists.txt", + "/opt/ros/humble/share/ament_cmake_ros/cmake/ament_cmake_ros-extras.cmake", + "/opt/ros/humble/share/ament_cmake_ros/cmake/ament_cmake_rosConfig.cmake", + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_c_generate_interfaces.cmake" + ], + "nodes" : + [ + { + "file" : 3 + }, + { + "command" : 3, + "file" : 3, + "line" : 17, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 286, + "parent" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 48, + "parent" : 2 + }, + { + "file" : 0, + "parent" : 3 + }, + { + "command" : 0, + "file" : 0, + "line" : 166, + "parent" : 4 + }, + { + "command" : 4, + "file" : 0, + "line" : 302, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 175, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 213, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 291, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 291, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 167, + "parent" : 4 + }, + { + "command" : 6, + "file" : 0, + "line" : 169, + "parent" : 4 + }, + { + "command" : 8, + "file" : 0, + "line" : 294, + "parent" : 4 + }, + { + "command" : 7, + "file" : 0, + "line" : 156, + "parent" : 13 + }, + { + "command" : 1, + "file" : 1, + "line" : 48, + "parent" : 2 + }, + { + "file" : 6, + "parent" : 15 + }, + { + "command" : 10, + "file" : 6, + "line" : 21, + "parent" : 16 + }, + { + "file" : 5, + "parent" : 17 + }, + { + "command" : 1, + "file" : 5, + "line" : 41, + "parent" : 18 + }, + { + "file" : 4, + "parent" : 19 + }, + { + "command" : 9, + "file" : 4, + "line" : 25, + "parent" : 20 + }, + { + "command" : 11, + "file" : 0, + "line" : 179, + "parent" : 4 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-fPIC" + }, + { + "backtrace" : 14, + "fragment" : "-Wall" + }, + { + "backtrace" : 14, + "fragment" : "-Wextra" + } + ], + "defines" : + [ + { + "backtrace" : 11, + "define" : "RCUTILS_ENABLE_FAULT_INJECTION" + }, + { + "backtrace" : 21, + "define" : "ROS_PACKAGE_NAME=\"advrobotics_lab3_interfaces\"" + }, + { + "define" : "advrobotics_lab3_interfaces__rosidl_generator_py_EXPORTS" + } + ], + "includes" : + [ + { + "backtrace" : 22, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c" + }, + { + "backtrace" : 22, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py" + }, + { + "backtrace" : 22, + "path" : "/usr/include/python3.10" + }, + { + "backtrace" : 11, + "isSystem" : true, + "path" : "/opt/ros/humble/include/std_msgs" + }, + { + "backtrace" : 11, + "isSystem" : true, + "path" : "/opt/ros/humble/include/builtin_interfaces" + }, + { + "backtrace" : 11, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_runtime_c" + }, + { + "backtrace" : 11, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rcutils" + }, + { + "backtrace" : 11, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_interface" + } + ], + "language" : "C", + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 11, + "id" : "advrobotics_lab3_interfaces__rosidl_generator_c::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 12, + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_c::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 12, + "id" : "advrobotics_lab3_interfaces__py::@4d9ad0d5474c8c3aed30" + } + ], + "id" : "advrobotics_lab3_interfaces__rosidl_generator_py::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 6, + "path" : "lib" + }, + { + "backtrace" : 6, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces:/opt/ros/humble/lib:", + "role" : "libraries" + }, + { + "backtrace" : 7, + "fragment" : "/usr/lib/x86_64-linux-gnu/libpython3.10.so", + "role" : "libraries" + }, + { + "backtrace" : 8, + "fragment" : "libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_generator_py.so", + "role" : "libraries" + }, + { + "backtrace" : 10, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_py.so", + "role" : "libraries" + }, + { + "backtrace" : 11, + "fragment" : "libadvrobotics_lab3_interfaces__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "backtrace" : 7, + "fragment" : "/usr/lib/x86_64-linux-gnu/libpython3.10.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_runtime_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcutils.so", + "role" : "libraries" + }, + { + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "fragment" : "-Wl,-rpath-link,/opt/ros/humble/lib", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "advrobotics_lab3_interfaces__rosidl_generator_py", + "nameOnDisk" : "libadvrobotics_lab3_interfaces__rosidl_generator_py.so", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 5, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 5, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 5, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_typesupport_c-cfad8250d14a95e00b50.json b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_typesupport_c-cfad8250d14a95e00b50.json new file mode 100644 index 0000000..477eef1 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_typesupport_c-cfad8250d14a95e00b50.json @@ -0,0 +1,373 @@ +{ + "artifacts" : + [ + { + "path" : "libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so" + } + ], + "backtrace" : 5, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "include", + "ament_execute_extensions", + "rosidl_generate_interfaces", + "install", + "target_link_libraries", + "set_target_properties", + "add_definitions", + "find_package" + ], + "files" : + [ + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/rosidl_typesupport_c_generate_interfaces.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake", + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_generate_interfaces.cmake", + "CMakeLists.txt", + "/opt/ros/humble/share/ament_cmake_ros/cmake/ament_cmake_ros-extras.cmake", + "/opt/ros/humble/share/ament_cmake_ros/cmake/ament_cmake_rosConfig.cmake", + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_c_generate_interfaces.cmake" + ], + "nodes" : + [ + { + "file" : 3 + }, + { + "command" : 3, + "file" : 3, + "line" : 17, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 286, + "parent" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 48, + "parent" : 2 + }, + { + "file" : 0, + "parent" : 3 + }, + { + "command" : 0, + "file" : 0, + "line" : 90, + "parent" : 4 + }, + { + "command" : 4, + "file" : 0, + "line" : 141, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 120, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 130, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 130, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 123, + "parent" : 4 + }, + { + "command" : 6, + "file" : 0, + "line" : 103, + "parent" : 4 + }, + { + "command" : 1, + "file" : 1, + "line" : 48, + "parent" : 2 + }, + { + "file" : 6, + "parent" : 12 + }, + { + "command" : 8, + "file" : 6, + "line" : 21, + "parent" : 13 + }, + { + "file" : 5, + "parent" : 14 + }, + { + "command" : 1, + "file" : 5, + "line" : 41, + "parent" : 15 + }, + { + "file" : 4, + "parent" : 16 + }, + { + "command" : 7, + "file" : 4, + "line" : 25, + "parent" : 17 + }, + { + "command" : 6, + "file" : 0, + "line" : 100, + "parent" : 4 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-fPIC" + }, + { + "backtrace" : 11, + "fragment" : "-Wall" + }, + { + "fragment" : "-std=gnu++14" + } + ], + "defines" : + [ + { + "backtrace" : 7, + "define" : "RCUTILS_ENABLE_FAULT_INJECTION" + }, + { + "define" : "ROSIDL_GENERATOR_C_BUILDING_DLL_advrobotics_lab3_interfaces" + }, + { + "backtrace" : 18, + "define" : "ROS_PACKAGE_NAME=\"advrobotics_lab3_interfaces\"" + } + ], + "includes" : + [ + { + "backtrace" : 7, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/opt/ros/humble/include/std_msgs" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/opt/ros/humble/include/builtin_interfaces" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_runtime_c" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rcutils" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_interface" + }, + { + "backtrace" : 10, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_c" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 19 + ], + "standard" : "14" + }, + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 7, + "id" : "advrobotics_lab3_interfaces__rosidl_generator_c::@6890427a1f51a3e7e1df" + } + ], + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_c::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 6, + "path" : "lib" + }, + { + "backtrace" : 6, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces:/opt/ros/humble/lib:", + "role" : "libraries" + }, + { + "backtrace" : 7, + "fragment" : "libadvrobotics_lab3_interfaces__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "backtrace" : 8, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "backtrace" : 10, + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "backtrace" : 10, + "fragment" : "/opt/ros/humble/lib/librosidl_runtime_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcutils.so", + "role" : "libraries" + }, + { + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "fragment" : "-Wl,-rpath-link,/opt/ros/humble/lib", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "advrobotics_lab3_interfaces__rosidl_typesupport_c", + "nameOnDisk" : "libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 5, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 5, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 5, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext-c6c16b15681c5441f212.json b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext-c6c16b15681c5441f212.json new file mode 100644 index 0000000..dc60e0e --- /dev/null +++ b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext-c6c16b15681c5441f212.json @@ -0,0 +1,572 @@ +{ + "artifacts" : + [ + { + "path" : "rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so" + } + ], + "backtrace" : 5, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "include", + "ament_execute_extensions", + "rosidl_generate_interfaces", + "install", + "target_link_libraries", + "ament_target_dependencies", + "add_dependencies", + "set_target_properties", + "set_properties", + "add_definitions", + "find_package", + "target_include_directories" + ], + "files" : + [ + "/opt/ros/humble/share/rosidl_generator_py/cmake/rosidl_generator_py_generate_interfaces.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake", + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_generate_interfaces.cmake", + "CMakeLists.txt", + "/opt/ros/humble/share/ament_cmake_target_dependencies/cmake/ament_target_dependencies.cmake", + "/opt/ros/humble/share/ament_cmake_ros/cmake/ament_cmake_ros-extras.cmake", + "/opt/ros/humble/share/ament_cmake_ros/cmake/ament_cmake_rosConfig.cmake", + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_c_generate_interfaces.cmake" + ], + "nodes" : + [ + { + "file" : 3 + }, + { + "command" : 3, + "file" : 3, + "line" : 17, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 286, + "parent" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 48, + "parent" : 2 + }, + { + "file" : 0, + "parent" : 3 + }, + { + "command" : 0, + "file" : 0, + "line" : 226, + "parent" : 4 + }, + { + "command" : 4, + "file" : 0, + "line" : 282, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 246, + "parent" : 4 + }, + { + "command" : 6, + "file" : 0, + "line" : 268, + "parent" : 4 + }, + { + "command" : 5, + "file" : 4, + "line" : 145, + "parent" : 8 + }, + { + "command" : 6, + "file" : 0, + "line" : 268, + "parent" : 4 + }, + { + "command" : 5, + "file" : 4, + "line" : 145, + "parent" : 10 + }, + { + "command" : 6, + "file" : 0, + "line" : 276, + "parent" : 4 + }, + { + "command" : 5, + "file" : 4, + "line" : 151, + "parent" : 12 + }, + { + "command" : 6, + "file" : 0, + "line" : 262, + "parent" : 4 + }, + { + "command" : 5, + "file" : 4, + "line" : 145, + "parent" : 14 + }, + { + "command" : 7, + "file" : 0, + "line" : 229, + "parent" : 4 + }, + { + "command" : 9, + "file" : 0, + "line" : 239, + "parent" : 4 + }, + { + "command" : 8, + "file" : 0, + "line" : 146, + "parent" : 17 + }, + { + "command" : 1, + "file" : 1, + "line" : 48, + "parent" : 2 + }, + { + "file" : 7, + "parent" : 19 + }, + { + "command" : 11, + "file" : 7, + "line" : 21, + "parent" : 20 + }, + { + "file" : 6, + "parent" : 21 + }, + { + "command" : 1, + "file" : 6, + "line" : 41, + "parent" : 22 + }, + { + "file" : 5, + "parent" : 23 + }, + { + "command" : 10, + "file" : 5, + "line" : 25, + "parent" : 24 + }, + { + "command" : 12, + "file" : 0, + "line" : 253, + "parent" : 4 + }, + { + "command" : 12, + "file" : 4, + "line" : 141, + "parent" : 14 + }, + { + "command" : 12, + "file" : 4, + "line" : 141, + "parent" : 8 + }, + { + "command" : 12, + "file" : 4, + "line" : 141, + "parent" : 10 + }, + { + "command" : 12, + "file" : 4, + "line" : 147, + "parent" : 12 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-fPIC" + }, + { + "backtrace" : 18, + "fragment" : "-Wall" + }, + { + "backtrace" : 18, + "fragment" : "-Wextra" + } + ], + "defines" : + [ + { + "backtrace" : 7, + "define" : "RCUTILS_ENABLE_FAULT_INJECTION" + }, + { + "backtrace" : 25, + "define" : "ROS_PACKAGE_NAME=\"advrobotics_lab3_interfaces\"" + }, + { + "define" : "advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext_EXPORTS" + } + ], + "includes" : + [ + { + "backtrace" : 26, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c" + }, + { + "backtrace" : 26, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py" + }, + { + "backtrace" : 26, + "path" : "/usr/include/python3.10" + }, + { + "backtrace" : 27, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_runtime_c" + }, + { + "backtrace" : 27, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_c" + }, + { + "backtrace" : 27, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_interface" + }, + { + "backtrace" : 28, + "isSystem" : true, + "path" : "/opt/ros/humble/include/std_msgs" + }, + { + "backtrace" : 29, + "isSystem" : true, + "path" : "/opt/ros/humble/include/builtin_interfaces" + }, + { + "backtrace" : 30, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rmw" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rcutils" + }, + { + "backtrace" : 9, + "isSystem" : true, + "path" : "/opt/ros/humble/include/fastcdr" + }, + { + "backtrace" : 9, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_runtime_cpp" + }, + { + "backtrace" : 9, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp" + }, + { + "backtrace" : 9, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_fastrtps_c" + }, + { + "backtrace" : 9, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_introspection_c" + }, + { + "backtrace" : 9, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_introspection_cpp" + } + ], + "language" : "C", + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 7, + "id" : "advrobotics_lab3_interfaces__rosidl_generator_c::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 16, + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_c::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 7, + "id" : "advrobotics_lab3_interfaces__rosidl_generator_py::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 16, + "id" : "advrobotics_lab3_interfaces__py::@4d9ad0d5474c8c3aed30" + } + ], + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 6, + "path" : "local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces" + }, + { + "backtrace" : 6, + "path" : "local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces" + } + ], + "prefix" : + { + "path" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces:/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces:/opt/ros/humble/lib:", + "role" : "libraries" + }, + { + "backtrace" : 7, + "fragment" : "rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so", + "role" : "libraries" + }, + { + "backtrace" : 7, + "fragment" : "/usr/lib/x86_64-linux-gnu/libpython3.10.so", + "role" : "libraries" + }, + { + "backtrace" : 7, + "fragment" : "libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_generator_py.so", + "role" : "libraries" + }, + { + "backtrace" : 11, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "backtrace" : 11, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "backtrace" : 11, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 11, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 11, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 11, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_py.so", + "role" : "libraries" + }, + { + "backtrace" : 13, + "fragment" : "/opt/ros/humble/lib/librmw.so", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "backtrace" : 7, + "fragment" : "/usr/lib/x86_64-linux-gnu/libpython3.10.so", + "role" : "libraries" + }, + { + "backtrace" : 11, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "fragment" : "libadvrobotics_lab3_interfaces__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libfastcdr.so.1.0.24", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librmw.so", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "backtrace" : 11, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "backtrace" : 15, + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "backtrace" : 15, + "fragment" : "/opt/ros/humble/lib/librosidl_runtime_c.so", + "role" : "libraries" + }, + { + "backtrace" : 13, + "fragment" : "/opt/ros/humble/lib/librcutils.so", + "role" : "libraries" + }, + { + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "fragment" : "-Wl,-rpath-link,/opt/ros/humble/lib", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext", + "nameOnDisk" : "advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 5, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_typesupport_cpp-9029b52e76430cb559e1.json b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_typesupport_cpp-9029b52e76430cb559e1.json new file mode 100644 index 0000000..6f59580 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_typesupport_cpp-9029b52e76430cb559e1.json @@ -0,0 +1,402 @@ +{ + "artifacts" : + [ + { + "path" : "libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so" + } + ], + "backtrace" : 5, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "include", + "ament_execute_extensions", + "rosidl_generate_interfaces", + "install", + "target_link_libraries", + "add_dependencies", + "add_compile_options", + "add_definitions", + "find_package", + "set_target_properties" + ], + "files" : + [ + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/rosidl_typesupport_cpp_generate_interfaces.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake", + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_generate_interfaces.cmake", + "CMakeLists.txt", + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/rosidl_generator_cpp_generate_interfaces.cmake", + "/opt/ros/humble/share/ament_cmake_ros/cmake/ament_cmake_ros-extras.cmake", + "/opt/ros/humble/share/ament_cmake_ros/cmake/ament_cmake_rosConfig.cmake", + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_c_generate_interfaces.cmake" + ], + "nodes" : + [ + { + "file" : 3 + }, + { + "command" : 3, + "file" : 3, + "line" : 17, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 286, + "parent" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 48, + "parent" : 2 + }, + { + "file" : 0, + "parent" : 3 + }, + { + "command" : 0, + "file" : 0, + "line" : 87, + "parent" : 4 + }, + { + "command" : 4, + "file" : 0, + "line" : 140, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 129, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 129, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 121, + "parent" : 4 + }, + { + "command" : 1, + "file" : 1, + "line" : 48, + "parent" : 2 + }, + { + "file" : 4, + "parent" : 10 + }, + { + "command" : 6, + "file" : 4, + "line" : 139, + "parent" : 11 + }, + { + "command" : 7, + "file" : 3, + "line" : 5, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 118, + "parent" : 4 + }, + { + "command" : 1, + "file" : 1, + "line" : 48, + "parent" : 2 + }, + { + "file" : 7, + "parent" : 15 + }, + { + "command" : 9, + "file" : 7, + "line" : 21, + "parent" : 16 + }, + { + "file" : 6, + "parent" : 17 + }, + { + "command" : 1, + "file" : 6, + "line" : 41, + "parent" : 18 + }, + { + "file" : 5, + "parent" : 19 + }, + { + "command" : 8, + "file" : 5, + "line" : 25, + "parent" : 20 + }, + { + "command" : 10, + "file" : 0, + "line" : 92, + "parent" : 4 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-fPIC" + }, + { + "backtrace" : 13, + "fragment" : "-Wall" + }, + { + "backtrace" : 13, + "fragment" : "-Wextra" + }, + { + "backtrace" : 13, + "fragment" : "-Wpedantic" + }, + { + "fragment" : "-std=gnu++14" + } + ], + "defines" : + [ + { + "backtrace" : 14, + "define" : "RCUTILS_ENABLE_FAULT_INJECTION" + }, + { + "define" : "ROSIDL_TYPESUPPORT_CPP_BUILDING_DLL" + }, + { + "backtrace" : 21, + "define" : "ROS_PACKAGE_NAME=\"advrobotics_lab3_interfaces\"" + } + ], + "includes" : + [ + { + "backtrace" : 14, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp" + }, + { + "backtrace" : 14, + "isSystem" : true, + "path" : "/opt/ros/humble/include/std_msgs" + }, + { + "backtrace" : 14, + "isSystem" : true, + "path" : "/opt/ros/humble/include/builtin_interfaces" + }, + { + "backtrace" : 14, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_runtime_cpp" + }, + { + "backtrace" : 14, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_runtime_c" + }, + { + "backtrace" : 14, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rcutils" + }, + { + "backtrace" : 14, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_interface" + }, + { + "backtrace" : 9, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_cpp" + }, + { + "backtrace" : 9, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_c" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 22 + ], + "standard" : "14" + }, + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 12, + "id" : "advrobotics_lab3_interfaces__cpp::@6890427a1f51a3e7e1df" + } + ], + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_cpp::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 6, + "path" : "lib" + }, + { + "backtrace" : 6, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/opt/ros/humble/lib:", + "role" : "libraries" + }, + { + "backtrace" : 7, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 8, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/opt/ros/humble/lib/librosidl_runtime_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcutils.so", + "role" : "libraries" + }, + { + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "fragment" : "-Wl,-rpath-link,/opt/ros/humble/lib", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "advrobotics_lab3_interfaces__rosidl_typesupport_cpp", + "nameOnDisk" : "libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 5, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 5, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 5, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c-9911364eecab4f716d2a.json b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c-9911364eecab4f716d2a.json new file mode 100644 index 0000000..5b8f1a8 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c-9911364eecab4f716d2a.json @@ -0,0 +1,439 @@ +{ + "artifacts" : + [ + { + "path" : "libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so" + } + ], + "backtrace" : 5, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "include", + "ament_execute_extensions", + "rosidl_generate_interfaces", + "install", + "target_link_libraries", + "add_compile_options", + "add_definitions", + "find_package", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_c_generate_interfaces.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake", + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_generate_interfaces.cmake", + "CMakeLists.txt", + "/opt/ros/humble/share/ament_cmake_ros/cmake/ament_cmake_ros-extras.cmake", + "/opt/ros/humble/share/ament_cmake_ros/cmake/ament_cmake_rosConfig.cmake" + ], + "nodes" : + [ + { + "file" : 3 + }, + { + "command" : 3, + "file" : 3, + "line" : 17, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 286, + "parent" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 48, + "parent" : 2 + }, + { + "file" : 0, + "parent" : 3 + }, + { + "command" : 0, + "file" : 0, + "line" : 104, + "parent" : 4 + }, + { + "command" : 4, + "file" : 0, + "line" : 167, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 131, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 141, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 141, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 115, + "parent" : 4 + }, + { + "command" : 6, + "file" : 3, + "line" : 5, + "parent" : 0 + }, + { + "command" : 8, + "file" : 0, + "line" : 21, + "parent" : 4 + }, + { + "file" : 5, + "parent" : 12 + }, + { + "command" : 1, + "file" : 5, + "line" : 41, + "parent" : 13 + }, + { + "file" : 4, + "parent" : 14 + }, + { + "command" : 7, + "file" : 4, + "line" : 25, + "parent" : 15 + }, + { + "command" : 9, + "file" : 0, + "line" : 134, + "parent" : 4 + }, + { + "command" : 10, + "file" : 0, + "line" : 110, + "parent" : 4 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-fPIC" + }, + { + "backtrace" : 11, + "fragment" : "-Wall" + }, + { + "backtrace" : 11, + "fragment" : "-Wextra" + }, + { + "backtrace" : 11, + "fragment" : "-Wpedantic" + }, + { + "fragment" : "-std=gnu++14" + } + ], + "defines" : + [ + { + "backtrace" : 10, + "define" : "RCUTILS_ENABLE_FAULT_INJECTION" + }, + { + "define" : "ROSIDL_TYPESUPPORT_FASTRTPS_C_BUILDING_DLL_advrobotics_lab3_interfaces" + }, + { + "backtrace" : 16, + "define" : "ROS_PACKAGE_NAME=\"advrobotics_lab3_interfaces\"" + } + ], + "includes" : + [ + { + "backtrace" : 17, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c" + }, + { + "backtrace" : 7, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c" + }, + { + "backtrace" : 10, + "isSystem" : true, + "path" : "/opt/ros/humble/include/fastcdr" + }, + { + "backtrace" : 10, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_runtime_c" + }, + { + "backtrace" : 10, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rcutils" + }, + { + "backtrace" : 10, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_interface" + }, + { + "backtrace" : 10, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_runtime_cpp" + }, + { + "backtrace" : 10, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp" + }, + { + "backtrace" : 10, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rmw" + }, + { + "backtrace" : 10, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_fastrtps_c" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/opt/ros/humble/include/std_msgs" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/opt/ros/humble/include/builtin_interfaces" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 18 + ], + "standard" : "14" + }, + "sourceIndexes" : + [ + 1, + 3, + 5 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 7, + "id" : "advrobotics_lab3_interfaces__rosidl_generator_c::@6890427a1f51a3e7e1df" + } + ], + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 6, + "path" : "lib" + }, + { + "backtrace" : 6, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces:/opt/ros/humble/lib:", + "role" : "libraries" + }, + { + "backtrace" : 7, + "fragment" : "libadvrobotics_lab3_interfaces__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "backtrace" : 8, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "backtrace" : 10, + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 10, + "fragment" : "/opt/ros/humble/lib/libfastcdr.so.1.0.24", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librmw.so", + "role" : "libraries" + }, + { + "backtrace" : 10, + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "backtrace" : 10, + "fragment" : "/opt/ros/humble/lib/librosidl_runtime_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcutils.so", + "role" : "libraries" + }, + { + "fragment" : "-ldl", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c", + "nameOnDisk" : "libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Header Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Source Files", + "sourceIndexes" : + [ + 1, + 3, + 5 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 6 + ] + } + ], + "sources" : + [ + { + "backtrace" : 5, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 5, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 5, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 5, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 5, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 5, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h.rule", + "sourceGroupIndex" : 2 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext-e30931f2d7ff39eddc19.json b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext-e30931f2d7ff39eddc19.json new file mode 100644 index 0000000..a186ebb --- /dev/null +++ b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext-e30931f2d7ff39eddc19.json @@ -0,0 +1,597 @@ +{ + "artifacts" : + [ + { + "path" : "rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so" + } + ], + "backtrace" : 5, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "include", + "ament_execute_extensions", + "rosidl_generate_interfaces", + "install", + "target_link_libraries", + "ament_target_dependencies", + "add_dependencies", + "set_target_properties", + "set_properties", + "add_definitions", + "find_package", + "target_include_directories" + ], + "files" : + [ + "/opt/ros/humble/share/rosidl_generator_py/cmake/rosidl_generator_py_generate_interfaces.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake", + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_generate_interfaces.cmake", + "CMakeLists.txt", + "/opt/ros/humble/share/ament_cmake_target_dependencies/cmake/ament_target_dependencies.cmake", + "/opt/ros/humble/share/ament_cmake_ros/cmake/ament_cmake_ros-extras.cmake", + "/opt/ros/humble/share/ament_cmake_ros/cmake/ament_cmake_rosConfig.cmake", + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_c_generate_interfaces.cmake" + ], + "nodes" : + [ + { + "file" : 3 + }, + { + "command" : 3, + "file" : 3, + "line" : 17, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 286, + "parent" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 48, + "parent" : 2 + }, + { + "file" : 0, + "parent" : 3 + }, + { + "command" : 0, + "file" : 0, + "line" : 226, + "parent" : 4 + }, + { + "command" : 4, + "file" : 0, + "line" : 282, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 246, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 260, + "parent" : 4 + }, + { + "command" : 6, + "file" : 0, + "line" : 268, + "parent" : 4 + }, + { + "command" : 5, + "file" : 4, + "line" : 145, + "parent" : 9 + }, + { + "command" : 6, + "file" : 0, + "line" : 268, + "parent" : 4 + }, + { + "command" : 5, + "file" : 4, + "line" : 145, + "parent" : 11 + }, + { + "command" : 6, + "file" : 0, + "line" : 276, + "parent" : 4 + }, + { + "command" : 5, + "file" : 4, + "line" : 151, + "parent" : 13 + }, + { + "command" : 6, + "file" : 0, + "line" : 262, + "parent" : 4 + }, + { + "command" : 5, + "file" : 4, + "line" : 145, + "parent" : 15 + }, + { + "command" : 7, + "file" : 0, + "line" : 273, + "parent" : 4 + }, + { + "command" : 7, + "file" : 0, + "line" : 229, + "parent" : 4 + }, + { + "command" : 9, + "file" : 0, + "line" : 239, + "parent" : 4 + }, + { + "command" : 8, + "file" : 0, + "line" : 146, + "parent" : 19 + }, + { + "command" : 1, + "file" : 1, + "line" : 48, + "parent" : 2 + }, + { + "file" : 7, + "parent" : 21 + }, + { + "command" : 11, + "file" : 7, + "line" : 21, + "parent" : 22 + }, + { + "file" : 6, + "parent" : 23 + }, + { + "command" : 1, + "file" : 6, + "line" : 41, + "parent" : 24 + }, + { + "file" : 5, + "parent" : 25 + }, + { + "command" : 10, + "file" : 5, + "line" : 25, + "parent" : 26 + }, + { + "command" : 12, + "file" : 0, + "line" : 253, + "parent" : 4 + }, + { + "command" : 12, + "file" : 4, + "line" : 141, + "parent" : 15 + }, + { + "command" : 12, + "file" : 4, + "line" : 141, + "parent" : 9 + }, + { + "command" : 12, + "file" : 4, + "line" : 141, + "parent" : 11 + }, + { + "command" : 12, + "file" : 4, + "line" : 147, + "parent" : 13 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-fPIC" + }, + { + "backtrace" : 20, + "fragment" : "-Wall" + }, + { + "backtrace" : 20, + "fragment" : "-Wextra" + } + ], + "defines" : + [ + { + "backtrace" : 7, + "define" : "RCUTILS_ENABLE_FAULT_INJECTION" + }, + { + "backtrace" : 27, + "define" : "ROS_PACKAGE_NAME=\"advrobotics_lab3_interfaces\"" + }, + { + "define" : "advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext_EXPORTS" + } + ], + "includes" : + [ + { + "backtrace" : 28, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c" + }, + { + "backtrace" : 28, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py" + }, + { + "backtrace" : 28, + "path" : "/usr/include/python3.10" + }, + { + "backtrace" : 7, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c" + }, + { + "backtrace" : 29, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_runtime_c" + }, + { + "backtrace" : 29, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_c" + }, + { + "backtrace" : 29, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_interface" + }, + { + "backtrace" : 30, + "isSystem" : true, + "path" : "/opt/ros/humble/include/std_msgs" + }, + { + "backtrace" : 31, + "isSystem" : true, + "path" : "/opt/ros/humble/include/builtin_interfaces" + }, + { + "backtrace" : 32, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rmw" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rcutils" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/opt/ros/humble/include/fastcdr" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_runtime_cpp" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_fastrtps_c" + }, + { + "backtrace" : 10, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_introspection_c" + }, + { + "backtrace" : 10, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_introspection_cpp" + } + ], + "language" : "C", + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 7, + "id" : "advrobotics_lab3_interfaces__rosidl_generator_c::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 17, + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 18, + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_c::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 7, + "id" : "advrobotics_lab3_interfaces__rosidl_generator_py::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 18, + "id" : "advrobotics_lab3_interfaces__py::@4d9ad0d5474c8c3aed30" + } + ], + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 6, + "path" : "local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces" + }, + { + "backtrace" : 6, + "path" : "local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces" + } + ], + "prefix" : + { + "path" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces:/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces:/opt/ros/humble/lib:", + "role" : "libraries" + }, + { + "backtrace" : 7, + "fragment" : "rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so", + "role" : "libraries" + }, + { + "backtrace" : 7, + "fragment" : "/usr/lib/x86_64-linux-gnu/libpython3.10.so", + "role" : "libraries" + }, + { + "backtrace" : 7, + "fragment" : "libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "backtrace" : 8, + "fragment" : "libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "backtrace" : 10, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "backtrace" : 10, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 10, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "backtrace" : 10, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 10, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 10, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_generator_py.so", + "role" : "libraries" + }, + { + "backtrace" : 12, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "backtrace" : 12, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "backtrace" : 12, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 12, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 12, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 12, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_py.so", + "role" : "libraries" + }, + { + "backtrace" : 14, + "fragment" : "/opt/ros/humble/lib/librmw.so", + "role" : "libraries" + }, + { + "backtrace" : 10, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "backtrace" : 7, + "fragment" : "/usr/lib/x86_64-linux-gnu/libpython3.10.so", + "role" : "libraries" + }, + { + "backtrace" : 12, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "fragment" : "libadvrobotics_lab3_interfaces__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libfastcdr.so.1.0.24", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librmw.so", + "role" : "libraries" + }, + { + "backtrace" : 10, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "backtrace" : 12, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "backtrace" : 16, + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "backtrace" : 16, + "fragment" : "/opt/ros/humble/lib/librosidl_runtime_c.so", + "role" : "libraries" + }, + { + "backtrace" : 14, + "fragment" : "/opt/ros/humble/lib/librcutils.so", + "role" : "libraries" + }, + { + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "fragment" : "-Wl,-rpath-link,/opt/ros/humble/lib", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext", + "nameOnDisk" : "advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 5, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp-bf97e85a218ff7898738.json b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp-bf97e85a218ff7898738.json new file mode 100644 index 0000000..fcba548 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp-bf97e85a218ff7898738.json @@ -0,0 +1,457 @@ +{ + "artifacts" : + [ + { + "path" : "libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so" + } + ], + "backtrace" : 5, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "include", + "ament_execute_extensions", + "rosidl_generate_interfaces", + "install", + "target_link_libraries", + "add_dependencies", + "add_compile_options", + "target_compile_options", + "add_definitions", + "find_package", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/rosidl_typesupport_fastrtps_cpp_generate_interfaces.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake", + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_generate_interfaces.cmake", + "CMakeLists.txt", + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/rosidl_generator_cpp_generate_interfaces.cmake", + "/opt/ros/humble/share/ament_cmake_ros/cmake/ament_cmake_ros-extras.cmake", + "/opt/ros/humble/share/ament_cmake_ros/cmake/ament_cmake_rosConfig.cmake", + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_c_generate_interfaces.cmake" + ], + "nodes" : + [ + { + "file" : 3 + }, + { + "command" : 3, + "file" : 3, + "line" : 17, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 286, + "parent" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 48, + "parent" : 2 + }, + { + "file" : 0, + "parent" : 3 + }, + { + "command" : 0, + "file" : 0, + "line" : 116, + "parent" : 4 + }, + { + "command" : 4, + "file" : 0, + "line" : 185, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 154, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 154, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 144, + "parent" : 4 + }, + { + "command" : 1, + "file" : 1, + "line" : 48, + "parent" : 2 + }, + { + "file" : 4, + "parent" : 10 + }, + { + "command" : 6, + "file" : 4, + "line" : 139, + "parent" : 11 + }, + { + "command" : 7, + "file" : 3, + "line" : 5, + "parent" : 0 + }, + { + "command" : 8, + "file" : 0, + "line" : 136, + "parent" : 4 + }, + { + "command" : 1, + "file" : 1, + "line" : 48, + "parent" : 2 + }, + { + "file" : 7, + "parent" : 15 + }, + { + "command" : 10, + "file" : 7, + "line" : 21, + "parent" : 16 + }, + { + "file" : 6, + "parent" : 17 + }, + { + "command" : 1, + "file" : 6, + "line" : 41, + "parent" : 18 + }, + { + "file" : 5, + "parent" : 19 + }, + { + "command" : 9, + "file" : 5, + "line" : 25, + "parent" : 20 + }, + { + "command" : 11, + "file" : 0, + "line" : 138, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 159, + "parent" : 4 + }, + { + "command" : 12, + "file" : 0, + "line" : 125, + "parent" : 4 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-fPIC" + }, + { + "backtrace" : 13, + "fragment" : "-Wall" + }, + { + "backtrace" : 13, + "fragment" : "-Wextra" + }, + { + "backtrace" : 13, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 14, + "fragment" : "-Wredundant-decls" + }, + { + "fragment" : "-std=gnu++14" + } + ], + "defines" : + [ + { + "backtrace" : 9, + "define" : "RCUTILS_ENABLE_FAULT_INJECTION" + }, + { + "define" : "ROSIDL_TYPESUPPORT_FASTRTPS_CPP_BUILDING_DLL_advrobotics_lab3_interfaces" + }, + { + "backtrace" : 21, + "define" : "ROS_PACKAGE_NAME=\"advrobotics_lab3_interfaces\"" + } + ], + "includes" : + [ + { + "backtrace" : 22, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp" + }, + { + "backtrace" : 23, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp" + }, + { + "backtrace" : 9, + "isSystem" : true, + "path" : "/opt/ros/humble/include/fastcdr" + }, + { + "backtrace" : 9, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rmw" + }, + { + "backtrace" : 9, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rcutils" + }, + { + "backtrace" : 9, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_runtime_c" + }, + { + "backtrace" : 9, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_interface" + }, + { + "backtrace" : 9, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_runtime_cpp" + }, + { + "backtrace" : 9, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/opt/ros/humble/include/std_msgs" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/opt/ros/humble/include/builtin_interfaces" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 24 + ], + "standard" : "14" + }, + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 12, + "id" : "advrobotics_lab3_interfaces__cpp::@6890427a1f51a3e7e1df" + } + ], + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 6, + "path" : "lib" + }, + { + "backtrace" : 6, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/opt/ros/humble/lib:", + "role" : "libraries" + }, + { + "backtrace" : 7, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 8, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/opt/ros/humble/lib/libfastcdr.so.1.0.24", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/opt/ros/humble/lib/librmw.so", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/opt/ros/humble/lib/librosidl_runtime_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcutils.so", + "role" : "libraries" + }, + { + "fragment" : "-ldl", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp", + "nameOnDisk" : "libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3, + 5 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 6 + ] + } + ], + "sources" : + [ + { + "backtrace" : 5, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 5, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 5, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 5, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 5, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 5, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.rule", + "sourceGroupIndex" : 2 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c-45a52fa0ebaf2d84317f.json b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c-45a52fa0ebaf2d84317f.json new file mode 100644 index 0000000..846e9e7 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c-45a52fa0ebaf2d84317f.json @@ -0,0 +1,400 @@ +{ + "artifacts" : + [ + { + "path" : "libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so" + } + ], + "backtrace" : 5, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "include", + "ament_execute_extensions", + "rosidl_generate_interfaces", + "install", + "target_link_libraries", + "set_target_properties", + "add_definitions", + "find_package", + "target_include_directories" + ], + "files" : + [ + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/rosidl_typesupport_introspection_c_generate_interfaces.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake", + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_generate_interfaces.cmake", + "CMakeLists.txt", + "/opt/ros/humble/share/ament_cmake_ros/cmake/ament_cmake_ros-extras.cmake", + "/opt/ros/humble/share/ament_cmake_ros/cmake/ament_cmake_rosConfig.cmake", + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_c_generate_interfaces.cmake" + ], + "nodes" : + [ + { + "file" : 3 + }, + { + "command" : 3, + "file" : 3, + "line" : 17, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 286, + "parent" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 48, + "parent" : 2 + }, + { + "file" : 0, + "parent" : 3 + }, + { + "command" : 0, + "file" : 0, + "line" : 100, + "parent" : 4 + }, + { + "command" : 4, + "file" : 0, + "line" : 146, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 122, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 129, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 129, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 125, + "parent" : 4 + }, + { + "command" : 6, + "file" : 0, + "line" : 109, + "parent" : 4 + }, + { + "command" : 1, + "file" : 1, + "line" : 48, + "parent" : 2 + }, + { + "file" : 6, + "parent" : 12 + }, + { + "command" : 8, + "file" : 6, + "line" : 21, + "parent" : 13 + }, + { + "file" : 5, + "parent" : 14 + }, + { + "command" : 1, + "file" : 5, + "line" : 41, + "parent" : 15 + }, + { + "file" : 4, + "parent" : 16 + }, + { + "command" : 7, + "file" : 4, + "line" : 25, + "parent" : 17 + }, + { + "command" : 9, + "file" : 0, + "line" : 116, + "parent" : 4 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-fPIC" + }, + { + "backtrace" : 11, + "fragment" : "-Wall" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 7, + "define" : "RCUTILS_ENABLE_FAULT_INJECTION" + }, + { + "define" : "ROSIDL_TYPESUPPORT_INTROSPECTION_C_BUILDING_DLL_advrobotics_lab3_interfaces" + }, + { + "backtrace" : 18, + "define" : "ROS_PACKAGE_NAME=\"advrobotics_lab3_interfaces\"" + } + ], + "includes" : + [ + { + "backtrace" : 19, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c" + }, + { + "backtrace" : 7, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/opt/ros/humble/include/std_msgs" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/opt/ros/humble/include/builtin_interfaces" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_runtime_c" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rcutils" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_interface" + }, + { + "backtrace" : 10, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_introspection_c" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 11 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 3, + 4, + 5 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 7, + "id" : "advrobotics_lab3_interfaces__rosidl_generator_c::@6890427a1f51a3e7e1df" + } + ], + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 6, + "path" : "lib" + }, + { + "backtrace" : 6, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces:/opt/ros/humble/lib:", + "role" : "libraries" + }, + { + "backtrace" : 7, + "fragment" : "libadvrobotics_lab3_interfaces__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "backtrace" : 8, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "backtrace" : 10, + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_runtime_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcutils.so", + "role" : "libraries" + }, + { + "fragment" : "-ldl", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c", + "nameOnDisk" : "libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Header Files", + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + }, + { + "name" : "Source Files", + "sourceIndexes" : + [ + 3, + 4, + 5 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 6 + ] + } + ], + "sources" : + [ + { + "backtrace" : 5, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 5, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 5, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 5, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 5, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 5, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h.rule", + "sourceGroupIndex" : 2 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext-5318e993bdc5b8456139.json b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext-5318e993bdc5b8456139.json new file mode 100644 index 0000000..2304f5a --- /dev/null +++ b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext-5318e993bdc5b8456139.json @@ -0,0 +1,597 @@ +{ + "artifacts" : + [ + { + "path" : "rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so" + } + ], + "backtrace" : 5, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "include", + "ament_execute_extensions", + "rosidl_generate_interfaces", + "install", + "target_link_libraries", + "ament_target_dependencies", + "add_dependencies", + "set_target_properties", + "set_properties", + "add_definitions", + "find_package", + "target_include_directories" + ], + "files" : + [ + "/opt/ros/humble/share/rosidl_generator_py/cmake/rosidl_generator_py_generate_interfaces.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake", + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_generate_interfaces.cmake", + "CMakeLists.txt", + "/opt/ros/humble/share/ament_cmake_target_dependencies/cmake/ament_target_dependencies.cmake", + "/opt/ros/humble/share/ament_cmake_ros/cmake/ament_cmake_ros-extras.cmake", + "/opt/ros/humble/share/ament_cmake_ros/cmake/ament_cmake_rosConfig.cmake", + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_c_generate_interfaces.cmake" + ], + "nodes" : + [ + { + "file" : 3 + }, + { + "command" : 3, + "file" : 3, + "line" : 17, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 286, + "parent" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 48, + "parent" : 2 + }, + { + "file" : 0, + "parent" : 3 + }, + { + "command" : 0, + "file" : 0, + "line" : 226, + "parent" : 4 + }, + { + "command" : 4, + "file" : 0, + "line" : 282, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 246, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 260, + "parent" : 4 + }, + { + "command" : 6, + "file" : 0, + "line" : 268, + "parent" : 4 + }, + { + "command" : 5, + "file" : 4, + "line" : 145, + "parent" : 9 + }, + { + "command" : 6, + "file" : 0, + "line" : 268, + "parent" : 4 + }, + { + "command" : 5, + "file" : 4, + "line" : 145, + "parent" : 11 + }, + { + "command" : 6, + "file" : 0, + "line" : 276, + "parent" : 4 + }, + { + "command" : 5, + "file" : 4, + "line" : 151, + "parent" : 13 + }, + { + "command" : 6, + "file" : 0, + "line" : 262, + "parent" : 4 + }, + { + "command" : 5, + "file" : 4, + "line" : 145, + "parent" : 15 + }, + { + "command" : 7, + "file" : 0, + "line" : 273, + "parent" : 4 + }, + { + "command" : 7, + "file" : 0, + "line" : 229, + "parent" : 4 + }, + { + "command" : 9, + "file" : 0, + "line" : 239, + "parent" : 4 + }, + { + "command" : 8, + "file" : 0, + "line" : 146, + "parent" : 19 + }, + { + "command" : 1, + "file" : 1, + "line" : 48, + "parent" : 2 + }, + { + "file" : 7, + "parent" : 21 + }, + { + "command" : 11, + "file" : 7, + "line" : 21, + "parent" : 22 + }, + { + "file" : 6, + "parent" : 23 + }, + { + "command" : 1, + "file" : 6, + "line" : 41, + "parent" : 24 + }, + { + "file" : 5, + "parent" : 25 + }, + { + "command" : 10, + "file" : 5, + "line" : 25, + "parent" : 26 + }, + { + "command" : 12, + "file" : 0, + "line" : 253, + "parent" : 4 + }, + { + "command" : 12, + "file" : 4, + "line" : 141, + "parent" : 15 + }, + { + "command" : 12, + "file" : 4, + "line" : 141, + "parent" : 9 + }, + { + "command" : 12, + "file" : 4, + "line" : 141, + "parent" : 11 + }, + { + "command" : 12, + "file" : 4, + "line" : 147, + "parent" : 13 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-fPIC" + }, + { + "backtrace" : 20, + "fragment" : "-Wall" + }, + { + "backtrace" : 20, + "fragment" : "-Wextra" + } + ], + "defines" : + [ + { + "backtrace" : 7, + "define" : "RCUTILS_ENABLE_FAULT_INJECTION" + }, + { + "backtrace" : 27, + "define" : "ROS_PACKAGE_NAME=\"advrobotics_lab3_interfaces\"" + }, + { + "define" : "advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext_EXPORTS" + } + ], + "includes" : + [ + { + "backtrace" : 28, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c" + }, + { + "backtrace" : 28, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py" + }, + { + "backtrace" : 28, + "path" : "/usr/include/python3.10" + }, + { + "backtrace" : 7, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c" + }, + { + "backtrace" : 29, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_runtime_c" + }, + { + "backtrace" : 29, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_c" + }, + { + "backtrace" : 29, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_interface" + }, + { + "backtrace" : 30, + "isSystem" : true, + "path" : "/opt/ros/humble/include/std_msgs" + }, + { + "backtrace" : 31, + "isSystem" : true, + "path" : "/opt/ros/humble/include/builtin_interfaces" + }, + { + "backtrace" : 32, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rmw" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rcutils" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_introspection_c" + }, + { + "backtrace" : 10, + "isSystem" : true, + "path" : "/opt/ros/humble/include/fastcdr" + }, + { + "backtrace" : 10, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_runtime_cpp" + }, + { + "backtrace" : 10, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp" + }, + { + "backtrace" : 10, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_fastrtps_c" + }, + { + "backtrace" : 10, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_introspection_cpp" + } + ], + "language" : "C", + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 7, + "id" : "advrobotics_lab3_interfaces__rosidl_generator_c::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 17, + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 18, + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_c::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 7, + "id" : "advrobotics_lab3_interfaces__rosidl_generator_py::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 18, + "id" : "advrobotics_lab3_interfaces__py::@4d9ad0d5474c8c3aed30" + } + ], + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 6, + "path" : "local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces" + }, + { + "backtrace" : 6, + "path" : "local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces" + } + ], + "prefix" : + { + "path" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces:/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces:/opt/ros/humble/lib:", + "role" : "libraries" + }, + { + "backtrace" : 7, + "fragment" : "rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so", + "role" : "libraries" + }, + { + "backtrace" : 7, + "fragment" : "/usr/lib/x86_64-linux-gnu/libpython3.10.so", + "role" : "libraries" + }, + { + "backtrace" : 7, + "fragment" : "libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "backtrace" : 8, + "fragment" : "libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "backtrace" : 10, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "backtrace" : 10, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 10, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "backtrace" : 10, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 10, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 10, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_generator_py.so", + "role" : "libraries" + }, + { + "backtrace" : 12, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "backtrace" : 12, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "backtrace" : 12, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 12, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 12, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 12, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_py.so", + "role" : "libraries" + }, + { + "backtrace" : 14, + "fragment" : "/opt/ros/humble/lib/librmw.so", + "role" : "libraries" + }, + { + "backtrace" : 10, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "backtrace" : 7, + "fragment" : "/usr/lib/x86_64-linux-gnu/libpython3.10.so", + "role" : "libraries" + }, + { + "backtrace" : 12, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "fragment" : "libadvrobotics_lab3_interfaces__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "backtrace" : 10, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "backtrace" : 12, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libfastcdr.so.1.0.24", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librmw.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "backtrace" : 16, + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "backtrace" : 16, + "fragment" : "/opt/ros/humble/lib/librosidl_runtime_c.so", + "role" : "libraries" + }, + { + "backtrace" : 14, + "fragment" : "/opt/ros/humble/lib/librcutils.so", + "role" : "libraries" + }, + { + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "fragment" : "-Wl,-rpath-link,/opt/ros/humble/lib", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext", + "nameOnDisk" : "advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 5, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp-64860dc4e5c2a78bb421.json b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp-64860dc4e5c2a78bb421.json new file mode 100644 index 0000000..d1e0f00 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp-64860dc4e5c2a78bb421.json @@ -0,0 +1,432 @@ +{ + "artifacts" : + [ + { + "path" : "libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so" + } + ], + "backtrace" : 5, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "include", + "ament_execute_extensions", + "rosidl_generate_interfaces", + "install", + "target_link_libraries", + "add_dependencies", + "add_compile_options", + "add_definitions", + "find_package", + "target_include_directories", + "set_property" + ], + "files" : + [ + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/rosidl_typesupport_introspection_cpp_generate_interfaces.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake", + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_generate_interfaces.cmake", + "CMakeLists.txt", + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/rosidl_generator_cpp_generate_interfaces.cmake", + "/opt/ros/humble/share/ament_cmake_ros/cmake/ament_cmake_ros-extras.cmake", + "/opt/ros/humble/share/ament_cmake_ros/cmake/ament_cmake_rosConfig.cmake", + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_c_generate_interfaces.cmake" + ], + "nodes" : + [ + { + "file" : 3 + }, + { + "command" : 3, + "file" : 3, + "line" : 17, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 286, + "parent" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 48, + "parent" : 2 + }, + { + "file" : 0, + "parent" : 3 + }, + { + "command" : 0, + "file" : 0, + "line" : 93, + "parent" : 4 + }, + { + "command" : 4, + "file" : 0, + "line" : 146, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 128, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 128, + "parent" : 4 + }, + { + "command" : 5, + "file" : 0, + "line" : 121, + "parent" : 4 + }, + { + "command" : 1, + "file" : 1, + "line" : 48, + "parent" : 2 + }, + { + "file" : 4, + "parent" : 10 + }, + { + "command" : 6, + "file" : 4, + "line" : 139, + "parent" : 11 + }, + { + "command" : 7, + "file" : 3, + "line" : 5, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 117, + "parent" : 4 + }, + { + "command" : 1, + "file" : 1, + "line" : 48, + "parent" : 2 + }, + { + "file" : 7, + "parent" : 15 + }, + { + "command" : 9, + "file" : 7, + "line" : 21, + "parent" : 16 + }, + { + "file" : 6, + "parent" : 17 + }, + { + "command" : 1, + "file" : 6, + "line" : 41, + "parent" : 18 + }, + { + "file" : 5, + "parent" : 19 + }, + { + "command" : 8, + "file" : 5, + "line" : 25, + "parent" : 20 + }, + { + "command" : 10, + "file" : 0, + "line" : 111, + "parent" : 4 + }, + { + "command" : 11, + "file" : 0, + "line" : 103, + "parent" : 4 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-fPIC" + }, + { + "backtrace" : 13, + "fragment" : "-Wall" + }, + { + "backtrace" : 13, + "fragment" : "-Wextra" + }, + { + "backtrace" : 13, + "fragment" : "-Wpedantic" + } + ], + "defines" : + [ + { + "backtrace" : 14, + "define" : "RCUTILS_ENABLE_FAULT_INJECTION" + }, + { + "define" : "ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_BUILDING_DLL" + }, + { + "backtrace" : 21, + "define" : "ROS_PACKAGE_NAME=\"advrobotics_lab3_interfaces\"" + } + ], + "includes" : + [ + { + "backtrace" : 22, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp" + }, + { + "backtrace" : 14, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp" + }, + { + "backtrace" : 14, + "isSystem" : true, + "path" : "/opt/ros/humble/include/std_msgs" + }, + { + "backtrace" : 14, + "isSystem" : true, + "path" : "/opt/ros/humble/include/builtin_interfaces" + }, + { + "backtrace" : 14, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_runtime_cpp" + }, + { + "backtrace" : 14, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_runtime_c" + }, + { + "backtrace" : 14, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rcutils" + }, + { + "backtrace" : 14, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_interface" + }, + { + "backtrace" : 9, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_introspection_cpp" + }, + { + "backtrace" : 9, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_introspection_c" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 23 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 3, + 4, + 5 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 12, + "id" : "advrobotics_lab3_interfaces__cpp::@6890427a1f51a3e7e1df" + } + ], + "id" : "advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 6, + "path" : "lib" + }, + { + "backtrace" : 6, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/opt/ros/humble/lib:", + "role" : "libraries" + }, + { + "backtrace" : 7, + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 8, + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/opt/ros/humble/lib/librosidl_runtime_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcutils.so", + "role" : "libraries" + }, + { + "fragment" : "-ldl", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp", + "nameOnDisk" : "libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Header Files", + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + }, + { + "name" : "Source Files", + "sourceIndexes" : + [ + 3, + 4, + 5 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 6 + ] + } + ], + "sources" : + [ + { + "backtrace" : 5, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 5, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 5, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 5, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 5, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 5, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp.rule", + "sourceGroupIndex" : 2 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces_uninstall-3f6fc15df52e38f56644.json b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces_uninstall-3f6fc15df52e38f56644.json new file mode 100644 index 0000000..bdc64d8 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-advrobotics_lab3_interfaces_uninstall-3f6fc15df52e38f56644.json @@ -0,0 +1,112 @@ +{ + "backtrace" : 9, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target", + "include", + "find_package" + ], + "files" : + [ + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_uninstall_target-extras.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_coreConfig.cmake", + "/opt/ros/humble/share/ament_cmake/cmake/ament_cmake_export_dependencies-extras.cmake", + "/opt/ros/humble/share/ament_cmake/cmake/ament_cmakeConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 4 + }, + { + "command" : 2, + "file" : 4, + "line" : 9, + "parent" : 0 + }, + { + "file" : 3, + "parent" : 1 + }, + { + "command" : 1, + "file" : 3, + "line" : 41, + "parent" : 2 + }, + { + "file" : 2, + "parent" : 3 + }, + { + "command" : 2, + "file" : 2, + "line" : 15, + "parent" : 4 + }, + { + "file" : 1, + "parent" : 5 + }, + { + "command" : 1, + "file" : 1, + "line" : 41, + "parent" : 6 + }, + { + "file" : 0, + "parent" : 7 + }, + { + "command" : 0, + "file" : 0, + "line" : 40, + "parent" : 8 + } + ] + }, + "id" : "advrobotics_lab3_interfaces_uninstall::@6890427a1f51a3e7e1df", + "name" : "advrobotics_lab3_interfaces_uninstall", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 9, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces_uninstall", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces_uninstall.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-ament_cmake_python_build_advrobotics_lab3_interfaces_egg-593db90f14e6ac2a5262.json b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-ament_cmake_python_build_advrobotics_lab3_interfaces_egg-593db90f14e6ac2a5262.json new file mode 100644 index 0000000..c4e7b4b --- /dev/null +++ b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-ament_cmake_python_build_advrobotics_lab3_interfaces_egg-593db90f14e6ac2a5262.json @@ -0,0 +1,115 @@ +{ + "backtrace" : 7, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target", + "_ament_cmake_python_install_package", + "ament_python_install_package", + "include", + "ament_execute_extensions", + "rosidl_generate_interfaces" + ], + "files" : + [ + "/opt/ros/humble/share/ament_cmake_python/cmake/ament_python_install_package.cmake", + "/opt/ros/humble/share/rosidl_generator_py/cmake/rosidl_generator_py_generate_interfaces.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake", + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_generate_interfaces.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 4 + }, + { + "command" : 5, + "file" : 4, + "line" : 17, + "parent" : 0 + }, + { + "command" : 4, + "file" : 3, + "line" : 286, + "parent" : 1 + }, + { + "command" : 3, + "file" : 2, + "line" : 48, + "parent" : 2 + }, + { + "file" : 1, + "parent" : 3 + }, + { + "command" : 2, + "file" : 1, + "line" : 124, + "parent" : 4 + }, + { + "command" : 1, + "file" : 0, + "line" : 39, + "parent" : 5 + }, + { + "command" : 0, + "file" : 0, + "line" : 141, + "parent" : 6 + } + ] + }, + "dependencies" : + [ + { + "id" : "ament_cmake_python_copy_advrobotics_lab3_interfaces::@6890427a1f51a3e7e1df" + } + ], + "id" : "ament_cmake_python_build_advrobotics_lab3_interfaces_egg::@6890427a1f51a3e7e1df", + "name" : "ament_cmake_python_build_advrobotics_lab3_interfaces_egg", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 7, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-ament_cmake_python_copy_advrobotics_lab3_interfaces-bc89f21d52ea18fbf941.json b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-ament_cmake_python_copy_advrobotics_lab3_interfaces-bc89f21d52ea18fbf941.json new file mode 100644 index 0000000..8808cb1 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-ament_cmake_python_copy_advrobotics_lab3_interfaces-bc89f21d52ea18fbf941.json @@ -0,0 +1,109 @@ +{ + "backtrace" : 7, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target", + "_ament_cmake_python_install_package", + "ament_python_install_package", + "include", + "ament_execute_extensions", + "rosidl_generate_interfaces" + ], + "files" : + [ + "/opt/ros/humble/share/ament_cmake_python/cmake/ament_python_install_package.cmake", + "/opt/ros/humble/share/rosidl_generator_py/cmake/rosidl_generator_py_generate_interfaces.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake", + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_generate_interfaces.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 4 + }, + { + "command" : 5, + "file" : 4, + "line" : 17, + "parent" : 0 + }, + { + "command" : 4, + "file" : 3, + "line" : 286, + "parent" : 1 + }, + { + "command" : 3, + "file" : 2, + "line" : 48, + "parent" : 2 + }, + { + "file" : 1, + "parent" : 3 + }, + { + "command" : 2, + "file" : 1, + "line" : 124, + "parent" : 4 + }, + { + "command" : 1, + "file" : 0, + "line" : 39, + "parent" : 5 + }, + { + "command" : 0, + "file" : 0, + "line" : 122, + "parent" : 6 + } + ] + }, + "id" : "ament_cmake_python_copy_advrobotics_lab3_interfaces::@6890427a1f51a3e7e1df", + "name" : "ament_cmake_python_copy_advrobotics_lab3_interfaces", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 7, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-uninstall-d17ab5407b355bb78321.json b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-uninstall-d17ab5407b355bb78321.json new file mode 100644 index 0000000..9ce9e2b --- /dev/null +++ b/build/advrobotics_lab3_interfaces/.cmake/api/v1/reply/target-uninstall-d17ab5407b355bb78321.json @@ -0,0 +1,95 @@ +{ + "backtrace" : 9, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target", + "include", + "find_package", + "add_dependencies" + ], + "files" : + [ + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_uninstall_target-extras.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_coreConfig.cmake", + "/opt/ros/humble/share/ament_cmake/cmake/ament_cmake_export_dependencies-extras.cmake", + "/opt/ros/humble/share/ament_cmake/cmake/ament_cmakeConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 4 + }, + { + "command" : 2, + "file" : 4, + "line" : 9, + "parent" : 0 + }, + { + "file" : 3, + "parent" : 1 + }, + { + "command" : 1, + "file" : 3, + "line" : 41, + "parent" : 2 + }, + { + "file" : 2, + "parent" : 3 + }, + { + "command" : 2, + "file" : 2, + "line" : 15, + "parent" : 4 + }, + { + "file" : 1, + "parent" : 5 + }, + { + "command" : 1, + "file" : 1, + "line" : 41, + "parent" : 6 + }, + { + "file" : 0, + "parent" : 7 + }, + { + "command" : 0, + "file" : 0, + "line" : 35, + "parent" : 8 + }, + { + "command" : 3, + "file" : 0, + "line" : 42, + "parent" : 8 + } + ] + }, + "dependencies" : + [ + { + "backtrace" : 10, + "id" : "advrobotics_lab3_interfaces_uninstall::@6890427a1f51a3e7e1df" + } + ], + "id" : "uninstall::@6890427a1f51a3e7e1df", + "name" : "uninstall", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "UTILITY" +} diff --git a/build/advrobotics_lab3_interfaces/CMakeCache.txt b/build/advrobotics_lab3_interfaces/CMakeCache.txt new file mode 100644 index 0000000..e461b09 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeCache.txt @@ -0,0 +1,647 @@ +# This is the CMakeCache file. +# For build in directory: /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Generate environment files in the CMAKE_INSTALL_PREFIX +AMENT_CMAKE_ENVIRONMENT_GENERATION:BOOL=OFF + +//Generate environment files in the package share folder +AMENT_CMAKE_ENVIRONMENT_PACKAGE_GENERATION:BOOL=ON + +//Generate marker file containing the parent prefix path +AMENT_CMAKE_ENVIRONMENT_PARENT_PREFIX_PATH_GENERATION:BOOL=ON + +//Replace the CMake install command with a custom implementation +// using symlinks instead of copying resources +AMENT_CMAKE_SYMLINK_INSTALL:BOOL=OFF + +//Generate an uninstall target to revert the effects of the install +// step +AMENT_CMAKE_UNINSTALL_TARGET:BOOL=ON + +//The path where test results are generated +AMENT_TEST_RESULTS_DIR:PATH=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/test_results + +//Global flag to cause add_library() to create shared libraries +// if on. If set to true, this will cause all libraries to be built +// shared unless the library was explicitly added as a static library. +BUILD_SHARED_LIBS:BOOL=ON + +//Build the testing tree. +BUILD_TESTING:BOOL=ON + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//Choose the type of build, options are: None Debug Release RelWithDebInfo +// MinSizeRel ... +CMAKE_BUILD_TYPE:STRING= + +//Enable/Disable color output during build. +CMAKE_COLOR_MAKEFILE:BOOL=ON + +//CXX compiler +CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-11 + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-11 + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//C compiler +CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-11 + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-11 + +//Flags used by the C compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//Flags used by the C compiler during DEBUG builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the C compiler during MINSIZEREL builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the C compiler during RELEASE builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the C compiler during RELWITHDEBINFO builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Path to a program. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=advrobotics_lab3_interfaces + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Path to a program. +PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3 + +//Path to a file. +PYTHON_INCLUDE_DIR:PATH=/usr/include/python3.10 + +//Path to a library. +PYTHON_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libpython3.10.so + +//Path to a library. +PYTHON_LIBRARY_DEBUG:FILEPATH=PYTHON_LIBRARY_DEBUG-NOTFOUND + +//Path to a program. +Python3_EXECUTABLE:FILEPATH=/usr/bin/python3 + +//Name of the computer/site where compile is being run +SITE:STRING=ros-ubuntu07 + +//Path to a library. +_lib:FILEPATH=/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_cpp.so + +//Path to a file. +_numpy_h:FILEPATH=/usr/include/python3.10/numpy/numpyconfig.h + +//Value Computed by CMake +advrobotics_lab3_interfaces_BINARY_DIR:STATIC=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces + +//Value Computed by CMake +advrobotics_lab3_interfaces_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +advrobotics_lab3_interfaces_SOURCE_DIR:STATIC=/home/ros/lab3_robotics/advrobotics_lab3_interfaces + +//Dependencies for the target +advrobotics_lab3_interfaces__rosidl_generator_c_LIB_DEPENDS:STATIC=general;std_msgs::std_msgs__rosidl_generator_c;general;builtin_interfaces::builtin_interfaces__rosidl_generator_c;general;rosidl_runtime_c::rosidl_runtime_c;general;rcutils::rcutils; + +//Dependencies for the target +advrobotics_lab3_interfaces__rosidl_generator_py_LIB_DEPENDS:STATIC=general;advrobotics_lab3_interfaces__rosidl_generator_c;general;/usr/lib/x86_64-linux-gnu/libpython3.10.so;general;advrobotics_lab3_interfaces__rosidl_typesupport_c;general;std_msgs::std_msgs__rosidl_generator_py;general;builtin_interfaces::builtin_interfaces__rosidl_generator_py; + +//Dependencies for the target +advrobotics_lab3_interfaces__rosidl_typesupport_c_LIB_DEPENDS:STATIC=general;advrobotics_lab3_interfaces__rosidl_generator_c;general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_c::rosidl_typesupport_c;general;std_msgs::std_msgs__rosidl_typesupport_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_c; + +//Dependencies for the target +advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext_LIB_DEPENDS:STATIC=general;advrobotics_lab3_interfaces__rosidl_generator_py;general;/usr/lib/x86_64-linux-gnu/libpython3.10.so;general;advrobotics_lab3_interfaces__rosidl_typesupport_c;general;advrobotics_lab3_interfaces__rosidl_typesupport_c;general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_c::rosidl_typesupport_c;general;std_msgs::std_msgs__rosidl_generator_c;general;std_msgs::std_msgs__rosidl_typesupport_fastrtps_c;general;std_msgs::std_msgs__rosidl_typesupport_fastrtps_cpp;general;std_msgs::std_msgs__rosidl_typesupport_introspection_c;general;std_msgs::std_msgs__rosidl_typesupport_c;general;std_msgs::std_msgs__rosidl_typesupport_introspection_cpp;general;std_msgs::std_msgs__rosidl_typesupport_cpp;general;std_msgs::std_msgs__rosidl_generator_py;general;builtin_interfaces::builtin_interfaces__rosidl_generator_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_fastrtps_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_introspection_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_fastrtps_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_introspection_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_generator_py;general;rosidl_runtime_c::rosidl_runtime_c;general;/opt/ros/humble/lib/librmw.so;general;rcutils::rcutils;general;rosidl_runtime_c::rosidl_runtime_c; + +//Dependencies for the target +advrobotics_lab3_interfaces__rosidl_typesupport_cpp_LIB_DEPENDS:STATIC=general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_cpp::rosidl_typesupport_cpp;general;rosidl_typesupport_c::rosidl_typesupport_c;general;std_msgs::std_msgs__rosidl_typesupport_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_cpp; + +//Dependencies for the target +advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c_LIB_DEPENDS:STATIC=general;fastcdr;general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_fastrtps_cpp::rosidl_typesupport_fastrtps_cpp;general;rosidl_typesupport_fastrtps_c::rosidl_typesupport_fastrtps_c;general;advrobotics_lab3_interfaces__rosidl_generator_c;general;std_msgs::std_msgs__rosidl_typesupport_fastrtps_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_fastrtps_c; + +//Dependencies for the target +advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext_LIB_DEPENDS:STATIC=general;advrobotics_lab3_interfaces__rosidl_generator_py;general;/usr/lib/x86_64-linux-gnu/libpython3.10.so;general;advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c;general;advrobotics_lab3_interfaces__rosidl_typesupport_c;general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_c::rosidl_typesupport_c;general;std_msgs::std_msgs__rosidl_generator_c;general;std_msgs::std_msgs__rosidl_typesupport_fastrtps_c;general;std_msgs::std_msgs__rosidl_typesupport_fastrtps_cpp;general;std_msgs::std_msgs__rosidl_typesupport_introspection_c;general;std_msgs::std_msgs__rosidl_typesupport_c;general;std_msgs::std_msgs__rosidl_typesupport_introspection_cpp;general;std_msgs::std_msgs__rosidl_typesupport_cpp;general;std_msgs::std_msgs__rosidl_generator_py;general;builtin_interfaces::builtin_interfaces__rosidl_generator_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_fastrtps_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_introspection_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_fastrtps_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_introspection_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_generator_py;general;rosidl_runtime_c::rosidl_runtime_c;general;/opt/ros/humble/lib/librmw.so;general;rcutils::rcutils;general;rosidl_runtime_c::rosidl_runtime_c; + +//Dependencies for the target +advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp_LIB_DEPENDS:STATIC=general;fastcdr;general;rmw::rmw;general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_fastrtps_cpp::rosidl_typesupport_fastrtps_cpp;general;std_msgs::std_msgs__rosidl_typesupport_fastrtps_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_fastrtps_cpp; + +//Dependencies for the target +advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c_LIB_DEPENDS:STATIC=general;advrobotics_lab3_interfaces__rosidl_generator_c;general;rosidl_typesupport_introspection_c::rosidl_typesupport_introspection_c;general;std_msgs::std_msgs__rosidl_typesupport_introspection_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_introspection_c; + +//Dependencies for the target +advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext_LIB_DEPENDS:STATIC=general;advrobotics_lab3_interfaces__rosidl_generator_py;general;/usr/lib/x86_64-linux-gnu/libpython3.10.so;general;advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c;general;advrobotics_lab3_interfaces__rosidl_typesupport_c;general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_c::rosidl_typesupport_c;general;std_msgs::std_msgs__rosidl_generator_c;general;std_msgs::std_msgs__rosidl_typesupport_fastrtps_c;general;std_msgs::std_msgs__rosidl_typesupport_fastrtps_cpp;general;std_msgs::std_msgs__rosidl_typesupport_introspection_c;general;std_msgs::std_msgs__rosidl_typesupport_c;general;std_msgs::std_msgs__rosidl_typesupport_introspection_cpp;general;std_msgs::std_msgs__rosidl_typesupport_cpp;general;std_msgs::std_msgs__rosidl_generator_py;general;builtin_interfaces::builtin_interfaces__rosidl_generator_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_fastrtps_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_introspection_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_c;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_fastrtps_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_introspection_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_generator_py;general;rosidl_runtime_c::rosidl_runtime_c;general;/opt/ros/humble/lib/librmw.so;general;rcutils::rcutils;general;rosidl_runtime_c::rosidl_runtime_c; + +//Dependencies for the target +advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp_LIB_DEPENDS:STATIC=general;rosidl_runtime_c::rosidl_runtime_c;general;rosidl_typesupport_introspection_cpp::rosidl_typesupport_introspection_cpp;general;std_msgs::std_msgs__rosidl_typesupport_introspection_cpp;general;builtin_interfaces::builtin_interfaces__rosidl_typesupport_introspection_cpp; + +//The directory containing a CMake configuration file for ament_cmake. +ament_cmake_DIR:PATH=/opt/ros/humble/share/ament_cmake/cmake + +//The directory containing a CMake configuration file for ament_cmake_core. +ament_cmake_core_DIR:PATH=/opt/ros/humble/share/ament_cmake_core/cmake + +//The directory containing a CMake configuration file for ament_cmake_cppcheck. +ament_cmake_cppcheck_DIR:PATH=/opt/ros/humble/share/ament_cmake_cppcheck/cmake + +//The directory containing a CMake configuration file for ament_cmake_export_definitions. +ament_cmake_export_definitions_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_definitions/cmake + +//The directory containing a CMake configuration file for ament_cmake_export_dependencies. +ament_cmake_export_dependencies_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_dependencies/cmake + +//The directory containing a CMake configuration file for ament_cmake_export_include_directories. +ament_cmake_export_include_directories_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_include_directories/cmake + +//The directory containing a CMake configuration file for ament_cmake_export_interfaces. +ament_cmake_export_interfaces_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_interfaces/cmake + +//The directory containing a CMake configuration file for ament_cmake_export_libraries. +ament_cmake_export_libraries_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_libraries/cmake + +//The directory containing a CMake configuration file for ament_cmake_export_link_flags. +ament_cmake_export_link_flags_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_link_flags/cmake + +//The directory containing a CMake configuration file for ament_cmake_export_targets. +ament_cmake_export_targets_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_targets/cmake + +//The directory containing a CMake configuration file for ament_cmake_flake8. +ament_cmake_flake8_DIR:PATH=/opt/ros/humble/share/ament_cmake_flake8/cmake + +//The directory containing a CMake configuration file for ament_cmake_gen_version_h. +ament_cmake_gen_version_h_DIR:PATH=/opt/ros/humble/share/ament_cmake_gen_version_h/cmake + +//The directory containing a CMake configuration file for ament_cmake_gmock. +ament_cmake_gmock_DIR:PATH=/opt/ros/humble/share/ament_cmake_gmock/cmake + +//The directory containing a CMake configuration file for ament_cmake_gtest. +ament_cmake_gtest_DIR:PATH=/opt/ros/humble/share/ament_cmake_gtest/cmake + +//The directory containing a CMake configuration file for ament_cmake_include_directories. +ament_cmake_include_directories_DIR:PATH=/opt/ros/humble/share/ament_cmake_include_directories/cmake + +//The directory containing a CMake configuration file for ament_cmake_libraries. +ament_cmake_libraries_DIR:PATH=/opt/ros/humble/share/ament_cmake_libraries/cmake + +//The directory containing a CMake configuration file for ament_cmake_lint_cmake. +ament_cmake_lint_cmake_DIR:PATH=/opt/ros/humble/share/ament_cmake_lint_cmake/cmake + +//The directory containing a CMake configuration file for ament_cmake_pep257. +ament_cmake_pep257_DIR:PATH=/opt/ros/humble/share/ament_cmake_pep257/cmake + +//The directory containing a CMake configuration file for ament_cmake_pytest. +ament_cmake_pytest_DIR:PATH=/opt/ros/humble/share/ament_cmake_pytest/cmake + +//The directory containing a CMake configuration file for ament_cmake_python. +ament_cmake_python_DIR:PATH=/opt/ros/humble/share/ament_cmake_python/cmake + +//The directory containing a CMake configuration file for ament_cmake_ros. +ament_cmake_ros_DIR:PATH=/opt/ros/humble/share/ament_cmake_ros/cmake + +//The directory containing a CMake configuration file for ament_cmake_target_dependencies. +ament_cmake_target_dependencies_DIR:PATH=/opt/ros/humble/share/ament_cmake_target_dependencies/cmake + +//The directory containing a CMake configuration file for ament_cmake_test. +ament_cmake_test_DIR:PATH=/opt/ros/humble/share/ament_cmake_test/cmake + +//The directory containing a CMake configuration file for ament_cmake_uncrustify. +ament_cmake_uncrustify_DIR:PATH=/opt/ros/humble/share/ament_cmake_uncrustify/cmake + +//The directory containing a CMake configuration file for ament_cmake_version. +ament_cmake_version_DIR:PATH=/opt/ros/humble/share/ament_cmake_version/cmake + +//The directory containing a CMake configuration file for ament_cmake_xmllint. +ament_cmake_xmllint_DIR:PATH=/opt/ros/humble/share/ament_cmake_xmllint/cmake + +//The directory containing a CMake configuration file for ament_lint_auto. +ament_lint_auto_DIR:PATH=/opt/ros/humble/share/ament_lint_auto/cmake + +//Path to a program. +ament_lint_cmake_BIN:FILEPATH=/opt/ros/humble/bin/ament_lint_cmake + +//The directory containing a CMake configuration file for ament_lint_common. +ament_lint_common_DIR:PATH=/opt/ros/humble/share/ament_lint_common/cmake + +//Path to a program. +ament_xmllint_BIN:FILEPATH=/opt/ros/humble/bin/ament_xmllint + +//The directory containing a CMake configuration file for builtin_interfaces. +builtin_interfaces_DIR:PATH=/opt/ros/humble/share/builtin_interfaces/cmake + +//The directory containing a CMake configuration file for fastcdr. +fastcdr_DIR:PATH=/opt/ros/humble/lib/cmake/fastcdr + +//The directory containing a CMake configuration file for fastrtps_cmake_module. +fastrtps_cmake_module_DIR:PATH=/opt/ros/humble/share/fastrtps_cmake_module/cmake + +//The directory containing a CMake configuration file for python_cmake_module. +python_cmake_module_DIR:PATH=/opt/ros/humble/share/python_cmake_module/cmake + +//The directory containing a CMake configuration file for rcpputils. +rcpputils_DIR:PATH=/opt/ros/humble/share/rcpputils/cmake + +//The directory containing a CMake configuration file for rcutils. +rcutils_DIR:PATH=/opt/ros/humble/share/rcutils/cmake + +//The directory containing a CMake configuration file for rmw. +rmw_DIR:PATH=/opt/ros/humble/share/rmw/cmake + +//The directory containing a CMake configuration file for rosidl_adapter. +rosidl_adapter_DIR:PATH=/opt/ros/humble/share/rosidl_adapter/cmake + +//The directory containing a CMake configuration file for rosidl_cmake. +rosidl_cmake_DIR:PATH=/opt/ros/humble/share/rosidl_cmake/cmake + +//The directory containing a CMake configuration file for rosidl_default_generators. +rosidl_default_generators_DIR:PATH=/opt/ros/humble/share/rosidl_default_generators/cmake + +//The directory containing a CMake configuration file for rosidl_default_runtime. +rosidl_default_runtime_DIR:PATH=/opt/ros/humble/share/rosidl_default_runtime/cmake + +//The directory containing a CMake configuration file for rosidl_generator_c. +rosidl_generator_c_DIR:PATH=/opt/ros/humble/share/rosidl_generator_c/cmake + +//The directory containing a CMake configuration file for rosidl_generator_cpp. +rosidl_generator_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_generator_cpp/cmake + +//The directory containing a CMake configuration file for rosidl_generator_py. +rosidl_generator_py_DIR:PATH=/opt/ros/humble/share/rosidl_generator_py/cmake + +//The directory containing a CMake configuration file for rosidl_runtime_c. +rosidl_runtime_c_DIR:PATH=/opt/ros/humble/share/rosidl_runtime_c/cmake + +//The directory containing a CMake configuration file for rosidl_runtime_cpp. +rosidl_runtime_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_runtime_cpp/cmake + +//The directory containing a CMake configuration file for rosidl_typesupport_c. +rosidl_typesupport_c_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_c/cmake + +//The directory containing a CMake configuration file for rosidl_typesupport_cpp. +rosidl_typesupport_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_cpp/cmake + +//The directory containing a CMake configuration file for rosidl_typesupport_fastrtps_c. +rosidl_typesupport_fastrtps_c_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake + +//The directory containing a CMake configuration file for rosidl_typesupport_fastrtps_cpp. +rosidl_typesupport_fastrtps_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake + +//The directory containing a CMake configuration file for rosidl_typesupport_interface. +rosidl_typesupport_interface_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_interface/cmake + +//The directory containing a CMake configuration file for rosidl_typesupport_introspection_c. +rosidl_typesupport_introspection_c_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake + +//The directory containing a CMake configuration file for rosidl_typesupport_introspection_cpp. +rosidl_typesupport_introspection_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake + +//The directory containing a CMake configuration file for std_msgs. +std_msgs_DIR:PATH=/opt/ros/humble/share/std_msgs/cmake + +//Path to a program. +xmllint_BIN:FILEPATH=/usr/bin/xmllint + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=22 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=1 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Unix Makefiles +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/ros/lab3_robotics/advrobotics_lab3_interfaces +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=2 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.22 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//Details about finding Python3 +FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[/usr/bin/python3][cfound components: Interpreter ][v3.10.12()] +//Details about finding PythonExtra +FIND_PACKAGE_MESSAGE_DETAILS_PythonExtra:INTERNAL=[.so][/usr/include/python3.10][/usr/lib/x86_64-linux-gnu/libpython3.10.so][cpython-310-x86_64-linux-gnu][.cpython-310-x86_64-linux-gnu][v()] +//Details about finding PythonInterp +FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/usr/bin/python3][v3.10.12(3.6)] +//Details about finding PythonLibs +FIND_PACKAGE_MESSAGE_DETAILS_PythonLibs:INTERNAL=[/usr/lib/x86_64-linux-gnu/libpython3.10.so][/usr/include/python3.10][v3.10.12(3.5)] +//ADVANCED property for variable: PYTHON_EXECUTABLE +PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PYTHON_INCLUDE_DIR +PYTHON_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//The directory for Python library installation. This needs to +// be in PYTHONPATH when 'setup.py install' is called. +PYTHON_INSTALL_DIR:INTERNAL=local/lib/python3.10/dist-packages +//ADVANCED property for variable: PYTHON_LIBRARY +PYTHON_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PYTHON_LIBRARY_DEBUG +PYTHON_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//The SOABI suffix for Python native extensions. See PEP-3149: +// https://www.python.org/dev/peps/pep-3149/. +PYTHON_SOABI:INTERNAL=cpython-310-x86_64-linux-gnu +//The full suffix for Python native extensions. See PEP-3149: https://www.python.org/dev/peps/pep-3149/. +PythonExtra_EXTENSION_SUFFIX:INTERNAL=.cpython-310-x86_64-linux-gnu +_Python3_EXECUTABLE:INTERNAL=/usr/bin/python3 +//Python3 Properties +_Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;10;12;64;;cpython-310-x86_64-linux-gnu;/usr/lib/python3.10;/usr/lib/python3.10;/usr/lib/python3/dist-packages;/usr/lib/python3/dist-packages +_Python3_INTERPRETER_SIGNATURE:INTERNAL=0f3e53742e142b1d9e50e4ca5b901dd8 + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/3.22.1/CMakeCCompiler.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/3.22.1/CMakeCCompiler.cmake new file mode 100644 index 0000000..488ad37 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/3.22.1/CMakeCCompiler.cmake @@ -0,0 +1,72 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "11.4.0") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") +set(CMAKE_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "Linux") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-11") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-11") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/11/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/11;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..345e930 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake @@ -0,0 +1,83 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "11.4.0") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar-11") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-11") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/11;/usr/include/x86_64-linux-gnu/c++/11;/usr/include/c++/11/backward;/usr/lib/gcc/x86_64-linux-gnu/11/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/11;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin b/build/advrobotics_lab3_interfaces/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000..06dd536 Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin b/build/advrobotics_lab3_interfaces/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..8d4b8ab Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/3.22.1/CMakeSystem.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/3.22.1/CMakeSystem.cmake new file mode 100644 index 0000000..f4af1d2 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/3.22.1/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.8.0-90-generic") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.8.0-90-generic") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.8.0-90-generic") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.8.0-90-generic") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c b/build/advrobotics_lab3_interfaces/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..41b99d7 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,803 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" +#if defined(__VISUALDSPVERSION__) + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if !defined(__STDC__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif __STDC_VERSION__ > 201710L +# define C_VERSION "23" +#elif __STDC_VERSION__ >= 201710L +# define C_VERSION "17" +#elif __STDC_VERSION__ >= 201000L +# define C_VERSION "11" +#elif __STDC_VERSION__ >= 199901L +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +/* !defined(_MSC_VER) to exclude Clang's MSVC compatibility mode. */ +#if (defined(__clang__) || defined(__GNUC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) && !defined(_MSC_VER) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/3.22.1/CompilerIdC/a.out b/build/advrobotics_lab3_interfaces/CMakeFiles/3.22.1/CompilerIdC/a.out new file mode 100755 index 0000000..8b8c27e Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/3.22.1/CompilerIdC/a.out differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp b/build/advrobotics_lab3_interfaces/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..25c62a8 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,791 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__COMO__) +# define COMPILER_ID "Comeau" + /* __COMO_VERSION__ = VRR */ +# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) +# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) + +#elif defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" +#if defined(__VISUALDSPVERSION__) + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L +# if defined(__INTEL_CXX11_MODE__) +# if defined(__cpp_aggregate_nsdmi) +# define CXX_STD 201402L +# else +# define CXX_STD 201103L +# endif +# else +# define CXX_STD 199711L +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# define CXX_STD _MSVC_LANG +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > 202002L + "23" +#elif CXX_STD > 201703L + "20" +#elif CXX_STD >= 201703L + "17" +#elif CXX_STD >= 201402L + "14" +#elif CXX_STD >= 201103L + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +/* !defined(_MSC_VER) to exclude Clang's MSVC compatibility mode. */ +#if (defined(__clang__) || defined(__GNUC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) && !defined(_MSC_VER) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/3.22.1/CompilerIdCXX/a.out b/build/advrobotics_lab3_interfaces/CMakeFiles/3.22.1/CompilerIdCXX/a.out new file mode 100755 index 0000000..64ddf3c Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/3.22.1/CompilerIdCXX/a.out differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/CMakeDirectoryInformation.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..c4a7f82 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ros/lab3_robotics/advrobotics_lab3_interfaces") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/CMakeOutput.log b/build/advrobotics_lab3_interfaces/CMakeFiles/CMakeOutput.log new file mode 100644 index 0000000..fde35a0 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/CMakeOutput.log @@ -0,0 +1,449 @@ +The system is: Linux - 6.8.0-90-generic - x86_64 +Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. +Compiler: /usr/bin/cc +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + +The C compiler identification is GNU, found in "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/3.22.1/CompilerIdC/a.out" + +Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. +Compiler: /usr/bin/c++ +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + +The CXX compiler identification is GNU, found in "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/3.22.1/CompilerIdCXX/a.out" + +Detecting C compiler ABI info compiled with the following output: +Change Dir: /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_7b2fe/fast && /usr/bin/gmake -f CMakeFiles/cmTC_7b2fe.dir/build.make CMakeFiles/cmTC_7b2fe.dir/build +gmake[1]: Entering directory '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_7b2fe.dir/CMakeCCompilerABI.c.o +/usr/bin/cc -v -o CMakeFiles/cmTC_7b2fe.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.22/Modules/CMakeCCompilerABI.c +Using built-in specs. +COLLECT_GCC=/usr/bin/cc +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04.2' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04.2) +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_7b2fe.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_7b2fe.dir/' + /usr/lib/gcc/x86_64-linux-gnu/11/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.22/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_7b2fe.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/cchF3eKX.s +GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04.2) version 11.4.0 (x86_64-linux-gnu) + compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/include-fixed" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/lib/gcc/x86_64-linux-gnu/11/include + /usr/local/include + /usr/include/x86_64-linux-gnu + /usr/include +End of search list. +GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04.2) version 11.4.0 (x86_64-linux-gnu) + compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: 4011c2103cba78949d7e02d0f0047a3d +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_7b2fe.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_7b2fe.dir/' + as -v --64 -o CMakeFiles/cmTC_7b2fe.dir/CMakeCCompilerABI.c.o /tmp/cchF3eKX.s +GNU assembler version 2.38 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.38 +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_7b2fe.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_7b2fe.dir/CMakeCCompilerABI.c.' +Linking C executable cmTC_7b2fe +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7b2fe.dir/link.txt --verbose=1 +/usr/bin/cc -v CMakeFiles/cmTC_7b2fe.dir/CMakeCCompilerABI.c.o -o cmTC_7b2fe +Using built-in specs. +COLLECT_GCC=/usr/bin/cc +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04.2' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04.2) +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_7b2fe' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_7b2fe.' + /usr/lib/gcc/x86_64-linux-gnu/11/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccI4Oeq2.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_7b2fe /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. CMakeFiles/cmTC_7b2fe.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_7b2fe' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_7b2fe.' +gmake[1]: Leaving directory '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/CMakeTmp' + + + +Parsed C implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-linux-gnu/11/include] + add: [/usr/local/include] + add: [/usr/include/x86_64-linux-gnu] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/11/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/11/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-linux-gnu/11/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include] + + +Parsed C implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_7b2fe/fast && /usr/bin/gmake -f CMakeFiles/cmTC_7b2fe.dir/build.make CMakeFiles/cmTC_7b2fe.dir/build] + ignore line: [gmake[1]: Entering directory '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/CMakeTmp'] + ignore line: [Building C object CMakeFiles/cmTC_7b2fe.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_7b2fe.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.22/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04.2' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04.2) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_7b2fe.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_7b2fe.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/11/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.22/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_7b2fe.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/cchF3eKX.s] + ignore line: [GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04.2) version 11.4.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 11.4.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/11/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include/x86_64-linux-gnu] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04.2) version 11.4.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 11.4.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 4011c2103cba78949d7e02d0f0047a3d] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_7b2fe.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_7b2fe.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_7b2fe.dir/CMakeCCompilerABI.c.o /tmp/cchF3eKX.s] + ignore line: [GNU assembler version 2.38 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.38] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_7b2fe.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_7b2fe.dir/CMakeCCompilerABI.c.'] + ignore line: [Linking C executable cmTC_7b2fe] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7b2fe.dir/link.txt --verbose=1] + ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_7b2fe.dir/CMakeCCompilerABI.c.o -o cmTC_7b2fe ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04.2' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04.2) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_7b2fe' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_7b2fe.'] + link line: [ /usr/lib/gcc/x86_64-linux-gnu/11/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccI4Oeq2.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_7b2fe /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. CMakeFiles/cmTC_7b2fe.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/11/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccI4Oeq2.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-znow] ==> ignore + arg [-zrelro] ==> ignore + arg [-o] ==> ignore + arg [cmTC_7b2fe] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/11] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/11/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../..] + arg [CMakeFiles/cmTC_7b2fe.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11] ==> [/usr/lib/gcc/x86_64-linux-gnu/11] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../..] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit objs: [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/11;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + +Detecting CXX compiler ABI info compiled with the following output: +Change Dir: /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_7662b/fast && /usr/bin/gmake -f CMakeFiles/cmTC_7662b.dir/build.make CMakeFiles/cmTC_7662b.dir/build +gmake[1]: Entering directory '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/CMakeTmp' +Building CXX object CMakeFiles/cmTC_7662b.dir/CMakeCXXCompilerABI.cpp.o +/usr/bin/c++ -v -o CMakeFiles/cmTC_7662b.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.22/Modules/CMakeCXXCompilerABI.cpp +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04.2' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04.2) +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_7662b.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_7662b.dir/' + /usr/lib/gcc/x86_64-linux-gnu/11/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.22/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_7662b.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/cc8sj0tR.s +GNU C++17 (Ubuntu 11.4.0-1ubuntu1~22.04.2) version 11.4.0 (x86_64-linux-gnu) + compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/11" +ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/include-fixed" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/include/c++/11 + /usr/include/x86_64-linux-gnu/c++/11 + /usr/include/c++/11/backward + /usr/lib/gcc/x86_64-linux-gnu/11/include + /usr/local/include + /usr/include/x86_64-linux-gnu + /usr/include +End of search list. +GNU C++17 (Ubuntu 11.4.0-1ubuntu1~22.04.2) version 11.4.0 (x86_64-linux-gnu) + compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: 6c87588fc345655b93b8c25f48f88886 +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_7662b.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_7662b.dir/' + as -v --64 -o CMakeFiles/cmTC_7662b.dir/CMakeCXXCompilerABI.cpp.o /tmp/cc8sj0tR.s +GNU assembler version 2.38 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.38 +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_7662b.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_7662b.dir/CMakeCXXCompilerABI.cpp.' +Linking CXX executable cmTC_7662b +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7662b.dir/link.txt --verbose=1 +/usr/bin/c++ -v CMakeFiles/cmTC_7662b.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_7662b +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04.2' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04.2) +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_7662b' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_7662b.' + /usr/lib/gcc/x86_64-linux-gnu/11/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccaYRdIn.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_7662b /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. CMakeFiles/cmTC_7662b.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_7662b' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_7662b.' +gmake[1]: Leaving directory '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/CMakeTmp' + + + +Parsed CXX implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [/usr/include/c++/11] + add: [/usr/include/x86_64-linux-gnu/c++/11] + add: [/usr/include/c++/11/backward] + add: [/usr/lib/gcc/x86_64-linux-gnu/11/include] + add: [/usr/local/include] + add: [/usr/include/x86_64-linux-gnu] + add: [/usr/include] + end of search list found + collapse include dir [/usr/include/c++/11] ==> [/usr/include/c++/11] + collapse include dir [/usr/include/x86_64-linux-gnu/c++/11] ==> [/usr/include/x86_64-linux-gnu/c++/11] + collapse include dir [/usr/include/c++/11/backward] ==> [/usr/include/c++/11/backward] + collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/11/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/11/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/11;/usr/include/x86_64-linux-gnu/c++/11;/usr/include/c++/11/backward;/usr/lib/gcc/x86_64-linux-gnu/11/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include] + + +Parsed CXX implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_7662b/fast && /usr/bin/gmake -f CMakeFiles/cmTC_7662b.dir/build.make CMakeFiles/cmTC_7662b.dir/build] + ignore line: [gmake[1]: Entering directory '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/CMakeTmp'] + ignore line: [Building CXX object CMakeFiles/cmTC_7662b.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_7662b.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.22/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04.2' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04.2) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_7662b.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_7662b.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/11/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.22/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_7662b.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/cc8sj0tR.s] + ignore line: [GNU C++17 (Ubuntu 11.4.0-1ubuntu1~22.04.2) version 11.4.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 11.4.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/11"] + ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/include/c++/11] + ignore line: [ /usr/include/x86_64-linux-gnu/c++/11] + ignore line: [ /usr/include/c++/11/backward] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/11/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include/x86_64-linux-gnu] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [GNU C++17 (Ubuntu 11.4.0-1ubuntu1~22.04.2) version 11.4.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 11.4.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 6c87588fc345655b93b8c25f48f88886] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_7662b.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_7662b.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_7662b.dir/CMakeCXXCompilerABI.cpp.o /tmp/cc8sj0tR.s] + ignore line: [GNU assembler version 2.38 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.38] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_7662b.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_7662b.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [Linking CXX executable cmTC_7662b] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7662b.dir/link.txt --verbose=1] + ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_7662b.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_7662b ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04.2' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04.2) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_7662b' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_7662b.'] + link line: [ /usr/lib/gcc/x86_64-linux-gnu/11/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccaYRdIn.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_7662b /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. CMakeFiles/cmTC_7662b.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/11/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccaYRdIn.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-znow] ==> ignore + arg [-zrelro] ==> ignore + arg [-o] ==> ignore + arg [cmTC_7662b] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/11] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/11/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../..] + arg [CMakeFiles/cmTC_7662b.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11] ==> [/usr/lib/gcc/x86_64-linux-gnu/11] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/11;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/CMakeRuleHashes.txt b/build/advrobotics_lab3_interfaces/CMakeFiles/CMakeRuleHashes.txt new file mode 100644 index 0000000..849c3be --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/CMakeRuleHashes.txt @@ -0,0 +1,16 @@ +# Hashes of file build rules. +96f15125074fd08f3e4dcb5dec7e0f7c CMakeFiles/advrobotics_lab3_interfaces +96f15125074fd08f3e4dcb5dec7e0f7c CMakeFiles/advrobotics_lab3_interfaces__cpp +58a9c1cf813c3ba9c82009e1663d1be6 CMakeFiles/advrobotics_lab3_interfaces_uninstall +9f45712c0469c0209649bf806bea5efa CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg +cde8c3eede87047d63945b52f08e379d CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces +a3fe8aab07ea5b051999c046be01bf17 advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py +a1dd80ba20bed34e6bb1896d63fd148f rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h +3cf27a8d677f7c82324eac8798869d17 rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp +846d83889781a120a07ebc1d85fa0187 rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c +4f375322aa776733faa27bb3e2cc8bd6 rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp +36c131899c530890182e3e58122be4e4 rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp +3a97ca8cca356501db7f2cbc5d1f4401 rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h +27d96cfe414ca12df988d2ebefcb2860 rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp +b03711a797db1f846bf0eb5a5bb87ef9 rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h +86b049ed62af2b3df0589fd2cb5d1407 rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake new file mode 100644 index 0000000..14c9723 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake @@ -0,0 +1,20 @@ +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_c" for configuration "" +set_property(TARGET advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_c APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_c PROPERTIES + IMPORTED_LINK_DEPENDENT_LIBRARIES_NOCONFIG "rosidl_runtime_c::rosidl_runtime_c;rosidl_typesupport_c::rosidl_typesupport_c" + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so" + IMPORTED_SONAME_NOCONFIG "libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so" + ) + +list(APPEND _IMPORT_CHECK_TARGETS advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_c ) +list(APPEND _IMPORT_CHECK_FILES_FOR_advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_c "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake new file mode 100644 index 0000000..c51a91d --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake @@ -0,0 +1,114 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6) + message(FATAL_ERROR "CMake >= 2.6.0 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.6...3.20) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_targetsDefined) +set(_targetsNotDefined) +set(_expectedTargets) +foreach(_expectedTarget advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_c) + list(APPEND _expectedTargets ${_expectedTarget}) + if(NOT TARGET ${_expectedTarget}) + list(APPEND _targetsNotDefined ${_expectedTarget}) + endif() + if(TARGET ${_expectedTarget}) + list(APPEND _targetsDefined ${_expectedTarget}) + endif() +endforeach() +if("${_targetsDefined}" STREQUAL "${_expectedTargets}") + unset(_targetsDefined) + unset(_targetsNotDefined) + unset(_expectedTargets) + set(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT "${_targetsDefined}" STREQUAL "") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") +endif() +unset(_targetsDefined) +unset(_targetsNotDefined) +unset(_expectedTargets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_c +add_library(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_c SHARED IMPORTED) + +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_c PROPERTIES + INTERFACE_LINK_LIBRARIES "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c;std_msgs::std_msgs__rosidl_typesupport_c;builtin_interfaces::builtin_interfaces__rosidl_typesupport_c" +) + +if(CMAKE_VERSION VERSION_LESS 2.8.12) + message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") +endif() + +# Load information for each installed configuration. +get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) +file(GLOB CONFIG_FILES "${_DIR}/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-*.cmake") +foreach(f ${CONFIG_FILES}) + include(${f}) +endforeach() + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(target ${_IMPORT_CHECK_TARGETS} ) + foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) + if(NOT EXISTS "${file}" ) + message(FATAL_ERROR "The imported target \"${target}\" references the file + \"${file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_IMPORT_CHECK_FILES_FOR_${target}) +endforeach() +unset(_IMPORT_CHECK_TARGETS) + +# Make sure the targets which have been exported in some other +# export set exist. +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) +foreach(_target "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c" ) + if(NOT TARGET "${_target}" ) + set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}") + endif() +endforeach() + +if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + if(CMAKE_FIND_PACKAGE_NAME) + set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE) + set( ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + else() + message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + endif() +endif() +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake new file mode 100644 index 0000000..9fdb6bc --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake @@ -0,0 +1,20 @@ +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_cpp" for configuration "" +set_property(TARGET advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_cpp APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_cpp PROPERTIES + IMPORTED_LINK_DEPENDENT_LIBRARIES_NOCONFIG "rosidl_runtime_c::rosidl_runtime_c;rosidl_typesupport_cpp::rosidl_typesupport_cpp;rosidl_typesupport_c::rosidl_typesupport_c" + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so" + IMPORTED_SONAME_NOCONFIG "libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so" + ) + +list(APPEND _IMPORT_CHECK_TARGETS advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_cpp ) +list(APPEND _IMPORT_CHECK_FILES_FOR_advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_cpp "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake new file mode 100644 index 0000000..8476e9d --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake @@ -0,0 +1,114 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6) + message(FATAL_ERROR "CMake >= 2.6.0 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.6...3.20) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_targetsDefined) +set(_targetsNotDefined) +set(_expectedTargets) +foreach(_expectedTarget advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_cpp) + list(APPEND _expectedTargets ${_expectedTarget}) + if(NOT TARGET ${_expectedTarget}) + list(APPEND _targetsNotDefined ${_expectedTarget}) + endif() + if(TARGET ${_expectedTarget}) + list(APPEND _targetsDefined ${_expectedTarget}) + endif() +endforeach() +if("${_targetsDefined}" STREQUAL "${_expectedTargets}") + unset(_targetsDefined) + unset(_targetsNotDefined) + unset(_expectedTargets) + set(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT "${_targetsDefined}" STREQUAL "") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") +endif() +unset(_targetsDefined) +unset(_targetsNotDefined) +unset(_expectedTargets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_cpp +add_library(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_cpp SHARED IMPORTED) + +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_cpp PROPERTIES + INTERFACE_LINK_LIBRARIES "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_cpp;std_msgs::std_msgs__rosidl_typesupport_cpp;builtin_interfaces::builtin_interfaces__rosidl_typesupport_cpp" +) + +if(CMAKE_VERSION VERSION_LESS 2.8.12) + message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") +endif() + +# Load information for each installed configuration. +get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) +file(GLOB CONFIG_FILES "${_DIR}/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-*.cmake") +foreach(f ${CONFIG_FILES}) + include(${f}) +endforeach() + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(target ${_IMPORT_CHECK_TARGETS} ) + foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) + if(NOT EXISTS "${file}" ) + message(FATAL_ERROR "The imported target \"${target}\" references the file + \"${file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_IMPORT_CHECK_FILES_FOR_${target}) +endforeach() +unset(_IMPORT_CHECK_TARGETS) + +# Make sure the targets which have been exported in some other +# export set exist. +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) +foreach(_target "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_cpp" ) + if(NOT TARGET "${_target}" ) + set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}") + endif() +endforeach() + +if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + if(CMAKE_FIND_PACKAGE_NAME) + set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE) + set( ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + else() + message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + endif() +endif() +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake new file mode 100644 index 0000000..7482934 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c" for configuration "" +set_property(TARGET advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so" + IMPORTED_SONAME_NOCONFIG "libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so" + ) + +list(APPEND _IMPORT_CHECK_TARGETS advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c ) +list(APPEND _IMPORT_CHECK_FILES_FOR_advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake new file mode 100644 index 0000000..dbac6f7 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake @@ -0,0 +1,115 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6) + message(FATAL_ERROR "CMake >= 2.6.0 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.6...3.20) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_targetsDefined) +set(_targetsNotDefined) +set(_expectedTargets) +foreach(_expectedTarget advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c) + list(APPEND _expectedTargets ${_expectedTarget}) + if(NOT TARGET ${_expectedTarget}) + list(APPEND _targetsNotDefined ${_expectedTarget}) + endif() + if(TARGET ${_expectedTarget}) + list(APPEND _targetsDefined ${_expectedTarget}) + endif() +endforeach() +if("${_targetsDefined}" STREQUAL "${_expectedTargets}") + unset(_targetsDefined) + unset(_targetsNotDefined) + unset(_expectedTargets) + set(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT "${_targetsDefined}" STREQUAL "") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") +endif() +unset(_targetsDefined) +unset(_targetsNotDefined) +unset(_expectedTargets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c +add_library(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c SHARED IMPORTED) + +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include/advrobotics_lab3_interfaces" + INTERFACE_LINK_LIBRARIES "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c;rosidl_typesupport_introspection_c::rosidl_typesupport_introspection_c;std_msgs::std_msgs__rosidl_typesupport_introspection_c;builtin_interfaces::builtin_interfaces__rosidl_typesupport_introspection_c" +) + +if(CMAKE_VERSION VERSION_LESS 2.8.12) + message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") +endif() + +# Load information for each installed configuration. +get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) +file(GLOB CONFIG_FILES "${_DIR}/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-*.cmake") +foreach(f ${CONFIG_FILES}) + include(${f}) +endforeach() + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(target ${_IMPORT_CHECK_TARGETS} ) + foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) + if(NOT EXISTS "${file}" ) + message(FATAL_ERROR "The imported target \"${target}\" references the file + \"${file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_IMPORT_CHECK_FILES_FOR_${target}) +endforeach() +unset(_IMPORT_CHECK_TARGETS) + +# Make sure the targets which have been exported in some other +# export set exist. +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) +foreach(_target "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c" ) + if(NOT TARGET "${_target}" ) + set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}") + endif() +endforeach() + +if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + if(CMAKE_FIND_PACKAGE_NAME) + set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE) + set( ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + else() + message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + endif() +endif() +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake new file mode 100644 index 0000000..35f6e6c --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp" for configuration "" +set_property(TARGET advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so" + IMPORTED_SONAME_NOCONFIG "libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so" + ) + +list(APPEND _IMPORT_CHECK_TARGETS advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp ) +list(APPEND _IMPORT_CHECK_FILES_FOR_advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake new file mode 100644 index 0000000..ba792ce --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake @@ -0,0 +1,115 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6) + message(FATAL_ERROR "CMake >= 2.6.0 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.6...3.20) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_targetsDefined) +set(_targetsNotDefined) +set(_expectedTargets) +foreach(_expectedTarget advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp) + list(APPEND _expectedTargets ${_expectedTarget}) + if(NOT TARGET ${_expectedTarget}) + list(APPEND _targetsNotDefined ${_expectedTarget}) + endif() + if(TARGET ${_expectedTarget}) + list(APPEND _targetsDefined ${_expectedTarget}) + endif() +endforeach() +if("${_targetsDefined}" STREQUAL "${_expectedTargets}") + unset(_targetsDefined) + unset(_targetsNotDefined) + unset(_expectedTargets) + set(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT "${_targetsDefined}" STREQUAL "") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") +endif() +unset(_targetsDefined) +unset(_targetsNotDefined) +unset(_expectedTargets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp +add_library(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp SHARED IMPORTED) + +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include/advrobotics_lab3_interfaces" + INTERFACE_LINK_LIBRARIES "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_cpp;rosidl_runtime_c::rosidl_runtime_c;rosidl_typesupport_interface::rosidl_typesupport_interface;rosidl_typesupport_introspection_cpp::rosidl_typesupport_introspection_cpp;std_msgs::std_msgs__rosidl_typesupport_introspection_cpp;builtin_interfaces::builtin_interfaces__rosidl_typesupport_introspection_cpp" +) + +if(CMAKE_VERSION VERSION_LESS 2.8.12) + message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") +endif() + +# Load information for each installed configuration. +get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) +file(GLOB CONFIG_FILES "${_DIR}/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-*.cmake") +foreach(f ${CONFIG_FILES}) + include(${f}) +endforeach() + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(target ${_IMPORT_CHECK_TARGETS} ) + foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) + if(NOT EXISTS "${file}" ) + message(FATAL_ERROR "The imported target \"${target}\" references the file + \"${file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_IMPORT_CHECK_FILES_FOR_${target}) +endforeach() +unset(_IMPORT_CHECK_TARGETS) + +# Make sure the targets which have been exported in some other +# export set exist. +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) +foreach(_target "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_cpp" ) + if(NOT TARGET "${_target}" ) + set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}") + endif() +endforeach() + +if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + if(CMAKE_FIND_PACKAGE_NAME) + set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE) + set( ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + else() + message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + endif() +endif() +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake new file mode 100644 index 0000000..f9bb946 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c" for configuration "" +set_property(TARGET advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so" + IMPORTED_SONAME_NOCONFIG "libadvrobotics_lab3_interfaces__rosidl_generator_c.so" + ) + +list(APPEND _IMPORT_CHECK_TARGETS advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c ) +list(APPEND _IMPORT_CHECK_FILES_FOR_advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake new file mode 100644 index 0000000..de8a263 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake @@ -0,0 +1,99 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6) + message(FATAL_ERROR "CMake >= 2.6.0 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.6...3.20) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_targetsDefined) +set(_targetsNotDefined) +set(_expectedTargets) +foreach(_expectedTarget advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c) + list(APPEND _expectedTargets ${_expectedTarget}) + if(NOT TARGET ${_expectedTarget}) + list(APPEND _targetsNotDefined ${_expectedTarget}) + endif() + if(TARGET ${_expectedTarget}) + list(APPEND _targetsDefined ${_expectedTarget}) + endif() +endforeach() +if("${_targetsDefined}" STREQUAL "${_expectedTargets}") + unset(_targetsDefined) + unset(_targetsNotDefined) + unset(_expectedTargets) + set(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT "${_targetsDefined}" STREQUAL "") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") +endif() +unset(_targetsDefined) +unset(_targetsNotDefined) +unset(_expectedTargets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c +add_library(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c SHARED IMPORTED) + +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include/advrobotics_lab3_interfaces" + INTERFACE_LINK_LIBRARIES "std_msgs::std_msgs__rosidl_generator_c;builtin_interfaces::builtin_interfaces__rosidl_generator_c;rosidl_runtime_c::rosidl_runtime_c;rosidl_typesupport_interface::rosidl_typesupport_interface;rcutils::rcutils" +) + +if(CMAKE_VERSION VERSION_LESS 2.8.12) + message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") +endif() + +# Load information for each installed configuration. +get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) +file(GLOB CONFIG_FILES "${_DIR}/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-*.cmake") +foreach(f ${CONFIG_FILES}) + include(${f}) +endforeach() + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(target ${_IMPORT_CHECK_TARGETS} ) + foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) + if(NOT EXISTS "${file}" ) + message(FATAL_ERROR "The imported target \"${target}\" references the file + \"${file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_IMPORT_CHECK_FILES_FOR_${target}) +endforeach() +unset(_IMPORT_CHECK_TARGETS) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake new file mode 100644 index 0000000..0c3ac80 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake @@ -0,0 +1,99 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6) + message(FATAL_ERROR "CMake >= 2.6.0 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.6...3.20) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_targetsDefined) +set(_targetsNotDefined) +set(_expectedTargets) +foreach(_expectedTarget advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_cpp) + list(APPEND _expectedTargets ${_expectedTarget}) + if(NOT TARGET ${_expectedTarget}) + list(APPEND _targetsNotDefined ${_expectedTarget}) + endif() + if(TARGET ${_expectedTarget}) + list(APPEND _targetsDefined ${_expectedTarget}) + endif() +endforeach() +if("${_targetsDefined}" STREQUAL "${_expectedTargets}") + unset(_targetsDefined) + unset(_targetsNotDefined) + unset(_expectedTargets) + set(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT "${_targetsDefined}" STREQUAL "") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") +endif() +unset(_targetsDefined) +unset(_targetsNotDefined) +unset(_expectedTargets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_cpp +add_library(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_cpp INTERFACE IMPORTED) + +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_cpp PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include/advrobotics_lab3_interfaces" + INTERFACE_LINK_LIBRARIES "std_msgs::std_msgs__rosidl_generator_cpp;builtin_interfaces::builtin_interfaces__rosidl_generator_cpp;rosidl_runtime_cpp::rosidl_runtime_cpp" +) + +if(CMAKE_VERSION VERSION_LESS 3.0.0) + message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.") +endif() + +# Load information for each installed configuration. +get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) +file(GLOB CONFIG_FILES "${_DIR}/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport-*.cmake") +foreach(f ${CONFIG_FILES}) + include(${f}) +endforeach() + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(target ${_IMPORT_CHECK_TARGETS} ) + foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) + if(NOT EXISTS "${file}" ) + message(FATAL_ERROR "The imported target \"${target}\" references the file + \"${file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_IMPORT_CHECK_FILES_FOR_${target}) +endforeach() +unset(_IMPORT_CHECK_TARGETS) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake new file mode 100644 index 0000000..1b51a7d --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_py" for configuration "" +set_property(TARGET advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_py APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_py PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so" + IMPORTED_SONAME_NOCONFIG "libadvrobotics_lab3_interfaces__rosidl_generator_py.so" + ) + +list(APPEND _IMPORT_CHECK_TARGETS advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_py ) +list(APPEND _IMPORT_CHECK_FILES_FOR_advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_py "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake new file mode 100644 index 0000000..5840a34 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake @@ -0,0 +1,114 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6) + message(FATAL_ERROR "CMake >= 2.6.0 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.6...3.20) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_targetsDefined) +set(_targetsNotDefined) +set(_expectedTargets) +foreach(_expectedTarget advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_py) + list(APPEND _expectedTargets ${_expectedTarget}) + if(NOT TARGET ${_expectedTarget}) + list(APPEND _targetsNotDefined ${_expectedTarget}) + endif() + if(TARGET ${_expectedTarget}) + list(APPEND _targetsDefined ${_expectedTarget}) + endif() +endforeach() +if("${_targetsDefined}" STREQUAL "${_expectedTargets}") + unset(_targetsDefined) + unset(_targetsNotDefined) + unset(_expectedTargets) + set(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT "${_targetsDefined}" STREQUAL "") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") +endif() +unset(_targetsDefined) +unset(_targetsNotDefined) +unset(_expectedTargets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_py +add_library(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_py SHARED IMPORTED) + +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_py PROPERTIES + INTERFACE_LINK_LIBRARIES "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c;/usr/lib/x86_64-linux-gnu/libpython3.10.so;advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_c;std_msgs::std_msgs__rosidl_generator_py;builtin_interfaces::builtin_interfaces__rosidl_generator_py" +) + +if(CMAKE_VERSION VERSION_LESS 2.8.12) + message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") +endif() + +# Load information for each installed configuration. +get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) +file(GLOB CONFIG_FILES "${_DIR}/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-*.cmake") +foreach(f ${CONFIG_FILES}) + include(${f}) +endforeach() + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(target ${_IMPORT_CHECK_TARGETS} ) + foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) + if(NOT EXISTS "${file}" ) + message(FATAL_ERROR "The imported target \"${target}\" references the file + \"${file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_IMPORT_CHECK_FILES_FOR_${target}) +endforeach() +unset(_IMPORT_CHECK_TARGETS) + +# Make sure the targets which have been exported in some other +# export set exist. +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) +foreach(_target "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c" "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_c" ) + if(NOT TARGET "${_target}" ) + set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}") + endif() +endforeach() + +if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + if(CMAKE_FIND_PACKAGE_NAME) + set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE) + set( ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + else() + message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + endif() +endif() +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake new file mode 100644 index 0000000..cb3c6a3 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c" for configuration "" +set_property(TARGET advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so" + IMPORTED_SONAME_NOCONFIG "libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so" + ) + +list(APPEND _IMPORT_CHECK_TARGETS advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c ) +list(APPEND _IMPORT_CHECK_FILES_FOR_advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake new file mode 100644 index 0000000..5754f61 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake @@ -0,0 +1,115 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6) + message(FATAL_ERROR "CMake >= 2.6.0 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.6...3.20) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_targetsDefined) +set(_targetsNotDefined) +set(_expectedTargets) +foreach(_expectedTarget advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c) + list(APPEND _expectedTargets ${_expectedTarget}) + if(NOT TARGET ${_expectedTarget}) + list(APPEND _targetsNotDefined ${_expectedTarget}) + endif() + if(TARGET ${_expectedTarget}) + list(APPEND _targetsDefined ${_expectedTarget}) + endif() +endforeach() +if("${_targetsDefined}" STREQUAL "${_expectedTargets}") + unset(_targetsDefined) + unset(_targetsNotDefined) + unset(_expectedTargets) + set(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT "${_targetsDefined}" STREQUAL "") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") +endif() +unset(_targetsDefined) +unset(_targetsNotDefined) +unset(_expectedTargets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c +add_library(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c SHARED IMPORTED) + +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include/advrobotics_lab3_interfaces" + INTERFACE_LINK_LIBRARIES "fastcdr;rosidl_runtime_c::rosidl_runtime_c;rosidl_runtime_cpp::rosidl_runtime_cpp;rosidl_typesupport_interface::rosidl_typesupport_interface;rosidl_typesupport_fastrtps_cpp::rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_fastrtps_c::rosidl_typesupport_fastrtps_c;advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c;std_msgs::std_msgs__rosidl_typesupport_fastrtps_c;builtin_interfaces::builtin_interfaces__rosidl_typesupport_fastrtps_c" +) + +if(CMAKE_VERSION VERSION_LESS 2.8.12) + message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") +endif() + +# Load information for each installed configuration. +get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) +file(GLOB CONFIG_FILES "${_DIR}/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-*.cmake") +foreach(f ${CONFIG_FILES}) + include(${f}) +endforeach() + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(target ${_IMPORT_CHECK_TARGETS} ) + foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) + if(NOT EXISTS "${file}" ) + message(FATAL_ERROR "The imported target \"${target}\" references the file + \"${file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_IMPORT_CHECK_FILES_FOR_${target}) +endforeach() +unset(_IMPORT_CHECK_TARGETS) + +# Make sure the targets which have been exported in some other +# export set exist. +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) +foreach(_target "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c" ) + if(NOT TARGET "${_target}" ) + set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}") + endif() +endforeach() + +if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + if(CMAKE_FIND_PACKAGE_NAME) + set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE) + set( ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + else() + message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + endif() +endif() +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake new file mode 100644 index 0000000..190ea78 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp" for configuration "" +set_property(TARGET advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so" + IMPORTED_SONAME_NOCONFIG "libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so" + ) + +list(APPEND _IMPORT_CHECK_TARGETS advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp ) +list(APPEND _IMPORT_CHECK_FILES_FOR_advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake new file mode 100644 index 0000000..f22ad0b --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake @@ -0,0 +1,115 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6) + message(FATAL_ERROR "CMake >= 2.6.0 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.6...3.20) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_targetsDefined) +set(_targetsNotDefined) +set(_expectedTargets) +foreach(_expectedTarget advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp) + list(APPEND _expectedTargets ${_expectedTarget}) + if(NOT TARGET ${_expectedTarget}) + list(APPEND _targetsNotDefined ${_expectedTarget}) + endif() + if(TARGET ${_expectedTarget}) + list(APPEND _targetsDefined ${_expectedTarget}) + endif() +endforeach() +if("${_targetsDefined}" STREQUAL "${_expectedTargets}") + unset(_targetsDefined) + unset(_targetsNotDefined) + unset(_expectedTargets) + set(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT "${_targetsDefined}" STREQUAL "") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") +endif() +unset(_targetsDefined) +unset(_targetsNotDefined) +unset(_expectedTargets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp +add_library(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp SHARED IMPORTED) + +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include/advrobotics_lab3_interfaces" + INTERFACE_LINK_LIBRARIES "fastcdr;rmw::rmw;rosidl_runtime_c::rosidl_runtime_c;rosidl_runtime_cpp::rosidl_runtime_cpp;rosidl_typesupport_interface::rosidl_typesupport_interface;rosidl_typesupport_fastrtps_cpp::rosidl_typesupport_fastrtps_cpp;std_msgs::std_msgs__rosidl_typesupport_fastrtps_cpp;builtin_interfaces::builtin_interfaces__rosidl_typesupport_fastrtps_cpp;advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_cpp" +) + +if(CMAKE_VERSION VERSION_LESS 2.8.12) + message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") +endif() + +# Load information for each installed configuration. +get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) +file(GLOB CONFIG_FILES "${_DIR}/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-*.cmake") +foreach(f ${CONFIG_FILES}) + include(${f}) +endforeach() + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(target ${_IMPORT_CHECK_TARGETS} ) + foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) + if(NOT EXISTS "${file}" ) + message(FATAL_ERROR "The imported target \"${target}\" references the file + \"${file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_IMPORT_CHECK_FILES_FOR_${target}) +endforeach() +unset(_IMPORT_CHECK_TARGETS) + +# Make sure the targets which have been exported in some other +# export set exist. +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) +foreach(_target "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_cpp" ) + if(NOT TARGET "${_target}" ) + set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}") + endif() +endforeach() + +if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + if(CMAKE_FIND_PACKAGE_NAME) + set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE) + set( ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + else() + message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + endif() +endif() +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/Makefile.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/Makefile.cmake new file mode 100644 index 0000000..a5badb4 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/Makefile.cmake @@ -0,0 +1,616 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# The generator used is: +set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") + +# The top level Makefile was generated from the following files: +set(CMAKE_MAKEFILE_DEPENDS + "CMakeCache.txt" + "/home/ros/lab3_robotics/advrobotics_lab3_interfaces/CMakeLists.txt" + "/home/ros/lab3_robotics/advrobotics_lab3_interfaces/msg/Gripper.msg" + "/home/ros/lab3_robotics/advrobotics_lab3_interfaces/msg/Joints.msg" + "/home/ros/lab3_robotics/advrobotics_lab3_interfaces/package.xml" + "/home/ros/lab3_robotics/advrobotics_lab3_interfaces/srv/Invkin.srv" + "CMakeFiles/3.22.1/CMakeCCompiler.cmake" + "CMakeFiles/3.22.1/CMakeCXXCompiler.cmake" + "CMakeFiles/3.22.1/CMakeSystem.cmake" + "advrobotics_lab3_interfaces__py/CMakeLists.txt" + "ament_cmake_core/package.cmake" + "ament_cmake_export_dependencies/ament_cmake_export_dependencies-extras.cmake" + "ament_cmake_export_include_directories/ament_cmake_export_include_directories-extras.cmake" + "ament_cmake_export_libraries/ament_cmake_export_libraries-extras.cmake" + "ament_cmake_export_targets/ament_cmake_export_targets-extras.cmake" + "ament_cmake_package_templates/templates.cmake" + "rosidl_cmake/rosidl_cmake-extras.cmake" + "rosidl_cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake" + "rosidl_cmake/rosidl_cmake_export_typesupport_targets-extras.cmake" + "/opt/ros/humble/lib/cmake/fastcdr/fastcdr-config-version.cmake" + "/opt/ros/humble/lib/cmake/fastcdr/fastcdr-config.cmake" + "/opt/ros/humble/lib/cmake/fastcdr/fastcdr-dynamic-targets-none.cmake" + "/opt/ros/humble/lib/cmake/fastcdr/fastcdr-dynamic-targets.cmake" + "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/environment_hook/library_path.sh" + "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/environment_hook/pythonpath.sh.in" + "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/package_level/local_setup.bash.in" + "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/package_level/local_setup.sh.in" + "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/package_level/local_setup.zsh.in" + "/opt/ros/humble/share/ament_cmake/cmake/ament_cmakeConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake/cmake/ament_cmakeConfig.cmake" + "/opt/ros/humble/share/ament_cmake/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_core-extras.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_coreConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_coreConfig.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_environment-extras.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_environment_hooks-extras.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_index-extras.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_package_templates-extras.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_symlink_install-extras.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_uninstall_target-extras.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/all.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_package.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_package_xml.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_register_extension.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/assert_file_exists.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/get_executable_path.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/list_append_unique.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/normalize_path.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/package_xml_2_cmake.py" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/python.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/stamp.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/string_ends_with.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/templates/nameConfig-version.cmake.in" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/templates/nameConfig.cmake.in" + "/opt/ros/humble/share/ament_cmake_core/cmake/environment/ament_cmake_environment_package_hook.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/environment/ament_generate_environment.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/ament_cmake_environment_hooks_package_hook.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/ament_environment_hooks.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/ament_generate_package_environment.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/environment/ament_prefix_path.sh" + "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/environment/path.sh" + "/opt/ros/humble/share/ament_cmake_core/cmake/index/ament_cmake_index_package_hook.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/index/ament_index_get_prefix_path.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/index/ament_index_get_resource.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/index/ament_index_get_resources.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/index/ament_index_has_resource.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/index/ament_index_register_package.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/index/ament_index_register_resource.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/package_templates/templates_2_cmake.py" + "/opt/ros/humble/share/ament_cmake_core/cmake/uninstall_target/ament_cmake_uninstall_target.cmake.in" + "/opt/ros/humble/share/ament_cmake_core/cmake/uninstall_target/ament_cmake_uninstall_target_append_uninstall_code.cmake" + "/opt/ros/humble/share/ament_cmake_cppcheck/cmake/ament_cmake_cppcheck-extras.cmake" + "/opt/ros/humble/share/ament_cmake_cppcheck/cmake/ament_cmake_cppcheckConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_cppcheck/cmake/ament_cmake_cppcheckConfig.cmake" + "/opt/ros/humble/share/ament_cmake_cppcheck/cmake/ament_cmake_cppcheck_lint_hook.cmake" + "/opt/ros/humble/share/ament_cmake_cppcheck/cmake/ament_cppcheck.cmake" + "/opt/ros/humble/share/ament_cmake_export_definitions/cmake/ament_cmake_export_definitions-extras.cmake" + "/opt/ros/humble/share/ament_cmake_export_definitions/cmake/ament_cmake_export_definitionsConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_export_definitions/cmake/ament_cmake_export_definitionsConfig.cmake" + "/opt/ros/humble/share/ament_cmake_export_definitions/cmake/ament_export_definitions.cmake" + "/opt/ros/humble/share/ament_cmake_export_dependencies/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/ament_cmake_export_dependencies/cmake/ament_cmake_export_dependencies-extras.cmake.in" + "/opt/ros/humble/share/ament_cmake_export_dependencies/cmake/ament_cmake_export_dependenciesConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_export_dependencies/cmake/ament_cmake_export_dependenciesConfig.cmake" + "/opt/ros/humble/share/ament_cmake_export_dependencies/cmake/ament_cmake_export_dependencies_package_hook.cmake" + "/opt/ros/humble/share/ament_cmake_export_dependencies/cmake/ament_export_dependencies.cmake" + "/opt/ros/humble/share/ament_cmake_export_include_directories/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/ament_cmake_export_include_directories/cmake/ament_cmake_export_include_directories-extras.cmake.in" + "/opt/ros/humble/share/ament_cmake_export_include_directories/cmake/ament_cmake_export_include_directoriesConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_export_include_directories/cmake/ament_cmake_export_include_directoriesConfig.cmake" + "/opt/ros/humble/share/ament_cmake_export_include_directories/cmake/ament_cmake_export_include_directories_package_hook.cmake" + "/opt/ros/humble/share/ament_cmake_export_include_directories/cmake/ament_export_include_directories.cmake" + "/opt/ros/humble/share/ament_cmake_export_interfaces/cmake/ament_cmake_export_interfaces-extras.cmake" + "/opt/ros/humble/share/ament_cmake_export_interfaces/cmake/ament_cmake_export_interfacesConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_export_interfaces/cmake/ament_cmake_export_interfacesConfig.cmake" + "/opt/ros/humble/share/ament_cmake_export_interfaces/cmake/ament_export_interfaces.cmake" + "/opt/ros/humble/share/ament_cmake_export_libraries/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/ament_cmake_export_libraries/cmake/ament_cmake_export_libraries-extras.cmake.in" + "/opt/ros/humble/share/ament_cmake_export_libraries/cmake/ament_cmake_export_librariesConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_export_libraries/cmake/ament_cmake_export_librariesConfig.cmake" + "/opt/ros/humble/share/ament_cmake_export_libraries/cmake/ament_cmake_export_libraries_package_hook.cmake" + "/opt/ros/humble/share/ament_cmake_export_libraries/cmake/ament_export_libraries.cmake" + "/opt/ros/humble/share/ament_cmake_export_libraries/cmake/ament_export_library_names.cmake" + "/opt/ros/humble/share/ament_cmake_export_link_flags/cmake/ament_cmake_export_link_flags-extras.cmake" + "/opt/ros/humble/share/ament_cmake_export_link_flags/cmake/ament_cmake_export_link_flagsConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_export_link_flags/cmake/ament_cmake_export_link_flagsConfig.cmake" + "/opt/ros/humble/share/ament_cmake_export_link_flags/cmake/ament_export_link_flags.cmake" + "/opt/ros/humble/share/ament_cmake_export_targets/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/ament_cmake_export_targets/cmake/ament_cmake_export_targets-extras.cmake.in" + "/opt/ros/humble/share/ament_cmake_export_targets/cmake/ament_cmake_export_targetsConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_export_targets/cmake/ament_cmake_export_targetsConfig.cmake" + "/opt/ros/humble/share/ament_cmake_export_targets/cmake/ament_cmake_export_targets_package_hook.cmake" + "/opt/ros/humble/share/ament_cmake_export_targets/cmake/ament_export_targets.cmake" + "/opt/ros/humble/share/ament_cmake_flake8/cmake/ament_cmake_flake8-extras.cmake" + "/opt/ros/humble/share/ament_cmake_flake8/cmake/ament_cmake_flake8Config-version.cmake" + "/opt/ros/humble/share/ament_cmake_flake8/cmake/ament_cmake_flake8Config.cmake" + "/opt/ros/humble/share/ament_cmake_flake8/cmake/ament_cmake_flake8_lint_hook.cmake" + "/opt/ros/humble/share/ament_cmake_flake8/cmake/ament_flake8.cmake" + "/opt/ros/humble/share/ament_cmake_gen_version_h/cmake/ament_cmake_gen_version_h-extras.cmake" + "/opt/ros/humble/share/ament_cmake_gen_version_h/cmake/ament_cmake_gen_version_h.cmake" + "/opt/ros/humble/share/ament_cmake_gen_version_h/cmake/ament_cmake_gen_version_hConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_gen_version_h/cmake/ament_cmake_gen_version_hConfig.cmake" + "/opt/ros/humble/share/ament_cmake_gen_version_h/cmake/ament_generate_version_header.cmake" + "/opt/ros/humble/share/ament_cmake_gmock/cmake/ament_add_gmock.cmake" + "/opt/ros/humble/share/ament_cmake_gmock/cmake/ament_cmake_gmock-extras.cmake" + "/opt/ros/humble/share/ament_cmake_gmock/cmake/ament_cmake_gmockConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_gmock/cmake/ament_cmake_gmockConfig.cmake" + "/opt/ros/humble/share/ament_cmake_gmock/cmake/ament_find_gmock.cmake" + "/opt/ros/humble/share/ament_cmake_gtest/cmake/ament_add_gtest.cmake" + "/opt/ros/humble/share/ament_cmake_gtest/cmake/ament_add_gtest_executable.cmake" + "/opt/ros/humble/share/ament_cmake_gtest/cmake/ament_add_gtest_test.cmake" + "/opt/ros/humble/share/ament_cmake_gtest/cmake/ament_cmake_gtest-extras.cmake" + "/opt/ros/humble/share/ament_cmake_gtest/cmake/ament_cmake_gtestConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_gtest/cmake/ament_cmake_gtestConfig.cmake" + "/opt/ros/humble/share/ament_cmake_gtest/cmake/ament_find_gtest.cmake" + "/opt/ros/humble/share/ament_cmake_include_directories/cmake/ament_cmake_include_directories-extras.cmake" + "/opt/ros/humble/share/ament_cmake_include_directories/cmake/ament_cmake_include_directoriesConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_include_directories/cmake/ament_cmake_include_directoriesConfig.cmake" + "/opt/ros/humble/share/ament_cmake_include_directories/cmake/ament_include_directories_order.cmake" + "/opt/ros/humble/share/ament_cmake_libraries/cmake/ament_cmake_libraries-extras.cmake" + "/opt/ros/humble/share/ament_cmake_libraries/cmake/ament_cmake_librariesConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_libraries/cmake/ament_cmake_librariesConfig.cmake" + "/opt/ros/humble/share/ament_cmake_libraries/cmake/ament_libraries_deduplicate.cmake" + "/opt/ros/humble/share/ament_cmake_lint_cmake/cmake/ament_cmake_lint_cmake-extras.cmake" + "/opt/ros/humble/share/ament_cmake_lint_cmake/cmake/ament_cmake_lint_cmakeConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_lint_cmake/cmake/ament_cmake_lint_cmakeConfig.cmake" + "/opt/ros/humble/share/ament_cmake_lint_cmake/cmake/ament_cmake_lint_cmake_lint_hook.cmake" + "/opt/ros/humble/share/ament_cmake_lint_cmake/cmake/ament_lint_cmake.cmake" + "/opt/ros/humble/share/ament_cmake_pep257/cmake/ament_cmake_pep257-extras.cmake" + "/opt/ros/humble/share/ament_cmake_pep257/cmake/ament_cmake_pep257Config-version.cmake" + "/opt/ros/humble/share/ament_cmake_pep257/cmake/ament_cmake_pep257Config.cmake" + "/opt/ros/humble/share/ament_cmake_pep257/cmake/ament_cmake_pep257_lint_hook.cmake" + "/opt/ros/humble/share/ament_cmake_pep257/cmake/ament_pep257.cmake" + "/opt/ros/humble/share/ament_cmake_pytest/cmake/ament_add_pytest_test.cmake" + "/opt/ros/humble/share/ament_cmake_pytest/cmake/ament_cmake_pytest-extras.cmake" + "/opt/ros/humble/share/ament_cmake_pytest/cmake/ament_cmake_pytestConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_pytest/cmake/ament_cmake_pytestConfig.cmake" + "/opt/ros/humble/share/ament_cmake_pytest/cmake/ament_get_pytest_cov_version.cmake" + "/opt/ros/humble/share/ament_cmake_pytest/cmake/ament_has_pytest.cmake" + "/opt/ros/humble/share/ament_cmake_python/cmake/ament_cmake_python-extras.cmake" + "/opt/ros/humble/share/ament_cmake_python/cmake/ament_cmake_pythonConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_python/cmake/ament_cmake_pythonConfig.cmake" + "/opt/ros/humble/share/ament_cmake_python/cmake/ament_get_python_install_dir.cmake" + "/opt/ros/humble/share/ament_cmake_python/cmake/ament_python_install_module.cmake" + "/opt/ros/humble/share/ament_cmake_python/cmake/ament_python_install_package.cmake" + "/opt/ros/humble/share/ament_cmake_ros/cmake/ament_add_ros_isolated_gmock.cmake" + "/opt/ros/humble/share/ament_cmake_ros/cmake/ament_add_ros_isolated_gtest.cmake" + "/opt/ros/humble/share/ament_cmake_ros/cmake/ament_add_ros_isolated_pytest.cmake" + "/opt/ros/humble/share/ament_cmake_ros/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/ament_cmake_ros/cmake/ament_cmake_ros-extras.cmake" + "/opt/ros/humble/share/ament_cmake_ros/cmake/ament_cmake_rosConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_ros/cmake/ament_cmake_rosConfig.cmake" + "/opt/ros/humble/share/ament_cmake_ros/cmake/build_shared_libs.cmake" + "/opt/ros/humble/share/ament_cmake_target_dependencies/cmake/ament_cmake_target_dependencies-extras.cmake" + "/opt/ros/humble/share/ament_cmake_target_dependencies/cmake/ament_cmake_target_dependenciesConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_target_dependencies/cmake/ament_cmake_target_dependenciesConfig.cmake" + "/opt/ros/humble/share/ament_cmake_target_dependencies/cmake/ament_get_recursive_properties.cmake" + "/opt/ros/humble/share/ament_cmake_target_dependencies/cmake/ament_target_dependencies.cmake" + "/opt/ros/humble/share/ament_cmake_test/cmake/ament_add_test.cmake" + "/opt/ros/humble/share/ament_cmake_test/cmake/ament_add_test_label.cmake" + "/opt/ros/humble/share/ament_cmake_test/cmake/ament_cmake_test-extras.cmake" + "/opt/ros/humble/share/ament_cmake_test/cmake/ament_cmake_testConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_test/cmake/ament_cmake_testConfig.cmake" + "/opt/ros/humble/share/ament_cmake_uncrustify/cmake/ament_cmake_uncrustify-extras.cmake" + "/opt/ros/humble/share/ament_cmake_uncrustify/cmake/ament_cmake_uncrustifyConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_uncrustify/cmake/ament_cmake_uncrustifyConfig.cmake" + "/opt/ros/humble/share/ament_cmake_uncrustify/cmake/ament_cmake_uncrustify_lint_hook.cmake" + "/opt/ros/humble/share/ament_cmake_uncrustify/cmake/ament_uncrustify.cmake" + "/opt/ros/humble/share/ament_cmake_version/cmake/ament_cmake_version-extras.cmake" + "/opt/ros/humble/share/ament_cmake_version/cmake/ament_cmake_versionConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_version/cmake/ament_cmake_versionConfig.cmake" + "/opt/ros/humble/share/ament_cmake_version/cmake/ament_export_development_version_if_higher_than_manifest.cmake" + "/opt/ros/humble/share/ament_cmake_xmllint/cmake/ament_cmake_xmllint-extras.cmake" + "/opt/ros/humble/share/ament_cmake_xmllint/cmake/ament_cmake_xmllintConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_xmllint/cmake/ament_cmake_xmllintConfig.cmake" + "/opt/ros/humble/share/ament_cmake_xmllint/cmake/ament_cmake_xmllint_lint_hook.cmake" + "/opt/ros/humble/share/ament_cmake_xmllint/cmake/ament_xmllint.cmake" + "/opt/ros/humble/share/ament_lint_auto/cmake/ament_lint_auto-extras.cmake" + "/opt/ros/humble/share/ament_lint_auto/cmake/ament_lint_autoConfig-version.cmake" + "/opt/ros/humble/share/ament_lint_auto/cmake/ament_lint_autoConfig.cmake" + "/opt/ros/humble/share/ament_lint_auto/cmake/ament_lint_auto_find_test_dependencies.cmake" + "/opt/ros/humble/share/ament_lint_auto/cmake/ament_lint_auto_package_hook.cmake" + "/opt/ros/humble/share/ament_lint_common/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/ament_lint_common/cmake/ament_lint_commonConfig-version.cmake" + "/opt/ros/humble/share/ament_lint_common/cmake/ament_lint_commonConfig.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/builtin_interfacesConfig-version.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/builtin_interfacesConfig.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/builtin_interfaces__rosidl_typesupport_cExport-none.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/builtin_interfaces__rosidl_typesupport_cExport.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/builtin_interfaces__rosidl_typesupport_cppExport-none.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/builtin_interfaces__rosidl_typesupport_cppExport.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/builtin_interfaces__rosidl_typesupport_introspection_cExport-none.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/builtin_interfaces__rosidl_typesupport_introspection_cExport.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/builtin_interfaces__rosidl_typesupport_introspection_cppExport-none.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/builtin_interfaces__rosidl_typesupport_introspection_cppExport.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/export_builtin_interfaces__rosidl_generator_cExport-none.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/export_builtin_interfaces__rosidl_generator_cExport.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/export_builtin_interfaces__rosidl_generator_cppExport.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/export_builtin_interfaces__rosidl_generator_pyExport-none.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/export_builtin_interfaces__rosidl_generator_pyExport.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/export_builtin_interfaces__rosidl_typesupport_fastrtps_cExport-none.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/export_builtin_interfaces__rosidl_typesupport_fastrtps_cExport.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/export_builtin_interfaces__rosidl_typesupport_fastrtps_cppExport-none.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/export_builtin_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake" + "/opt/ros/humble/share/fastrtps_cmake_module/cmake/fastrtps_cmake_module-extras.cmake" + "/opt/ros/humble/share/fastrtps_cmake_module/cmake/fastrtps_cmake_moduleConfig-version.cmake" + "/opt/ros/humble/share/fastrtps_cmake_module/cmake/fastrtps_cmake_moduleConfig.cmake" + "/opt/ros/humble/share/python_cmake_module/cmake/Modules/FindPythonExtra.cmake" + "/opt/ros/humble/share/python_cmake_module/cmake/python_cmake_module-extras.cmake" + "/opt/ros/humble/share/python_cmake_module/cmake/python_cmake_moduleConfig-version.cmake" + "/opt/ros/humble/share/python_cmake_module/cmake/python_cmake_moduleConfig.cmake" + "/opt/ros/humble/share/rcpputils/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rcpputils/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rcpputils/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rcpputils/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rcpputils/cmake/rcpputilsConfig-version.cmake" + "/opt/ros/humble/share/rcpputils/cmake/rcpputilsConfig.cmake" + "/opt/ros/humble/share/rcpputils/cmake/rcpputilsExport-none.cmake" + "/opt/ros/humble/share/rcpputils/cmake/rcpputilsExport.cmake" + "/opt/ros/humble/share/rcutils/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rcutils/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rcutils/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rcutils/cmake/ament_cmake_export_link_flags-extras.cmake" + "/opt/ros/humble/share/rcutils/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rcutils/cmake/rcutilsConfig-version.cmake" + "/opt/ros/humble/share/rcutils/cmake/rcutilsConfig.cmake" + "/opt/ros/humble/share/rcutils/cmake/rcutilsExport-none.cmake" + "/opt/ros/humble/share/rcutils/cmake/rcutilsExport.cmake" + "/opt/ros/humble/share/rmw/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rmw/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rmw/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rmw/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rmw/cmake/configure_rmw_library.cmake" + "/opt/ros/humble/share/rmw/cmake/get_rmw_typesupport.cmake" + "/opt/ros/humble/share/rmw/cmake/register_rmw_implementation.cmake" + "/opt/ros/humble/share/rmw/cmake/rmw-extras.cmake" + "/opt/ros/humble/share/rmw/cmake/rmwConfig-version.cmake" + "/opt/ros/humble/share/rmw/cmake/rmwConfig.cmake" + "/opt/ros/humble/share/rmw/cmake/rmwExport-none.cmake" + "/opt/ros/humble/share/rmw/cmake/rmwExport.cmake" + "/opt/ros/humble/share/rosidl_adapter/cmake/rosidl_adapt_interfaces.cmake" + "/opt/ros/humble/share/rosidl_adapter/cmake/rosidl_adapter-extras.cmake" + "/opt/ros/humble/share/rosidl_adapter/cmake/rosidl_adapterConfig-version.cmake" + "/opt/ros/humble/share/rosidl_adapter/cmake/rosidl_adapterConfig.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_cmake-extras.cmake.in" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_cmakeConfig-version.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_cmakeConfig.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake.in" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_cmake_export_typesupport_libraries_package_hook.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake.in" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_cmake_export_typesupport_targets_package_hook.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_cmake_package_hook.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_export_typesupport_libraries.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_export_typesupport_targets.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_generate_interfaces.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_get_typesupport_target.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_target_interfaces.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_write_generator_arguments.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/string_camel_case_to_lower_case_underscore.cmake" + "/opt/ros/humble/share/rosidl_default_generators/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_default_generators/cmake/rosidl_default_generators-extras.cmake" + "/opt/ros/humble/share/rosidl_default_generators/cmake/rosidl_default_generatorsConfig-version.cmake" + "/opt/ros/humble/share/rosidl_default_generators/cmake/rosidl_default_generatorsConfig.cmake" + "/opt/ros/humble/share/rosidl_default_runtime/cmake/rosidl_default_runtime-extras.cmake" + "/opt/ros/humble/share/rosidl_default_runtime/cmake/rosidl_default_runtimeConfig-version.cmake" + "/opt/ros/humble/share/rosidl_default_runtime/cmake/rosidl_default_runtimeConfig.cmake" + "/opt/ros/humble/share/rosidl_generator_c/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_generator_c/cmake/register_c.cmake" + "/opt/ros/humble/share/rosidl_generator_c/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/rosidl_generator_c/cmake/rosidl_generator_c-extras.cmake" + "/opt/ros/humble/share/rosidl_generator_c/cmake/rosidl_generator_cConfig-version.cmake" + "/opt/ros/humble/share/rosidl_generator_c/cmake/rosidl_generator_cConfig.cmake" + "/opt/ros/humble/share/rosidl_generator_c/cmake/rosidl_generator_c_generate_interfaces.cmake" + "/opt/ros/humble/share/rosidl_generator_c/resource/rosidl_generator_c__visibility_control.h.in" + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/register_cpp.cmake" + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/rosidl_generator_cpp-extras.cmake" + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/rosidl_generator_cppConfig-version.cmake" + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/rosidl_generator_cppConfig.cmake" + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/rosidl_generator_cpp_generate_interfaces.cmake" + "/opt/ros/humble/share/rosidl_generator_cpp/resource/rosidl_generator_cpp__visibility_control.hpp.in" + "/opt/ros/humble/share/rosidl_generator_py/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_generator_py/cmake/register_py.cmake" + "/opt/ros/humble/share/rosidl_generator_py/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/rosidl_generator_py/cmake/rosidl_generator_py-extras.cmake" + "/opt/ros/humble/share/rosidl_generator_py/cmake/rosidl_generator_pyConfig-version.cmake" + "/opt/ros/humble/share/rosidl_generator_py/cmake/rosidl_generator_pyConfig.cmake" + "/opt/ros/humble/share/rosidl_generator_py/cmake/rosidl_generator_py_generate_interfaces.cmake" + "/opt/ros/humble/share/rosidl_generator_py/cmake/rosidl_generator_py_get_typesupports.cmake" + "/opt/ros/humble/share/rosidl_runtime_c/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_runtime_c/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rosidl_runtime_c/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rosidl_runtime_c/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rosidl_runtime_c/cmake/rosidl_runtime_cConfig-version.cmake" + "/opt/ros/humble/share/rosidl_runtime_c/cmake/rosidl_runtime_cConfig.cmake" + "/opt/ros/humble/share/rosidl_runtime_c/cmake/rosidl_runtime_cExport-none.cmake" + "/opt/ros/humble/share/rosidl_runtime_c/cmake/rosidl_runtime_cExport.cmake" + "/opt/ros/humble/share/rosidl_runtime_cpp/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_runtime_cpp/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rosidl_runtime_cpp/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rosidl_runtime_cpp/cmake/rosidl_runtime_cppConfig-version.cmake" + "/opt/ros/humble/share/rosidl_runtime_cpp/cmake/rosidl_runtime_cppConfig.cmake" + "/opt/ros/humble/share/rosidl_runtime_cpp/cmake/rosidl_runtime_cppExport.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/get_used_typesupports.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/rosidl_typesupport_c-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/rosidl_typesupport_cConfig-version.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/rosidl_typesupport_cConfig.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/rosidl_typesupport_cExport-none.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/rosidl_typesupport_cExport.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/rosidl_typesupport_c_generate_interfaces.cmake" + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/rosidl_typesupport_cpp-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/rosidl_typesupport_cppConfig-version.cmake" + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/rosidl_typesupport_cppConfig.cmake" + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/rosidl_typesupport_cppExport-none.cmake" + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/rosidl_typesupport_cppExport.cmake" + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/rosidl_typesupport_cpp_generate_interfaces.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_c-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_cConfig-version.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_cConfig.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_cExport-none.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_cExport.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_c_generate_interfaces.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/resource/rosidl_typesupport_fastrtps_c__visibility_control.h.in" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/rosidl_typesupport_fastrtps_cpp-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/rosidl_typesupport_fastrtps_cppConfig-version.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/rosidl_typesupport_fastrtps_cppConfig.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/rosidl_typesupport_fastrtps_cppExport-none.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/rosidl_typesupport_fastrtps_cppExport.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/rosidl_typesupport_fastrtps_cpp_generate_interfaces.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/resource/rosidl_typesupport_fastrtps_cpp__visibility_control.h.in" + "/opt/ros/humble/share/rosidl_typesupport_interface/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_interface/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_interface/cmake/rosidl_typesupport_interfaceConfig-version.cmake" + "/opt/ros/humble/share/rosidl_typesupport_interface/cmake/rosidl_typesupport_interfaceConfig.cmake" + "/opt/ros/humble/share/rosidl_typesupport_interface/cmake/rosidl_typesupport_interfaceExport.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/rosidl_typesupport_introspection_c-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/rosidl_typesupport_introspection_cConfig-version.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/rosidl_typesupport_introspection_cConfig.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/rosidl_typesupport_introspection_cExport-none.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/rosidl_typesupport_introspection_cExport.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/rosidl_typesupport_introspection_c_generate_interfaces.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/resource/rosidl_typesupport_introspection_c__visibility_control.h.in" + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/rosidl_typesupport_introspection_cpp-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/rosidl_typesupport_introspection_cppConfig-version.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/rosidl_typesupport_introspection_cppConfig.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/rosidl_typesupport_introspection_cppExport-none.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/rosidl_typesupport_introspection_cppExport.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/rosidl_typesupport_introspection_cpp_generate_interfaces.cmake" + "/opt/ros/humble/share/std_msgs/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/std_msgs/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/std_msgs/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/std_msgs/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/std_msgs/cmake/export_std_msgs__rosidl_generator_cExport-none.cmake" + "/opt/ros/humble/share/std_msgs/cmake/export_std_msgs__rosidl_generator_cExport.cmake" + "/opt/ros/humble/share/std_msgs/cmake/export_std_msgs__rosidl_generator_cppExport.cmake" + "/opt/ros/humble/share/std_msgs/cmake/export_std_msgs__rosidl_generator_pyExport-none.cmake" + "/opt/ros/humble/share/std_msgs/cmake/export_std_msgs__rosidl_generator_pyExport.cmake" + "/opt/ros/humble/share/std_msgs/cmake/export_std_msgs__rosidl_typesupport_fastrtps_cExport-none.cmake" + "/opt/ros/humble/share/std_msgs/cmake/export_std_msgs__rosidl_typesupport_fastrtps_cExport.cmake" + "/opt/ros/humble/share/std_msgs/cmake/export_std_msgs__rosidl_typesupport_fastrtps_cppExport-none.cmake" + "/opt/ros/humble/share/std_msgs/cmake/export_std_msgs__rosidl_typesupport_fastrtps_cppExport.cmake" + "/opt/ros/humble/share/std_msgs/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/std_msgs/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake" + "/opt/ros/humble/share/std_msgs/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake" + "/opt/ros/humble/share/std_msgs/cmake/std_msgsConfig-version.cmake" + "/opt/ros/humble/share/std_msgs/cmake/std_msgsConfig.cmake" + "/opt/ros/humble/share/std_msgs/cmake/std_msgs__rosidl_typesupport_cExport-none.cmake" + "/opt/ros/humble/share/std_msgs/cmake/std_msgs__rosidl_typesupport_cExport.cmake" + "/opt/ros/humble/share/std_msgs/cmake/std_msgs__rosidl_typesupport_cppExport-none.cmake" + "/opt/ros/humble/share/std_msgs/cmake/std_msgs__rosidl_typesupport_cppExport.cmake" + "/opt/ros/humble/share/std_msgs/cmake/std_msgs__rosidl_typesupport_introspection_cExport-none.cmake" + "/opt/ros/humble/share/std_msgs/cmake/std_msgs__rosidl_typesupport_introspection_cExport.cmake" + "/opt/ros/humble/share/std_msgs/cmake/std_msgs__rosidl_typesupport_introspection_cppExport-none.cmake" + "/opt/ros/humble/share/std_msgs/cmake/std_msgs__rosidl_typesupport_introspection_cppExport.cmake" + "/usr/share/cmake-3.22/Modules/CMakeCCompiler.cmake.in" + "/usr/share/cmake-3.22/Modules/CMakeCCompilerABI.c" + "/usr/share/cmake-3.22/Modules/CMakeCInformation.cmake" + "/usr/share/cmake-3.22/Modules/CMakeCXXCompiler.cmake.in" + "/usr/share/cmake-3.22/Modules/CMakeCXXCompilerABI.cpp" + "/usr/share/cmake-3.22/Modules/CMakeCXXInformation.cmake" + "/usr/share/cmake-3.22/Modules/CMakeCommonLanguageInclude.cmake" + "/usr/share/cmake-3.22/Modules/CMakeCompilerIdDetection.cmake" + "/usr/share/cmake-3.22/Modules/CMakeDetermineCCompiler.cmake" + "/usr/share/cmake-3.22/Modules/CMakeDetermineCXXCompiler.cmake" + "/usr/share/cmake-3.22/Modules/CMakeDetermineCompileFeatures.cmake" + "/usr/share/cmake-3.22/Modules/CMakeDetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/CMakeDetermineCompilerABI.cmake" + "/usr/share/cmake-3.22/Modules/CMakeDetermineCompilerId.cmake" + "/usr/share/cmake-3.22/Modules/CMakeDetermineSystem.cmake" + "/usr/share/cmake-3.22/Modules/CMakeFindBinUtils.cmake" + "/usr/share/cmake-3.22/Modules/CMakeFindFrameworks.cmake" + "/usr/share/cmake-3.22/Modules/CMakeGenericSystem.cmake" + "/usr/share/cmake-3.22/Modules/CMakeInitializeConfigs.cmake" + "/usr/share/cmake-3.22/Modules/CMakeLanguageInformation.cmake" + "/usr/share/cmake-3.22/Modules/CMakeParseImplicitIncludeInfo.cmake" + "/usr/share/cmake-3.22/Modules/CMakeParseImplicitLinkInfo.cmake" + "/usr/share/cmake-3.22/Modules/CMakeParseLibraryArchitecture.cmake" + "/usr/share/cmake-3.22/Modules/CMakeSystem.cmake.in" + "/usr/share/cmake-3.22/Modules/CMakeSystemSpecificInformation.cmake" + "/usr/share/cmake-3.22/Modules/CMakeSystemSpecificInitialize.cmake" + "/usr/share/cmake-3.22/Modules/CMakeTestCCompiler.cmake" + "/usr/share/cmake-3.22/Modules/CMakeTestCXXCompiler.cmake" + "/usr/share/cmake-3.22/Modules/CMakeTestCompilerCommon.cmake" + "/usr/share/cmake-3.22/Modules/CMakeUnixFindMake.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/ADSP-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Borland-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Clang-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Cray-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/GHS-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/GNU-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/GNU-C.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/GNU-CXX.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/GNU-FindBinUtils.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/GNU.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/HP-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/IAR-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Intel-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/MSVC-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/PGI-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/PathScale-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/SCO-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/TI-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Watcom-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/XL-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/XLClang-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/zOS-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/DartConfiguration.tcl.in" + "/usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake" + "/usr/share/cmake-3.22/Modules/FindPackageMessage.cmake" + "/usr/share/cmake-3.22/Modules/FindPython/Support.cmake" + "/usr/share/cmake-3.22/Modules/FindPython3.cmake" + "/usr/share/cmake-3.22/Modules/FindPythonInterp.cmake" + "/usr/share/cmake-3.22/Modules/FindPythonLibs.cmake" + "/usr/share/cmake-3.22/Modules/Internal/FeatureTesting.cmake" + "/usr/share/cmake-3.22/Modules/Platform/Linux-Determine-CXX.cmake" + "/usr/share/cmake-3.22/Modules/Platform/Linux-GNU-C.cmake" + "/usr/share/cmake-3.22/Modules/Platform/Linux-GNU-CXX.cmake" + "/usr/share/cmake-3.22/Modules/Platform/Linux-GNU.cmake" + "/usr/share/cmake-3.22/Modules/Platform/Linux.cmake" + "/usr/share/cmake-3.22/Modules/Platform/UnixPaths.cmake" + "/usr/share/cmake-3.22/Modules/SelectLibraryConfigurations.cmake" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/3.22.1/CMakeSystem.cmake" + "CMakeFiles/3.22.1/CMakeCCompiler.cmake" + "CMakeFiles/3.22.1/CMakeCXXCompiler.cmake" + "CMakeFiles/3.22.1/CMakeCCompiler.cmake" + "CMakeFiles/3.22.1/CMakeCXXCompiler.cmake" + "ament_cmake_core/stamps/templates_2_cmake.py.stamp" + "ament_cmake_uninstall_target/ament_cmake_uninstall_target.cmake" + "CTestConfiguration.ini" + "ament_cmake_core/stamps/Joints.msg.stamp" + "ament_cmake_core/stamps/Gripper.msg.stamp" + "ament_cmake_core/stamps/Invkin.srv.stamp" + "ament_cmake_core/stamps/package.xml.stamp" + "ament_cmake_core/stamps/package_xml_2_cmake.py.stamp" + "rosidl_generator_c/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h" + "ament_cmake_core/stamps/library_path.sh.stamp" + "rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h" + "rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp" + "rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h" + "rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h" + "ament_cmake_core/stamps/pythonpath.sh.in.stamp" + "ament_cmake_environment_hooks/pythonpath.sh" + "ament_cmake_core/stamps/ament_prefix_path.sh.stamp" + "ament_cmake_core/stamps/path.sh.stamp" + "ament_cmake_environment_hooks/local_setup.bash" + "ament_cmake_environment_hooks/local_setup.sh" + "ament_cmake_environment_hooks/local_setup.zsh" + "rosidl_cmake/rosidl_cmake-extras.cmake" + "ament_cmake_export_dependencies/ament_cmake_export_dependencies-extras.cmake" + "ament_cmake_export_include_directories/ament_cmake_export_include_directories-extras.cmake" + "ament_cmake_export_libraries/ament_cmake_export_libraries-extras.cmake" + "ament_cmake_export_targets/ament_cmake_export_targets-extras.cmake" + "rosidl_cmake/rosidl_cmake_export_typesupport_targets-extras.cmake" + "rosidl_cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake" + "ament_cmake_core/stamps/rosidl_cmake-extras.cmake.stamp" + "ament_cmake_core/stamps/ament_cmake_export_dependencies-extras.cmake.stamp" + "ament_cmake_core/stamps/ament_cmake_export_include_directories-extras.cmake.stamp" + "ament_cmake_core/stamps/ament_cmake_export_libraries-extras.cmake.stamp" + "ament_cmake_core/stamps/ament_cmake_export_targets-extras.cmake.stamp" + "ament_cmake_core/stamps/rosidl_cmake_export_typesupport_targets-extras.cmake.stamp" + "ament_cmake_core/stamps/rosidl_cmake_export_typesupport_libraries-extras.cmake.stamp" + "ament_cmake_core/stamps/nameConfig.cmake.in.stamp" + "ament_cmake_core/advrobotics_lab3_interfacesConfig.cmake" + "ament_cmake_core/stamps/nameConfig-version.cmake.in.stamp" + "ament_cmake_core/advrobotics_lab3_interfacesConfig-version.cmake" + "ament_cmake_index/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces" + "ament_cmake_python/advrobotics_lab3_interfaces/setup.py" + "ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces" + "ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces" + "ament_cmake_index/share/ament_index/resource_index/packages/advrobotics_lab3_interfaces" + "CMakeFiles/CMakeDirectoryInformation.cmake" + "advrobotics_lab3_interfaces__py/CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/uninstall.dir/DependInfo.cmake" + "CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/DependInfo.cmake" + "CMakeFiles/advrobotics_lab3_interfaces.dir/DependInfo.cmake" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/DependInfo.cmake" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/DependInfo.cmake" + "CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/DependInfo.cmake" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/DependInfo.cmake" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/DependInfo.cmake" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/DependInfo.cmake" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/DependInfo.cmake" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/DependInfo.cmake" + "CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/DependInfo.cmake" + "CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/DependInfo.cmake" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/DependInfo.cmake" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/DependInfo.cmake" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/DependInfo.cmake" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/DependInfo.cmake" + "advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/DependInfo.cmake" + ) diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/Makefile2 b/build/advrobotics_lab3_interfaces/CMakeFiles/Makefile2 new file mode 100644 index 0000000..8c336a3 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/Makefile2 @@ -0,0 +1,619 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ros/lab3_robotics/advrobotics_lab3_interfaces + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: CMakeFiles/advrobotics_lab3_interfaces.dir/all +all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/all +all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/all +all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/all +all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/all +all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/all +all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/all +all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/all +all: CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/all +all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/all +all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/all +all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/all +all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/all +all: advrobotics_lab3_interfaces__py/all +.PHONY : all + +# The main recursive "preinstall" target. +preinstall: advrobotics_lab3_interfaces__py/preinstall +.PHONY : preinstall + +# The main recursive "clean" target. +clean: CMakeFiles/uninstall.dir/clean +clean: CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/clean +clean: CMakeFiles/advrobotics_lab3_interfaces.dir/clean +clean: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/clean +clean: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/clean +clean: CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/clean +clean: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/clean +clean: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/clean +clean: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/clean +clean: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/clean +clean: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/clean +clean: CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/clean +clean: CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/clean +clean: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/clean +clean: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/clean +clean: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/clean +clean: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/clean +clean: advrobotics_lab3_interfaces__py/clean +.PHONY : clean + +#============================================================================= +# Directory level rules for directory advrobotics_lab3_interfaces__py + +# Recursive "all" directory target. +advrobotics_lab3_interfaces__py/all: +.PHONY : advrobotics_lab3_interfaces__py/all + +# Recursive "preinstall" directory target. +advrobotics_lab3_interfaces__py/preinstall: +.PHONY : advrobotics_lab3_interfaces__py/preinstall + +# Recursive "clean" directory target. +advrobotics_lab3_interfaces__py/clean: advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/clean +.PHONY : advrobotics_lab3_interfaces__py/clean + +#============================================================================= +# Target rules for target CMakeFiles/uninstall.dir + +# All Build rule for target. +CMakeFiles/uninstall.dir/all: CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/all + $(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num= "Built target uninstall" +.PHONY : CMakeFiles/uninstall.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/uninstall.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/uninstall.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 0 +.PHONY : CMakeFiles/uninstall.dir/rule + +# Convenience name for target. +uninstall: CMakeFiles/uninstall.dir/rule +.PHONY : uninstall + +# clean rule for target. +CMakeFiles/uninstall.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/clean +.PHONY : CMakeFiles/uninstall.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir + +# All Build rule for target. +CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/build.make CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/build.make CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num= "Built target advrobotics_lab3_interfaces_uninstall" +.PHONY : CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 0 +.PHONY : CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/rule + +# Convenience name for target. +advrobotics_lab3_interfaces_uninstall: CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/rule +.PHONY : advrobotics_lab3_interfaces_uninstall + +# clean rule for target. +CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/build.make CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/clean +.PHONY : CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/advrobotics_lab3_interfaces.dir + +# All Build rule for target. +CMakeFiles/advrobotics_lab3_interfaces.dir/all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/all +CMakeFiles/advrobotics_lab3_interfaces.dir/all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/all +CMakeFiles/advrobotics_lab3_interfaces.dir/all: CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/all +CMakeFiles/advrobotics_lab3_interfaces.dir/all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/all +CMakeFiles/advrobotics_lab3_interfaces.dir/all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/all +CMakeFiles/advrobotics_lab3_interfaces.dir/all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/all +CMakeFiles/advrobotics_lab3_interfaces.dir/all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/all +CMakeFiles/advrobotics_lab3_interfaces.dir/all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/all + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces.dir/build.make CMakeFiles/advrobotics_lab3_interfaces.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces.dir/build.make CMakeFiles/advrobotics_lab3_interfaces.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num= "Built target advrobotics_lab3_interfaces" +.PHONY : CMakeFiles/advrobotics_lab3_interfaces.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/advrobotics_lab3_interfaces.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 36 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/advrobotics_lab3_interfaces.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 0 +.PHONY : CMakeFiles/advrobotics_lab3_interfaces.dir/rule + +# Convenience name for target. +advrobotics_lab3_interfaces: CMakeFiles/advrobotics_lab3_interfaces.dir/rule +.PHONY : advrobotics_lab3_interfaces + +# clean rule for target. +CMakeFiles/advrobotics_lab3_interfaces.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces.dir/build.make CMakeFiles/advrobotics_lab3_interfaces.dir/clean +.PHONY : CMakeFiles/advrobotics_lab3_interfaces.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir + +# All Build rule for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=3,4,5,6,7 "Built target advrobotics_lab3_interfaces__rosidl_generator_c" +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 5 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 0 +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rule + +# Convenience name for target. +advrobotics_lab3_interfaces__rosidl_generator_c: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rule +.PHONY : advrobotics_lab3_interfaces__rosidl_generator_c + +# clean rule for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/clean +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir + +# All Build rule for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/all + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=24,25,26,27,28 "Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c" +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 10 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 0 +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rule + +# Convenience name for target. +advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rule +.PHONY : advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c + +# clean rule for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/clean +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/advrobotics_lab3_interfaces__cpp.dir + +# All Build rule for target. +CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=1 "Built target advrobotics_lab3_interfaces__cpp" +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 0 +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/rule + +# Convenience name for target. +advrobotics_lab3_interfaces__cpp: CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/rule +.PHONY : advrobotics_lab3_interfaces__cpp + +# clean rule for target. +CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/clean +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir + +# All Build rule for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/all: CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/all + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=31,32,33,34,35 "Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp" +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 0 +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rule + +# Convenience name for target. +advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rule +.PHONY : advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp + +# clean rule for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/clean +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir + +# All Build rule for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/all + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=36,37,38,39,40 "Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c" +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 10 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 0 +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rule + +# Convenience name for target. +advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rule +.PHONY : advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c + +# clean rule for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/clean +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir + +# All Build rule for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/all + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=12,13,14,15,16 "Built target advrobotics_lab3_interfaces__rosidl_typesupport_c" +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 10 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 0 +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rule + +# Convenience name for target. +advrobotics_lab3_interfaces__rosidl_typesupport_c: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rule +.PHONY : advrobotics_lab3_interfaces__rosidl_typesupport_c + +# clean rule for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/clean +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir + +# All Build rule for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/all: CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/all + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=43,44,45,46,47 "Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp" +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 0 +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rule + +# Convenience name for target. +advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rule +.PHONY : advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp + +# clean rule for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/clean +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir + +# All Build rule for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/all: CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/all + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=19,20,21,22,23 "Built target advrobotics_lab3_interfaces__rosidl_typesupport_cpp" +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 0 +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rule + +# Convenience name for target. +advrobotics_lab3_interfaces__rosidl_typesupport_cpp: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rule +.PHONY : advrobotics_lab3_interfaces__rosidl_typesupport_cpp + +# clean rule for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/clean +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir + +# All Build rule for target. +CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/build.make CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/build.make CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num= "Built target ament_cmake_python_copy_advrobotics_lab3_interfaces" +.PHONY : CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 0 +.PHONY : CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/rule + +# Convenience name for target. +ament_cmake_python_copy_advrobotics_lab3_interfaces: CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/rule +.PHONY : ament_cmake_python_copy_advrobotics_lab3_interfaces + +# clean rule for target. +CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/build.make CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/clean +.PHONY : CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir + +# All Build rule for target. +CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/all: CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/all + $(MAKE) $(MAKESILENT) -f CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/build.make CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/build.make CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num= "Built target ament_cmake_python_build_advrobotics_lab3_interfaces_egg" +.PHONY : CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 0 +.PHONY : CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/rule + +# Convenience name for target. +ament_cmake_python_build_advrobotics_lab3_interfaces_egg: CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/rule +.PHONY : ament_cmake_python_build_advrobotics_lab3_interfaces_egg + +# clean rule for target. +CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/build.make CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/clean +.PHONY : CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir + +# All Build rule for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/all +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/all +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/all: advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/all + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=8,9,10,11 "Built target advrobotics_lab3_interfaces__rosidl_generator_py" +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 41 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 0 +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rule + +# Convenience name for target. +advrobotics_lab3_interfaces__rosidl_generator_py: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rule +.PHONY : advrobotics_lab3_interfaces__rosidl_generator_py + +# clean rule for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/clean +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir + +# All Build rule for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/all +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/all +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/all +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/all +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/all: advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/all + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=29,30 "Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext" +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 43 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 0 +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rule + +# Convenience name for target. +advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rule +.PHONY : advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext + +# clean rule for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/clean +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir + +# All Build rule for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/all +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/all +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/all +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/all +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/all: advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/all + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=41,42 "Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext" +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 43 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 0 +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rule + +# Convenience name for target. +advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rule +.PHONY : advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext + +# clean rule for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/clean +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir + +# All Build rule for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/all +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/all +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/all: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/all +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/all: advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/all + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=17,18 "Built target advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext" +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 43 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 0 +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rule + +# Convenience name for target. +advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rule +.PHONY : advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext + +# clean rule for target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/clean +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/clean + +#============================================================================= +# Target rules for target advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir + +# All Build rule for target. +advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/all: CMakeFiles/advrobotics_lab3_interfaces.dir/all + $(MAKE) $(MAKESILENT) -f advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/build.make advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/depend + $(MAKE) $(MAKESILENT) -f advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/build.make advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=2 "Built target advrobotics_lab3_interfaces__py" +.PHONY : advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/all + +# Build rule for subdir invocation for target. +advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 37 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 0 +.PHONY : advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/rule + +# Convenience name for target. +advrobotics_lab3_interfaces__py: advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/rule +.PHONY : advrobotics_lab3_interfaces__py + +# clean rule for target. +advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/clean: + $(MAKE) $(MAKESILENT) -f advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/build.make advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/clean +.PHONY : advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/clean + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/TargetDirectories.txt b/build/advrobotics_lab3_interfaces/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..f287ab7 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,32 @@ +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/uninstall.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__cpp.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/test.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/edit_cache.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/rebuild_cache.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/list_install_components.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/install.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/install/local.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/install/strip.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/test.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/edit_cache.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/rebuild_cache.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/list_install_components.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/install.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/install/local.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/install/strip.dir diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces.dir/DependInfo.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces.dir/DependInfo.cmake new file mode 100644 index 0000000..dc55e44 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces.dir/DependInfo.cmake @@ -0,0 +1,18 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces.dir/build.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces.dir/build.make new file mode 100644 index 0000000..034c897 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces.dir/build.make @@ -0,0 +1,120 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ros/lab3_robotics/advrobotics_lab3_interfaces + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces + +# Utility rule file for advrobotics_lab3_interfaces. + +# Include any custom commands dependencies for this target. +include CMakeFiles/advrobotics_lab3_interfaces.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/advrobotics_lab3_interfaces.dir/progress.make + +CMakeFiles/advrobotics_lab3_interfaces: /home/ros/lab3_robotics/advrobotics_lab3_interfaces/msg/Joints.msg +CMakeFiles/advrobotics_lab3_interfaces: /home/ros/lab3_robotics/advrobotics_lab3_interfaces/msg/Gripper.msg +CMakeFiles/advrobotics_lab3_interfaces: /home/ros/lab3_robotics/advrobotics_lab3_interfaces/srv/Invkin.srv +CMakeFiles/advrobotics_lab3_interfaces: rosidl_cmake/srv/Invkin_Request.msg +CMakeFiles/advrobotics_lab3_interfaces: rosidl_cmake/srv/Invkin_Response.msg +CMakeFiles/advrobotics_lab3_interfaces: /opt/ros/humble/share/std_msgs/msg/Bool.idl +CMakeFiles/advrobotics_lab3_interfaces: /opt/ros/humble/share/std_msgs/msg/Byte.idl +CMakeFiles/advrobotics_lab3_interfaces: /opt/ros/humble/share/std_msgs/msg/ByteMultiArray.idl +CMakeFiles/advrobotics_lab3_interfaces: /opt/ros/humble/share/std_msgs/msg/Char.idl +CMakeFiles/advrobotics_lab3_interfaces: /opt/ros/humble/share/std_msgs/msg/ColorRGBA.idl +CMakeFiles/advrobotics_lab3_interfaces: /opt/ros/humble/share/std_msgs/msg/Empty.idl +CMakeFiles/advrobotics_lab3_interfaces: /opt/ros/humble/share/std_msgs/msg/Float32.idl +CMakeFiles/advrobotics_lab3_interfaces: /opt/ros/humble/share/std_msgs/msg/Float32MultiArray.idl +CMakeFiles/advrobotics_lab3_interfaces: /opt/ros/humble/share/std_msgs/msg/Float64.idl +CMakeFiles/advrobotics_lab3_interfaces: /opt/ros/humble/share/std_msgs/msg/Float64MultiArray.idl +CMakeFiles/advrobotics_lab3_interfaces: /opt/ros/humble/share/std_msgs/msg/Header.idl +CMakeFiles/advrobotics_lab3_interfaces: /opt/ros/humble/share/std_msgs/msg/Int16.idl +CMakeFiles/advrobotics_lab3_interfaces: /opt/ros/humble/share/std_msgs/msg/Int16MultiArray.idl +CMakeFiles/advrobotics_lab3_interfaces: /opt/ros/humble/share/std_msgs/msg/Int32.idl +CMakeFiles/advrobotics_lab3_interfaces: /opt/ros/humble/share/std_msgs/msg/Int32MultiArray.idl +CMakeFiles/advrobotics_lab3_interfaces: /opt/ros/humble/share/std_msgs/msg/Int64.idl +CMakeFiles/advrobotics_lab3_interfaces: /opt/ros/humble/share/std_msgs/msg/Int64MultiArray.idl +CMakeFiles/advrobotics_lab3_interfaces: /opt/ros/humble/share/std_msgs/msg/Int8.idl +CMakeFiles/advrobotics_lab3_interfaces: /opt/ros/humble/share/std_msgs/msg/Int8MultiArray.idl +CMakeFiles/advrobotics_lab3_interfaces: /opt/ros/humble/share/std_msgs/msg/MultiArrayDimension.idl +CMakeFiles/advrobotics_lab3_interfaces: /opt/ros/humble/share/std_msgs/msg/MultiArrayLayout.idl +CMakeFiles/advrobotics_lab3_interfaces: /opt/ros/humble/share/std_msgs/msg/String.idl +CMakeFiles/advrobotics_lab3_interfaces: /opt/ros/humble/share/std_msgs/msg/UInt16.idl +CMakeFiles/advrobotics_lab3_interfaces: /opt/ros/humble/share/std_msgs/msg/UInt16MultiArray.idl +CMakeFiles/advrobotics_lab3_interfaces: /opt/ros/humble/share/std_msgs/msg/UInt32.idl +CMakeFiles/advrobotics_lab3_interfaces: /opt/ros/humble/share/std_msgs/msg/UInt32MultiArray.idl +CMakeFiles/advrobotics_lab3_interfaces: /opt/ros/humble/share/std_msgs/msg/UInt64.idl +CMakeFiles/advrobotics_lab3_interfaces: /opt/ros/humble/share/std_msgs/msg/UInt64MultiArray.idl +CMakeFiles/advrobotics_lab3_interfaces: /opt/ros/humble/share/std_msgs/msg/UInt8.idl +CMakeFiles/advrobotics_lab3_interfaces: /opt/ros/humble/share/std_msgs/msg/UInt8MultiArray.idl + +advrobotics_lab3_interfaces: CMakeFiles/advrobotics_lab3_interfaces +advrobotics_lab3_interfaces: CMakeFiles/advrobotics_lab3_interfaces.dir/build.make +.PHONY : advrobotics_lab3_interfaces + +# Rule to build all files generated by this target. +CMakeFiles/advrobotics_lab3_interfaces.dir/build: advrobotics_lab3_interfaces +.PHONY : CMakeFiles/advrobotics_lab3_interfaces.dir/build + +CMakeFiles/advrobotics_lab3_interfaces.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/advrobotics_lab3_interfaces.dir/cmake_clean.cmake +.PHONY : CMakeFiles/advrobotics_lab3_interfaces.dir/clean + +CMakeFiles/advrobotics_lab3_interfaces.dir/depend: + cd /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/advrobotics_lab3_interfaces.dir/depend + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces.dir/cmake_clean.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces.dir/cmake_clean.cmake new file mode 100644 index 0000000..8610ffb --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/advrobotics_lab3_interfaces" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/advrobotics_lab3_interfaces.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces.dir/compiler_depend.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces.dir/compiler_depend.make new file mode 100644 index 0000000..fe06175 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for advrobotics_lab3_interfaces. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces.dir/compiler_depend.ts b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces.dir/compiler_depend.ts new file mode 100644 index 0000000..7641b52 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for advrobotics_lab3_interfaces. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces.dir/progress.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/DependInfo.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/DependInfo.cmake new file mode 100644 index 0000000..c109b07 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/DependInfo.cmake @@ -0,0 +1,37 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Pairs of files generated by the same build rule. +set(CMAKE_MULTIPLE_OUTPUT_PAIRS + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/gripper.hpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/invkin.hpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp" + ) + + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/build.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/build.make new file mode 100644 index 0000000..29a8afc --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/build.make @@ -0,0 +1,211 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ros/lab3_robotics/advrobotics_lab3_interfaces + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces + +# Utility rule file for advrobotics_lab3_interfaces__cpp. + +# Include any custom commands dependencies for this target. +include CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/progress.make + +CMakeFiles/advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp +CMakeFiles/advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp +CMakeFiles/advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp +CMakeFiles/advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp +CMakeFiles/advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp +CMakeFiles/advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/gripper.hpp +CMakeFiles/advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp +CMakeFiles/advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp +CMakeFiles/advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp +CMakeFiles/advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp +CMakeFiles/advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/invkin.hpp +CMakeFiles/advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp +CMakeFiles/advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp +CMakeFiles/advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp +CMakeFiles/advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp +CMakeFiles/advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp + +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/lib/rosidl_generator_cpp/rosidl_generator_cpp +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/local/lib/python3.10/dist-packages/rosidl_generator_cpp/__init__.py +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/rosidl_generator_cpp/resource/action__builder.hpp.em +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/rosidl_generator_cpp/resource/action__struct.hpp.em +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/rosidl_generator_cpp/resource/action__traits.hpp.em +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/rosidl_generator_cpp/resource/idl.hpp.em +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/rosidl_generator_cpp/resource/idl__builder.hpp.em +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/rosidl_generator_cpp/resource/idl__struct.hpp.em +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/rosidl_generator_cpp/resource/idl__traits.hpp.em +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/rosidl_generator_cpp/resource/msg__builder.hpp.em +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/rosidl_generator_cpp/resource/msg__struct.hpp.em +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/rosidl_generator_cpp/resource/msg__traits.hpp.em +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/rosidl_generator_cpp/resource/srv__builder.hpp.em +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/rosidl_generator_cpp/resource/srv__struct.hpp.em +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/rosidl_generator_cpp/resource/srv__traits.hpp.em +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: rosidl_adapter/advrobotics_lab3_interfaces/msg/Joints.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: rosidl_adapter/advrobotics_lab3_interfaces/msg/Gripper.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: rosidl_adapter/advrobotics_lab3_interfaces/srv/Invkin.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/std_msgs/msg/Bool.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/std_msgs/msg/Byte.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/std_msgs/msg/ByteMultiArray.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/std_msgs/msg/Char.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/std_msgs/msg/ColorRGBA.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/std_msgs/msg/Empty.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/std_msgs/msg/Float32.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/std_msgs/msg/Float32MultiArray.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/std_msgs/msg/Float64.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/std_msgs/msg/Float64MultiArray.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/std_msgs/msg/Header.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/std_msgs/msg/Int16.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/std_msgs/msg/Int16MultiArray.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/std_msgs/msg/Int32.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/std_msgs/msg/Int32MultiArray.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/std_msgs/msg/Int64.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/std_msgs/msg/Int64MultiArray.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/std_msgs/msg/Int8.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/std_msgs/msg/Int8MultiArray.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/std_msgs/msg/MultiArrayDimension.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/std_msgs/msg/MultiArrayLayout.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/std_msgs/msg/String.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/std_msgs/msg/UInt16.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/std_msgs/msg/UInt16MultiArray.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/std_msgs/msg/UInt32.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/std_msgs/msg/UInt32MultiArray.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/std_msgs/msg/UInt64.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/std_msgs/msg/UInt64MultiArray.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/std_msgs/msg/UInt8.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/std_msgs/msg/UInt8MultiArray.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/builtin_interfaces/msg/Duration.idl +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp: /opt/ros/humble/share/builtin_interfaces/msg/Time.idl + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating C++ code for ROS interfaces" + /usr/bin/python3 /opt/ros/humble/share/rosidl_generator_cpp/cmake/../../../lib/rosidl_generator_cpp/rosidl_generator_cpp --generator-arguments-file /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp__arguments.json + +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp + +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp + +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp + +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp + +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/gripper.hpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/gripper.hpp + +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp + +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp + +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp + +rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp + +rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/invkin.hpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/invkin.hpp + +rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp + +rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp + +rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp + +rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp + +advrobotics_lab3_interfaces__cpp: CMakeFiles/advrobotics_lab3_interfaces__cpp +advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp +advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp +advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp +advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp +advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp +advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp +advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp +advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp +advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/gripper.hpp +advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp +advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp +advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp +advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp +advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp +advrobotics_lab3_interfaces__cpp: rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/invkin.hpp +advrobotics_lab3_interfaces__cpp: CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/build.make +.PHONY : advrobotics_lab3_interfaces__cpp + +# Rule to build all files generated by this target. +CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/build: advrobotics_lab3_interfaces__cpp +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/build + +CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/cmake_clean.cmake +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/clean + +CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/depend: + cd /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/depend + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/cmake_clean.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/cmake_clean.cmake new file mode 100644 index 0000000..c83e674 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/cmake_clean.cmake @@ -0,0 +1,23 @@ +file(REMOVE_RECURSE + "CMakeFiles/advrobotics_lab3_interfaces__cpp" + "rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp" + "rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp" + "rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp" + "rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp" + "rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp" + "rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp" + "rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp" + "rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp" + "rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/gripper.hpp" + "rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp" + "rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp" + "rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp" + "rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp" + "rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp" + "rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/invkin.hpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/compiler_depend.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/compiler_depend.make new file mode 100644 index 0000000..3dd251d --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for advrobotics_lab3_interfaces__cpp. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/compiler_depend.ts b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/compiler_depend.ts new file mode 100644 index 0000000..37c08e4 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for advrobotics_lab3_interfaces__cpp. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/progress.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/progress.make new file mode 100644 index 0000000..781c7de --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 1 + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/DependInfo.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/DependInfo.cmake new file mode 100644 index 0000000..53fe65e --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/DependInfo.cmake @@ -0,0 +1,40 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.o" "gcc" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.o.d" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.o" "gcc" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.o.d" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.o" "gcc" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.o.d" + ) + +# Pairs of files generated by the same build rule. +set(CMAKE_MULTIPLE_OUTPUT_PAIRS + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.h" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__struct.h" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/gripper.h" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/invkin.h" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h" + ) + + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/build.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/build.make new file mode 100644 index 0000000..f3d5051 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/build.make @@ -0,0 +1,253 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ros/lab3_robotics/advrobotics_lab3_interfaces + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces + +# Include any dependencies generated for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/flags.make + +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/lib/rosidl_generator_c/rosidl_generator_c +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/local/lib/python3.10/dist-packages/rosidl_generator_c/__init__.py +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/rosidl_generator_c/resource/action__type_support.h.em +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/rosidl_generator_c/resource/idl.h.em +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/rosidl_generator_c/resource/idl__functions.c.em +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/rosidl_generator_c/resource/idl__functions.h.em +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/rosidl_generator_c/resource/idl__struct.h.em +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/rosidl_generator_c/resource/idl__type_support.h.em +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/rosidl_generator_c/resource/msg__functions.c.em +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/rosidl_generator_c/resource/msg__functions.h.em +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/rosidl_generator_c/resource/msg__struct.h.em +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/rosidl_generator_c/resource/msg__type_support.h.em +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/rosidl_generator_c/resource/srv__type_support.h.em +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: rosidl_adapter/advrobotics_lab3_interfaces/msg/Joints.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: rosidl_adapter/advrobotics_lab3_interfaces/msg/Gripper.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: rosidl_adapter/advrobotics_lab3_interfaces/srv/Invkin.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/std_msgs/msg/Bool.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/std_msgs/msg/Byte.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/std_msgs/msg/ByteMultiArray.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/std_msgs/msg/Char.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/std_msgs/msg/ColorRGBA.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/std_msgs/msg/Empty.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/std_msgs/msg/Float32.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/std_msgs/msg/Float32MultiArray.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/std_msgs/msg/Float64.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/std_msgs/msg/Float64MultiArray.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/std_msgs/msg/Header.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/std_msgs/msg/Int16.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/std_msgs/msg/Int16MultiArray.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/std_msgs/msg/Int32.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/std_msgs/msg/Int32MultiArray.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/std_msgs/msg/Int64.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/std_msgs/msg/Int64MultiArray.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/std_msgs/msg/Int8.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/std_msgs/msg/Int8MultiArray.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/std_msgs/msg/MultiArrayDimension.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/std_msgs/msg/MultiArrayLayout.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/std_msgs/msg/String.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/std_msgs/msg/UInt16.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/std_msgs/msg/UInt16MultiArray.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/std_msgs/msg/UInt32.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/std_msgs/msg/UInt32MultiArray.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/std_msgs/msg/UInt64.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/std_msgs/msg/UInt64MultiArray.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/std_msgs/msg/UInt8.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/std_msgs/msg/UInt8MultiArray.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/builtin_interfaces/msg/Duration.idl +rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h: /opt/ros/humble/share/builtin_interfaces/msg/Time.idl + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating C code for ROS interfaces" + /usr/bin/python3 /opt/ros/humble/share/rosidl_generator_c/cmake/../../../lib/rosidl_generator_c/rosidl_generator_c --generator-arguments-file /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c__arguments.json + +rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.h: rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.h + +rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__struct.h: rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__struct.h + +rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h: rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h + +rosidl_generator_c/advrobotics_lab3_interfaces/msg/gripper.h: rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_c/advrobotics_lab3_interfaces/msg/gripper.h + +rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h: rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h + +rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h: rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h + +rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h: rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h + +rosidl_generator_c/advrobotics_lab3_interfaces/srv/invkin.h: rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_c/advrobotics_lab3_interfaces/srv/invkin.h + +rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h: rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h + +rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h: rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h + +rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h: rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h + +rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c: rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c + +rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c: rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c + +rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c: rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/flags.make +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.o: rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.o -MF CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.o.d -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.o -c /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c > CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.i + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.s + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/flags.make +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.o: rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.o -MF CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.o.d -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.o -c /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c > CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.i + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.s + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/flags.make +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.o: rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.o -MF CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.o.d -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.o -c /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c > CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.i + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.s + +# Object files for target advrobotics_lab3_interfaces__rosidl_generator_c +advrobotics_lab3_interfaces__rosidl_generator_c_OBJECTS = \ +"CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.o" \ +"CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.o" \ +"CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.o" + +# External object files for target advrobotics_lab3_interfaces__rosidl_generator_c +advrobotics_lab3_interfaces__rosidl_generator_c_EXTERNAL_OBJECTS = + +libadvrobotics_lab3_interfaces__rosidl_generator_c.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.o +libadvrobotics_lab3_interfaces__rosidl_generator_c.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.o +libadvrobotics_lab3_interfaces__rosidl_generator_c.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.o +libadvrobotics_lab3_interfaces__rosidl_generator_c.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/build.make +libadvrobotics_lab3_interfaces__rosidl_generator_c.so: /opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so +libadvrobotics_lab3_interfaces__rosidl_generator_c.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so +libadvrobotics_lab3_interfaces__rosidl_generator_c.so: /opt/ros/humble/lib/librosidl_runtime_c.so +libadvrobotics_lab3_interfaces__rosidl_generator_c.so: /opt/ros/humble/lib/librcutils.so +libadvrobotics_lab3_interfaces__rosidl_generator_c.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C shared library libadvrobotics_lab3_interfaces__rosidl_generator_c.so" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/build: libadvrobotics_lab3_interfaces__rosidl_generator_c.so +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/build + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/cmake_clean.cmake +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/clean + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/depend: rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/depend: rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/depend: rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/depend: rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/depend: rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/depend: rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.h +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/depend: rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__struct.h +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/depend: rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/depend: rosidl_generator_c/advrobotics_lab3_interfaces/msg/gripper.h +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/depend: rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/depend: rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/depend: rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/depend: rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/depend: rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/depend: rosidl_generator_c/advrobotics_lab3_interfaces/srv/invkin.h + cd /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/depend + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/cmake_clean.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/cmake_clean.cmake new file mode 100644 index 0000000..ab08a3b --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/cmake_clean.cmake @@ -0,0 +1,30 @@ +file(REMOVE_RECURSE + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.o" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.o.d" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.o" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.o.d" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.o" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.o.d" + "libadvrobotics_lab3_interfaces__rosidl_generator_c.pdb" + "libadvrobotics_lab3_interfaces__rosidl_generator_c.so" + "rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c" + "rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h" + "rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h" + "rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h" + "rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c" + "rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.h" + "rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__struct.h" + "rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h" + "rosidl_generator_c/advrobotics_lab3_interfaces/msg/gripper.h" + "rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h" + "rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c" + "rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h" + "rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h" + "rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h" + "rosidl_generator_c/advrobotics_lab3_interfaces/srv/invkin.h" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/compiler_depend.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/compiler_depend.make new file mode 100644 index 0000000..4bfa090 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for advrobotics_lab3_interfaces__rosidl_generator_c. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/compiler_depend.ts b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/compiler_depend.ts new file mode 100644 index 0000000..9f6aefc --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for advrobotics_lab3_interfaces__rosidl_generator_c. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/depend.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/depend.make new file mode 100644 index 0000000..6458c7a --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for advrobotics_lab3_interfaces__rosidl_generator_c. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/flags.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/flags.make new file mode 100644 index 0000000..3c64672 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# compile C with /usr/bin/cc +C_DEFINES = -DRCUTILS_ENABLE_FAULT_INJECTION -DROSIDL_GENERATOR_C_BUILDING_DLL_advrobotics_lab3_interfaces -DROS_PACKAGE_NAME=\"advrobotics_lab3_interfaces\" + +C_INCLUDES = -I/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c -isystem /opt/ros/humble/include/std_msgs -isystem /opt/ros/humble/include/builtin_interfaces -isystem /opt/ros/humble/include/rosidl_runtime_c -isystem /opt/ros/humble/include/rcutils -isystem /opt/ros/humble/include/rosidl_typesupport_interface + +C_FLAGS = -fPIC -Wall -std=gnu11 + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/link.txt b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/link.txt new file mode 100644 index 0000000..7ec85dd --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -fPIC -shared -Wl,-soname,libadvrobotics_lab3_interfaces__rosidl_generator_c.so -o libadvrobotics_lab3_interfaces__rosidl_generator_c.so CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.o CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.o CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.o -Wl,-rpath,/opt/ros/humble/lib: /opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so /opt/ros/humble/lib/librosidl_runtime_c.so /opt/ros/humble/lib/librcutils.so -ldl diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/progress.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/progress.make new file mode 100644 index 0000000..bac260a --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/progress.make @@ -0,0 +1,6 @@ +CMAKE_PROGRESS_1 = 3 +CMAKE_PROGRESS_2 = 4 +CMAKE_PROGRESS_3 = 5 +CMAKE_PROGRESS_4 = 6 +CMAKE_PROGRESS_5 = 7 + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.o b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.o new file mode 100644 index 0000000..d7eeca8 Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.o differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.o.d b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.o.d new file mode 100644 index 0000000..b6223a4 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.o.d @@ -0,0 +1,68 @@ +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.o: \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c \ + /usr/include/stdc-predef.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdbool.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h /usr/include/assert.h \ + /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h \ + /opt/ros/humble/include/rcutils/rcutils/allocator.h \ + /opt/ros/humble/include/rcutils/rcutils/macros.h \ + /opt/ros/humble/include/rcutils/rcutils/testing/fault_injection.h \ + /usr/include/stdio.h /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /opt/ros/humble/include/rcutils/rcutils/visibility_control.h \ + /opt/ros/humble/include/rcutils/rcutils/visibility_control_macros.h \ + /opt/ros/humble/include/rcutils/rcutils/types/rcutils_ret.h diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.o b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.o new file mode 100644 index 0000000..fe96ccd Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.o differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.o.d b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.o.d new file mode 100644 index 0000000..8c6beab --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.o.d @@ -0,0 +1,68 @@ +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.o: \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c \ + /usr/include/stdc-predef.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdbool.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__struct.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h /usr/include/assert.h \ + /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h \ + /opt/ros/humble/include/rcutils/rcutils/allocator.h \ + /opt/ros/humble/include/rcutils/rcutils/macros.h \ + /opt/ros/humble/include/rcutils/rcutils/testing/fault_injection.h \ + /usr/include/stdio.h /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /opt/ros/humble/include/rcutils/rcutils/visibility_control.h \ + /opt/ros/humble/include/rcutils/rcutils/visibility_control_macros.h \ + /opt/ros/humble/include/rcutils/rcutils/types/rcutils_ret.h diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.o b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.o new file mode 100644 index 0000000..e880369 Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.o differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.o.d b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.o.d new file mode 100644 index 0000000..e96e8e2 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.o.d @@ -0,0 +1,68 @@ +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.o: \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c \ + /usr/include/stdc-predef.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdbool.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h /usr/include/assert.h \ + /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h \ + /opt/ros/humble/include/rcutils/rcutils/allocator.h \ + /opt/ros/humble/include/rcutils/rcutils/macros.h \ + /opt/ros/humble/include/rcutils/rcutils/testing/fault_injection.h \ + /usr/include/stdio.h /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /opt/ros/humble/include/rcutils/rcutils/visibility_control.h \ + /opt/ros/humble/include/rcutils/rcutils/visibility_control_macros.h \ + /opt/ros/humble/include/rcutils/rcutils/types/rcutils_ret.h diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/DependInfo.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/DependInfo.cmake new file mode 100644 index 0000000..52d07af --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.o" "gcc" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.o.d" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.o" "gcc" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.o.d" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.o" "gcc" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.o.d" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/DependInfo.cmake" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/build.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/build.make new file mode 100644 index 0000000..4eb3473 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/build.make @@ -0,0 +1,154 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ros/lab3_robotics/advrobotics_lab3_interfaces + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces + +# Include any dependencies generated for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/flags.make + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/flags.make +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.o: rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.o -MF CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.o.d -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.o -c /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c > CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.i + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.s + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/flags.make +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.o: rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.o -MF CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.o.d -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.o -c /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c > CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.i + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.s + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/flags.make +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.o: rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.o -MF CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.o.d -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.o -c /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c > CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.i + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.s + +# Object files for target advrobotics_lab3_interfaces__rosidl_generator_py +advrobotics_lab3_interfaces__rosidl_generator_py_OBJECTS = \ +"CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.o" \ +"CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.o" \ +"CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.o" + +# External object files for target advrobotics_lab3_interfaces__rosidl_generator_py +advrobotics_lab3_interfaces__rosidl_generator_py_EXTERNAL_OBJECTS = + +rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.o +rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.o +rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.o +rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/build.make +rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so: /usr/lib/x86_64-linux-gnu/libpython3.10.so +rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so: libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so: /opt/ros/humble/lib/libstd_msgs__rosidl_generator_py.so +rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_py.so +rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so: libadvrobotics_lab3_interfaces__rosidl_generator_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so: /usr/lib/x86_64-linux-gnu/libpython3.10.so +rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so: /opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so: /opt/ros/humble/lib/librosidl_runtime_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so: /opt/ros/humble/lib/librcutils.so +rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C shared library rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/build: rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/build + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/cmake_clean.cmake +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/clean + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/depend: + cd /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/depend + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/cmake_clean.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/cmake_clean.cmake new file mode 100644 index 0000000..2cca5a5 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/cmake_clean.cmake @@ -0,0 +1,15 @@ +file(REMOVE_RECURSE + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.o" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.o.d" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.o" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.o.d" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.o" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.o.d" + "rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.pdb" + "rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/compiler_depend.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/compiler_depend.make new file mode 100644 index 0000000..cad3e67 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for advrobotics_lab3_interfaces__rosidl_generator_py. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/compiler_depend.ts b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/compiler_depend.ts new file mode 100644 index 0000000..dbae053 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for advrobotics_lab3_interfaces__rosidl_generator_py. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/depend.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/depend.make new file mode 100644 index 0000000..fc9f6fe --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for advrobotics_lab3_interfaces__rosidl_generator_py. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/flags.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/flags.make new file mode 100644 index 0000000..eda8371 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# compile C with /usr/bin/cc +C_DEFINES = -DRCUTILS_ENABLE_FAULT_INJECTION -DROS_PACKAGE_NAME=\"advrobotics_lab3_interfaces\" -Dadvrobotics_lab3_interfaces__rosidl_generator_py_EXPORTS + +C_INCLUDES = -I/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c -I/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py -I/usr/include/python3.10 -isystem /opt/ros/humble/include/std_msgs -isystem /opt/ros/humble/include/builtin_interfaces -isystem /opt/ros/humble/include/rosidl_runtime_c -isystem /opt/ros/humble/include/rcutils -isystem /opt/ros/humble/include/rosidl_typesupport_interface + +C_FLAGS = -fPIC -Wall -Wextra + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/link.txt b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/link.txt new file mode 100644 index 0000000..49005b2 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -fPIC -shared -Wl,-soname,libadvrobotics_lab3_interfaces__rosidl_generator_py.so -o rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.o CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.o CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.o -Wl,-rpath,/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces:/opt/ros/humble/lib: /usr/lib/x86_64-linux-gnu/libpython3.10.so libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_generator_py.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_py.so libadvrobotics_lab3_interfaces__rosidl_generator_c.so /usr/lib/x86_64-linux-gnu/libpython3.10.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so /opt/ros/humble/lib/librosidl_runtime_c.so /opt/ros/humble/lib/librcutils.so -ldl -Wl,-rpath-link,/opt/ros/humble/lib diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/progress.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/progress.make new file mode 100644 index 0000000..fe9cea3 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = 8 +CMAKE_PROGRESS_2 = 9 +CMAKE_PROGRESS_3 = 10 +CMAKE_PROGRESS_4 = 11 + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.o b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.o new file mode 100644 index 0000000..29ecc9d Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.o differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.o.d b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.o.d new file mode 100644 index 0000000..dced52f --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.o.d @@ -0,0 +1,212 @@ +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.o: \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c \ + /usr/include/stdc-predef.h /usr/include/python3.10/Python.h \ + /usr/include/python3.10/patchlevel.h /usr/include/python3.10/pyconfig.h \ + /usr/include/x86_64-linux-gnu/python3.10/pyconfig.h \ + /usr/include/python3.10/pymacconfig.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/linux/close_range.h /usr/include/assert.h \ + /usr/include/python3.10/pyport.h /usr/include/inttypes.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/x86_64-linux-gnu/sys/time.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/struct_stat.h \ + /usr/include/x86_64-linux-gnu/bits/statx.h /usr/include/linux/stat.h \ + /usr/include/linux/types.h /usr/include/x86_64-linux-gnu/asm/types.h \ + /usr/include/asm-generic/types.h /usr/include/asm-generic/int-ll64.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/bits/statx-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_statx_timestamp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_statx.h \ + /usr/include/python3.10/exports.h /usr/include/python3.10/pymacro.h \ + /usr/include/python3.10/pymath.h /usr/include/python3.10/pymem.h \ + /usr/include/python3.10/cpython/pymem.h /usr/include/python3.10/object.h \ + /usr/include/python3.10/cpython/object.h \ + /usr/include/python3.10/objimpl.h \ + /usr/include/python3.10/cpython/objimpl.h \ + /usr/include/python3.10/typeslots.h /usr/include/python3.10/pyhash.h \ + /usr/include/python3.10/cpython/pydebug.h \ + /usr/include/python3.10/bytearrayobject.h \ + /usr/include/python3.10/cpython/bytearrayobject.h \ + /usr/include/python3.10/bytesobject.h \ + /usr/include/python3.10/cpython/bytesobject.h \ + /usr/include/python3.10/unicodeobject.h /usr/include/ctype.h \ + /usr/include/wchar.h /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/python3.10/cpython/unicodeobject.h \ + /usr/include/python3.10/longobject.h \ + /usr/include/python3.10/longintrepr.h \ + /usr/include/python3.10/boolobject.h \ + /usr/include/python3.10/floatobject.h \ + /usr/include/python3.10/complexobject.h \ + /usr/include/python3.10/rangeobject.h \ + /usr/include/python3.10/memoryobject.h \ + /usr/include/python3.10/tupleobject.h \ + /usr/include/python3.10/cpython/tupleobject.h \ + /usr/include/python3.10/listobject.h \ + /usr/include/python3.10/cpython/listobject.h \ + /usr/include/python3.10/dictobject.h \ + /usr/include/python3.10/cpython/dictobject.h \ + /usr/include/python3.10/cpython/odictobject.h \ + /usr/include/python3.10/enumobject.h /usr/include/python3.10/setobject.h \ + /usr/include/python3.10/methodobject.h \ + /usr/include/python3.10/cpython/methodobject.h \ + /usr/include/python3.10/moduleobject.h \ + /usr/include/python3.10/funcobject.h \ + /usr/include/python3.10/classobject.h \ + /usr/include/python3.10/fileobject.h \ + /usr/include/python3.10/cpython/fileobject.h \ + /usr/include/python3.10/pycapsule.h /usr/include/python3.10/code.h \ + /usr/include/python3.10/cpython/code.h /usr/include/python3.10/pyframe.h \ + /usr/include/python3.10/traceback.h \ + /usr/include/python3.10/cpython/traceback.h \ + /usr/include/python3.10/sliceobject.h \ + /usr/include/python3.10/cellobject.h \ + /usr/include/python3.10/iterobject.h \ + /usr/include/python3.10/cpython/initconfig.h \ + /usr/include/python3.10/genobject.h /usr/include/python3.10/pystate.h \ + /usr/include/python3.10/cpython/pystate.h \ + /usr/include/python3.10/abstract.h \ + /usr/include/python3.10/cpython/abstract.h \ + /usr/include/python3.10/descrobject.h \ + /usr/include/python3.10/genericaliasobject.h \ + /usr/include/python3.10/warnings.h \ + /usr/include/python3.10/weakrefobject.h \ + /usr/include/python3.10/structseq.h \ + /usr/include/python3.10/namespaceobject.h \ + /usr/include/python3.10/cpython/picklebufobject.h \ + /usr/include/python3.10/cpython/pytime.h \ + /usr/include/python3.10/codecs.h /usr/include/python3.10/pyerrors.h \ + /usr/include/python3.10/cpython/pyerrors.h \ + /usr/include/python3.10/pythread.h /usr/include/pthread.h \ + /usr/include/sched.h /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/python3.10/context.h /usr/include/python3.10/modsupport.h \ + /usr/include/python3.10/compile.h \ + /usr/include/python3.10/cpython/compile.h \ + /usr/include/python3.10/pythonrun.h \ + /usr/include/python3.10/cpython/pythonrun.h \ + /usr/include/python3.10/pylifecycle.h \ + /usr/include/python3.10/cpython/pylifecycle.h \ + /usr/include/python3.10/ceval.h /usr/include/python3.10/cpython/ceval.h \ + /usr/include/python3.10/sysmodule.h \ + /usr/include/python3.10/cpython/sysmodule.h \ + /usr/include/python3.10/osmodule.h /usr/include/python3.10/intrcheck.h \ + /usr/include/python3.10/import.h \ + /usr/include/python3.10/cpython/import.h \ + /usr/include/python3.10/bltinmodule.h /usr/include/python3.10/eval.h \ + /usr/include/python3.10/cpython/pyctype.h \ + /usr/include/python3.10/pystrtod.h /usr/include/python3.10/pystrcmp.h \ + /usr/include/python3.10/fileutils.h \ + /usr/include/python3.10/cpython/fileutils.h \ + /usr/include/python3.10/cpython/pyfpe.h \ + /usr/include/python3.10/tracemalloc.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdbool.h \ + /usr/include/python3.10/numpy/ndarrayobject.h \ + /usr/include/python3.10/numpy/ndarraytypes.h \ + /usr/include/python3.10/numpy/npy_common.h \ + /usr/include/python3.10/numpy/numpyconfig.h \ + /usr/include/python3.10/numpy/_numpyconfig.h \ + /usr/include/python3.10/numpy/npy_endian.h \ + /usr/include/python3.10/numpy/npy_cpu.h \ + /usr/include/python3.10/numpy/utils.h \ + /usr/include/python3.10/numpy/_neighborhood_iterator_imp.h \ + /usr/include/python3.10/numpy/__multiarray_api.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.o b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.o new file mode 100644 index 0000000..7160dba Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.o differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.o.d b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.o.d new file mode 100644 index 0000000..09469d6 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.o.d @@ -0,0 +1,212 @@ +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.o: \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c \ + /usr/include/stdc-predef.h /usr/include/python3.10/Python.h \ + /usr/include/python3.10/patchlevel.h /usr/include/python3.10/pyconfig.h \ + /usr/include/x86_64-linux-gnu/python3.10/pyconfig.h \ + /usr/include/python3.10/pymacconfig.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/linux/close_range.h /usr/include/assert.h \ + /usr/include/python3.10/pyport.h /usr/include/inttypes.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/x86_64-linux-gnu/sys/time.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/struct_stat.h \ + /usr/include/x86_64-linux-gnu/bits/statx.h /usr/include/linux/stat.h \ + /usr/include/linux/types.h /usr/include/x86_64-linux-gnu/asm/types.h \ + /usr/include/asm-generic/types.h /usr/include/asm-generic/int-ll64.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/bits/statx-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_statx_timestamp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_statx.h \ + /usr/include/python3.10/exports.h /usr/include/python3.10/pymacro.h \ + /usr/include/python3.10/pymath.h /usr/include/python3.10/pymem.h \ + /usr/include/python3.10/cpython/pymem.h /usr/include/python3.10/object.h \ + /usr/include/python3.10/cpython/object.h \ + /usr/include/python3.10/objimpl.h \ + /usr/include/python3.10/cpython/objimpl.h \ + /usr/include/python3.10/typeslots.h /usr/include/python3.10/pyhash.h \ + /usr/include/python3.10/cpython/pydebug.h \ + /usr/include/python3.10/bytearrayobject.h \ + /usr/include/python3.10/cpython/bytearrayobject.h \ + /usr/include/python3.10/bytesobject.h \ + /usr/include/python3.10/cpython/bytesobject.h \ + /usr/include/python3.10/unicodeobject.h /usr/include/ctype.h \ + /usr/include/wchar.h /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/python3.10/cpython/unicodeobject.h \ + /usr/include/python3.10/longobject.h \ + /usr/include/python3.10/longintrepr.h \ + /usr/include/python3.10/boolobject.h \ + /usr/include/python3.10/floatobject.h \ + /usr/include/python3.10/complexobject.h \ + /usr/include/python3.10/rangeobject.h \ + /usr/include/python3.10/memoryobject.h \ + /usr/include/python3.10/tupleobject.h \ + /usr/include/python3.10/cpython/tupleobject.h \ + /usr/include/python3.10/listobject.h \ + /usr/include/python3.10/cpython/listobject.h \ + /usr/include/python3.10/dictobject.h \ + /usr/include/python3.10/cpython/dictobject.h \ + /usr/include/python3.10/cpython/odictobject.h \ + /usr/include/python3.10/enumobject.h /usr/include/python3.10/setobject.h \ + /usr/include/python3.10/methodobject.h \ + /usr/include/python3.10/cpython/methodobject.h \ + /usr/include/python3.10/moduleobject.h \ + /usr/include/python3.10/funcobject.h \ + /usr/include/python3.10/classobject.h \ + /usr/include/python3.10/fileobject.h \ + /usr/include/python3.10/cpython/fileobject.h \ + /usr/include/python3.10/pycapsule.h /usr/include/python3.10/code.h \ + /usr/include/python3.10/cpython/code.h /usr/include/python3.10/pyframe.h \ + /usr/include/python3.10/traceback.h \ + /usr/include/python3.10/cpython/traceback.h \ + /usr/include/python3.10/sliceobject.h \ + /usr/include/python3.10/cellobject.h \ + /usr/include/python3.10/iterobject.h \ + /usr/include/python3.10/cpython/initconfig.h \ + /usr/include/python3.10/genobject.h /usr/include/python3.10/pystate.h \ + /usr/include/python3.10/cpython/pystate.h \ + /usr/include/python3.10/abstract.h \ + /usr/include/python3.10/cpython/abstract.h \ + /usr/include/python3.10/descrobject.h \ + /usr/include/python3.10/genericaliasobject.h \ + /usr/include/python3.10/warnings.h \ + /usr/include/python3.10/weakrefobject.h \ + /usr/include/python3.10/structseq.h \ + /usr/include/python3.10/namespaceobject.h \ + /usr/include/python3.10/cpython/picklebufobject.h \ + /usr/include/python3.10/cpython/pytime.h \ + /usr/include/python3.10/codecs.h /usr/include/python3.10/pyerrors.h \ + /usr/include/python3.10/cpython/pyerrors.h \ + /usr/include/python3.10/pythread.h /usr/include/pthread.h \ + /usr/include/sched.h /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/python3.10/context.h /usr/include/python3.10/modsupport.h \ + /usr/include/python3.10/compile.h \ + /usr/include/python3.10/cpython/compile.h \ + /usr/include/python3.10/pythonrun.h \ + /usr/include/python3.10/cpython/pythonrun.h \ + /usr/include/python3.10/pylifecycle.h \ + /usr/include/python3.10/cpython/pylifecycle.h \ + /usr/include/python3.10/ceval.h /usr/include/python3.10/cpython/ceval.h \ + /usr/include/python3.10/sysmodule.h \ + /usr/include/python3.10/cpython/sysmodule.h \ + /usr/include/python3.10/osmodule.h /usr/include/python3.10/intrcheck.h \ + /usr/include/python3.10/import.h \ + /usr/include/python3.10/cpython/import.h \ + /usr/include/python3.10/bltinmodule.h /usr/include/python3.10/eval.h \ + /usr/include/python3.10/cpython/pyctype.h \ + /usr/include/python3.10/pystrtod.h /usr/include/python3.10/pystrcmp.h \ + /usr/include/python3.10/fileutils.h \ + /usr/include/python3.10/cpython/fileutils.h \ + /usr/include/python3.10/cpython/pyfpe.h \ + /usr/include/python3.10/tracemalloc.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdbool.h \ + /usr/include/python3.10/numpy/ndarrayobject.h \ + /usr/include/python3.10/numpy/ndarraytypes.h \ + /usr/include/python3.10/numpy/npy_common.h \ + /usr/include/python3.10/numpy/numpyconfig.h \ + /usr/include/python3.10/numpy/_numpyconfig.h \ + /usr/include/python3.10/numpy/npy_endian.h \ + /usr/include/python3.10/numpy/npy_cpu.h \ + /usr/include/python3.10/numpy/utils.h \ + /usr/include/python3.10/numpy/_neighborhood_iterator_imp.h \ + /usr/include/python3.10/numpy/__multiarray_api.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__struct.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.o b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.o new file mode 100644 index 0000000..f624b97 Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.o differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.o.d b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.o.d new file mode 100644 index 0000000..4d8e69a --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.o.d @@ -0,0 +1,212 @@ +CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.o: \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c \ + /usr/include/stdc-predef.h /usr/include/python3.10/Python.h \ + /usr/include/python3.10/patchlevel.h /usr/include/python3.10/pyconfig.h \ + /usr/include/x86_64-linux-gnu/python3.10/pyconfig.h \ + /usr/include/python3.10/pymacconfig.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/linux/close_range.h /usr/include/assert.h \ + /usr/include/python3.10/pyport.h /usr/include/inttypes.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/x86_64-linux-gnu/sys/time.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/struct_stat.h \ + /usr/include/x86_64-linux-gnu/bits/statx.h /usr/include/linux/stat.h \ + /usr/include/linux/types.h /usr/include/x86_64-linux-gnu/asm/types.h \ + /usr/include/asm-generic/types.h /usr/include/asm-generic/int-ll64.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/bits/statx-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_statx_timestamp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_statx.h \ + /usr/include/python3.10/exports.h /usr/include/python3.10/pymacro.h \ + /usr/include/python3.10/pymath.h /usr/include/python3.10/pymem.h \ + /usr/include/python3.10/cpython/pymem.h /usr/include/python3.10/object.h \ + /usr/include/python3.10/cpython/object.h \ + /usr/include/python3.10/objimpl.h \ + /usr/include/python3.10/cpython/objimpl.h \ + /usr/include/python3.10/typeslots.h /usr/include/python3.10/pyhash.h \ + /usr/include/python3.10/cpython/pydebug.h \ + /usr/include/python3.10/bytearrayobject.h \ + /usr/include/python3.10/cpython/bytearrayobject.h \ + /usr/include/python3.10/bytesobject.h \ + /usr/include/python3.10/cpython/bytesobject.h \ + /usr/include/python3.10/unicodeobject.h /usr/include/ctype.h \ + /usr/include/wchar.h /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/python3.10/cpython/unicodeobject.h \ + /usr/include/python3.10/longobject.h \ + /usr/include/python3.10/longintrepr.h \ + /usr/include/python3.10/boolobject.h \ + /usr/include/python3.10/floatobject.h \ + /usr/include/python3.10/complexobject.h \ + /usr/include/python3.10/rangeobject.h \ + /usr/include/python3.10/memoryobject.h \ + /usr/include/python3.10/tupleobject.h \ + /usr/include/python3.10/cpython/tupleobject.h \ + /usr/include/python3.10/listobject.h \ + /usr/include/python3.10/cpython/listobject.h \ + /usr/include/python3.10/dictobject.h \ + /usr/include/python3.10/cpython/dictobject.h \ + /usr/include/python3.10/cpython/odictobject.h \ + /usr/include/python3.10/enumobject.h /usr/include/python3.10/setobject.h \ + /usr/include/python3.10/methodobject.h \ + /usr/include/python3.10/cpython/methodobject.h \ + /usr/include/python3.10/moduleobject.h \ + /usr/include/python3.10/funcobject.h \ + /usr/include/python3.10/classobject.h \ + /usr/include/python3.10/fileobject.h \ + /usr/include/python3.10/cpython/fileobject.h \ + /usr/include/python3.10/pycapsule.h /usr/include/python3.10/code.h \ + /usr/include/python3.10/cpython/code.h /usr/include/python3.10/pyframe.h \ + /usr/include/python3.10/traceback.h \ + /usr/include/python3.10/cpython/traceback.h \ + /usr/include/python3.10/sliceobject.h \ + /usr/include/python3.10/cellobject.h \ + /usr/include/python3.10/iterobject.h \ + /usr/include/python3.10/cpython/initconfig.h \ + /usr/include/python3.10/genobject.h /usr/include/python3.10/pystate.h \ + /usr/include/python3.10/cpython/pystate.h \ + /usr/include/python3.10/abstract.h \ + /usr/include/python3.10/cpython/abstract.h \ + /usr/include/python3.10/descrobject.h \ + /usr/include/python3.10/genericaliasobject.h \ + /usr/include/python3.10/warnings.h \ + /usr/include/python3.10/weakrefobject.h \ + /usr/include/python3.10/structseq.h \ + /usr/include/python3.10/namespaceobject.h \ + /usr/include/python3.10/cpython/picklebufobject.h \ + /usr/include/python3.10/cpython/pytime.h \ + /usr/include/python3.10/codecs.h /usr/include/python3.10/pyerrors.h \ + /usr/include/python3.10/cpython/pyerrors.h \ + /usr/include/python3.10/pythread.h /usr/include/pthread.h \ + /usr/include/sched.h /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/python3.10/context.h /usr/include/python3.10/modsupport.h \ + /usr/include/python3.10/compile.h \ + /usr/include/python3.10/cpython/compile.h \ + /usr/include/python3.10/pythonrun.h \ + /usr/include/python3.10/cpython/pythonrun.h \ + /usr/include/python3.10/pylifecycle.h \ + /usr/include/python3.10/cpython/pylifecycle.h \ + /usr/include/python3.10/ceval.h /usr/include/python3.10/cpython/ceval.h \ + /usr/include/python3.10/sysmodule.h \ + /usr/include/python3.10/cpython/sysmodule.h \ + /usr/include/python3.10/osmodule.h /usr/include/python3.10/intrcheck.h \ + /usr/include/python3.10/import.h \ + /usr/include/python3.10/cpython/import.h \ + /usr/include/python3.10/bltinmodule.h /usr/include/python3.10/eval.h \ + /usr/include/python3.10/cpython/pyctype.h \ + /usr/include/python3.10/pystrtod.h /usr/include/python3.10/pystrcmp.h \ + /usr/include/python3.10/fileutils.h \ + /usr/include/python3.10/cpython/fileutils.h \ + /usr/include/python3.10/cpython/pyfpe.h \ + /usr/include/python3.10/tracemalloc.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdbool.h \ + /usr/include/python3.10/numpy/ndarrayobject.h \ + /usr/include/python3.10/numpy/ndarraytypes.h \ + /usr/include/python3.10/numpy/npy_common.h \ + /usr/include/python3.10/numpy/numpyconfig.h \ + /usr/include/python3.10/numpy/_numpyconfig.h \ + /usr/include/python3.10/numpy/npy_endian.h \ + /usr/include/python3.10/numpy/npy_cpu.h \ + /usr/include/python3.10/numpy/utils.h \ + /usr/include/python3.10/numpy/_neighborhood_iterator_imp.h \ + /usr/include/python3.10/numpy/__multiarray_api.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/DependInfo.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/DependInfo.cmake new file mode 100644 index 0000000..5f997d6 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/DependInfo.cmake @@ -0,0 +1,29 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o" "gcc" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o.d" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o" "gcc" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o.d" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o" "gcc" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o.d" + ) + +# Pairs of files generated by the same build rule. +set(CMAKE_MULTIPLE_OUTPUT_PAIRS + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp" + ) + + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/build.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/build.make new file mode 100644 index 0000000..9745330 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/build.make @@ -0,0 +1,202 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ros/lab3_robotics/advrobotics_lab3_interfaces + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces + +# Include any dependencies generated for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/flags.make + +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/lib/rosidl_typesupport_c/rosidl_typesupport_c +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/local/lib/python3.10/dist-packages/rosidl_typesupport_c/__init__.py +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/rosidl_typesupport_c/resource/action__type_support.c.em +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/rosidl_typesupport_c/resource/idl__type_support.cpp.em +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/rosidl_typesupport_c/resource/msg__type_support.cpp.em +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/rosidl_typesupport_c/resource/srv__type_support.cpp.em +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: rosidl_adapter/advrobotics_lab3_interfaces/msg/Joints.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: rosidl_adapter/advrobotics_lab3_interfaces/msg/Gripper.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: rosidl_adapter/advrobotics_lab3_interfaces/srv/Invkin.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Bool.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Byte.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/ByteMultiArray.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Char.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/ColorRGBA.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Empty.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Float32.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Float32MultiArray.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Float64.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Float64MultiArray.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Header.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Int16.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Int16MultiArray.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Int32.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Int32MultiArray.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Int64.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Int64MultiArray.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Int8.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Int8MultiArray.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/MultiArrayDimension.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/MultiArrayLayout.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/String.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/UInt16.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/UInt16MultiArray.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/UInt32.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/UInt32MultiArray.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/UInt64.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/UInt64MultiArray.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/UInt8.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/UInt8MultiArray.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/builtin_interfaces/msg/Duration.idl +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/builtin_interfaces/msg/Time.idl + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating C type support dispatch for ROS interfaces" + /usr/bin/python3 /opt/ros/humble/lib/rosidl_typesupport_c/rosidl_typesupport_c --generator-arguments-file /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_c__arguments.json --typesupports rosidl_typesupport_fastrtps_c rosidl_typesupport_introspection_c + +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp: rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp + +rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp: rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/flags.make +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o: rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o -MF CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o.d -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o -c /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp > CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.i + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.s + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/flags.make +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o: rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o -MF CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o.d -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o -c /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp > CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.i + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.s + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/flags.make +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o: rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o -MF CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o.d -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o -c /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp > CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.i + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.s + +# Object files for target advrobotics_lab3_interfaces__rosidl_typesupport_c +advrobotics_lab3_interfaces__rosidl_typesupport_c_OBJECTS = \ +"CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o" \ +"CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o" \ +"CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o" + +# External object files for target advrobotics_lab3_interfaces__rosidl_typesupport_c +advrobotics_lab3_interfaces__rosidl_typesupport_c_EXTERNAL_OBJECTS = + +libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o +libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o +libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o +libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/build.make +libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so: libadvrobotics_lab3_interfaces__rosidl_generator_c.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so: /opt/ros/humble/lib/librosidl_typesupport_c.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so: /opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so: /opt/ros/humble/lib/librosidl_runtime_c.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so: /opt/ros/humble/lib/librcutils.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking CXX shared library libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/build: libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/build + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/cmake_clean.cmake +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/clean + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/depend: rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/depend: rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/depend: rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp + cd /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/depend + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/cmake_clean.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/cmake_clean.cmake new file mode 100644 index 0000000..9d16ed3 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/cmake_clean.cmake @@ -0,0 +1,18 @@ +file(REMOVE_RECURSE + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o.d" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o.d" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o.d" + "libadvrobotics_lab3_interfaces__rosidl_typesupport_c.pdb" + "libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so" + "rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp" + "rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp" + "rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/compiler_depend.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/compiler_depend.make new file mode 100644 index 0000000..02badfb --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for advrobotics_lab3_interfaces__rosidl_typesupport_c. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/compiler_depend.ts b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/compiler_depend.ts new file mode 100644 index 0000000..a61ed13 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for advrobotics_lab3_interfaces__rosidl_typesupport_c. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/depend.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/depend.make new file mode 100644 index 0000000..5821874 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for advrobotics_lab3_interfaces__rosidl_typesupport_c. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/flags.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/flags.make new file mode 100644 index 0000000..2092cdb --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -DRCUTILS_ENABLE_FAULT_INJECTION -DROSIDL_GENERATOR_C_BUILDING_DLL_advrobotics_lab3_interfaces -DROS_PACKAGE_NAME=\"advrobotics_lab3_interfaces\" + +CXX_INCLUDES = -I/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c -isystem /opt/ros/humble/include/std_msgs -isystem /opt/ros/humble/include/builtin_interfaces -isystem /opt/ros/humble/include/rosidl_runtime_c -isystem /opt/ros/humble/include/rcutils -isystem /opt/ros/humble/include/rosidl_typesupport_interface -isystem /opt/ros/humble/include/rosidl_typesupport_c + +CXX_FLAGS = -fPIC -Wall -std=gnu++14 + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/link.txt b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/link.txt new file mode 100644 index 0000000..ec3b9a0 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -fPIC -shared -Wl,-soname,libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so -o libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o -Wl,-rpath,/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces:/opt/ros/humble/lib: libadvrobotics_lab3_interfaces__rosidl_generator_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so /opt/ros/humble/lib/librosidl_typesupport_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so /opt/ros/humble/lib/librosidl_runtime_c.so /opt/ros/humble/lib/librcutils.so -ldl -Wl,-rpath-link,/opt/ros/humble/lib diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/progress.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/progress.make new file mode 100644 index 0000000..1c077ff --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/progress.make @@ -0,0 +1,6 @@ +CMAKE_PROGRESS_1 = 12 +CMAKE_PROGRESS_2 = 13 +CMAKE_PROGRESS_3 = 14 +CMAKE_PROGRESS_4 = 15 +CMAKE_PROGRESS_5 = 16 + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o new file mode 100644 index 0000000..5298ef9 Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o.d b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o.d new file mode 100644 index 0000000..1e7a0fd --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o.d @@ -0,0 +1,33 @@ +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o: \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp \ + /usr/include/stdc-predef.h /usr/include/c++/11/cstddef \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdbool.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_c/rosidl_typesupport_c/identifier.h \ + /opt/ros/humble/include/rosidl_typesupport_c/rosidl_typesupport_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_c/rosidl_typesupport_c/message_type_support_dispatch.h \ + /opt/ros/humble/include/rosidl_typesupport_c/rosidl_typesupport_c/type_support_map.h diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o new file mode 100644 index 0000000..40c7a97 Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o.d b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o.d new file mode 100644 index 0000000..9d56887 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o.d @@ -0,0 +1,33 @@ +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o: \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp \ + /usr/include/stdc-predef.h /usr/include/c++/11/cstddef \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__struct.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdbool.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_c/rosidl_typesupport_c/identifier.h \ + /opt/ros/humble/include/rosidl_typesupport_c/rosidl_typesupport_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_c/rosidl_typesupport_c/message_type_support_dispatch.h \ + /opt/ros/humble/include/rosidl_typesupport_c/rosidl_typesupport_c/type_support_map.h diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o new file mode 100644 index 0000000..f99be82 Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o.d b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o.d new file mode 100644 index 0000000..f0dc8d3 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o.d @@ -0,0 +1,35 @@ +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o: \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp \ + /usr/include/stdc-predef.h /usr/include/c++/11/cstddef \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdbool.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/service_type_support_struct.h \ + /opt/ros/humble/include/rosidl_typesupport_c/rosidl_typesupport_c/identifier.h \ + /opt/ros/humble/include/rosidl_typesupport_c/rosidl_typesupport_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_c/rosidl_typesupport_c/message_type_support_dispatch.h \ + /opt/ros/humble/include/rosidl_typesupport_c/rosidl_typesupport_c/type_support_map.h \ + /opt/ros/humble/include/rosidl_typesupport_c/rosidl_typesupport_c/service_type_support_dispatch.h diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/DependInfo.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/DependInfo.cmake new file mode 100644 index 0000000..7aa626d --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.o" "gcc" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.o.d" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/DependInfo.cmake" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/DependInfo.cmake" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/build.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/build.make new file mode 100644 index 0000000..e4d3c03 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/build.make @@ -0,0 +1,141 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ros/lab3_robotics/advrobotics_lab3_interfaces + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces + +# Include any dependencies generated for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/flags.make + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/flags.make +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.o: rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.o -MF CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.o.d -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.o -c /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c > CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.i + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.s + +# Object files for target advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext +advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext_OBJECTS = \ +"CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.o" + +# External object files for target advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext +advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext_EXTERNAL_OBJECTS = + +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.o +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/build.make +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: /usr/lib/x86_64-linux-gnu/libpython3.10.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_cpp.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_cpp.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_cpp.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libstd_msgs__rosidl_generator_py.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_cpp.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_cpp.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_cpp.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_py.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/librmw.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: /usr/lib/x86_64-linux-gnu/libpython3.10.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: libadvrobotics_lab3_interfaces__rosidl_generator_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/librosidl_typesupport_fastrtps_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/librosidl_typesupport_fastrtps_cpp.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libfastcdr.so.1.0.24 +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/librmw.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/librosidl_typesupport_introspection_cpp.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/librosidl_typesupport_introspection_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/librosidl_typesupport_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/librosidl_runtime_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/librcutils.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C shared library rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/build: rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/build + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/cmake_clean.cmake +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/clean + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/depend: + cd /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/depend + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/cmake_clean.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/cmake_clean.cmake new file mode 100644 index 0000000..81be137 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.o" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.o.d" + "rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.pdb" + "rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/compiler_depend.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/compiler_depend.make new file mode 100644 index 0000000..61fad96 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/compiler_depend.ts b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/compiler_depend.ts new file mode 100644 index 0000000..975fbad --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/depend.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/depend.make new file mode 100644 index 0000000..9c4f5f4 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/flags.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/flags.make new file mode 100644 index 0000000..4e5ed60 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# compile C with /usr/bin/cc +C_DEFINES = -DRCUTILS_ENABLE_FAULT_INJECTION -DROS_PACKAGE_NAME=\"advrobotics_lab3_interfaces\" -Dadvrobotics_lab3_interfaces__rosidl_typesupport_c__pyext_EXPORTS + +C_INCLUDES = -I/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c -I/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py -I/usr/include/python3.10 -isystem /opt/ros/humble/include/rosidl_runtime_c -isystem /opt/ros/humble/include/rosidl_typesupport_c -isystem /opt/ros/humble/include/rosidl_typesupport_interface -isystem /opt/ros/humble/include/std_msgs -isystem /opt/ros/humble/include/builtin_interfaces -isystem /opt/ros/humble/include/rmw -isystem /opt/ros/humble/include/rcutils -isystem /opt/ros/humble/include/fastcdr -isystem /opt/ros/humble/include/rosidl_runtime_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_c -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_c -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_cpp + +C_FLAGS = -fPIC -Wall -Wextra + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/link.txt b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/link.txt new file mode 100644 index 0000000..0d965ad --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -fPIC -shared -Wl,-soname,advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so -o rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.o -Wl,-rpath,/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces:/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces:/opt/ros/humble/lib: rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so /usr/lib/x86_64-linux-gnu/libpython3.10.so libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_cpp.so /opt/ros/humble/lib/libstd_msgs__rosidl_generator_py.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_cpp.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_py.so /opt/ros/humble/lib/librmw.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so /usr/lib/x86_64-linux-gnu/libpython3.10.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so libadvrobotics_lab3_interfaces__rosidl_generator_c.so /opt/ros/humble/lib/librosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/librosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libfastcdr.so.1.0.24 /opt/ros/humble/lib/librmw.so /opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so /opt/ros/humble/lib/librosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/librosidl_typesupport_introspection_c.so /opt/ros/humble/lib/librosidl_typesupport_c.so /opt/ros/humble/lib/librosidl_runtime_c.so /opt/ros/humble/lib/librcutils.so -ldl -Wl,-rpath-link,/opt/ros/humble/lib diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/progress.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/progress.make new file mode 100644 index 0000000..5a7451d --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 17 +CMAKE_PROGRESS_2 = 18 + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.o b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.o new file mode 100644 index 0000000..8ef4678 Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.o differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.o.d b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.o.d new file mode 100644 index 0000000..0b270b8 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.o.d @@ -0,0 +1,213 @@ +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.o: \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c \ + /usr/include/stdc-predef.h /usr/include/python3.10/Python.h \ + /usr/include/python3.10/patchlevel.h /usr/include/python3.10/pyconfig.h \ + /usr/include/x86_64-linux-gnu/python3.10/pyconfig.h \ + /usr/include/python3.10/pymacconfig.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/linux/close_range.h /usr/include/assert.h \ + /usr/include/python3.10/pyport.h /usr/include/inttypes.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/x86_64-linux-gnu/sys/time.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/struct_stat.h \ + /usr/include/x86_64-linux-gnu/bits/statx.h /usr/include/linux/stat.h \ + /usr/include/linux/types.h /usr/include/x86_64-linux-gnu/asm/types.h \ + /usr/include/asm-generic/types.h /usr/include/asm-generic/int-ll64.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/bits/statx-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_statx_timestamp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_statx.h \ + /usr/include/python3.10/exports.h /usr/include/python3.10/pymacro.h \ + /usr/include/python3.10/pymath.h /usr/include/python3.10/pymem.h \ + /usr/include/python3.10/cpython/pymem.h /usr/include/python3.10/object.h \ + /usr/include/python3.10/cpython/object.h \ + /usr/include/python3.10/objimpl.h \ + /usr/include/python3.10/cpython/objimpl.h \ + /usr/include/python3.10/typeslots.h /usr/include/python3.10/pyhash.h \ + /usr/include/python3.10/cpython/pydebug.h \ + /usr/include/python3.10/bytearrayobject.h \ + /usr/include/python3.10/cpython/bytearrayobject.h \ + /usr/include/python3.10/bytesobject.h \ + /usr/include/python3.10/cpython/bytesobject.h \ + /usr/include/python3.10/unicodeobject.h /usr/include/ctype.h \ + /usr/include/wchar.h /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/python3.10/cpython/unicodeobject.h \ + /usr/include/python3.10/longobject.h \ + /usr/include/python3.10/longintrepr.h \ + /usr/include/python3.10/boolobject.h \ + /usr/include/python3.10/floatobject.h \ + /usr/include/python3.10/complexobject.h \ + /usr/include/python3.10/rangeobject.h \ + /usr/include/python3.10/memoryobject.h \ + /usr/include/python3.10/tupleobject.h \ + /usr/include/python3.10/cpython/tupleobject.h \ + /usr/include/python3.10/listobject.h \ + /usr/include/python3.10/cpython/listobject.h \ + /usr/include/python3.10/dictobject.h \ + /usr/include/python3.10/cpython/dictobject.h \ + /usr/include/python3.10/cpython/odictobject.h \ + /usr/include/python3.10/enumobject.h /usr/include/python3.10/setobject.h \ + /usr/include/python3.10/methodobject.h \ + /usr/include/python3.10/cpython/methodobject.h \ + /usr/include/python3.10/moduleobject.h \ + /usr/include/python3.10/funcobject.h \ + /usr/include/python3.10/classobject.h \ + /usr/include/python3.10/fileobject.h \ + /usr/include/python3.10/cpython/fileobject.h \ + /usr/include/python3.10/pycapsule.h /usr/include/python3.10/code.h \ + /usr/include/python3.10/cpython/code.h /usr/include/python3.10/pyframe.h \ + /usr/include/python3.10/traceback.h \ + /usr/include/python3.10/cpython/traceback.h \ + /usr/include/python3.10/sliceobject.h \ + /usr/include/python3.10/cellobject.h \ + /usr/include/python3.10/iterobject.h \ + /usr/include/python3.10/cpython/initconfig.h \ + /usr/include/python3.10/genobject.h /usr/include/python3.10/pystate.h \ + /usr/include/python3.10/cpython/pystate.h \ + /usr/include/python3.10/abstract.h \ + /usr/include/python3.10/cpython/abstract.h \ + /usr/include/python3.10/descrobject.h \ + /usr/include/python3.10/genericaliasobject.h \ + /usr/include/python3.10/warnings.h \ + /usr/include/python3.10/weakrefobject.h \ + /usr/include/python3.10/structseq.h \ + /usr/include/python3.10/namespaceobject.h \ + /usr/include/python3.10/cpython/picklebufobject.h \ + /usr/include/python3.10/cpython/pytime.h \ + /usr/include/python3.10/codecs.h /usr/include/python3.10/pyerrors.h \ + /usr/include/python3.10/cpython/pyerrors.h \ + /usr/include/python3.10/pythread.h /usr/include/pthread.h \ + /usr/include/sched.h /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/python3.10/context.h /usr/include/python3.10/modsupport.h \ + /usr/include/python3.10/compile.h \ + /usr/include/python3.10/cpython/compile.h \ + /usr/include/python3.10/pythonrun.h \ + /usr/include/python3.10/cpython/pythonrun.h \ + /usr/include/python3.10/pylifecycle.h \ + /usr/include/python3.10/cpython/pylifecycle.h \ + /usr/include/python3.10/ceval.h /usr/include/python3.10/cpython/ceval.h \ + /usr/include/python3.10/sysmodule.h \ + /usr/include/python3.10/cpython/sysmodule.h \ + /usr/include/python3.10/osmodule.h /usr/include/python3.10/intrcheck.h \ + /usr/include/python3.10/import.h \ + /usr/include/python3.10/cpython/import.h \ + /usr/include/python3.10/bltinmodule.h /usr/include/python3.10/eval.h \ + /usr/include/python3.10/cpython/pyctype.h \ + /usr/include/python3.10/pystrtod.h /usr/include/python3.10/pystrcmp.h \ + /usr/include/python3.10/fileutils.h \ + /usr/include/python3.10/cpython/fileutils.h \ + /usr/include/python3.10/cpython/pyfpe.h \ + /usr/include/python3.10/tracemalloc.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdbool.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h \ + /opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/service_type_support_struct.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/action_type_support_struct.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__struct.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/DependInfo.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/DependInfo.cmake new file mode 100644 index 0000000..04fec68 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/DependInfo.cmake @@ -0,0 +1,28 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o" "gcc" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o.d" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o" "gcc" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o.d" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o" "gcc" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o.d" + ) + +# Pairs of files generated by the same build rule. +set(CMAKE_MULTIPLE_OUTPUT_PAIRS + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp" + ) + + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/build.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/build.make new file mode 100644 index 0000000..018252a --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/build.make @@ -0,0 +1,200 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ros/lab3_robotics/advrobotics_lab3_interfaces + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces + +# Include any dependencies generated for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/flags.make + +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/lib/rosidl_typesupport_cpp/rosidl_typesupport_cpp +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/local/lib/python3.10/dist-packages/rosidl_typesupport_cpp/__init__.py +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/rosidl_typesupport_cpp/resource/action__type_support.cpp.em +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/rosidl_typesupport_cpp/resource/idl__type_support.cpp.em +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/rosidl_typesupport_cpp/resource/msg__type_support.cpp.em +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/rosidl_typesupport_cpp/resource/srv__type_support.cpp.em +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: rosidl_adapter/advrobotics_lab3_interfaces/msg/Joints.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: rosidl_adapter/advrobotics_lab3_interfaces/msg/Gripper.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: rosidl_adapter/advrobotics_lab3_interfaces/srv/Invkin.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Bool.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Byte.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/ByteMultiArray.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Char.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/ColorRGBA.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Empty.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Float32.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Float32MultiArray.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Float64.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Float64MultiArray.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Header.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Int16.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Int16MultiArray.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Int32.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Int32MultiArray.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Int64.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Int64MultiArray.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Int8.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Int8MultiArray.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/MultiArrayDimension.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/MultiArrayLayout.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/String.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/UInt16.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/UInt16MultiArray.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/UInt32.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/UInt32MultiArray.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/UInt64.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/UInt64MultiArray.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/UInt8.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/UInt8MultiArray.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/builtin_interfaces/msg/Duration.idl +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp: /opt/ros/humble/share/builtin_interfaces/msg/Time.idl + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating C++ type support dispatch for ROS interfaces" + /usr/bin/python3 /opt/ros/humble/lib/rosidl_typesupport_cpp/rosidl_typesupport_cpp --generator-arguments-file /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp__arguments.json --typesupports rosidl_typesupport_fastrtps_cpp rosidl_typesupport_introspection_cpp + +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp: rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp + +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp: rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/flags.make +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o: rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o -MF CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o.d -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o -c /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp > CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.i + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.s + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/flags.make +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o: rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o -MF CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o.d -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o -c /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp > CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.i + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.s + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/flags.make +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o: rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o -MF CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o.d -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o -c /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp > CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.i + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.s + +# Object files for target advrobotics_lab3_interfaces__rosidl_typesupport_cpp +advrobotics_lab3_interfaces__rosidl_typesupport_cpp_OBJECTS = \ +"CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o" \ +"CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o" \ +"CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o" + +# External object files for target advrobotics_lab3_interfaces__rosidl_typesupport_cpp +advrobotics_lab3_interfaces__rosidl_typesupport_cpp_EXTERNAL_OBJECTS = + +libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o +libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o +libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o +libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/build.make +libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_cpp.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_cpp.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so: /opt/ros/humble/lib/librosidl_typesupport_cpp.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so: /opt/ros/humble/lib/librosidl_typesupport_c.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so: /opt/ros/humble/lib/librosidl_runtime_c.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so: /opt/ros/humble/lib/librcutils.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking CXX shared library libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/build: libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/build + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/cmake_clean.cmake +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/clean + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/depend: rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/depend: rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/depend: rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp + cd /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/depend + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/cmake_clean.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/cmake_clean.cmake new file mode 100644 index 0000000..a5b54c5 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/cmake_clean.cmake @@ -0,0 +1,18 @@ +file(REMOVE_RECURSE + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o.d" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o.d" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o.d" + "libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.pdb" + "libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so" + "rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp" + "rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp" + "rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/compiler_depend.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/compiler_depend.make new file mode 100644 index 0000000..bf9c43e --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for advrobotics_lab3_interfaces__rosidl_typesupport_cpp. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/compiler_depend.ts b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/compiler_depend.ts new file mode 100644 index 0000000..35cc68a --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for advrobotics_lab3_interfaces__rosidl_typesupport_cpp. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/depend.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/depend.make new file mode 100644 index 0000000..c806456 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for advrobotics_lab3_interfaces__rosidl_typesupport_cpp. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/flags.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/flags.make new file mode 100644 index 0000000..6c195cd --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -DRCUTILS_ENABLE_FAULT_INJECTION -DROSIDL_TYPESUPPORT_CPP_BUILDING_DLL -DROS_PACKAGE_NAME=\"advrobotics_lab3_interfaces\" + +CXX_INCLUDES = -I/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp -isystem /opt/ros/humble/include/std_msgs -isystem /opt/ros/humble/include/builtin_interfaces -isystem /opt/ros/humble/include/rosidl_runtime_cpp -isystem /opt/ros/humble/include/rosidl_runtime_c -isystem /opt/ros/humble/include/rcutils -isystem /opt/ros/humble/include/rosidl_typesupport_interface -isystem /opt/ros/humble/include/rosidl_typesupport_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_c + +CXX_FLAGS = -fPIC -Wall -Wextra -Wpedantic -std=gnu++14 + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/link.txt b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/link.txt new file mode 100644 index 0000000..c158364 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -fPIC -shared -Wl,-soname,libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so -o libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o -Wl,-rpath,/opt/ros/humble/lib: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_cpp.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_cpp.so /opt/ros/humble/lib/librosidl_typesupport_cpp.so /opt/ros/humble/lib/librosidl_typesupport_c.so /opt/ros/humble/lib/librosidl_runtime_c.so /opt/ros/humble/lib/librcutils.so -ldl -Wl,-rpath-link,/opt/ros/humble/lib diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/progress.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/progress.make new file mode 100644 index 0000000..3751434 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/progress.make @@ -0,0 +1,6 @@ +CMAKE_PROGRESS_1 = 19 +CMAKE_PROGRESS_2 = 20 +CMAKE_PROGRESS_3 = 21 +CMAKE_PROGRESS_4 = 22 +CMAKE_PROGRESS_5 = 23 + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o new file mode 100644 index 0000000..0635619 Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o.d b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o.d new file mode 100644 index 0000000..946af95 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o.d @@ -0,0 +1,167 @@ +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o: \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp \ + /usr/include/stdc-predef.h /usr/include/c++/11/cstddef \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp \ + /usr/include/c++/11/algorithm /usr/include/c++/11/utility \ + /usr/include/c++/11/bits/stl_relops.h \ + /usr/include/c++/11/bits/stl_pair.h /usr/include/c++/11/bits/move.h \ + /usr/include/c++/11/type_traits /usr/include/c++/11/initializer_list \ + /usr/include/c++/11/bits/stl_algobase.h \ + /usr/include/c++/11/bits/functexcept.h \ + /usr/include/c++/11/bits/exception_defines.h \ + /usr/include/c++/11/bits/cpp_type_traits.h \ + /usr/include/c++/11/ext/type_traits.h \ + /usr/include/c++/11/ext/numeric_traits.h \ + /usr/include/c++/11/bits/stl_iterator_base_types.h \ + /usr/include/c++/11/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/11/bits/concept_check.h \ + /usr/include/c++/11/debug/assertions.h \ + /usr/include/c++/11/bits/stl_iterator.h \ + /usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \ + /usr/include/c++/11/bits/predefined_ops.h \ + /usr/include/c++/11/bits/stl_algo.h /usr/include/c++/11/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/11/bits/std_abs.h \ + /usr/include/c++/11/bits/algorithmfwd.h \ + /usr/include/c++/11/bits/stl_heap.h \ + /usr/include/c++/11/bits/stl_tempbuf.h \ + /usr/include/c++/11/bits/stl_construct.h /usr/include/c++/11/new \ + /usr/include/c++/11/bits/exception.h \ + /usr/include/c++/11/bits/uniform_int_dist.h /usr/include/c++/11/array \ + /usr/include/c++/11/bits/range_access.h /usr/include/c++/11/memory \ + /usr/include/c++/11/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \ + /usr/include/c++/11/ext/new_allocator.h \ + /usr/include/c++/11/bits/memoryfwd.h \ + /usr/include/c++/11/bits/stl_uninitialized.h \ + /usr/include/c++/11/ext/alloc_traits.h \ + /usr/include/c++/11/bits/alloc_traits.h \ + /usr/include/c++/11/bits/stl_raw_storage_iter.h \ + /usr/include/c++/11/bits/align.h /usr/include/c++/11/bit \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/11/bits/uses_allocator.h \ + /usr/include/c++/11/bits/unique_ptr.h /usr/include/c++/11/tuple \ + /usr/include/c++/11/bits/invoke.h \ + /usr/include/c++/11/bits/stl_function.h \ + /usr/include/c++/11/backward/binders.h \ + /usr/include/c++/11/bits/functional_hash.h \ + /usr/include/c++/11/bits/hash_bytes.h \ + /usr/include/c++/11/bits/shared_ptr.h /usr/include/c++/11/iosfwd \ + /usr/include/c++/11/bits/stringfwd.h /usr/include/c++/11/bits/postypes.h \ + /usr/include/c++/11/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/11/bits/shared_ptr_base.h /usr/include/c++/11/typeinfo \ + /usr/include/c++/11/bits/allocated_ptr.h \ + /usr/include/c++/11/bits/refwrap.h \ + /usr/include/c++/11/ext/aligned_buffer.h \ + /usr/include/c++/11/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/11/ext/concurrence.h /usr/include/c++/11/exception \ + /usr/include/c++/11/bits/exception_ptr.h \ + /usr/include/c++/11/bits/cxxabi_init_exception.h \ + /usr/include/c++/11/bits/nested_exception.h \ + /usr/include/c++/11/bits/shared_ptr_atomic.h \ + /usr/include/c++/11/bits/atomic_base.h \ + /usr/include/c++/11/bits/atomic_lockfree_defines.h \ + /usr/include/c++/11/backward/auto_ptr.h /usr/include/c++/11/string \ + /usr/include/c++/11/bits/char_traits.h /usr/include/c++/11/cstdint \ + /usr/include/c++/11/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \ + /usr/include/c++/11/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/cctype \ + /usr/include/ctype.h /usr/include/c++/11/bits/ostream_insert.h \ + /usr/include/c++/11/bits/cxxabi_forced.h \ + /usr/include/c++/11/bits/basic_string.h \ + /usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/c++/11/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/11/bits/charconv.h \ + /usr/include/c++/11/bits/basic_string.tcc /usr/include/c++/11/vector \ + /usr/include/c++/11/bits/stl_vector.h \ + /usr/include/c++/11/bits/stl_bvector.h \ + /usr/include/c++/11/bits/vector.tcc \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/bounded_vector.hpp \ + /usr/include/c++/11/stdexcept \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/message_initialization.hpp \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_initialization.h \ + /opt/ros/humble/include/rosidl_typesupport_cpp/rosidl_typesupport_cpp/identifier.hpp \ + /opt/ros/humble/include/rosidl_typesupport_cpp/rosidl_typesupport_cpp/visibility_control.h \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/message_type_support.hpp \ + /opt/ros/humble/include/rosidl_typesupport_c/rosidl_typesupport_c/type_support_map.h \ + /opt/ros/humble/include/rosidl_typesupport_cpp/rosidl_typesupport_cpp/message_type_support_dispatch.hpp diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o new file mode 100644 index 0000000..e27670a Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o.d b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o.d new file mode 100644 index 0000000..bf9dc72 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o.d @@ -0,0 +1,167 @@ +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o: \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp \ + /usr/include/stdc-predef.h /usr/include/c++/11/cstddef \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp \ + /usr/include/c++/11/algorithm /usr/include/c++/11/utility \ + /usr/include/c++/11/bits/stl_relops.h \ + /usr/include/c++/11/bits/stl_pair.h /usr/include/c++/11/bits/move.h \ + /usr/include/c++/11/type_traits /usr/include/c++/11/initializer_list \ + /usr/include/c++/11/bits/stl_algobase.h \ + /usr/include/c++/11/bits/functexcept.h \ + /usr/include/c++/11/bits/exception_defines.h \ + /usr/include/c++/11/bits/cpp_type_traits.h \ + /usr/include/c++/11/ext/type_traits.h \ + /usr/include/c++/11/ext/numeric_traits.h \ + /usr/include/c++/11/bits/stl_iterator_base_types.h \ + /usr/include/c++/11/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/11/bits/concept_check.h \ + /usr/include/c++/11/debug/assertions.h \ + /usr/include/c++/11/bits/stl_iterator.h \ + /usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \ + /usr/include/c++/11/bits/predefined_ops.h \ + /usr/include/c++/11/bits/stl_algo.h /usr/include/c++/11/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/11/bits/std_abs.h \ + /usr/include/c++/11/bits/algorithmfwd.h \ + /usr/include/c++/11/bits/stl_heap.h \ + /usr/include/c++/11/bits/stl_tempbuf.h \ + /usr/include/c++/11/bits/stl_construct.h /usr/include/c++/11/new \ + /usr/include/c++/11/bits/exception.h \ + /usr/include/c++/11/bits/uniform_int_dist.h /usr/include/c++/11/array \ + /usr/include/c++/11/bits/range_access.h /usr/include/c++/11/memory \ + /usr/include/c++/11/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \ + /usr/include/c++/11/ext/new_allocator.h \ + /usr/include/c++/11/bits/memoryfwd.h \ + /usr/include/c++/11/bits/stl_uninitialized.h \ + /usr/include/c++/11/ext/alloc_traits.h \ + /usr/include/c++/11/bits/alloc_traits.h \ + /usr/include/c++/11/bits/stl_raw_storage_iter.h \ + /usr/include/c++/11/bits/align.h /usr/include/c++/11/bit \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/11/bits/uses_allocator.h \ + /usr/include/c++/11/bits/unique_ptr.h /usr/include/c++/11/tuple \ + /usr/include/c++/11/bits/invoke.h \ + /usr/include/c++/11/bits/stl_function.h \ + /usr/include/c++/11/backward/binders.h \ + /usr/include/c++/11/bits/functional_hash.h \ + /usr/include/c++/11/bits/hash_bytes.h \ + /usr/include/c++/11/bits/shared_ptr.h /usr/include/c++/11/iosfwd \ + /usr/include/c++/11/bits/stringfwd.h /usr/include/c++/11/bits/postypes.h \ + /usr/include/c++/11/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/11/bits/shared_ptr_base.h /usr/include/c++/11/typeinfo \ + /usr/include/c++/11/bits/allocated_ptr.h \ + /usr/include/c++/11/bits/refwrap.h \ + /usr/include/c++/11/ext/aligned_buffer.h \ + /usr/include/c++/11/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/11/ext/concurrence.h /usr/include/c++/11/exception \ + /usr/include/c++/11/bits/exception_ptr.h \ + /usr/include/c++/11/bits/cxxabi_init_exception.h \ + /usr/include/c++/11/bits/nested_exception.h \ + /usr/include/c++/11/bits/shared_ptr_atomic.h \ + /usr/include/c++/11/bits/atomic_base.h \ + /usr/include/c++/11/bits/atomic_lockfree_defines.h \ + /usr/include/c++/11/backward/auto_ptr.h /usr/include/c++/11/string \ + /usr/include/c++/11/bits/char_traits.h /usr/include/c++/11/cstdint \ + /usr/include/c++/11/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \ + /usr/include/c++/11/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/cctype \ + /usr/include/ctype.h /usr/include/c++/11/bits/ostream_insert.h \ + /usr/include/c++/11/bits/cxxabi_forced.h \ + /usr/include/c++/11/bits/basic_string.h \ + /usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/c++/11/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/11/bits/charconv.h \ + /usr/include/c++/11/bits/basic_string.tcc /usr/include/c++/11/vector \ + /usr/include/c++/11/bits/stl_vector.h \ + /usr/include/c++/11/bits/stl_bvector.h \ + /usr/include/c++/11/bits/vector.tcc \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/bounded_vector.hpp \ + /usr/include/c++/11/stdexcept \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/message_initialization.hpp \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_initialization.h \ + /opt/ros/humble/include/rosidl_typesupport_cpp/rosidl_typesupport_cpp/identifier.hpp \ + /opt/ros/humble/include/rosidl_typesupport_cpp/rosidl_typesupport_cpp/visibility_control.h \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/message_type_support.hpp \ + /opt/ros/humble/include/rosidl_typesupport_c/rosidl_typesupport_c/type_support_map.h \ + /opt/ros/humble/include/rosidl_typesupport_cpp/rosidl_typesupport_cpp/message_type_support_dispatch.hpp diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o new file mode 100644 index 0000000..37730c0 Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o.d b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o.d new file mode 100644 index 0000000..bfbfebf --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o.d @@ -0,0 +1,170 @@ +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o: \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp \ + /usr/include/stdc-predef.h /usr/include/c++/11/cstddef \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp \ + /usr/include/c++/11/algorithm /usr/include/c++/11/utility \ + /usr/include/c++/11/bits/stl_relops.h \ + /usr/include/c++/11/bits/stl_pair.h /usr/include/c++/11/bits/move.h \ + /usr/include/c++/11/type_traits /usr/include/c++/11/initializer_list \ + /usr/include/c++/11/bits/stl_algobase.h \ + /usr/include/c++/11/bits/functexcept.h \ + /usr/include/c++/11/bits/exception_defines.h \ + /usr/include/c++/11/bits/cpp_type_traits.h \ + /usr/include/c++/11/ext/type_traits.h \ + /usr/include/c++/11/ext/numeric_traits.h \ + /usr/include/c++/11/bits/stl_iterator_base_types.h \ + /usr/include/c++/11/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/11/bits/concept_check.h \ + /usr/include/c++/11/debug/assertions.h \ + /usr/include/c++/11/bits/stl_iterator.h \ + /usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \ + /usr/include/c++/11/bits/predefined_ops.h \ + /usr/include/c++/11/bits/stl_algo.h /usr/include/c++/11/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/11/bits/std_abs.h \ + /usr/include/c++/11/bits/algorithmfwd.h \ + /usr/include/c++/11/bits/stl_heap.h \ + /usr/include/c++/11/bits/stl_tempbuf.h \ + /usr/include/c++/11/bits/stl_construct.h /usr/include/c++/11/new \ + /usr/include/c++/11/bits/exception.h \ + /usr/include/c++/11/bits/uniform_int_dist.h /usr/include/c++/11/array \ + /usr/include/c++/11/bits/range_access.h /usr/include/c++/11/memory \ + /usr/include/c++/11/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \ + /usr/include/c++/11/ext/new_allocator.h \ + /usr/include/c++/11/bits/memoryfwd.h \ + /usr/include/c++/11/bits/stl_uninitialized.h \ + /usr/include/c++/11/ext/alloc_traits.h \ + /usr/include/c++/11/bits/alloc_traits.h \ + /usr/include/c++/11/bits/stl_raw_storage_iter.h \ + /usr/include/c++/11/bits/align.h /usr/include/c++/11/bit \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/11/bits/uses_allocator.h \ + /usr/include/c++/11/bits/unique_ptr.h /usr/include/c++/11/tuple \ + /usr/include/c++/11/bits/invoke.h \ + /usr/include/c++/11/bits/stl_function.h \ + /usr/include/c++/11/backward/binders.h \ + /usr/include/c++/11/bits/functional_hash.h \ + /usr/include/c++/11/bits/hash_bytes.h \ + /usr/include/c++/11/bits/shared_ptr.h /usr/include/c++/11/iosfwd \ + /usr/include/c++/11/bits/stringfwd.h /usr/include/c++/11/bits/postypes.h \ + /usr/include/c++/11/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/11/bits/shared_ptr_base.h /usr/include/c++/11/typeinfo \ + /usr/include/c++/11/bits/allocated_ptr.h \ + /usr/include/c++/11/bits/refwrap.h \ + /usr/include/c++/11/ext/aligned_buffer.h \ + /usr/include/c++/11/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/11/ext/concurrence.h /usr/include/c++/11/exception \ + /usr/include/c++/11/bits/exception_ptr.h \ + /usr/include/c++/11/bits/cxxabi_init_exception.h \ + /usr/include/c++/11/bits/nested_exception.h \ + /usr/include/c++/11/bits/shared_ptr_atomic.h \ + /usr/include/c++/11/bits/atomic_base.h \ + /usr/include/c++/11/bits/atomic_lockfree_defines.h \ + /usr/include/c++/11/backward/auto_ptr.h /usr/include/c++/11/string \ + /usr/include/c++/11/bits/char_traits.h /usr/include/c++/11/cstdint \ + /usr/include/c++/11/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \ + /usr/include/c++/11/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/cctype \ + /usr/include/ctype.h /usr/include/c++/11/bits/ostream_insert.h \ + /usr/include/c++/11/bits/cxxabi_forced.h \ + /usr/include/c++/11/bits/basic_string.h \ + /usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/c++/11/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/11/bits/charconv.h \ + /usr/include/c++/11/bits/basic_string.tcc /usr/include/c++/11/vector \ + /usr/include/c++/11/bits/stl_vector.h \ + /usr/include/c++/11/bits/stl_bvector.h \ + /usr/include/c++/11/bits/vector.tcc \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/bounded_vector.hpp \ + /usr/include/c++/11/stdexcept \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/message_initialization.hpp \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_initialization.h \ + /opt/ros/humble/include/rosidl_typesupport_cpp/rosidl_typesupport_cpp/identifier.hpp \ + /opt/ros/humble/include/rosidl_typesupport_cpp/rosidl_typesupport_cpp/visibility_control.h \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/message_type_support.hpp \ + /opt/ros/humble/include/rosidl_typesupport_c/rosidl_typesupport_c/type_support_map.h \ + /opt/ros/humble/include/rosidl_typesupport_cpp/rosidl_typesupport_cpp/message_type_support_dispatch.hpp \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/service_type_support_struct.h \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/service_type_support.hpp \ + /opt/ros/humble/include/rosidl_typesupport_cpp/rosidl_typesupport_cpp/service_type_support_dispatch.hpp diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/DependInfo.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/DependInfo.cmake new file mode 100644 index 0000000..723968d --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/DependInfo.cmake @@ -0,0 +1,32 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.o" "gcc" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.o.d" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.o" "gcc" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.o.d" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.o" "gcc" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.o.d" + ) + +# Pairs of files generated by the same build rule. +set(CMAKE_MULTIPLE_OUTPUT_PAIRS + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h" + ) + + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/build.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/build.make new file mode 100644 index 0000000..58d5b9f --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/build.make @@ -0,0 +1,219 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ros/lab3_robotics/advrobotics_lab3_interfaces + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces + +# Include any dependencies generated for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/flags.make + +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/lib/rosidl_typesupport_fastrtps_c/rosidl_typesupport_fastrtps_c +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/local/lib/python3.10/dist-packages/rosidl_typesupport_fastrtps_c/__init__.py +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/rosidl_typesupport_fastrtps_c/resource/idl__rosidl_typesupport_fastrtps_c.h.em +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/rosidl_typesupport_fastrtps_c/resource/idl__type_support_c.cpp.em +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/rosidl_typesupport_fastrtps_c/resource/msg__rosidl_typesupport_fastrtps_c.h.em +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/rosidl_typesupport_fastrtps_c/resource/msg__type_support_c.cpp.em +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/rosidl_typesupport_fastrtps_c/resource/srv__rosidl_typesupport_fastrtps_c.h.em +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/rosidl_typesupport_fastrtps_c/resource/srv__type_support_c.cpp.em +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: rosidl_adapter/advrobotics_lab3_interfaces/msg/Joints.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: rosidl_adapter/advrobotics_lab3_interfaces/msg/Gripper.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: rosidl_adapter/advrobotics_lab3_interfaces/srv/Invkin.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/std_msgs/msg/Bool.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/std_msgs/msg/Byte.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/std_msgs/msg/ByteMultiArray.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/std_msgs/msg/Char.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/std_msgs/msg/ColorRGBA.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/std_msgs/msg/Empty.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/std_msgs/msg/Float32.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/std_msgs/msg/Float32MultiArray.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/std_msgs/msg/Float64.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/std_msgs/msg/Float64MultiArray.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/std_msgs/msg/Header.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/std_msgs/msg/Int16.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/std_msgs/msg/Int16MultiArray.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/std_msgs/msg/Int32.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/std_msgs/msg/Int32MultiArray.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/std_msgs/msg/Int64.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/std_msgs/msg/Int64MultiArray.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/std_msgs/msg/Int8.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/std_msgs/msg/Int8MultiArray.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/std_msgs/msg/MultiArrayDimension.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/std_msgs/msg/MultiArrayLayout.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/std_msgs/msg/String.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/std_msgs/msg/UInt16.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/std_msgs/msg/UInt16MultiArray.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/std_msgs/msg/UInt32.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/std_msgs/msg/UInt32MultiArray.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/std_msgs/msg/UInt64.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/std_msgs/msg/UInt64MultiArray.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/std_msgs/msg/UInt8.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/std_msgs/msg/UInt8MultiArray.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/builtin_interfaces/msg/Duration.idl +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h: /opt/ros/humble/share/builtin_interfaces/msg/Time.idl + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating C type support for eProsima Fast-RTPS" + /usr/bin/python3 /opt/ros/humble/lib/rosidl_typesupport_fastrtps_c/rosidl_typesupport_fastrtps_c --generator-arguments-file /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c__arguments.json + +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp: rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp + +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h: rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h + +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp: rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp + +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h: rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h + +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp: rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/flags.make +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.o: rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.o -MF CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.o.d -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.o -c /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp > CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.i + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.s + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/flags.make +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.o: rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.o -MF CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.o.d -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.o -c /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp > CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.i + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.s + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/flags.make +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.o: rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.o -MF CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.o.d -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.o -c /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp > CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.i + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.s + +# Object files for target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c +advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c_OBJECTS = \ +"CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.o" \ +"CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.o" \ +"CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.o" + +# External object files for target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c +advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c_EXTERNAL_OBJECTS = + +libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.o +libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.o +libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.o +libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/build.make +libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so: libadvrobotics_lab3_interfaces__rosidl_generator_c.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_c.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_c.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so: /opt/ros/humble/lib/librosidl_typesupport_fastrtps_cpp.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so: /opt/ros/humble/lib/libfastcdr.so.1.0.24 +libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so: /opt/ros/humble/lib/librmw.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so: /opt/ros/humble/lib/librosidl_typesupport_fastrtps_c.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so: /opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so: /opt/ros/humble/lib/librosidl_runtime_c.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so: /opt/ros/humble/lib/librcutils.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking CXX shared library libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/build: libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/build + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/cmake_clean.cmake +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/clean + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/depend: rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/depend: rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/depend: rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/depend: rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/depend: rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/depend: rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp + cd /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/depend + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/cmake_clean.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/cmake_clean.cmake new file mode 100644 index 0000000..cbc103d --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/cmake_clean.cmake @@ -0,0 +1,21 @@ +file(REMOVE_RECURSE + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.o" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.o.d" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.o" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.o.d" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.o" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.o.d" + "libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.pdb" + "libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so" + "rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h" + "rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp" + "rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h" + "rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp" + "rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h" + "rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/compiler_depend.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/compiler_depend.make new file mode 100644 index 0000000..380fe26 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/compiler_depend.ts b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/compiler_depend.ts new file mode 100644 index 0000000..df8e779 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/depend.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/depend.make new file mode 100644 index 0000000..dedfac8 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/flags.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/flags.make new file mode 100644 index 0000000..eecd1b1 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -DRCUTILS_ENABLE_FAULT_INJECTION -DROSIDL_TYPESUPPORT_FASTRTPS_C_BUILDING_DLL_advrobotics_lab3_interfaces -DROS_PACKAGE_NAME=\"advrobotics_lab3_interfaces\" + +CXX_INCLUDES = -I/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c -I/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c -isystem /opt/ros/humble/include/fastcdr -isystem /opt/ros/humble/include/rosidl_runtime_c -isystem /opt/ros/humble/include/rcutils -isystem /opt/ros/humble/include/rosidl_typesupport_interface -isystem /opt/ros/humble/include/rosidl_runtime_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp -isystem /opt/ros/humble/include/rmw -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_c -isystem /opt/ros/humble/include/std_msgs -isystem /opt/ros/humble/include/builtin_interfaces + +CXX_FLAGS = -fPIC -Wall -Wextra -Wpedantic -std=gnu++14 + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/link.txt b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/link.txt new file mode 100644 index 0000000..330c140 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -fPIC -shared -Wl,-soname,libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so -o libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.o -Wl,-rpath,/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces:/opt/ros/humble/lib: libadvrobotics_lab3_interfaces__rosidl_generator_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/librosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libfastcdr.so.1.0.24 /opt/ros/humble/lib/librmw.so /opt/ros/humble/lib/librosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so /opt/ros/humble/lib/librosidl_runtime_c.so /opt/ros/humble/lib/librcutils.so -ldl diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/progress.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/progress.make new file mode 100644 index 0000000..73f764c --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/progress.make @@ -0,0 +1,6 @@ +CMAKE_PROGRESS_1 = 24 +CMAKE_PROGRESS_2 = 25 +CMAKE_PROGRESS_3 = 26 +CMAKE_PROGRESS_4 = 27 +CMAKE_PROGRESS_5 = 28 + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.o b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.o new file mode 100644 index 0000000..5e1f499 Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.o differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.o.d b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.o.d new file mode 100644 index 0000000..e019fb7 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.o.d @@ -0,0 +1,188 @@ +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.o: \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp \ + /usr/include/stdc-predef.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h \ + /usr/include/c++/11/cassert \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \ + /usr/include/assert.h /usr/include/c++/11/limits \ + /usr/include/c++/11/string /usr/include/c++/11/bits/stringfwd.h \ + /usr/include/c++/11/bits/memoryfwd.h \ + /usr/include/c++/11/bits/char_traits.h \ + /usr/include/c++/11/bits/stl_algobase.h \ + /usr/include/c++/11/bits/functexcept.h \ + /usr/include/c++/11/bits/exception_defines.h \ + /usr/include/c++/11/bits/cpp_type_traits.h \ + /usr/include/c++/11/ext/type_traits.h \ + /usr/include/c++/11/ext/numeric_traits.h \ + /usr/include/c++/11/bits/stl_pair.h /usr/include/c++/11/bits/move.h \ + /usr/include/c++/11/type_traits \ + /usr/include/c++/11/bits/stl_iterator_base_types.h \ + /usr/include/c++/11/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/11/bits/concept_check.h \ + /usr/include/c++/11/debug/assertions.h \ + /usr/include/c++/11/bits/stl_iterator.h \ + /usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \ + /usr/include/c++/11/bits/predefined_ops.h \ + /usr/include/c++/11/bits/postypes.h /usr/include/c++/11/cwchar \ + /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/11/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/11/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \ + /usr/include/c++/11/ext/new_allocator.h /usr/include/c++/11/new \ + /usr/include/c++/11/bits/exception.h \ + /usr/include/c++/11/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \ + /usr/include/c++/11/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/iosfwd \ + /usr/include/c++/11/cctype /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/11/bits/ostream_insert.h \ + /usr/include/c++/11/bits/cxxabi_forced.h \ + /usr/include/c++/11/bits/stl_function.h \ + /usr/include/c++/11/backward/binders.h \ + /usr/include/c++/11/bits/range_access.h \ + /usr/include/c++/11/initializer_list \ + /usr/include/c++/11/bits/basic_string.h \ + /usr/include/c++/11/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/11/ext/alloc_traits.h \ + /usr/include/c++/11/bits/alloc_traits.h \ + /usr/include/c++/11/bits/stl_construct.h \ + /usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/11/bits/std_abs.h /usr/include/c++/11/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/c++/11/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/11/bits/charconv.h \ + /usr/include/c++/11/bits/functional_hash.h \ + /usr/include/c++/11/bits/hash_bytes.h \ + /usr/include/c++/11/bits/basic_string.tcc \ + /opt/ros/humble/include/rosidl_typesupport_fastrtps_c/rosidl_typesupport_fastrtps_c/identifier.h \ + /opt/ros/humble/include/rosidl_typesupport_fastrtps_c/rosidl_typesupport_fastrtps_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_fastrtps_c/rosidl_typesupport_fastrtps_c/wstring_conversion.hpp \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/u16string.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/primitives_sequence.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdbool.h \ + /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp/rosidl_typesupport_fastrtps_cpp/message_type_support.h \ + /opt/ros/humble/include/fastcdr/fastcdr/Cdr.h \ + /opt/ros/humble/include/fastcdr/fastcdr/fastcdr_dll.h \ + /opt/ros/humble/include/fastcdr/fastcdr/config.h \ + /opt/ros/humble/include/fastcdr/fastcdr/eProsima_auto_link.h \ + /opt/ros/humble/include/fastcdr/fastcdr/FastBuffer.h \ + /usr/include/string.h /usr/include/strings.h /usr/include/c++/11/cstddef \ + /usr/include/c++/11/utility /usr/include/c++/11/bits/stl_relops.h \ + /opt/ros/humble/include/fastcdr/fastcdr/exceptions/NotEnoughMemoryException.h \ + /opt/ros/humble/include/fastcdr/fastcdr/exceptions/Exception.h \ + /opt/ros/humble/include/fastcdr/fastcdr/fastcdr_dll.h \ + /usr/include/c++/11/exception /usr/include/c++/11/bits/exception_ptr.h \ + /usr/include/c++/11/bits/cxxabi_init_exception.h \ + /usr/include/c++/11/typeinfo /usr/include/c++/11/bits/nested_exception.h \ + /usr/include/c++/11/vector /usr/include/c++/11/bits/stl_uninitialized.h \ + /usr/include/c++/11/bits/stl_vector.h \ + /usr/include/c++/11/bits/stl_bvector.h \ + /usr/include/c++/11/bits/vector.tcc /usr/include/c++/11/map \ + /usr/include/c++/11/bits/stl_tree.h \ + /usr/include/c++/11/ext/aligned_buffer.h \ + /usr/include/c++/11/bits/stl_map.h /usr/include/c++/11/tuple \ + /usr/include/c++/11/array /usr/include/c++/11/bits/uses_allocator.h \ + /usr/include/c++/11/bits/invoke.h \ + /usr/include/c++/11/bits/stl_multimap.h \ + /usr/include/c++/11/bits/erase_if.h /usr/include/c++/11/iostream \ + /usr/include/c++/11/ostream /usr/include/c++/11/ios \ + /usr/include/c++/11/bits/ios_base.h \ + /usr/include/c++/11/bits/locale_classes.h \ + /usr/include/c++/11/bits/locale_classes.tcc \ + /usr/include/c++/11/system_error \ + /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \ + /usr/include/c++/11/stdexcept /usr/include/c++/11/streambuf \ + /usr/include/c++/11/bits/streambuf.tcc \ + /usr/include/c++/11/bits/basic_ios.h \ + /usr/include/c++/11/bits/locale_facets.h /usr/include/c++/11/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \ + /usr/include/c++/11/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \ + /usr/include/c++/11/bits/locale_facets.tcc \ + /usr/include/c++/11/bits/basic_ios.tcc \ + /usr/include/c++/11/bits/ostream.tcc /usr/include/c++/11/istream \ + /usr/include/c++/11/bits/istream.tcc /usr/include/malloc.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h \ + /usr/include/c++/11/stdlib.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.o b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.o new file mode 100644 index 0000000..69b4dc5 Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.o differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.o.d b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.o.d new file mode 100644 index 0000000..b12501e --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.o.d @@ -0,0 +1,188 @@ +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.o: \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp \ + /usr/include/stdc-predef.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h \ + /usr/include/c++/11/cassert \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \ + /usr/include/assert.h /usr/include/c++/11/limits \ + /usr/include/c++/11/string /usr/include/c++/11/bits/stringfwd.h \ + /usr/include/c++/11/bits/memoryfwd.h \ + /usr/include/c++/11/bits/char_traits.h \ + /usr/include/c++/11/bits/stl_algobase.h \ + /usr/include/c++/11/bits/functexcept.h \ + /usr/include/c++/11/bits/exception_defines.h \ + /usr/include/c++/11/bits/cpp_type_traits.h \ + /usr/include/c++/11/ext/type_traits.h \ + /usr/include/c++/11/ext/numeric_traits.h \ + /usr/include/c++/11/bits/stl_pair.h /usr/include/c++/11/bits/move.h \ + /usr/include/c++/11/type_traits \ + /usr/include/c++/11/bits/stl_iterator_base_types.h \ + /usr/include/c++/11/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/11/bits/concept_check.h \ + /usr/include/c++/11/debug/assertions.h \ + /usr/include/c++/11/bits/stl_iterator.h \ + /usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \ + /usr/include/c++/11/bits/predefined_ops.h \ + /usr/include/c++/11/bits/postypes.h /usr/include/c++/11/cwchar \ + /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/11/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/11/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \ + /usr/include/c++/11/ext/new_allocator.h /usr/include/c++/11/new \ + /usr/include/c++/11/bits/exception.h \ + /usr/include/c++/11/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \ + /usr/include/c++/11/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/iosfwd \ + /usr/include/c++/11/cctype /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/11/bits/ostream_insert.h \ + /usr/include/c++/11/bits/cxxabi_forced.h \ + /usr/include/c++/11/bits/stl_function.h \ + /usr/include/c++/11/backward/binders.h \ + /usr/include/c++/11/bits/range_access.h \ + /usr/include/c++/11/initializer_list \ + /usr/include/c++/11/bits/basic_string.h \ + /usr/include/c++/11/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/11/ext/alloc_traits.h \ + /usr/include/c++/11/bits/alloc_traits.h \ + /usr/include/c++/11/bits/stl_construct.h \ + /usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/11/bits/std_abs.h /usr/include/c++/11/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/c++/11/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/11/bits/charconv.h \ + /usr/include/c++/11/bits/functional_hash.h \ + /usr/include/c++/11/bits/hash_bytes.h \ + /usr/include/c++/11/bits/basic_string.tcc \ + /opt/ros/humble/include/rosidl_typesupport_fastrtps_c/rosidl_typesupport_fastrtps_c/identifier.h \ + /opt/ros/humble/include/rosidl_typesupport_fastrtps_c/rosidl_typesupport_fastrtps_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_fastrtps_c/rosidl_typesupport_fastrtps_c/wstring_conversion.hpp \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/u16string.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/primitives_sequence.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdbool.h \ + /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp/rosidl_typesupport_fastrtps_cpp/message_type_support.h \ + /opt/ros/humble/include/fastcdr/fastcdr/Cdr.h \ + /opt/ros/humble/include/fastcdr/fastcdr/fastcdr_dll.h \ + /opt/ros/humble/include/fastcdr/fastcdr/config.h \ + /opt/ros/humble/include/fastcdr/fastcdr/eProsima_auto_link.h \ + /opt/ros/humble/include/fastcdr/fastcdr/FastBuffer.h \ + /usr/include/string.h /usr/include/strings.h /usr/include/c++/11/cstddef \ + /usr/include/c++/11/utility /usr/include/c++/11/bits/stl_relops.h \ + /opt/ros/humble/include/fastcdr/fastcdr/exceptions/NotEnoughMemoryException.h \ + /opt/ros/humble/include/fastcdr/fastcdr/exceptions/Exception.h \ + /opt/ros/humble/include/fastcdr/fastcdr/fastcdr_dll.h \ + /usr/include/c++/11/exception /usr/include/c++/11/bits/exception_ptr.h \ + /usr/include/c++/11/bits/cxxabi_init_exception.h \ + /usr/include/c++/11/typeinfo /usr/include/c++/11/bits/nested_exception.h \ + /usr/include/c++/11/vector /usr/include/c++/11/bits/stl_uninitialized.h \ + /usr/include/c++/11/bits/stl_vector.h \ + /usr/include/c++/11/bits/stl_bvector.h \ + /usr/include/c++/11/bits/vector.tcc /usr/include/c++/11/map \ + /usr/include/c++/11/bits/stl_tree.h \ + /usr/include/c++/11/ext/aligned_buffer.h \ + /usr/include/c++/11/bits/stl_map.h /usr/include/c++/11/tuple \ + /usr/include/c++/11/array /usr/include/c++/11/bits/uses_allocator.h \ + /usr/include/c++/11/bits/invoke.h \ + /usr/include/c++/11/bits/stl_multimap.h \ + /usr/include/c++/11/bits/erase_if.h /usr/include/c++/11/iostream \ + /usr/include/c++/11/ostream /usr/include/c++/11/ios \ + /usr/include/c++/11/bits/ios_base.h \ + /usr/include/c++/11/bits/locale_classes.h \ + /usr/include/c++/11/bits/locale_classes.tcc \ + /usr/include/c++/11/system_error \ + /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \ + /usr/include/c++/11/stdexcept /usr/include/c++/11/streambuf \ + /usr/include/c++/11/bits/streambuf.tcc \ + /usr/include/c++/11/bits/basic_ios.h \ + /usr/include/c++/11/bits/locale_facets.h /usr/include/c++/11/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \ + /usr/include/c++/11/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \ + /usr/include/c++/11/bits/locale_facets.tcc \ + /usr/include/c++/11/bits/basic_ios.tcc \ + /usr/include/c++/11/bits/ostream.tcc /usr/include/c++/11/istream \ + /usr/include/c++/11/bits/istream.tcc /usr/include/malloc.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__struct.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.h \ + /usr/include/c++/11/stdlib.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.o b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.o new file mode 100644 index 0000000..5cc3079 Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.o differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.o.d b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.o.d new file mode 100644 index 0000000..f3f0170 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.o.d @@ -0,0 +1,231 @@ +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.o: \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp \ + /usr/include/stdc-predef.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/service_type_support_struct.h \ + /usr/include/c++/11/cassert \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \ + /usr/include/assert.h /usr/include/c++/11/limits \ + /usr/include/c++/11/string /usr/include/c++/11/bits/stringfwd.h \ + /usr/include/c++/11/bits/memoryfwd.h \ + /usr/include/c++/11/bits/char_traits.h \ + /usr/include/c++/11/bits/stl_algobase.h \ + /usr/include/c++/11/bits/functexcept.h \ + /usr/include/c++/11/bits/exception_defines.h \ + /usr/include/c++/11/bits/cpp_type_traits.h \ + /usr/include/c++/11/ext/type_traits.h \ + /usr/include/c++/11/ext/numeric_traits.h \ + /usr/include/c++/11/bits/stl_pair.h /usr/include/c++/11/bits/move.h \ + /usr/include/c++/11/type_traits \ + /usr/include/c++/11/bits/stl_iterator_base_types.h \ + /usr/include/c++/11/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/11/bits/concept_check.h \ + /usr/include/c++/11/debug/assertions.h \ + /usr/include/c++/11/bits/stl_iterator.h \ + /usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \ + /usr/include/c++/11/bits/predefined_ops.h \ + /usr/include/c++/11/bits/postypes.h /usr/include/c++/11/cwchar \ + /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/11/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/11/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \ + /usr/include/c++/11/ext/new_allocator.h /usr/include/c++/11/new \ + /usr/include/c++/11/bits/exception.h \ + /usr/include/c++/11/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \ + /usr/include/c++/11/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/iosfwd \ + /usr/include/c++/11/cctype /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/11/bits/ostream_insert.h \ + /usr/include/c++/11/bits/cxxabi_forced.h \ + /usr/include/c++/11/bits/stl_function.h \ + /usr/include/c++/11/backward/binders.h \ + /usr/include/c++/11/bits/range_access.h \ + /usr/include/c++/11/initializer_list \ + /usr/include/c++/11/bits/basic_string.h \ + /usr/include/c++/11/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/11/ext/alloc_traits.h \ + /usr/include/c++/11/bits/alloc_traits.h \ + /usr/include/c++/11/bits/stl_construct.h \ + /usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/11/bits/std_abs.h /usr/include/c++/11/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/c++/11/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/11/bits/charconv.h \ + /usr/include/c++/11/bits/functional_hash.h \ + /usr/include/c++/11/bits/hash_bytes.h \ + /usr/include/c++/11/bits/basic_string.tcc \ + /opt/ros/humble/include/rosidl_typesupport_fastrtps_c/rosidl_typesupport_fastrtps_c/identifier.h \ + /opt/ros/humble/include/rosidl_typesupport_fastrtps_c/rosidl_typesupport_fastrtps_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_fastrtps_c/rosidl_typesupport_fastrtps_c/wstring_conversion.hpp \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/u16string.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/primitives_sequence.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdbool.h \ + /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp/rosidl_typesupport_fastrtps_cpp/message_type_support.h \ + /opt/ros/humble/include/fastcdr/fastcdr/Cdr.h \ + /opt/ros/humble/include/fastcdr/fastcdr/fastcdr_dll.h \ + /opt/ros/humble/include/fastcdr/fastcdr/config.h \ + /opt/ros/humble/include/fastcdr/fastcdr/eProsima_auto_link.h \ + /opt/ros/humble/include/fastcdr/fastcdr/FastBuffer.h \ + /usr/include/string.h /usr/include/strings.h /usr/include/c++/11/cstddef \ + /usr/include/c++/11/utility /usr/include/c++/11/bits/stl_relops.h \ + /opt/ros/humble/include/fastcdr/fastcdr/exceptions/NotEnoughMemoryException.h \ + /opt/ros/humble/include/fastcdr/fastcdr/exceptions/Exception.h \ + /opt/ros/humble/include/fastcdr/fastcdr/fastcdr_dll.h \ + /usr/include/c++/11/exception /usr/include/c++/11/bits/exception_ptr.h \ + /usr/include/c++/11/bits/cxxabi_init_exception.h \ + /usr/include/c++/11/typeinfo /usr/include/c++/11/bits/nested_exception.h \ + /usr/include/c++/11/vector /usr/include/c++/11/bits/stl_uninitialized.h \ + /usr/include/c++/11/bits/stl_vector.h \ + /usr/include/c++/11/bits/stl_bvector.h \ + /usr/include/c++/11/bits/vector.tcc /usr/include/c++/11/map \ + /usr/include/c++/11/bits/stl_tree.h \ + /usr/include/c++/11/ext/aligned_buffer.h \ + /usr/include/c++/11/bits/stl_map.h /usr/include/c++/11/tuple \ + /usr/include/c++/11/array /usr/include/c++/11/bits/uses_allocator.h \ + /usr/include/c++/11/bits/invoke.h \ + /usr/include/c++/11/bits/stl_multimap.h \ + /usr/include/c++/11/bits/erase_if.h /usr/include/c++/11/iostream \ + /usr/include/c++/11/ostream /usr/include/c++/11/ios \ + /usr/include/c++/11/bits/ios_base.h \ + /usr/include/c++/11/bits/locale_classes.h \ + /usr/include/c++/11/bits/locale_classes.tcc \ + /usr/include/c++/11/system_error \ + /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \ + /usr/include/c++/11/stdexcept /usr/include/c++/11/streambuf \ + /usr/include/c++/11/bits/streambuf.tcc \ + /usr/include/c++/11/bits/basic_ios.h \ + /usr/include/c++/11/bits/locale_facets.h /usr/include/c++/11/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \ + /usr/include/c++/11/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \ + /usr/include/c++/11/bits/locale_facets.tcc \ + /usr/include/c++/11/bits/basic_ios.tcc \ + /usr/include/c++/11/bits/ostream.tcc /usr/include/c++/11/istream \ + /usr/include/c++/11/bits/istream.tcc /usr/include/malloc.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h \ + /usr/include/c++/11/stdlib.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp/rosidl_typesupport_fastrtps_cpp/service_type_support.h \ + /opt/ros/humble/include/rmw/rmw/types.h \ + /opt/ros/humble/include/rcutils/rcutils/logging.h \ + /opt/ros/humble/include/rcutils/rcutils/allocator.h \ + /opt/ros/humble/include/rcutils/rcutils/macros.h \ + /opt/ros/humble/include/rcutils/rcutils/testing/fault_injection.h \ + /opt/ros/humble/include/rcutils/rcutils/visibility_control.h \ + /opt/ros/humble/include/rcutils/rcutils/visibility_control_macros.h \ + /opt/ros/humble/include/rcutils/rcutils/types/rcutils_ret.h \ + /opt/ros/humble/include/rcutils/rcutils/error_handling.h \ + /opt/ros/humble/include/rcutils/rcutils/snprintf.h \ + /opt/ros/humble/include/rcutils/rcutils/time.h \ + /opt/ros/humble/include/rcutils/rcutils/types.h \ + /opt/ros/humble/include/rcutils/rcutils/types/array_list.h \ + /opt/ros/humble/include/rcutils/rcutils/types/char_array.h \ + /opt/ros/humble/include/rcutils/rcutils/types/hash_map.h \ + /opt/ros/humble/include/rcutils/rcutils/types/string_array.h \ + /opt/ros/humble/include/rcutils/rcutils/qsort.h \ + /opt/ros/humble/include/rcutils/rcutils/types/string_map.h \ + /opt/ros/humble/include/rcutils/rcutils/types/uint8_array.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/events_statuses.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/incompatible_qos.h \ + /opt/ros/humble/include/rmw/rmw/qos_policy_kind.h \ + /opt/ros/humble/include/rmw/rmw/visibility_control.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/liveliness_changed.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/liveliness_lost.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/message_lost.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/offered_deadline_missed.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/requested_deadline_missed.h \ + /opt/ros/humble/include/rmw/rmw/init.h \ + /opt/ros/humble/include/rmw/rmw/init_options.h \ + /opt/ros/humble/include/rmw/rmw/domain_id.h \ + /opt/ros/humble/include/rmw/rmw/localhost.h \ + /opt/ros/humble/include/rmw/rmw/macros.h \ + /opt/ros/humble/include/rmw/rmw/ret_types.h \ + /opt/ros/humble/include/rmw/rmw/security_options.h \ + /opt/ros/humble/include/rmw/rmw/serialized_message.h \ + /opt/ros/humble/include/rmw/rmw/subscription_content_filter_options.h \ + /opt/ros/humble/include/rmw/rmw/time.h \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/service_type_support.hpp \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/invkin.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/DependInfo.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/DependInfo.cmake new file mode 100644 index 0000000..7e74ba8 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.o" "gcc" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.o.d" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/DependInfo.cmake" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/DependInfo.cmake" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/DependInfo.cmake" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/build.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/build.make new file mode 100644 index 0000000..5c1dbaf --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/build.make @@ -0,0 +1,142 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ros/lab3_robotics/advrobotics_lab3_interfaces + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces + +# Include any dependencies generated for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/flags.make + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/flags.make +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.o: rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.o -MF CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.o.d -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.o -c /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c > CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.i + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.s + +# Object files for target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext +advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext_OBJECTS = \ +"CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.o" + +# External object files for target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext +advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext_EXTERNAL_OBJECTS = + +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.o +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/build.make +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: /usr/lib/x86_64-linux-gnu/libpython3.10.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_cpp.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_cpp.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_cpp.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libstd_msgs__rosidl_generator_py.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_cpp.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_cpp.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_cpp.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_py.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/librmw.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: /usr/lib/x86_64-linux-gnu/libpython3.10.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: libadvrobotics_lab3_interfaces__rosidl_generator_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/librosidl_typesupport_fastrtps_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/librosidl_typesupport_fastrtps_cpp.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libfastcdr.so.1.0.24 +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/librmw.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/librosidl_typesupport_introspection_cpp.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/librosidl_typesupport_introspection_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/librosidl_typesupport_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/librosidl_runtime_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/librcutils.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C shared library rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/build: rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/build + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/cmake_clean.cmake +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/clean + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/depend: + cd /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/depend + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/cmake_clean.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/cmake_clean.cmake new file mode 100644 index 0000000..491de1a --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.o" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.o.d" + "rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.pdb" + "rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/compiler_depend.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/compiler_depend.make new file mode 100644 index 0000000..2f41379 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/compiler_depend.ts b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/compiler_depend.ts new file mode 100644 index 0000000..2931b86 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/depend.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/depend.make new file mode 100644 index 0000000..86a5bf5 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/flags.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/flags.make new file mode 100644 index 0000000..d0ffbfc --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# compile C with /usr/bin/cc +C_DEFINES = -DRCUTILS_ENABLE_FAULT_INJECTION -DROS_PACKAGE_NAME=\"advrobotics_lab3_interfaces\" -Dadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext_EXPORTS + +C_INCLUDES = -I/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c -I/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py -I/usr/include/python3.10 -I/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c -isystem /opt/ros/humble/include/rosidl_runtime_c -isystem /opt/ros/humble/include/rosidl_typesupport_c -isystem /opt/ros/humble/include/rosidl_typesupport_interface -isystem /opt/ros/humble/include/std_msgs -isystem /opt/ros/humble/include/builtin_interfaces -isystem /opt/ros/humble/include/rmw -isystem /opt/ros/humble/include/rcutils -isystem /opt/ros/humble/include/fastcdr -isystem /opt/ros/humble/include/rosidl_runtime_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_c -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_c -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_cpp + +C_FLAGS = -fPIC -Wall -Wextra + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/link.txt b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/link.txt new file mode 100644 index 0000000..3e09eb7 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -fPIC -shared -Wl,-soname,advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so -o rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.o -Wl,-rpath,/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces:/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces:/opt/ros/humble/lib: rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so /usr/lib/x86_64-linux-gnu/libpython3.10.so libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_cpp.so /opt/ros/humble/lib/libstd_msgs__rosidl_generator_py.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_cpp.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_py.so /opt/ros/humble/lib/librmw.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so /usr/lib/x86_64-linux-gnu/libpython3.10.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so libadvrobotics_lab3_interfaces__rosidl_generator_c.so /opt/ros/humble/lib/librosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/librosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libfastcdr.so.1.0.24 /opt/ros/humble/lib/librmw.so /opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so /opt/ros/humble/lib/librosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/librosidl_typesupport_introspection_c.so /opt/ros/humble/lib/librosidl_typesupport_c.so /opt/ros/humble/lib/librosidl_runtime_c.so /opt/ros/humble/lib/librcutils.so -ldl -Wl,-rpath-link,/opt/ros/humble/lib diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/progress.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/progress.make new file mode 100644 index 0000000..df87bc2 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 29 +CMAKE_PROGRESS_2 = 30 + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.o b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.o new file mode 100644 index 0000000..07cab2a Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.o differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.o.d b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.o.d new file mode 100644 index 0000000..b501db4 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.o.d @@ -0,0 +1,213 @@ +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.o: \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c \ + /usr/include/stdc-predef.h /usr/include/python3.10/Python.h \ + /usr/include/python3.10/patchlevel.h /usr/include/python3.10/pyconfig.h \ + /usr/include/x86_64-linux-gnu/python3.10/pyconfig.h \ + /usr/include/python3.10/pymacconfig.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/linux/close_range.h /usr/include/assert.h \ + /usr/include/python3.10/pyport.h /usr/include/inttypes.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/x86_64-linux-gnu/sys/time.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/struct_stat.h \ + /usr/include/x86_64-linux-gnu/bits/statx.h /usr/include/linux/stat.h \ + /usr/include/linux/types.h /usr/include/x86_64-linux-gnu/asm/types.h \ + /usr/include/asm-generic/types.h /usr/include/asm-generic/int-ll64.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/bits/statx-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_statx_timestamp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_statx.h \ + /usr/include/python3.10/exports.h /usr/include/python3.10/pymacro.h \ + /usr/include/python3.10/pymath.h /usr/include/python3.10/pymem.h \ + /usr/include/python3.10/cpython/pymem.h /usr/include/python3.10/object.h \ + /usr/include/python3.10/cpython/object.h \ + /usr/include/python3.10/objimpl.h \ + /usr/include/python3.10/cpython/objimpl.h \ + /usr/include/python3.10/typeslots.h /usr/include/python3.10/pyhash.h \ + /usr/include/python3.10/cpython/pydebug.h \ + /usr/include/python3.10/bytearrayobject.h \ + /usr/include/python3.10/cpython/bytearrayobject.h \ + /usr/include/python3.10/bytesobject.h \ + /usr/include/python3.10/cpython/bytesobject.h \ + /usr/include/python3.10/unicodeobject.h /usr/include/ctype.h \ + /usr/include/wchar.h /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/python3.10/cpython/unicodeobject.h \ + /usr/include/python3.10/longobject.h \ + /usr/include/python3.10/longintrepr.h \ + /usr/include/python3.10/boolobject.h \ + /usr/include/python3.10/floatobject.h \ + /usr/include/python3.10/complexobject.h \ + /usr/include/python3.10/rangeobject.h \ + /usr/include/python3.10/memoryobject.h \ + /usr/include/python3.10/tupleobject.h \ + /usr/include/python3.10/cpython/tupleobject.h \ + /usr/include/python3.10/listobject.h \ + /usr/include/python3.10/cpython/listobject.h \ + /usr/include/python3.10/dictobject.h \ + /usr/include/python3.10/cpython/dictobject.h \ + /usr/include/python3.10/cpython/odictobject.h \ + /usr/include/python3.10/enumobject.h /usr/include/python3.10/setobject.h \ + /usr/include/python3.10/methodobject.h \ + /usr/include/python3.10/cpython/methodobject.h \ + /usr/include/python3.10/moduleobject.h \ + /usr/include/python3.10/funcobject.h \ + /usr/include/python3.10/classobject.h \ + /usr/include/python3.10/fileobject.h \ + /usr/include/python3.10/cpython/fileobject.h \ + /usr/include/python3.10/pycapsule.h /usr/include/python3.10/code.h \ + /usr/include/python3.10/cpython/code.h /usr/include/python3.10/pyframe.h \ + /usr/include/python3.10/traceback.h \ + /usr/include/python3.10/cpython/traceback.h \ + /usr/include/python3.10/sliceobject.h \ + /usr/include/python3.10/cellobject.h \ + /usr/include/python3.10/iterobject.h \ + /usr/include/python3.10/cpython/initconfig.h \ + /usr/include/python3.10/genobject.h /usr/include/python3.10/pystate.h \ + /usr/include/python3.10/cpython/pystate.h \ + /usr/include/python3.10/abstract.h \ + /usr/include/python3.10/cpython/abstract.h \ + /usr/include/python3.10/descrobject.h \ + /usr/include/python3.10/genericaliasobject.h \ + /usr/include/python3.10/warnings.h \ + /usr/include/python3.10/weakrefobject.h \ + /usr/include/python3.10/structseq.h \ + /usr/include/python3.10/namespaceobject.h \ + /usr/include/python3.10/cpython/picklebufobject.h \ + /usr/include/python3.10/cpython/pytime.h \ + /usr/include/python3.10/codecs.h /usr/include/python3.10/pyerrors.h \ + /usr/include/python3.10/cpython/pyerrors.h \ + /usr/include/python3.10/pythread.h /usr/include/pthread.h \ + /usr/include/sched.h /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/python3.10/context.h /usr/include/python3.10/modsupport.h \ + /usr/include/python3.10/compile.h \ + /usr/include/python3.10/cpython/compile.h \ + /usr/include/python3.10/pythonrun.h \ + /usr/include/python3.10/cpython/pythonrun.h \ + /usr/include/python3.10/pylifecycle.h \ + /usr/include/python3.10/cpython/pylifecycle.h \ + /usr/include/python3.10/ceval.h /usr/include/python3.10/cpython/ceval.h \ + /usr/include/python3.10/sysmodule.h \ + /usr/include/python3.10/cpython/sysmodule.h \ + /usr/include/python3.10/osmodule.h /usr/include/python3.10/intrcheck.h \ + /usr/include/python3.10/import.h \ + /usr/include/python3.10/cpython/import.h \ + /usr/include/python3.10/bltinmodule.h /usr/include/python3.10/eval.h \ + /usr/include/python3.10/cpython/pyctype.h \ + /usr/include/python3.10/pystrtod.h /usr/include/python3.10/pystrcmp.h \ + /usr/include/python3.10/fileutils.h \ + /usr/include/python3.10/cpython/fileutils.h \ + /usr/include/python3.10/cpython/pyfpe.h \ + /usr/include/python3.10/tracemalloc.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdbool.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h \ + /opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/service_type_support_struct.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/action_type_support_struct.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__struct.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/DependInfo.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/DependInfo.cmake new file mode 100644 index 0000000..14f40cd --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/DependInfo.cmake @@ -0,0 +1,31 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.o" "gcc" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.o.d" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.o" "gcc" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.o.d" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.o" "gcc" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.o.d" + ) + +# Pairs of files generated by the same build rule. +set(CMAKE_MULTIPLE_OUTPUT_PAIRS + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp" + ) + + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/build.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/build.make new file mode 100644 index 0000000..8b7dd8b --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/build.make @@ -0,0 +1,215 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ros/lab3_robotics/advrobotics_lab3_interfaces + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces + +# Include any dependencies generated for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/flags.make + +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/lib/rosidl_typesupport_fastrtps_cpp/rosidl_typesupport_fastrtps_cpp +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/local/lib/python3.10/dist-packages/rosidl_typesupport_fastrtps_cpp/__init__.py +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/resource/idl__rosidl_typesupport_fastrtps_cpp.hpp.em +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/resource/idl__type_support.cpp.em +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/resource/msg__rosidl_typesupport_fastrtps_cpp.hpp.em +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/resource/msg__type_support.cpp.em +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/resource/srv__rosidl_typesupport_fastrtps_cpp.hpp.em +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/resource/srv__type_support.cpp.em +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: rosidl_adapter/advrobotics_lab3_interfaces/msg/Joints.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: rosidl_adapter/advrobotics_lab3_interfaces/msg/Gripper.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: rosidl_adapter/advrobotics_lab3_interfaces/srv/Invkin.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Bool.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Byte.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/ByteMultiArray.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Char.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/ColorRGBA.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Empty.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Float32.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Float32MultiArray.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Float64.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Float64MultiArray.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Header.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Int16.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Int16MultiArray.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Int32.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Int32MultiArray.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Int64.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Int64MultiArray.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Int8.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/Int8MultiArray.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/MultiArrayDimension.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/MultiArrayLayout.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/String.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/UInt16.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/UInt16MultiArray.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/UInt32.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/UInt32MultiArray.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/UInt64.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/UInt64MultiArray.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/UInt8.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/std_msgs/msg/UInt8MultiArray.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/builtin_interfaces/msg/Duration.idl +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp: /opt/ros/humble/share/builtin_interfaces/msg/Time.idl + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating C++ type support for eProsima Fast-RTPS" + /usr/bin/python3 /opt/ros/humble/lib/rosidl_typesupport_fastrtps_cpp/rosidl_typesupport_fastrtps_cpp --generator-arguments-file /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp__arguments.json + +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp: rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp + +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp: rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp + +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp: rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp + +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp: rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp + +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp: rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/flags.make +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.o: rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.o -MF CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.o.d -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.o -c /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp > CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.i + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.s + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/flags.make +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.o: rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.o -MF CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.o.d -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.o -c /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp > CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.i + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.s + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/flags.make +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.o: rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.o -MF CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.o.d -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.o -c /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp > CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.i + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.s + +# Object files for target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp +advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp_OBJECTS = \ +"CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.o" \ +"CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.o" \ +"CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.o" + +# External object files for target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp +advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp_EXTERNAL_OBJECTS = + +libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.o +libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.o +libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.o +libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/build.make +libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_cpp.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_cpp.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so: /opt/ros/humble/lib/librosidl_typesupport_fastrtps_cpp.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so: /opt/ros/humble/lib/libfastcdr.so.1.0.24 +libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so: /opt/ros/humble/lib/librmw.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so: /opt/ros/humble/lib/librosidl_runtime_c.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so: /opt/ros/humble/lib/librcutils.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking CXX shared library libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/build: libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/build + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/cmake_clean.cmake +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/clean + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/depend: rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/depend: rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/depend: rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/depend: rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/depend: rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/depend: rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp + cd /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/depend + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/cmake_clean.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/cmake_clean.cmake new file mode 100644 index 0000000..5835a3a --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/cmake_clean.cmake @@ -0,0 +1,21 @@ +file(REMOVE_RECURSE + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.o" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.o.d" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.o" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.o.d" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.o" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.o.d" + "libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.pdb" + "libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so" + "rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp" + "rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp" + "rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp" + "rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp" + "rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp" + "rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/compiler_depend.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/compiler_depend.make new file mode 100644 index 0000000..f45134c --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/compiler_depend.ts b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/compiler_depend.ts new file mode 100644 index 0000000..def9d5a --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/depend.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/depend.make new file mode 100644 index 0000000..0adccf3 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/flags.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/flags.make new file mode 100644 index 0000000..5c48a87 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -DRCUTILS_ENABLE_FAULT_INJECTION -DROSIDL_TYPESUPPORT_FASTRTPS_CPP_BUILDING_DLL_advrobotics_lab3_interfaces -DROS_PACKAGE_NAME=\"advrobotics_lab3_interfaces\" + +CXX_INCLUDES = -I/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp -I/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp -isystem /opt/ros/humble/include/fastcdr -isystem /opt/ros/humble/include/rmw -isystem /opt/ros/humble/include/rcutils -isystem /opt/ros/humble/include/rosidl_runtime_c -isystem /opt/ros/humble/include/rosidl_typesupport_interface -isystem /opt/ros/humble/include/rosidl_runtime_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp -isystem /opt/ros/humble/include/std_msgs -isystem /opt/ros/humble/include/builtin_interfaces + +CXX_FLAGS = -fPIC -Wall -Wextra -Wpedantic -Wredundant-decls -std=gnu++14 + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/link.txt b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/link.txt new file mode 100644 index 0000000..9594561 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -fPIC -shared -Wl,-soname,libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so -o libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.o -Wl,-rpath,/opt/ros/humble/lib: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/librosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libfastcdr.so.1.0.24 /opt/ros/humble/lib/librmw.so /opt/ros/humble/lib/librosidl_runtime_c.so /opt/ros/humble/lib/librcutils.so -ldl diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/progress.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/progress.make new file mode 100644 index 0000000..ff6c1eb --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/progress.make @@ -0,0 +1,6 @@ +CMAKE_PROGRESS_1 = 31 +CMAKE_PROGRESS_2 = 32 +CMAKE_PROGRESS_3 = 33 +CMAKE_PROGRESS_4 = 34 +CMAKE_PROGRESS_5 = 35 + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.o b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.o new file mode 100644 index 0000000..3e3e94c Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.o differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.o.d b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.o.d new file mode 100644 index 0000000..64f666f --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.o.d @@ -0,0 +1,201 @@ +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.o: \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp \ + /usr/include/stdc-predef.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp \ + /usr/include/c++/11/algorithm /usr/include/c++/11/utility \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \ + /usr/include/c++/11/bits/stl_relops.h \ + /usr/include/c++/11/bits/stl_pair.h /usr/include/c++/11/bits/move.h \ + /usr/include/c++/11/type_traits /usr/include/c++/11/initializer_list \ + /usr/include/c++/11/bits/stl_algobase.h \ + /usr/include/c++/11/bits/functexcept.h \ + /usr/include/c++/11/bits/exception_defines.h \ + /usr/include/c++/11/bits/cpp_type_traits.h \ + /usr/include/c++/11/ext/type_traits.h \ + /usr/include/c++/11/ext/numeric_traits.h \ + /usr/include/c++/11/bits/stl_iterator_base_types.h \ + /usr/include/c++/11/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/11/bits/concept_check.h \ + /usr/include/c++/11/debug/assertions.h \ + /usr/include/c++/11/bits/stl_iterator.h \ + /usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \ + /usr/include/c++/11/bits/predefined_ops.h \ + /usr/include/c++/11/bits/stl_algo.h /usr/include/c++/11/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/11/bits/std_abs.h \ + /usr/include/c++/11/bits/algorithmfwd.h \ + /usr/include/c++/11/bits/stl_heap.h \ + /usr/include/c++/11/bits/stl_tempbuf.h \ + /usr/include/c++/11/bits/stl_construct.h /usr/include/c++/11/new \ + /usr/include/c++/11/bits/exception.h \ + /usr/include/c++/11/bits/uniform_int_dist.h /usr/include/c++/11/array \ + /usr/include/c++/11/bits/range_access.h /usr/include/c++/11/memory \ + /usr/include/c++/11/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \ + /usr/include/c++/11/ext/new_allocator.h \ + /usr/include/c++/11/bits/memoryfwd.h \ + /usr/include/c++/11/bits/stl_uninitialized.h \ + /usr/include/c++/11/ext/alloc_traits.h \ + /usr/include/c++/11/bits/alloc_traits.h \ + /usr/include/c++/11/bits/stl_raw_storage_iter.h \ + /usr/include/c++/11/bits/align.h /usr/include/c++/11/bit \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/11/bits/uses_allocator.h \ + /usr/include/c++/11/bits/unique_ptr.h /usr/include/c++/11/tuple \ + /usr/include/c++/11/bits/invoke.h \ + /usr/include/c++/11/bits/stl_function.h \ + /usr/include/c++/11/backward/binders.h \ + /usr/include/c++/11/bits/functional_hash.h \ + /usr/include/c++/11/bits/hash_bytes.h \ + /usr/include/c++/11/bits/shared_ptr.h /usr/include/c++/11/iosfwd \ + /usr/include/c++/11/bits/stringfwd.h /usr/include/c++/11/bits/postypes.h \ + /usr/include/c++/11/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/11/bits/shared_ptr_base.h /usr/include/c++/11/typeinfo \ + /usr/include/c++/11/bits/allocated_ptr.h \ + /usr/include/c++/11/bits/refwrap.h \ + /usr/include/c++/11/ext/aligned_buffer.h \ + /usr/include/c++/11/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/11/ext/concurrence.h /usr/include/c++/11/exception \ + /usr/include/c++/11/bits/exception_ptr.h \ + /usr/include/c++/11/bits/cxxabi_init_exception.h \ + /usr/include/c++/11/bits/nested_exception.h \ + /usr/include/c++/11/bits/shared_ptr_atomic.h \ + /usr/include/c++/11/bits/atomic_base.h \ + /usr/include/c++/11/bits/atomic_lockfree_defines.h \ + /usr/include/c++/11/backward/auto_ptr.h /usr/include/c++/11/string \ + /usr/include/c++/11/bits/char_traits.h /usr/include/c++/11/cstdint \ + /usr/include/c++/11/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \ + /usr/include/c++/11/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/cctype \ + /usr/include/ctype.h /usr/include/c++/11/bits/ostream_insert.h \ + /usr/include/c++/11/bits/cxxabi_forced.h \ + /usr/include/c++/11/bits/basic_string.h \ + /usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/c++/11/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/11/bits/charconv.h \ + /usr/include/c++/11/bits/basic_string.tcc /usr/include/c++/11/vector \ + /usr/include/c++/11/bits/stl_vector.h \ + /usr/include/c++/11/bits/stl_bvector.h \ + /usr/include/c++/11/bits/vector.tcc \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/bounded_vector.hpp \ + /usr/include/c++/11/stdexcept \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/message_initialization.hpp \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_initialization.h \ + /opt/ros/humble/include/fastcdr/fastcdr/Cdr.h \ + /opt/ros/humble/include/fastcdr/fastcdr/fastcdr_dll.h \ + /opt/ros/humble/include/fastcdr/fastcdr/config.h \ + /opt/ros/humble/include/fastcdr/fastcdr/eProsima_auto_link.h \ + /opt/ros/humble/include/fastcdr/fastcdr/FastBuffer.h \ + /usr/include/string.h /usr/include/strings.h /usr/include/c++/11/cstddef \ + /opt/ros/humble/include/fastcdr/fastcdr/exceptions/NotEnoughMemoryException.h \ + /opt/ros/humble/include/fastcdr/fastcdr/exceptions/Exception.h \ + /opt/ros/humble/include/fastcdr/fastcdr/fastcdr_dll.h \ + /usr/include/c++/11/map /usr/include/c++/11/bits/stl_tree.h \ + /usr/include/c++/11/bits/stl_map.h \ + /usr/include/c++/11/bits/stl_multimap.h \ + /usr/include/c++/11/bits/erase_if.h /usr/include/c++/11/iostream \ + /usr/include/c++/11/ostream /usr/include/c++/11/ios \ + /usr/include/c++/11/bits/ios_base.h \ + /usr/include/c++/11/bits/locale_classes.h \ + /usr/include/c++/11/bits/locale_classes.tcc \ + /usr/include/c++/11/system_error \ + /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \ + /usr/include/c++/11/streambuf /usr/include/c++/11/bits/streambuf.tcc \ + /usr/include/c++/11/bits/basic_ios.h \ + /usr/include/c++/11/bits/locale_facets.h /usr/include/c++/11/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \ + /usr/include/c++/11/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \ + /usr/include/c++/11/bits/locale_facets.tcc \ + /usr/include/c++/11/bits/basic_ios.tcc \ + /usr/include/c++/11/bits/ostream.tcc /usr/include/c++/11/istream \ + /usr/include/c++/11/bits/istream.tcc /usr/include/malloc.h \ + /usr/include/c++/11/limits \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/message_type_support.hpp \ + /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp/rosidl_typesupport_fastrtps_cpp/identifier.hpp \ + /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp/rosidl_typesupport_fastrtps_cpp/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp/rosidl_typesupport_fastrtps_cpp/message_type_support.h \ + /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp/rosidl_typesupport_fastrtps_cpp/message_type_support_decl.hpp \ + /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp/rosidl_typesupport_fastrtps_cpp/wstring_conversion.hpp diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.o b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.o new file mode 100644 index 0000000..b371c3a Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.o differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.o.d b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.o.d new file mode 100644 index 0000000..ceeb93c --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.o.d @@ -0,0 +1,201 @@ +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.o: \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp \ + /usr/include/stdc-predef.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp \ + /usr/include/c++/11/algorithm /usr/include/c++/11/utility \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \ + /usr/include/c++/11/bits/stl_relops.h \ + /usr/include/c++/11/bits/stl_pair.h /usr/include/c++/11/bits/move.h \ + /usr/include/c++/11/type_traits /usr/include/c++/11/initializer_list \ + /usr/include/c++/11/bits/stl_algobase.h \ + /usr/include/c++/11/bits/functexcept.h \ + /usr/include/c++/11/bits/exception_defines.h \ + /usr/include/c++/11/bits/cpp_type_traits.h \ + /usr/include/c++/11/ext/type_traits.h \ + /usr/include/c++/11/ext/numeric_traits.h \ + /usr/include/c++/11/bits/stl_iterator_base_types.h \ + /usr/include/c++/11/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/11/bits/concept_check.h \ + /usr/include/c++/11/debug/assertions.h \ + /usr/include/c++/11/bits/stl_iterator.h \ + /usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \ + /usr/include/c++/11/bits/predefined_ops.h \ + /usr/include/c++/11/bits/stl_algo.h /usr/include/c++/11/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/11/bits/std_abs.h \ + /usr/include/c++/11/bits/algorithmfwd.h \ + /usr/include/c++/11/bits/stl_heap.h \ + /usr/include/c++/11/bits/stl_tempbuf.h \ + /usr/include/c++/11/bits/stl_construct.h /usr/include/c++/11/new \ + /usr/include/c++/11/bits/exception.h \ + /usr/include/c++/11/bits/uniform_int_dist.h /usr/include/c++/11/array \ + /usr/include/c++/11/bits/range_access.h /usr/include/c++/11/memory \ + /usr/include/c++/11/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \ + /usr/include/c++/11/ext/new_allocator.h \ + /usr/include/c++/11/bits/memoryfwd.h \ + /usr/include/c++/11/bits/stl_uninitialized.h \ + /usr/include/c++/11/ext/alloc_traits.h \ + /usr/include/c++/11/bits/alloc_traits.h \ + /usr/include/c++/11/bits/stl_raw_storage_iter.h \ + /usr/include/c++/11/bits/align.h /usr/include/c++/11/bit \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/11/bits/uses_allocator.h \ + /usr/include/c++/11/bits/unique_ptr.h /usr/include/c++/11/tuple \ + /usr/include/c++/11/bits/invoke.h \ + /usr/include/c++/11/bits/stl_function.h \ + /usr/include/c++/11/backward/binders.h \ + /usr/include/c++/11/bits/functional_hash.h \ + /usr/include/c++/11/bits/hash_bytes.h \ + /usr/include/c++/11/bits/shared_ptr.h /usr/include/c++/11/iosfwd \ + /usr/include/c++/11/bits/stringfwd.h /usr/include/c++/11/bits/postypes.h \ + /usr/include/c++/11/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/11/bits/shared_ptr_base.h /usr/include/c++/11/typeinfo \ + /usr/include/c++/11/bits/allocated_ptr.h \ + /usr/include/c++/11/bits/refwrap.h \ + /usr/include/c++/11/ext/aligned_buffer.h \ + /usr/include/c++/11/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/11/ext/concurrence.h /usr/include/c++/11/exception \ + /usr/include/c++/11/bits/exception_ptr.h \ + /usr/include/c++/11/bits/cxxabi_init_exception.h \ + /usr/include/c++/11/bits/nested_exception.h \ + /usr/include/c++/11/bits/shared_ptr_atomic.h \ + /usr/include/c++/11/bits/atomic_base.h \ + /usr/include/c++/11/bits/atomic_lockfree_defines.h \ + /usr/include/c++/11/backward/auto_ptr.h /usr/include/c++/11/string \ + /usr/include/c++/11/bits/char_traits.h /usr/include/c++/11/cstdint \ + /usr/include/c++/11/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \ + /usr/include/c++/11/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/cctype \ + /usr/include/ctype.h /usr/include/c++/11/bits/ostream_insert.h \ + /usr/include/c++/11/bits/cxxabi_forced.h \ + /usr/include/c++/11/bits/basic_string.h \ + /usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/c++/11/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/11/bits/charconv.h \ + /usr/include/c++/11/bits/basic_string.tcc /usr/include/c++/11/vector \ + /usr/include/c++/11/bits/stl_vector.h \ + /usr/include/c++/11/bits/stl_bvector.h \ + /usr/include/c++/11/bits/vector.tcc \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/bounded_vector.hpp \ + /usr/include/c++/11/stdexcept \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/message_initialization.hpp \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_initialization.h \ + /opt/ros/humble/include/fastcdr/fastcdr/Cdr.h \ + /opt/ros/humble/include/fastcdr/fastcdr/fastcdr_dll.h \ + /opt/ros/humble/include/fastcdr/fastcdr/config.h \ + /opt/ros/humble/include/fastcdr/fastcdr/eProsima_auto_link.h \ + /opt/ros/humble/include/fastcdr/fastcdr/FastBuffer.h \ + /usr/include/string.h /usr/include/strings.h /usr/include/c++/11/cstddef \ + /opt/ros/humble/include/fastcdr/fastcdr/exceptions/NotEnoughMemoryException.h \ + /opt/ros/humble/include/fastcdr/fastcdr/exceptions/Exception.h \ + /opt/ros/humble/include/fastcdr/fastcdr/fastcdr_dll.h \ + /usr/include/c++/11/map /usr/include/c++/11/bits/stl_tree.h \ + /usr/include/c++/11/bits/stl_map.h \ + /usr/include/c++/11/bits/stl_multimap.h \ + /usr/include/c++/11/bits/erase_if.h /usr/include/c++/11/iostream \ + /usr/include/c++/11/ostream /usr/include/c++/11/ios \ + /usr/include/c++/11/bits/ios_base.h \ + /usr/include/c++/11/bits/locale_classes.h \ + /usr/include/c++/11/bits/locale_classes.tcc \ + /usr/include/c++/11/system_error \ + /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \ + /usr/include/c++/11/streambuf /usr/include/c++/11/bits/streambuf.tcc \ + /usr/include/c++/11/bits/basic_ios.h \ + /usr/include/c++/11/bits/locale_facets.h /usr/include/c++/11/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \ + /usr/include/c++/11/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \ + /usr/include/c++/11/bits/locale_facets.tcc \ + /usr/include/c++/11/bits/basic_ios.tcc \ + /usr/include/c++/11/bits/ostream.tcc /usr/include/c++/11/istream \ + /usr/include/c++/11/bits/istream.tcc /usr/include/malloc.h \ + /usr/include/c++/11/limits \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/message_type_support.hpp \ + /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp/rosidl_typesupport_fastrtps_cpp/identifier.hpp \ + /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp/rosidl_typesupport_fastrtps_cpp/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp/rosidl_typesupport_fastrtps_cpp/message_type_support.h \ + /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp/rosidl_typesupport_fastrtps_cpp/message_type_support_decl.hpp \ + /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp/rosidl_typesupport_fastrtps_cpp/wstring_conversion.hpp diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.o b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.o new file mode 100644 index 0000000..e9aa935 Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.o differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.o.d b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.o.d new file mode 100644 index 0000000..9f8803e --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.o.d @@ -0,0 +1,246 @@ +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.o: \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp \ + /usr/include/stdc-predef.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp \ + /usr/include/c++/11/algorithm /usr/include/c++/11/utility \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \ + /usr/include/c++/11/bits/stl_relops.h \ + /usr/include/c++/11/bits/stl_pair.h /usr/include/c++/11/bits/move.h \ + /usr/include/c++/11/type_traits /usr/include/c++/11/initializer_list \ + /usr/include/c++/11/bits/stl_algobase.h \ + /usr/include/c++/11/bits/functexcept.h \ + /usr/include/c++/11/bits/exception_defines.h \ + /usr/include/c++/11/bits/cpp_type_traits.h \ + /usr/include/c++/11/ext/type_traits.h \ + /usr/include/c++/11/ext/numeric_traits.h \ + /usr/include/c++/11/bits/stl_iterator_base_types.h \ + /usr/include/c++/11/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/11/bits/concept_check.h \ + /usr/include/c++/11/debug/assertions.h \ + /usr/include/c++/11/bits/stl_iterator.h \ + /usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \ + /usr/include/c++/11/bits/predefined_ops.h \ + /usr/include/c++/11/bits/stl_algo.h /usr/include/c++/11/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/11/bits/std_abs.h \ + /usr/include/c++/11/bits/algorithmfwd.h \ + /usr/include/c++/11/bits/stl_heap.h \ + /usr/include/c++/11/bits/stl_tempbuf.h \ + /usr/include/c++/11/bits/stl_construct.h /usr/include/c++/11/new \ + /usr/include/c++/11/bits/exception.h \ + /usr/include/c++/11/bits/uniform_int_dist.h /usr/include/c++/11/array \ + /usr/include/c++/11/bits/range_access.h /usr/include/c++/11/memory \ + /usr/include/c++/11/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \ + /usr/include/c++/11/ext/new_allocator.h \ + /usr/include/c++/11/bits/memoryfwd.h \ + /usr/include/c++/11/bits/stl_uninitialized.h \ + /usr/include/c++/11/ext/alloc_traits.h \ + /usr/include/c++/11/bits/alloc_traits.h \ + /usr/include/c++/11/bits/stl_raw_storage_iter.h \ + /usr/include/c++/11/bits/align.h /usr/include/c++/11/bit \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/11/bits/uses_allocator.h \ + /usr/include/c++/11/bits/unique_ptr.h /usr/include/c++/11/tuple \ + /usr/include/c++/11/bits/invoke.h \ + /usr/include/c++/11/bits/stl_function.h \ + /usr/include/c++/11/backward/binders.h \ + /usr/include/c++/11/bits/functional_hash.h \ + /usr/include/c++/11/bits/hash_bytes.h \ + /usr/include/c++/11/bits/shared_ptr.h /usr/include/c++/11/iosfwd \ + /usr/include/c++/11/bits/stringfwd.h /usr/include/c++/11/bits/postypes.h \ + /usr/include/c++/11/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/11/bits/shared_ptr_base.h /usr/include/c++/11/typeinfo \ + /usr/include/c++/11/bits/allocated_ptr.h \ + /usr/include/c++/11/bits/refwrap.h \ + /usr/include/c++/11/ext/aligned_buffer.h \ + /usr/include/c++/11/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/11/ext/concurrence.h /usr/include/c++/11/exception \ + /usr/include/c++/11/bits/exception_ptr.h \ + /usr/include/c++/11/bits/cxxabi_init_exception.h \ + /usr/include/c++/11/bits/nested_exception.h \ + /usr/include/c++/11/bits/shared_ptr_atomic.h \ + /usr/include/c++/11/bits/atomic_base.h \ + /usr/include/c++/11/bits/atomic_lockfree_defines.h \ + /usr/include/c++/11/backward/auto_ptr.h /usr/include/c++/11/string \ + /usr/include/c++/11/bits/char_traits.h /usr/include/c++/11/cstdint \ + /usr/include/c++/11/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \ + /usr/include/c++/11/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/cctype \ + /usr/include/ctype.h /usr/include/c++/11/bits/ostream_insert.h \ + /usr/include/c++/11/bits/cxxabi_forced.h \ + /usr/include/c++/11/bits/basic_string.h \ + /usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/c++/11/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/11/bits/charconv.h \ + /usr/include/c++/11/bits/basic_string.tcc /usr/include/c++/11/vector \ + /usr/include/c++/11/bits/stl_vector.h \ + /usr/include/c++/11/bits/stl_bvector.h \ + /usr/include/c++/11/bits/vector.tcc \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/bounded_vector.hpp \ + /usr/include/c++/11/stdexcept \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/message_initialization.hpp \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_initialization.h \ + /opt/ros/humble/include/fastcdr/fastcdr/Cdr.h \ + /opt/ros/humble/include/fastcdr/fastcdr/fastcdr_dll.h \ + /opt/ros/humble/include/fastcdr/fastcdr/config.h \ + /opt/ros/humble/include/fastcdr/fastcdr/eProsima_auto_link.h \ + /opt/ros/humble/include/fastcdr/fastcdr/FastBuffer.h \ + /usr/include/string.h /usr/include/strings.h /usr/include/c++/11/cstddef \ + /opt/ros/humble/include/fastcdr/fastcdr/exceptions/NotEnoughMemoryException.h \ + /opt/ros/humble/include/fastcdr/fastcdr/exceptions/Exception.h \ + /opt/ros/humble/include/fastcdr/fastcdr/fastcdr_dll.h \ + /usr/include/c++/11/map /usr/include/c++/11/bits/stl_tree.h \ + /usr/include/c++/11/bits/stl_map.h \ + /usr/include/c++/11/bits/stl_multimap.h \ + /usr/include/c++/11/bits/erase_if.h /usr/include/c++/11/iostream \ + /usr/include/c++/11/ostream /usr/include/c++/11/ios \ + /usr/include/c++/11/bits/ios_base.h \ + /usr/include/c++/11/bits/locale_classes.h \ + /usr/include/c++/11/bits/locale_classes.tcc \ + /usr/include/c++/11/system_error \ + /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \ + /usr/include/c++/11/streambuf /usr/include/c++/11/bits/streambuf.tcc \ + /usr/include/c++/11/bits/basic_ios.h \ + /usr/include/c++/11/bits/locale_facets.h /usr/include/c++/11/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \ + /usr/include/c++/11/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \ + /usr/include/c++/11/bits/locale_facets.tcc \ + /usr/include/c++/11/bits/basic_ios.tcc \ + /usr/include/c++/11/bits/ostream.tcc /usr/include/c++/11/istream \ + /usr/include/c++/11/bits/istream.tcc /usr/include/malloc.h \ + /opt/ros/humble/include/rmw/rmw/types.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdbool.h \ + /opt/ros/humble/include/rcutils/rcutils/logging.h \ + /opt/ros/humble/include/rcutils/rcutils/allocator.h \ + /opt/ros/humble/include/rcutils/rcutils/macros.h \ + /opt/ros/humble/include/rcutils/rcutils/testing/fault_injection.h \ + /opt/ros/humble/include/rcutils/rcutils/visibility_control.h \ + /opt/ros/humble/include/rcutils/rcutils/visibility_control_macros.h \ + /opt/ros/humble/include/rcutils/rcutils/types/rcutils_ret.h \ + /opt/ros/humble/include/rcutils/rcutils/error_handling.h \ + /usr/include/assert.h /usr/include/c++/11/stdlib.h \ + /opt/ros/humble/include/rcutils/rcutils/snprintf.h \ + /opt/ros/humble/include/rcutils/rcutils/time.h \ + /opt/ros/humble/include/rcutils/rcutils/types.h \ + /opt/ros/humble/include/rcutils/rcutils/types/array_list.h \ + /opt/ros/humble/include/rcutils/rcutils/types/char_array.h \ + /opt/ros/humble/include/rcutils/rcutils/types/hash_map.h \ + /opt/ros/humble/include/rcutils/rcutils/types/string_array.h \ + /opt/ros/humble/include/rcutils/rcutils/qsort.h \ + /opt/ros/humble/include/rcutils/rcutils/types/string_map.h \ + /opt/ros/humble/include/rcutils/rcutils/types/uint8_array.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/events_statuses.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/incompatible_qos.h \ + /opt/ros/humble/include/rmw/rmw/qos_policy_kind.h \ + /opt/ros/humble/include/rmw/rmw/visibility_control.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/liveliness_changed.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/liveliness_lost.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/message_lost.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/offered_deadline_missed.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/requested_deadline_missed.h \ + /opt/ros/humble/include/rmw/rmw/init.h \ + /opt/ros/humble/include/rmw/rmw/init_options.h \ + /opt/ros/humble/include/rmw/rmw/domain_id.h \ + /opt/ros/humble/include/rmw/rmw/localhost.h \ + /opt/ros/humble/include/rmw/rmw/macros.h \ + /opt/ros/humble/include/rmw/rmw/ret_types.h \ + /opt/ros/humble/include/rmw/rmw/security_options.h \ + /opt/ros/humble/include/rmw/rmw/serialized_message.h \ + /opt/ros/humble/include/rmw/rmw/subscription_content_filter_options.h \ + /opt/ros/humble/include/rmw/rmw/time.h \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/service_type_support.hpp \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/service_type_support_struct.h \ + /usr/include/c++/11/limits \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/message_type_support.hpp \ + /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp/rosidl_typesupport_fastrtps_cpp/identifier.hpp \ + /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp/rosidl_typesupport_fastrtps_cpp/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp/rosidl_typesupport_fastrtps_cpp/message_type_support.h \ + /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp/rosidl_typesupport_fastrtps_cpp/message_type_support_decl.hpp \ + /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp/rosidl_typesupport_fastrtps_cpp/wstring_conversion.hpp \ + /opt/ros/humble/include/rmw/rmw/error_handling.h \ + /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp/rosidl_typesupport_fastrtps_cpp/service_type_support.h \ + /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp/rosidl_typesupport_fastrtps_cpp/service_type_support_decl.hpp diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/DependInfo.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/DependInfo.cmake new file mode 100644 index 0000000..d76f1f9 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/DependInfo.cmake @@ -0,0 +1,32 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.o" "gcc" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.o.d" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.o" "gcc" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.o.d" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.o" "gcc" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.o.d" + ) + +# Pairs of files generated by the same build rule. +set(CMAKE_MULTIPLE_OUTPUT_PAIRS + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h" + ) + + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/build.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/build.make new file mode 100644 index 0000000..0b409ac --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/build.make @@ -0,0 +1,216 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ros/lab3_robotics/advrobotics_lab3_interfaces + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces + +# Include any dependencies generated for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/flags.make + +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/lib/rosidl_typesupport_introspection_c/rosidl_typesupport_introspection_c +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/local/lib/python3.10/dist-packages/rosidl_typesupport_introspection_c/__init__.py +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/rosidl_typesupport_introspection_c/resource/idl__rosidl_typesupport_introspection_c.h.em +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/rosidl_typesupport_introspection_c/resource/idl__type_support.c.em +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/rosidl_typesupport_introspection_c/resource/msg__rosidl_typesupport_introspection_c.h.em +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/rosidl_typesupport_introspection_c/resource/msg__type_support.c.em +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/rosidl_typesupport_introspection_c/resource/srv__rosidl_typesupport_introspection_c.h.em +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/rosidl_typesupport_introspection_c/resource/srv__type_support.c.em +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: rosidl_adapter/advrobotics_lab3_interfaces/msg/Joints.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: rosidl_adapter/advrobotics_lab3_interfaces/msg/Gripper.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: rosidl_adapter/advrobotics_lab3_interfaces/srv/Invkin.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/std_msgs/msg/Bool.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/std_msgs/msg/Byte.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/std_msgs/msg/ByteMultiArray.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/std_msgs/msg/Char.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/std_msgs/msg/ColorRGBA.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/std_msgs/msg/Empty.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/std_msgs/msg/Float32.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/std_msgs/msg/Float32MultiArray.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/std_msgs/msg/Float64.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/std_msgs/msg/Float64MultiArray.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/std_msgs/msg/Header.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/std_msgs/msg/Int16.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/std_msgs/msg/Int16MultiArray.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/std_msgs/msg/Int32.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/std_msgs/msg/Int32MultiArray.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/std_msgs/msg/Int64.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/std_msgs/msg/Int64MultiArray.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/std_msgs/msg/Int8.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/std_msgs/msg/Int8MultiArray.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/std_msgs/msg/MultiArrayDimension.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/std_msgs/msg/MultiArrayLayout.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/std_msgs/msg/String.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/std_msgs/msg/UInt16.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/std_msgs/msg/UInt16MultiArray.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/std_msgs/msg/UInt32.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/std_msgs/msg/UInt32MultiArray.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/std_msgs/msg/UInt64.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/std_msgs/msg/UInt64MultiArray.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/std_msgs/msg/UInt8.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/std_msgs/msg/UInt8MultiArray.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/builtin_interfaces/msg/Duration.idl +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h: /opt/ros/humble/share/builtin_interfaces/msg/Time.idl + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating C introspection for ROS interfaces" + /usr/bin/python3 /opt/ros/humble/lib/rosidl_typesupport_introspection_c/rosidl_typesupport_introspection_c --generator-arguments-file /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c__arguments.json + +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h: rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h + +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h: rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h + +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c: rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c + +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c: rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c + +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c: rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/flags.make +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.o: rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.o -MF CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.o.d -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.o -c /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c > CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.i + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.s + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/flags.make +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.o: rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.o -MF CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.o.d -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.o -c /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c > CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.i + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.s + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/flags.make +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.o: rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.o -MF CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.o.d -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.o -c /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c > CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.i + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.s + +# Object files for target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c +advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c_OBJECTS = \ +"CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.o" \ +"CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.o" \ +"CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.o" + +# External object files for target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c +advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c_EXTERNAL_OBJECTS = + +libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.o +libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.o +libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.o +libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/build.make +libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so: libadvrobotics_lab3_interfaces__rosidl_generator_c.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_c.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_c.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so: /opt/ros/humble/lib/librosidl_typesupport_introspection_c.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so: /opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so: /opt/ros/humble/lib/librosidl_runtime_c.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so: /opt/ros/humble/lib/librcutils.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C shared library libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/build: libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/build + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/cmake_clean.cmake +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/clean + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/depend: rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/depend: rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/depend: rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/depend: rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/depend: rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/depend: rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c + cd /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/depend + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/cmake_clean.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/cmake_clean.cmake new file mode 100644 index 0000000..69407a7 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/cmake_clean.cmake @@ -0,0 +1,21 @@ +file(REMOVE_RECURSE + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.o" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.o.d" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.o" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.o.d" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.o" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.o.d" + "libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.pdb" + "libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so" + "rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h" + "rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c" + "rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h" + "rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c" + "rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h" + "rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/compiler_depend.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/compiler_depend.make new file mode 100644 index 0000000..7da4b69 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/compiler_depend.ts b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/compiler_depend.ts new file mode 100644 index 0000000..e33c78e --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/depend.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/depend.make new file mode 100644 index 0000000..65d2125 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/flags.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/flags.make new file mode 100644 index 0000000..71f422c --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# compile C with /usr/bin/cc +C_DEFINES = -DRCUTILS_ENABLE_FAULT_INJECTION -DROSIDL_TYPESUPPORT_INTROSPECTION_C_BUILDING_DLL_advrobotics_lab3_interfaces -DROS_PACKAGE_NAME=\"advrobotics_lab3_interfaces\" + +C_INCLUDES = -I/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c -I/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c -isystem /opt/ros/humble/include/std_msgs -isystem /opt/ros/humble/include/builtin_interfaces -isystem /opt/ros/humble/include/rosidl_runtime_c -isystem /opt/ros/humble/include/rcutils -isystem /opt/ros/humble/include/rosidl_typesupport_interface -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_c + +C_FLAGS = -fPIC -Wall -std=gnu11 + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/link.txt b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/link.txt new file mode 100644 index 0000000..c6afafe --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -fPIC -shared -Wl,-soname,libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so -o libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.o -Wl,-rpath,/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces:/opt/ros/humble/lib: libadvrobotics_lab3_interfaces__rosidl_generator_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/librosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so /opt/ros/humble/lib/librosidl_runtime_c.so /opt/ros/humble/lib/librcutils.so -ldl diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/progress.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/progress.make new file mode 100644 index 0000000..971e6bf --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/progress.make @@ -0,0 +1,6 @@ +CMAKE_PROGRESS_1 = 36 +CMAKE_PROGRESS_2 = 37 +CMAKE_PROGRESS_3 = 38 +CMAKE_PROGRESS_4 = 39 +CMAKE_PROGRESS_5 = 40 + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.o b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.o new file mode 100644 index 0000000..d44387e Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.o differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.o.d b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.o.d new file mode 100644 index 0000000..7958278 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.o.d @@ -0,0 +1,59 @@ +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.o: \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c \ + /usr/include/stdc-predef.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_introspection_c/rosidl_typesupport_introspection_c/field_types.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /opt/ros/humble/include/rosidl_typesupport_introspection_c/rosidl_typesupport_introspection_c/identifier.h \ + /opt/ros/humble/include/rosidl_typesupport_introspection_c/rosidl_typesupport_introspection_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_introspection_c/rosidl_typesupport_introspection_c/message_introspection.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdbool.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_initialization.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.o b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.o new file mode 100644 index 0000000..09347fa Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.o differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.o.d b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.o.d new file mode 100644 index 0000000..44fb6d2 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.o.d @@ -0,0 +1,59 @@ +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.o: \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c \ + /usr/include/stdc-predef.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_introspection_c/rosidl_typesupport_introspection_c/field_types.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /opt/ros/humble/include/rosidl_typesupport_introspection_c/rosidl_typesupport_introspection_c/identifier.h \ + /opt/ros/humble/include/rosidl_typesupport_introspection_c/rosidl_typesupport_introspection_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_introspection_c/rosidl_typesupport_introspection_c/message_introspection.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdbool.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_initialization.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.h \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__struct.h diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.o b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.o new file mode 100644 index 0000000..3329cad Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.o differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.o.d b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.o.d new file mode 100644 index 0000000..1e57861 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.o.d @@ -0,0 +1,61 @@ +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.o: \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c \ + /usr/include/stdc-predef.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/service_type_support_struct.h \ + /opt/ros/humble/include/rosidl_typesupport_introspection_c/rosidl_typesupport_introspection_c/field_types.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /opt/ros/humble/include/rosidl_typesupport_introspection_c/rosidl_typesupport_introspection_c/identifier.h \ + /opt/ros/humble/include/rosidl_typesupport_introspection_c/rosidl_typesupport_introspection_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_introspection_c/rosidl_typesupport_introspection_c/message_introspection.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdbool.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_initialization.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h \ + /opt/ros/humble/include/rosidl_typesupport_introspection_c/rosidl_typesupport_introspection_c/service_introspection.h diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/DependInfo.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/DependInfo.cmake new file mode 100644 index 0000000..5a1e092 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.o" "gcc" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.o.d" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/DependInfo.cmake" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/DependInfo.cmake" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/DependInfo.cmake" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/build.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/build.make new file mode 100644 index 0000000..bcf8d51 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/build.make @@ -0,0 +1,142 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ros/lab3_robotics/advrobotics_lab3_interfaces + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces + +# Include any dependencies generated for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/flags.make + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/flags.make +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.o: rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.o -MF CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.o.d -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.o -c /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c > CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.i + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.s + +# Object files for target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext +advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext_OBJECTS = \ +"CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.o" + +# External object files for target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext +advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext_EXTERNAL_OBJECTS = + +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.o +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/build.make +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: /usr/lib/x86_64-linux-gnu/libpython3.10.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_cpp.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_cpp.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_cpp.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libstd_msgs__rosidl_generator_py.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_cpp.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_cpp.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_cpp.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_py.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/librmw.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: /usr/lib/x86_64-linux-gnu/libpython3.10.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: libadvrobotics_lab3_interfaces__rosidl_generator_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/librosidl_typesupport_fastrtps_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/librosidl_typesupport_fastrtps_cpp.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/libfastcdr.so.1.0.24 +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/librmw.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/librosidl_typesupport_introspection_cpp.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/librosidl_typesupport_introspection_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/librosidl_typesupport_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/librosidl_runtime_c.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: /opt/ros/humble/lib/librcutils.so +rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C shared library rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/build: rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/build + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/cmake_clean.cmake +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/clean + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/depend: + cd /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/depend + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/cmake_clean.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/cmake_clean.cmake new file mode 100644 index 0000000..46b14ff --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.o" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.o.d" + "rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.pdb" + "rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/compiler_depend.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/compiler_depend.make new file mode 100644 index 0000000..30fec0b --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/compiler_depend.ts b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/compiler_depend.ts new file mode 100644 index 0000000..aa48b8a --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/depend.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/depend.make new file mode 100644 index 0000000..8934ea6 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/flags.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/flags.make new file mode 100644 index 0000000..0ad7c53 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# compile C with /usr/bin/cc +C_DEFINES = -DRCUTILS_ENABLE_FAULT_INJECTION -DROS_PACKAGE_NAME=\"advrobotics_lab3_interfaces\" -Dadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext_EXPORTS + +C_INCLUDES = -I/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c -I/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py -I/usr/include/python3.10 -I/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c -isystem /opt/ros/humble/include/rosidl_runtime_c -isystem /opt/ros/humble/include/rosidl_typesupport_c -isystem /opt/ros/humble/include/rosidl_typesupport_interface -isystem /opt/ros/humble/include/std_msgs -isystem /opt/ros/humble/include/builtin_interfaces -isystem /opt/ros/humble/include/rmw -isystem /opt/ros/humble/include/rcutils -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_c -isystem /opt/ros/humble/include/fastcdr -isystem /opt/ros/humble/include/rosidl_runtime_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_c -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_cpp + +C_FLAGS = -fPIC -Wall -Wextra + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/link.txt b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/link.txt new file mode 100644 index 0000000..a4462bd --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -fPIC -shared -Wl,-soname,advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so -o rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.o -Wl,-rpath,/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces:/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces:/opt/ros/humble/lib: rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so /usr/lib/x86_64-linux-gnu/libpython3.10.so libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_cpp.so /opt/ros/humble/lib/libstd_msgs__rosidl_generator_py.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_cpp.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_py.so /opt/ros/humble/lib/librmw.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so /usr/lib/x86_64-linux-gnu/libpython3.10.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so libadvrobotics_lab3_interfaces__rosidl_generator_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so /opt/ros/humble/lib/librosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/librosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libfastcdr.so.1.0.24 /opt/ros/humble/lib/librmw.so /opt/ros/humble/lib/librosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/librosidl_typesupport_introspection_c.so /opt/ros/humble/lib/librosidl_typesupport_c.so /opt/ros/humble/lib/librosidl_runtime_c.so /opt/ros/humble/lib/librcutils.so -ldl -Wl,-rpath-link,/opt/ros/humble/lib diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/progress.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/progress.make new file mode 100644 index 0000000..1f42eb5 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 41 +CMAKE_PROGRESS_2 = 42 + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.o b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.o new file mode 100644 index 0000000..1f3c5fb Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.o differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.o.d b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.o.d new file mode 100644 index 0000000..f6ddd93 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.o.d @@ -0,0 +1,213 @@ +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.o: \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c \ + /usr/include/stdc-predef.h /usr/include/python3.10/Python.h \ + /usr/include/python3.10/patchlevel.h /usr/include/python3.10/pyconfig.h \ + /usr/include/x86_64-linux-gnu/python3.10/pyconfig.h \ + /usr/include/python3.10/pymacconfig.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/linux/close_range.h /usr/include/assert.h \ + /usr/include/python3.10/pyport.h /usr/include/inttypes.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/x86_64-linux-gnu/sys/time.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/struct_stat.h \ + /usr/include/x86_64-linux-gnu/bits/statx.h /usr/include/linux/stat.h \ + /usr/include/linux/types.h /usr/include/x86_64-linux-gnu/asm/types.h \ + /usr/include/asm-generic/types.h /usr/include/asm-generic/int-ll64.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/bits/statx-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_statx_timestamp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_statx.h \ + /usr/include/python3.10/exports.h /usr/include/python3.10/pymacro.h \ + /usr/include/python3.10/pymath.h /usr/include/python3.10/pymem.h \ + /usr/include/python3.10/cpython/pymem.h /usr/include/python3.10/object.h \ + /usr/include/python3.10/cpython/object.h \ + /usr/include/python3.10/objimpl.h \ + /usr/include/python3.10/cpython/objimpl.h \ + /usr/include/python3.10/typeslots.h /usr/include/python3.10/pyhash.h \ + /usr/include/python3.10/cpython/pydebug.h \ + /usr/include/python3.10/bytearrayobject.h \ + /usr/include/python3.10/cpython/bytearrayobject.h \ + /usr/include/python3.10/bytesobject.h \ + /usr/include/python3.10/cpython/bytesobject.h \ + /usr/include/python3.10/unicodeobject.h /usr/include/ctype.h \ + /usr/include/wchar.h /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/python3.10/cpython/unicodeobject.h \ + /usr/include/python3.10/longobject.h \ + /usr/include/python3.10/longintrepr.h \ + /usr/include/python3.10/boolobject.h \ + /usr/include/python3.10/floatobject.h \ + /usr/include/python3.10/complexobject.h \ + /usr/include/python3.10/rangeobject.h \ + /usr/include/python3.10/memoryobject.h \ + /usr/include/python3.10/tupleobject.h \ + /usr/include/python3.10/cpython/tupleobject.h \ + /usr/include/python3.10/listobject.h \ + /usr/include/python3.10/cpython/listobject.h \ + /usr/include/python3.10/dictobject.h \ + /usr/include/python3.10/cpython/dictobject.h \ + /usr/include/python3.10/cpython/odictobject.h \ + /usr/include/python3.10/enumobject.h /usr/include/python3.10/setobject.h \ + /usr/include/python3.10/methodobject.h \ + /usr/include/python3.10/cpython/methodobject.h \ + /usr/include/python3.10/moduleobject.h \ + /usr/include/python3.10/funcobject.h \ + /usr/include/python3.10/classobject.h \ + /usr/include/python3.10/fileobject.h \ + /usr/include/python3.10/cpython/fileobject.h \ + /usr/include/python3.10/pycapsule.h /usr/include/python3.10/code.h \ + /usr/include/python3.10/cpython/code.h /usr/include/python3.10/pyframe.h \ + /usr/include/python3.10/traceback.h \ + /usr/include/python3.10/cpython/traceback.h \ + /usr/include/python3.10/sliceobject.h \ + /usr/include/python3.10/cellobject.h \ + /usr/include/python3.10/iterobject.h \ + /usr/include/python3.10/cpython/initconfig.h \ + /usr/include/python3.10/genobject.h /usr/include/python3.10/pystate.h \ + /usr/include/python3.10/cpython/pystate.h \ + /usr/include/python3.10/abstract.h \ + /usr/include/python3.10/cpython/abstract.h \ + /usr/include/python3.10/descrobject.h \ + /usr/include/python3.10/genericaliasobject.h \ + /usr/include/python3.10/warnings.h \ + /usr/include/python3.10/weakrefobject.h \ + /usr/include/python3.10/structseq.h \ + /usr/include/python3.10/namespaceobject.h \ + /usr/include/python3.10/cpython/picklebufobject.h \ + /usr/include/python3.10/cpython/pytime.h \ + /usr/include/python3.10/codecs.h /usr/include/python3.10/pyerrors.h \ + /usr/include/python3.10/cpython/pyerrors.h \ + /usr/include/python3.10/pythread.h /usr/include/pthread.h \ + /usr/include/sched.h /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/python3.10/context.h /usr/include/python3.10/modsupport.h \ + /usr/include/python3.10/compile.h \ + /usr/include/python3.10/cpython/compile.h \ + /usr/include/python3.10/pythonrun.h \ + /usr/include/python3.10/cpython/pythonrun.h \ + /usr/include/python3.10/pylifecycle.h \ + /usr/include/python3.10/cpython/pylifecycle.h \ + /usr/include/python3.10/ceval.h /usr/include/python3.10/cpython/ceval.h \ + /usr/include/python3.10/sysmodule.h \ + /usr/include/python3.10/cpython/sysmodule.h \ + /usr/include/python3.10/osmodule.h /usr/include/python3.10/intrcheck.h \ + /usr/include/python3.10/import.h \ + /usr/include/python3.10/cpython/import.h \ + /usr/include/python3.10/bltinmodule.h /usr/include/python3.10/eval.h \ + /usr/include/python3.10/cpython/pyctype.h \ + /usr/include/python3.10/pystrtod.h /usr/include/python3.10/pystrcmp.h \ + /usr/include/python3.10/fileutils.h \ + /usr/include/python3.10/cpython/fileutils.h \ + /usr/include/python3.10/cpython/pyfpe.h \ + /usr/include/python3.10/tracemalloc.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdbool.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h \ + /opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/service_type_support_struct.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/action_type_support_struct.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__struct.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/DependInfo.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/DependInfo.cmake new file mode 100644 index 0000000..475d22d --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/DependInfo.cmake @@ -0,0 +1,31 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.o" "gcc" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.o.d" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.o" "gcc" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.o.d" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.o" "gcc" "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.o.d" + ) + +# Pairs of files generated by the same build rule. +set(CMAKE_MULTIPLE_OUTPUT_PAIRS + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp" + ) + + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/build.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/build.make new file mode 100644 index 0000000..852707b --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/build.make @@ -0,0 +1,214 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ros/lab3_robotics/advrobotics_lab3_interfaces + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces + +# Include any dependencies generated for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/flags.make + +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/lib/rosidl_typesupport_introspection_cpp/rosidl_typesupport_introspection_cpp +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/local/lib/python3.10/dist-packages/rosidl_typesupport_introspection_cpp/__init__.py +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/rosidl_typesupport_introspection_cpp/resource/idl__rosidl_typesupport_introspection_cpp.hpp.em +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/rosidl_typesupport_introspection_cpp/resource/idl__type_support.cpp.em +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/rosidl_typesupport_introspection_cpp/resource/msg__rosidl_typesupport_introspection_cpp.hpp.em +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/rosidl_typesupport_introspection_cpp/resource/msg__type_support.cpp.em +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/rosidl_typesupport_introspection_cpp/resource/srv__rosidl_typesupport_introspection_cpp.hpp.em +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/rosidl_typesupport_introspection_cpp/resource/srv__type_support.cpp.em +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: rosidl_adapter/advrobotics_lab3_interfaces/msg/Joints.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: rosidl_adapter/advrobotics_lab3_interfaces/msg/Gripper.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: rosidl_adapter/advrobotics_lab3_interfaces/srv/Invkin.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/std_msgs/msg/Bool.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/std_msgs/msg/Byte.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/std_msgs/msg/ByteMultiArray.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/std_msgs/msg/Char.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/std_msgs/msg/ColorRGBA.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/std_msgs/msg/Empty.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/std_msgs/msg/Float32.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/std_msgs/msg/Float32MultiArray.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/std_msgs/msg/Float64.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/std_msgs/msg/Float64MultiArray.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/std_msgs/msg/Header.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/std_msgs/msg/Int16.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/std_msgs/msg/Int16MultiArray.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/std_msgs/msg/Int32.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/std_msgs/msg/Int32MultiArray.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/std_msgs/msg/Int64.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/std_msgs/msg/Int64MultiArray.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/std_msgs/msg/Int8.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/std_msgs/msg/Int8MultiArray.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/std_msgs/msg/MultiArrayDimension.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/std_msgs/msg/MultiArrayLayout.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/std_msgs/msg/String.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/std_msgs/msg/UInt16.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/std_msgs/msg/UInt16MultiArray.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/std_msgs/msg/UInt32.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/std_msgs/msg/UInt32MultiArray.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/std_msgs/msg/UInt64.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/std_msgs/msg/UInt64MultiArray.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/std_msgs/msg/UInt8.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/std_msgs/msg/UInt8MultiArray.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/builtin_interfaces/msg/Duration.idl +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp: /opt/ros/humble/share/builtin_interfaces/msg/Time.idl + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating C++ introspection for ROS interfaces" + /usr/bin/python3 /opt/ros/humble/lib/rosidl_typesupport_introspection_cpp/rosidl_typesupport_introspection_cpp --generator-arguments-file /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp__arguments.json + +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp: rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp + +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp: rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp + +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp: rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp + +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp: rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp + +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp: rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/flags.make +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.o: rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.o -MF CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.o.d -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.o -c /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp > CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.i + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.s + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/flags.make +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.o: rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.o -MF CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.o.d -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.o -c /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp > CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.i + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.s + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/flags.make +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.o: rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.o: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.o -MF CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.o.d -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.o -c /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp > CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.i + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp -o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.s + +# Object files for target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp +advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp_OBJECTS = \ +"CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.o" \ +"CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.o" \ +"CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.o" + +# External object files for target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp +advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp_EXTERNAL_OBJECTS = + +libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.o +libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.o +libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.o +libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/build.make +libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_cpp.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_cpp.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so: /opt/ros/humble/lib/librosidl_typesupport_introspection_cpp.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so: /opt/ros/humble/lib/librosidl_typesupport_introspection_c.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so: /opt/ros/humble/lib/librosidl_runtime_c.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so: /opt/ros/humble/lib/librcutils.so +libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so: CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking CXX shared library libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/build: libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/build + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/cmake_clean.cmake +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/clean + +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/depend: rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/depend: rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/depend: rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/depend: rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/depend: rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/depend: rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp + cd /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/depend + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/cmake_clean.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/cmake_clean.cmake new file mode 100644 index 0000000..edaedc9 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/cmake_clean.cmake @@ -0,0 +1,21 @@ +file(REMOVE_RECURSE + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.o" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.o.d" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.o" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.o.d" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.o" + "CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.o.d" + "libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.pdb" + "libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so" + "rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp" + "rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp" + "rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp" + "rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp" + "rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp" + "rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/compiler_depend.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/compiler_depend.make new file mode 100644 index 0000000..6216c5f --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/compiler_depend.ts b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/compiler_depend.ts new file mode 100644 index 0000000..76fbd90 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/depend.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/depend.make new file mode 100644 index 0000000..05c99cd --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/flags.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/flags.make new file mode 100644 index 0000000..9e87241 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -DRCUTILS_ENABLE_FAULT_INJECTION -DROSIDL_TYPESUPPORT_INTROSPECTION_CPP_BUILDING_DLL -DROS_PACKAGE_NAME=\"advrobotics_lab3_interfaces\" + +CXX_INCLUDES = -I/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp -I/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp -isystem /opt/ros/humble/include/std_msgs -isystem /opt/ros/humble/include/builtin_interfaces -isystem /opt/ros/humble/include/rosidl_runtime_cpp -isystem /opt/ros/humble/include/rosidl_runtime_c -isystem /opt/ros/humble/include/rcutils -isystem /opt/ros/humble/include/rosidl_typesupport_interface -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_c + +CXX_FLAGS = -fPIC -Wall -Wextra -Wpedantic + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/link.txt b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/link.txt new file mode 100644 index 0000000..a3f1cf9 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -fPIC -shared -Wl,-soname,libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so -o libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.o CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.o -Wl,-rpath,/opt/ros/humble/lib: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/librosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/librosidl_typesupport_introspection_c.so /opt/ros/humble/lib/librosidl_runtime_c.so /opt/ros/humble/lib/librcutils.so -ldl diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/progress.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/progress.make new file mode 100644 index 0000000..19db139 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/progress.make @@ -0,0 +1,6 @@ +CMAKE_PROGRESS_1 = 43 +CMAKE_PROGRESS_2 = 44 +CMAKE_PROGRESS_3 = 45 +CMAKE_PROGRESS_4 = 46 +CMAKE_PROGRESS_5 = 47 + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.o b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.o new file mode 100644 index 0000000..27d6507 Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.o differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.o.d b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.o.d new file mode 100644 index 0000000..3c16573 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.o.d @@ -0,0 +1,184 @@ +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.o: \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp \ + /usr/include/stdc-predef.h /usr/include/c++/11/array \ + /usr/include/c++/11/utility \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \ + /usr/include/c++/11/pstl/pstl_config.h \ + /usr/include/c++/11/bits/stl_relops.h \ + /usr/include/c++/11/bits/stl_pair.h /usr/include/c++/11/bits/move.h \ + /usr/include/c++/11/type_traits /usr/include/c++/11/initializer_list \ + /usr/include/c++/11/bits/functexcept.h \ + /usr/include/c++/11/bits/exception_defines.h \ + /usr/include/c++/11/bits/stl_algobase.h \ + /usr/include/c++/11/bits/cpp_type_traits.h \ + /usr/include/c++/11/ext/type_traits.h \ + /usr/include/c++/11/ext/numeric_traits.h \ + /usr/include/c++/11/bits/stl_iterator_base_types.h \ + /usr/include/c++/11/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/11/bits/concept_check.h \ + /usr/include/c++/11/debug/assertions.h \ + /usr/include/c++/11/bits/stl_iterator.h \ + /usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \ + /usr/include/c++/11/bits/predefined_ops.h \ + /usr/include/c++/11/bits/range_access.h /usr/include/c++/11/cstddef \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /usr/include/c++/11/string /usr/include/c++/11/bits/stringfwd.h \ + /usr/include/c++/11/bits/memoryfwd.h \ + /usr/include/c++/11/bits/char_traits.h \ + /usr/include/c++/11/bits/postypes.h /usr/include/c++/11/cwchar \ + /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/11/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/11/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \ + /usr/include/c++/11/ext/new_allocator.h /usr/include/c++/11/new \ + /usr/include/c++/11/bits/exception.h \ + /usr/include/c++/11/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \ + /usr/include/c++/11/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/iosfwd \ + /usr/include/c++/11/cctype /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/11/bits/ostream_insert.h \ + /usr/include/c++/11/bits/cxxabi_forced.h \ + /usr/include/c++/11/bits/stl_function.h \ + /usr/include/c++/11/backward/binders.h \ + /usr/include/c++/11/bits/basic_string.h \ + /usr/include/c++/11/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/11/ext/alloc_traits.h \ + /usr/include/c++/11/bits/alloc_traits.h \ + /usr/include/c++/11/bits/stl_construct.h /usr/include/c++/11/string_view \ + /usr/include/c++/11/bits/functional_hash.h \ + /usr/include/c++/11/bits/hash_bytes.h \ + /usr/include/c++/11/bits/string_view.tcc \ + /usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/11/bits/std_abs.h /usr/include/c++/11/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/c++/11/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/11/bits/charconv.h \ + /usr/include/c++/11/bits/basic_string.tcc /usr/include/c++/11/vector \ + /usr/include/c++/11/bits/stl_uninitialized.h \ + /usr/include/c++/11/bits/stl_vector.h \ + /usr/include/c++/11/bits/stl_bvector.h \ + /usr/include/c++/11/bits/vector.tcc \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/message_type_support.hpp \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp \ + /usr/include/c++/11/algorithm /usr/include/c++/11/bits/stl_algo.h \ + /usr/include/c++/11/bits/algorithmfwd.h \ + /usr/include/c++/11/bits/stl_heap.h \ + /usr/include/c++/11/bits/stl_tempbuf.h \ + /usr/include/c++/11/bits/uniform_int_dist.h \ + /usr/include/c++/11/pstl/glue_algorithm_defs.h \ + /usr/include/c++/11/functional /usr/include/c++/11/tuple \ + /usr/include/c++/11/bits/uses_allocator.h \ + /usr/include/c++/11/bits/invoke.h /usr/include/c++/11/bits/refwrap.h \ + /usr/include/c++/11/bits/std_function.h /usr/include/c++/11/typeinfo \ + /usr/include/c++/11/unordered_map \ + /usr/include/c++/11/ext/aligned_buffer.h \ + /usr/include/c++/11/bits/hashtable.h \ + /usr/include/c++/11/bits/hashtable_policy.h \ + /usr/include/c++/11/bits/enable_special_members.h \ + /usr/include/c++/11/bits/node_handle.h \ + /usr/include/c++/11/bits/unordered_map.h \ + /usr/include/c++/11/bits/erase_if.h \ + /usr/include/c++/11/pstl/execution_defs.h /usr/include/c++/11/memory \ + /usr/include/c++/11/bits/stl_raw_storage_iter.h \ + /usr/include/c++/11/bits/align.h /usr/include/c++/11/bit \ + /usr/include/c++/11/bits/unique_ptr.h \ + /usr/include/c++/11/bits/shared_ptr.h \ + /usr/include/c++/11/bits/shared_ptr_base.h \ + /usr/include/c++/11/bits/allocated_ptr.h \ + /usr/include/c++/11/ext/concurrence.h /usr/include/c++/11/exception \ + /usr/include/c++/11/bits/exception_ptr.h \ + /usr/include/c++/11/bits/cxxabi_init_exception.h \ + /usr/include/c++/11/bits/nested_exception.h \ + /usr/include/c++/11/bits/shared_ptr_atomic.h \ + /usr/include/c++/11/bits/atomic_base.h \ + /usr/include/c++/11/bits/atomic_lockfree_defines.h \ + /usr/include/c++/11/backward/auto_ptr.h \ + /usr/include/c++/11/pstl/glue_memory_defs.h \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/bounded_vector.hpp \ + /usr/include/c++/11/stdexcept \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/message_initialization.hpp \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_initialization.h \ + /opt/ros/humble/include/rosidl_typesupport_introspection_cpp/rosidl_typesupport_introspection_cpp/field_types.hpp \ + /opt/ros/humble/include/rosidl_typesupport_introspection_c/rosidl_typesupport_introspection_c/field_types.h \ + /opt/ros/humble/include/rosidl_typesupport_introspection_cpp/rosidl_typesupport_introspection_cpp/identifier.hpp \ + /opt/ros/humble/include/rosidl_typesupport_introspection_cpp/rosidl_typesupport_introspection_cpp/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_introspection_cpp/rosidl_typesupport_introspection_cpp/message_introspection.hpp \ + /opt/ros/humble/include/rosidl_typesupport_introspection_cpp/rosidl_typesupport_introspection_cpp/message_type_support_decl.hpp diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.o b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.o new file mode 100644 index 0000000..b46d977 Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.o differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.o.d b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.o.d new file mode 100644 index 0000000..de5c349 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.o.d @@ -0,0 +1,184 @@ +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.o: \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp \ + /usr/include/stdc-predef.h /usr/include/c++/11/array \ + /usr/include/c++/11/utility \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \ + /usr/include/c++/11/pstl/pstl_config.h \ + /usr/include/c++/11/bits/stl_relops.h \ + /usr/include/c++/11/bits/stl_pair.h /usr/include/c++/11/bits/move.h \ + /usr/include/c++/11/type_traits /usr/include/c++/11/initializer_list \ + /usr/include/c++/11/bits/functexcept.h \ + /usr/include/c++/11/bits/exception_defines.h \ + /usr/include/c++/11/bits/stl_algobase.h \ + /usr/include/c++/11/bits/cpp_type_traits.h \ + /usr/include/c++/11/ext/type_traits.h \ + /usr/include/c++/11/ext/numeric_traits.h \ + /usr/include/c++/11/bits/stl_iterator_base_types.h \ + /usr/include/c++/11/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/11/bits/concept_check.h \ + /usr/include/c++/11/debug/assertions.h \ + /usr/include/c++/11/bits/stl_iterator.h \ + /usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \ + /usr/include/c++/11/bits/predefined_ops.h \ + /usr/include/c++/11/bits/range_access.h /usr/include/c++/11/cstddef \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /usr/include/c++/11/string /usr/include/c++/11/bits/stringfwd.h \ + /usr/include/c++/11/bits/memoryfwd.h \ + /usr/include/c++/11/bits/char_traits.h \ + /usr/include/c++/11/bits/postypes.h /usr/include/c++/11/cwchar \ + /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/11/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/11/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \ + /usr/include/c++/11/ext/new_allocator.h /usr/include/c++/11/new \ + /usr/include/c++/11/bits/exception.h \ + /usr/include/c++/11/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \ + /usr/include/c++/11/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/iosfwd \ + /usr/include/c++/11/cctype /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/11/bits/ostream_insert.h \ + /usr/include/c++/11/bits/cxxabi_forced.h \ + /usr/include/c++/11/bits/stl_function.h \ + /usr/include/c++/11/backward/binders.h \ + /usr/include/c++/11/bits/basic_string.h \ + /usr/include/c++/11/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/11/ext/alloc_traits.h \ + /usr/include/c++/11/bits/alloc_traits.h \ + /usr/include/c++/11/bits/stl_construct.h /usr/include/c++/11/string_view \ + /usr/include/c++/11/bits/functional_hash.h \ + /usr/include/c++/11/bits/hash_bytes.h \ + /usr/include/c++/11/bits/string_view.tcc \ + /usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/11/bits/std_abs.h /usr/include/c++/11/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/c++/11/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/11/bits/charconv.h \ + /usr/include/c++/11/bits/basic_string.tcc /usr/include/c++/11/vector \ + /usr/include/c++/11/bits/stl_uninitialized.h \ + /usr/include/c++/11/bits/stl_vector.h \ + /usr/include/c++/11/bits/stl_bvector.h \ + /usr/include/c++/11/bits/vector.tcc \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/message_type_support.hpp \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp \ + /usr/include/c++/11/algorithm /usr/include/c++/11/bits/stl_algo.h \ + /usr/include/c++/11/bits/algorithmfwd.h \ + /usr/include/c++/11/bits/stl_heap.h \ + /usr/include/c++/11/bits/stl_tempbuf.h \ + /usr/include/c++/11/bits/uniform_int_dist.h \ + /usr/include/c++/11/pstl/glue_algorithm_defs.h \ + /usr/include/c++/11/functional /usr/include/c++/11/tuple \ + /usr/include/c++/11/bits/uses_allocator.h \ + /usr/include/c++/11/bits/invoke.h /usr/include/c++/11/bits/refwrap.h \ + /usr/include/c++/11/bits/std_function.h /usr/include/c++/11/typeinfo \ + /usr/include/c++/11/unordered_map \ + /usr/include/c++/11/ext/aligned_buffer.h \ + /usr/include/c++/11/bits/hashtable.h \ + /usr/include/c++/11/bits/hashtable_policy.h \ + /usr/include/c++/11/bits/enable_special_members.h \ + /usr/include/c++/11/bits/node_handle.h \ + /usr/include/c++/11/bits/unordered_map.h \ + /usr/include/c++/11/bits/erase_if.h \ + /usr/include/c++/11/pstl/execution_defs.h /usr/include/c++/11/memory \ + /usr/include/c++/11/bits/stl_raw_storage_iter.h \ + /usr/include/c++/11/bits/align.h /usr/include/c++/11/bit \ + /usr/include/c++/11/bits/unique_ptr.h \ + /usr/include/c++/11/bits/shared_ptr.h \ + /usr/include/c++/11/bits/shared_ptr_base.h \ + /usr/include/c++/11/bits/allocated_ptr.h \ + /usr/include/c++/11/ext/concurrence.h /usr/include/c++/11/exception \ + /usr/include/c++/11/bits/exception_ptr.h \ + /usr/include/c++/11/bits/cxxabi_init_exception.h \ + /usr/include/c++/11/bits/nested_exception.h \ + /usr/include/c++/11/bits/shared_ptr_atomic.h \ + /usr/include/c++/11/bits/atomic_base.h \ + /usr/include/c++/11/bits/atomic_lockfree_defines.h \ + /usr/include/c++/11/backward/auto_ptr.h \ + /usr/include/c++/11/pstl/glue_memory_defs.h \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/bounded_vector.hpp \ + /usr/include/c++/11/stdexcept \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/message_initialization.hpp \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_initialization.h \ + /opt/ros/humble/include/rosidl_typesupport_introspection_cpp/rosidl_typesupport_introspection_cpp/field_types.hpp \ + /opt/ros/humble/include/rosidl_typesupport_introspection_c/rosidl_typesupport_introspection_c/field_types.h \ + /opt/ros/humble/include/rosidl_typesupport_introspection_cpp/rosidl_typesupport_introspection_cpp/identifier.hpp \ + /opt/ros/humble/include/rosidl_typesupport_introspection_cpp/rosidl_typesupport_introspection_cpp/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_introspection_cpp/rosidl_typesupport_introspection_cpp/message_introspection.hpp \ + /opt/ros/humble/include/rosidl_typesupport_introspection_cpp/rosidl_typesupport_introspection_cpp/message_type_support_decl.hpp diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.o b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.o new file mode 100644 index 0000000..7e6205c Binary files /dev/null and b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.o differ diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.o.d b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.o.d new file mode 100644 index 0000000..197b74a --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.o.d @@ -0,0 +1,188 @@ +CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.o: \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp \ + /usr/include/stdc-predef.h /usr/include/c++/11/array \ + /usr/include/c++/11/utility \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \ + /usr/include/c++/11/pstl/pstl_config.h \ + /usr/include/c++/11/bits/stl_relops.h \ + /usr/include/c++/11/bits/stl_pair.h /usr/include/c++/11/bits/move.h \ + /usr/include/c++/11/type_traits /usr/include/c++/11/initializer_list \ + /usr/include/c++/11/bits/functexcept.h \ + /usr/include/c++/11/bits/exception_defines.h \ + /usr/include/c++/11/bits/stl_algobase.h \ + /usr/include/c++/11/bits/cpp_type_traits.h \ + /usr/include/c++/11/ext/type_traits.h \ + /usr/include/c++/11/ext/numeric_traits.h \ + /usr/include/c++/11/bits/stl_iterator_base_types.h \ + /usr/include/c++/11/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/11/bits/concept_check.h \ + /usr/include/c++/11/debug/assertions.h \ + /usr/include/c++/11/bits/stl_iterator.h \ + /usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \ + /usr/include/c++/11/bits/predefined_ops.h \ + /usr/include/c++/11/bits/range_access.h /usr/include/c++/11/cstddef \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /usr/include/c++/11/string /usr/include/c++/11/bits/stringfwd.h \ + /usr/include/c++/11/bits/memoryfwd.h \ + /usr/include/c++/11/bits/char_traits.h \ + /usr/include/c++/11/bits/postypes.h /usr/include/c++/11/cwchar \ + /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/11/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/11/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \ + /usr/include/c++/11/ext/new_allocator.h /usr/include/c++/11/new \ + /usr/include/c++/11/bits/exception.h \ + /usr/include/c++/11/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \ + /usr/include/c++/11/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/iosfwd \ + /usr/include/c++/11/cctype /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/11/bits/ostream_insert.h \ + /usr/include/c++/11/bits/cxxabi_forced.h \ + /usr/include/c++/11/bits/stl_function.h \ + /usr/include/c++/11/backward/binders.h \ + /usr/include/c++/11/bits/basic_string.h \ + /usr/include/c++/11/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/11/ext/alloc_traits.h \ + /usr/include/c++/11/bits/alloc_traits.h \ + /usr/include/c++/11/bits/stl_construct.h /usr/include/c++/11/string_view \ + /usr/include/c++/11/bits/functional_hash.h \ + /usr/include/c++/11/bits/hash_bytes.h \ + /usr/include/c++/11/bits/string_view.tcc \ + /usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/11/bits/std_abs.h /usr/include/c++/11/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/c++/11/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/11/bits/charconv.h \ + /usr/include/c++/11/bits/basic_string.tcc /usr/include/c++/11/vector \ + /usr/include/c++/11/bits/stl_uninitialized.h \ + /usr/include/c++/11/bits/stl_vector.h \ + /usr/include/c++/11/bits/stl_bvector.h \ + /usr/include/c++/11/bits/vector.tcc \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/message_type_support.hpp \ + /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp \ + /usr/include/c++/11/algorithm /usr/include/c++/11/bits/stl_algo.h \ + /usr/include/c++/11/bits/algorithmfwd.h \ + /usr/include/c++/11/bits/stl_heap.h \ + /usr/include/c++/11/bits/stl_tempbuf.h \ + /usr/include/c++/11/bits/uniform_int_dist.h \ + /usr/include/c++/11/pstl/glue_algorithm_defs.h \ + /usr/include/c++/11/functional /usr/include/c++/11/tuple \ + /usr/include/c++/11/bits/uses_allocator.h \ + /usr/include/c++/11/bits/invoke.h /usr/include/c++/11/bits/refwrap.h \ + /usr/include/c++/11/bits/std_function.h /usr/include/c++/11/typeinfo \ + /usr/include/c++/11/unordered_map \ + /usr/include/c++/11/ext/aligned_buffer.h \ + /usr/include/c++/11/bits/hashtable.h \ + /usr/include/c++/11/bits/hashtable_policy.h \ + /usr/include/c++/11/bits/enable_special_members.h \ + /usr/include/c++/11/bits/node_handle.h \ + /usr/include/c++/11/bits/unordered_map.h \ + /usr/include/c++/11/bits/erase_if.h \ + /usr/include/c++/11/pstl/execution_defs.h /usr/include/c++/11/memory \ + /usr/include/c++/11/bits/stl_raw_storage_iter.h \ + /usr/include/c++/11/bits/align.h /usr/include/c++/11/bit \ + /usr/include/c++/11/bits/unique_ptr.h \ + /usr/include/c++/11/bits/shared_ptr.h \ + /usr/include/c++/11/bits/shared_ptr_base.h \ + /usr/include/c++/11/bits/allocated_ptr.h \ + /usr/include/c++/11/ext/concurrence.h /usr/include/c++/11/exception \ + /usr/include/c++/11/bits/exception_ptr.h \ + /usr/include/c++/11/bits/cxxabi_init_exception.h \ + /usr/include/c++/11/bits/nested_exception.h \ + /usr/include/c++/11/bits/shared_ptr_atomic.h \ + /usr/include/c++/11/bits/atomic_base.h \ + /usr/include/c++/11/bits/atomic_lockfree_defines.h \ + /usr/include/c++/11/backward/auto_ptr.h \ + /usr/include/c++/11/pstl/glue_memory_defs.h \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/bounded_vector.hpp \ + /usr/include/c++/11/stdexcept \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/message_initialization.hpp \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_initialization.h \ + /opt/ros/humble/include/rosidl_typesupport_introspection_cpp/rosidl_typesupport_introspection_cpp/field_types.hpp \ + /opt/ros/humble/include/rosidl_typesupport_introspection_c/rosidl_typesupport_introspection_c/field_types.h \ + /opt/ros/humble/include/rosidl_typesupport_introspection_cpp/rosidl_typesupport_introspection_cpp/identifier.hpp \ + /opt/ros/humble/include/rosidl_typesupport_introspection_cpp/rosidl_typesupport_introspection_cpp/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_introspection_cpp/rosidl_typesupport_introspection_cpp/message_introspection.hpp \ + /opt/ros/humble/include/rosidl_typesupport_introspection_cpp/rosidl_typesupport_introspection_cpp/message_type_support_decl.hpp \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/service_type_support_struct.h \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/service_type_support.hpp \ + /opt/ros/humble/include/rosidl_typesupport_introspection_cpp/rosidl_typesupport_introspection_cpp/service_introspection.hpp \ + /opt/ros/humble/include/rosidl_typesupport_introspection_cpp/rosidl_typesupport_introspection_cpp/service_type_support_decl.hpp diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/DependInfo.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/DependInfo.cmake new file mode 100644 index 0000000..dc55e44 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/DependInfo.cmake @@ -0,0 +1,18 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/build.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/build.make new file mode 100644 index 0000000..41df4c5 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/build.make @@ -0,0 +1,87 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ros/lab3_robotics/advrobotics_lab3_interfaces + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces + +# Utility rule file for advrobotics_lab3_interfaces_uninstall. + +# Include any custom commands dependencies for this target. +include CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/progress.make + +CMakeFiles/advrobotics_lab3_interfaces_uninstall: + /usr/bin/cmake -P /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_uninstall_target/ament_cmake_uninstall_target.cmake + +advrobotics_lab3_interfaces_uninstall: CMakeFiles/advrobotics_lab3_interfaces_uninstall +advrobotics_lab3_interfaces_uninstall: CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/build.make +.PHONY : advrobotics_lab3_interfaces_uninstall + +# Rule to build all files generated by this target. +CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/build: advrobotics_lab3_interfaces_uninstall +.PHONY : CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/build + +CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/cmake_clean.cmake +.PHONY : CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/clean + +CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/depend: + cd /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/depend + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/cmake_clean.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/cmake_clean.cmake new file mode 100644 index 0000000..305bb9d --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/advrobotics_lab3_interfaces_uninstall" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/compiler_depend.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/compiler_depend.make new file mode 100644 index 0000000..b5c881d --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for advrobotics_lab3_interfaces_uninstall. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/compiler_depend.ts b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/compiler_depend.ts new file mode 100644 index 0000000..fab661c --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for advrobotics_lab3_interfaces_uninstall. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/progress.make b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/DependInfo.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/DependInfo.cmake new file mode 100644 index 0000000..dc55e44 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/DependInfo.cmake @@ -0,0 +1,18 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/build.make b/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/build.make new file mode 100644 index 0000000..c77b520 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/build.make @@ -0,0 +1,87 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ros/lab3_robotics/advrobotics_lab3_interfaces + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces + +# Utility rule file for ament_cmake_python_build_advrobotics_lab3_interfaces_egg. + +# Include any custom commands dependencies for this target. +include CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/progress.make + +CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg: + cd /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_python/advrobotics_lab3_interfaces && /usr/bin/python3 setup.py egg_info + +ament_cmake_python_build_advrobotics_lab3_interfaces_egg: CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg +ament_cmake_python_build_advrobotics_lab3_interfaces_egg: CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/build.make +.PHONY : ament_cmake_python_build_advrobotics_lab3_interfaces_egg + +# Rule to build all files generated by this target. +CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/build: ament_cmake_python_build_advrobotics_lab3_interfaces_egg +.PHONY : CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/build + +CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/cmake_clean.cmake +.PHONY : CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/clean + +CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/depend: + cd /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/depend + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/cmake_clean.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/cmake_clean.cmake new file mode 100644 index 0000000..daf1409 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/compiler_depend.make b/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/compiler_depend.make new file mode 100644 index 0000000..f288bad --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ament_cmake_python_build_advrobotics_lab3_interfaces_egg. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/compiler_depend.ts b/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/compiler_depend.ts new file mode 100644 index 0000000..7abc099 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ament_cmake_python_build_advrobotics_lab3_interfaces_egg. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/progress.make b/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/DependInfo.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/DependInfo.cmake new file mode 100644 index 0000000..dc55e44 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/DependInfo.cmake @@ -0,0 +1,18 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/build.make b/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/build.make new file mode 100644 index 0000000..75c4726 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/build.make @@ -0,0 +1,87 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ros/lab3_robotics/advrobotics_lab3_interfaces + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces + +# Utility rule file for ament_cmake_python_copy_advrobotics_lab3_interfaces. + +# Include any custom commands dependencies for this target. +include CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/progress.make + +CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces: + /usr/bin/cmake -E copy_directory /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_python/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces + +ament_cmake_python_copy_advrobotics_lab3_interfaces: CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces +ament_cmake_python_copy_advrobotics_lab3_interfaces: CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/build.make +.PHONY : ament_cmake_python_copy_advrobotics_lab3_interfaces + +# Rule to build all files generated by this target. +CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/build: ament_cmake_python_copy_advrobotics_lab3_interfaces +.PHONY : CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/build + +CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/cmake_clean.cmake +.PHONY : CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/clean + +CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/depend: + cd /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/depend + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/cmake_clean.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/cmake_clean.cmake new file mode 100644 index 0000000..b66795f --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/compiler_depend.make b/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/compiler_depend.make new file mode 100644 index 0000000..832fc8b --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ament_cmake_python_copy_advrobotics_lab3_interfaces. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/compiler_depend.ts b/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/compiler_depend.ts new file mode 100644 index 0000000..866b23b --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ament_cmake_python_copy_advrobotics_lab3_interfaces. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/progress.make b/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/cmake.check_cache b/build/advrobotics_lab3_interfaces/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/progress.marks b/build/advrobotics_lab3_interfaces/CMakeFiles/progress.marks new file mode 100644 index 0000000..abac1ea --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/progress.marks @@ -0,0 +1 @@ +47 diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/uninstall.dir/DependInfo.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/uninstall.dir/DependInfo.cmake new file mode 100644 index 0000000..dc55e44 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/uninstall.dir/DependInfo.cmake @@ -0,0 +1,18 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/uninstall.dir/build.make b/build/advrobotics_lab3_interfaces/CMakeFiles/uninstall.dir/build.make new file mode 100644 index 0000000..e56f934 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/uninstall.dir/build.make @@ -0,0 +1,83 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ros/lab3_robotics/advrobotics_lab3_interfaces + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces + +# Utility rule file for uninstall. + +# Include any custom commands dependencies for this target. +include CMakeFiles/uninstall.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/uninstall.dir/progress.make + +uninstall: CMakeFiles/uninstall.dir/build.make +.PHONY : uninstall + +# Rule to build all files generated by this target. +CMakeFiles/uninstall.dir/build: uninstall +.PHONY : CMakeFiles/uninstall.dir/build + +CMakeFiles/uninstall.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/uninstall.dir/cmake_clean.cmake +.PHONY : CMakeFiles/uninstall.dir/clean + +CMakeFiles/uninstall.dir/depend: + cd /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/uninstall.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/uninstall.dir/depend + diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/uninstall.dir/cmake_clean.cmake b/build/advrobotics_lab3_interfaces/CMakeFiles/uninstall.dir/cmake_clean.cmake new file mode 100644 index 0000000..9960e98 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/uninstall.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/uninstall.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/uninstall.dir/compiler_depend.make b/build/advrobotics_lab3_interfaces/CMakeFiles/uninstall.dir/compiler_depend.make new file mode 100644 index 0000000..2d74447 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/uninstall.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for uninstall. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/uninstall.dir/compiler_depend.ts b/build/advrobotics_lab3_interfaces/CMakeFiles/uninstall.dir/compiler_depend.ts new file mode 100644 index 0000000..ef27dcc --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/uninstall.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for uninstall. diff --git a/build/advrobotics_lab3_interfaces/CMakeFiles/uninstall.dir/progress.make b/build/advrobotics_lab3_interfaces/CMakeFiles/uninstall.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CMakeFiles/uninstall.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build/advrobotics_lab3_interfaces/CTestConfiguration.ini b/build/advrobotics_lab3_interfaces/CTestConfiguration.ini new file mode 100644 index 0000000..4b7818b --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CTestConfiguration.ini @@ -0,0 +1,105 @@ +# This file is configured by CMake automatically as DartConfiguration.tcl +# If you choose not to use CMake, this file may be hand configured, by +# filling in the required variables. + + +# Configuration directories and files +SourceDirectory: /home/ros/lab3_robotics/advrobotics_lab3_interfaces +BuildDirectory: /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces + +# Where to place the cost data store +CostDataFile: + +# Site is something like machine.domain, i.e. pragmatic.crd +Site: ros-ubuntu07 + +# Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++ +BuildName: + +# Subprojects +LabelsForSubprojects: + +# Submission information +SubmitURL: + +# Dashboard start time +NightlyStartTime: + +# Commands for the build/test/submit cycle +ConfigureCommand: "/usr/bin/cmake" "/home/ros/lab3_robotics/advrobotics_lab3_interfaces" +MakeCommand: +DefaultCTestConfigurationType: + +# version control +UpdateVersionOnly: + +# CVS options +# Default is "-d -P -A" +CVSCommand: +CVSUpdateOptions: + +# Subversion options +SVNCommand: +SVNOptions: +SVNUpdateOptions: + +# Git options +GITCommand: +GITInitSubmodules: +GITUpdateOptions: +GITUpdateCustom: + +# Perforce options +P4Command: +P4Client: +P4Options: +P4UpdateOptions: +P4UpdateCustom: + +# Generic update command +UpdateCommand: +UpdateOptions: +UpdateType: + +# Compiler info +Compiler: /usr/bin/c++ +CompilerVersion: 11.4.0 + +# Dynamic analysis (MemCheck) +PurifyCommand: +ValgrindCommand: +ValgrindCommandOptions: +DrMemoryCommand: +DrMemoryCommandOptions: +CudaSanitizerCommand: +CudaSanitizerCommandOptions: +MemoryCheckType: +MemoryCheckSanitizerOptions: +MemoryCheckCommand: +MemoryCheckCommandOptions: +MemoryCheckSuppressionFile: + +# Coverage +CoverageCommand: +CoverageExtraFlags: + +# Testing options +# TimeOut is the amount of time in seconds to wait for processes +# to complete during testing. After TimeOut seconds, the +# process will be summarily terminated. +# Currently set to 25 minutes +TimeOut: + +# During parallel testing CTest will not start a new test if doing +# so would cause the system load to exceed this value. +TestLoad: + +UseLaunchers: +CurlOptions: +# warning, if you add new options here that have to do with submit, +# you have to update cmCTestSubmitCommand.cxx + +# For CTest submissions that timeout, these options +# specify behavior for retrying the submission +CTestSubmitRetryDelay: +CTestSubmitRetryCount: diff --git a/build/advrobotics_lab3_interfaces/CTestCustom.cmake b/build/advrobotics_lab3_interfaces/CTestCustom.cmake new file mode 100644 index 0000000..14956f3 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CTestCustom.cmake @@ -0,0 +1,2 @@ +set(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 0) +set(CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE 0) diff --git a/build/advrobotics_lab3_interfaces/CTestTestfile.cmake b/build/advrobotics_lab3_interfaces/CTestTestfile.cmake new file mode 100644 index 0000000..cc23908 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/CTestTestfile.cmake @@ -0,0 +1,11 @@ +# CMake generated Testfile for +# Source directory: /home/ros/lab3_robotics/advrobotics_lab3_interfaces +# Build directory: /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +add_test(lint_cmake "/usr/bin/python3" "-u" "/opt/ros/humble/share/ament_cmake_test/cmake/run_test.py" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/test_results/advrobotics_lab3_interfaces/lint_cmake.xunit.xml" "--package-name" "advrobotics_lab3_interfaces" "--output-file" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_lint_cmake/lint_cmake.txt" "--command" "/opt/ros/humble/bin/ament_lint_cmake" "--xunit-file" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/test_results/advrobotics_lab3_interfaces/lint_cmake.xunit.xml") +set_tests_properties(lint_cmake PROPERTIES LABELS "lint_cmake;linter" TIMEOUT "60" WORKING_DIRECTORY "/home/ros/lab3_robotics/advrobotics_lab3_interfaces" _BACKTRACE_TRIPLES "/opt/ros/humble/share/ament_cmake_test/cmake/ament_add_test.cmake;125;add_test;/opt/ros/humble/share/ament_cmake_lint_cmake/cmake/ament_lint_cmake.cmake;47;ament_add_test;/opt/ros/humble/share/ament_cmake_lint_cmake/cmake/ament_cmake_lint_cmake_lint_hook.cmake;21;ament_lint_cmake;/opt/ros/humble/share/ament_cmake_lint_cmake/cmake/ament_cmake_lint_cmake_lint_hook.cmake;0;;/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake;48;include;/opt/ros/humble/share/ament_lint_auto/cmake/ament_lint_auto_package_hook.cmake;21;ament_execute_extensions;/opt/ros/humble/share/ament_lint_auto/cmake/ament_lint_auto_package_hook.cmake;0;;/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake;48;include;/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_package.cmake;66;ament_execute_extensions;/home/ros/lab3_robotics/advrobotics_lab3_interfaces/CMakeLists.txt;36;ament_package;/home/ros/lab3_robotics/advrobotics_lab3_interfaces/CMakeLists.txt;0;") +add_test(xmllint "/usr/bin/python3" "-u" "/opt/ros/humble/share/ament_cmake_test/cmake/run_test.py" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/test_results/advrobotics_lab3_interfaces/xmllint.xunit.xml" "--package-name" "advrobotics_lab3_interfaces" "--output-file" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_xmllint/xmllint.txt" "--command" "/opt/ros/humble/bin/ament_xmllint" "--xunit-file" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/test_results/advrobotics_lab3_interfaces/xmllint.xunit.xml") +set_tests_properties(xmllint PROPERTIES LABELS "xmllint;linter" TIMEOUT "60" WORKING_DIRECTORY "/home/ros/lab3_robotics/advrobotics_lab3_interfaces" _BACKTRACE_TRIPLES "/opt/ros/humble/share/ament_cmake_test/cmake/ament_add_test.cmake;125;add_test;/opt/ros/humble/share/ament_cmake_xmllint/cmake/ament_xmllint.cmake;50;ament_add_test;/opt/ros/humble/share/ament_cmake_xmllint/cmake/ament_cmake_xmllint_lint_hook.cmake;18;ament_xmllint;/opt/ros/humble/share/ament_cmake_xmllint/cmake/ament_cmake_xmllint_lint_hook.cmake;0;;/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake;48;include;/opt/ros/humble/share/ament_lint_auto/cmake/ament_lint_auto_package_hook.cmake;21;ament_execute_extensions;/opt/ros/humble/share/ament_lint_auto/cmake/ament_lint_auto_package_hook.cmake;0;;/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake;48;include;/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_package.cmake;66;ament_execute_extensions;/home/ros/lab3_robotics/advrobotics_lab3_interfaces/CMakeLists.txt;36;ament_package;/home/ros/lab3_robotics/advrobotics_lab3_interfaces/CMakeLists.txt;0;") +subdirs("advrobotics_lab3_interfaces__py") diff --git a/build/advrobotics_lab3_interfaces/Makefile b/build/advrobotics_lab3_interfaces/Makefile new file mode 100644 index 0000000..f72d1b6 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/Makefile @@ -0,0 +1,1181 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ros/lab3_robotics/advrobotics_lab3_interfaces + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target test +test: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." + /usr/bin/ctest --force-new-ctest-process $(ARGS) +.PHONY : test + +# Special rule for the target test +test/fast: test +.PHONY : test/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces//CMakeFiles/progress.marks + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +#============================================================================= +# Target rules for targets named uninstall + +# Build rule for target. +uninstall: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 uninstall +.PHONY : uninstall + +# fast build rule for target. +uninstall/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build +.PHONY : uninstall/fast + +#============================================================================= +# Target rules for targets named advrobotics_lab3_interfaces_uninstall + +# Build rule for target. +advrobotics_lab3_interfaces_uninstall: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 advrobotics_lab3_interfaces_uninstall +.PHONY : advrobotics_lab3_interfaces_uninstall + +# fast build rule for target. +advrobotics_lab3_interfaces_uninstall/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/build.make CMakeFiles/advrobotics_lab3_interfaces_uninstall.dir/build +.PHONY : advrobotics_lab3_interfaces_uninstall/fast + +#============================================================================= +# Target rules for targets named advrobotics_lab3_interfaces + +# Build rule for target. +advrobotics_lab3_interfaces: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 advrobotics_lab3_interfaces +.PHONY : advrobotics_lab3_interfaces + +# fast build rule for target. +advrobotics_lab3_interfaces/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces.dir/build.make CMakeFiles/advrobotics_lab3_interfaces.dir/build +.PHONY : advrobotics_lab3_interfaces/fast + +#============================================================================= +# Target rules for targets named advrobotics_lab3_interfaces__rosidl_generator_c + +# Build rule for target. +advrobotics_lab3_interfaces__rosidl_generator_c: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 advrobotics_lab3_interfaces__rosidl_generator_c +.PHONY : advrobotics_lab3_interfaces__rosidl_generator_c + +# fast build rule for target. +advrobotics_lab3_interfaces__rosidl_generator_c/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/build +.PHONY : advrobotics_lab3_interfaces__rosidl_generator_c/fast + +#============================================================================= +# Target rules for targets named advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c + +# Build rule for target. +advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c +.PHONY : advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c + +# fast build rule for target. +advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/build +.PHONY : advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c/fast + +#============================================================================= +# Target rules for targets named advrobotics_lab3_interfaces__cpp + +# Build rule for target. +advrobotics_lab3_interfaces__cpp: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 advrobotics_lab3_interfaces__cpp +.PHONY : advrobotics_lab3_interfaces__cpp + +# fast build rule for target. +advrobotics_lab3_interfaces__cpp/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__cpp.dir/build +.PHONY : advrobotics_lab3_interfaces__cpp/fast + +#============================================================================= +# Target rules for targets named advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp + +# Build rule for target. +advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp +.PHONY : advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp + +# fast build rule for target. +advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/build +.PHONY : advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp/fast + +#============================================================================= +# Target rules for targets named advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c + +# Build rule for target. +advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c +.PHONY : advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c + +# fast build rule for target. +advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/build +.PHONY : advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c/fast + +#============================================================================= +# Target rules for targets named advrobotics_lab3_interfaces__rosidl_typesupport_c + +# Build rule for target. +advrobotics_lab3_interfaces__rosidl_typesupport_c: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 advrobotics_lab3_interfaces__rosidl_typesupport_c +.PHONY : advrobotics_lab3_interfaces__rosidl_typesupport_c + +# fast build rule for target. +advrobotics_lab3_interfaces__rosidl_typesupport_c/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/build +.PHONY : advrobotics_lab3_interfaces__rosidl_typesupport_c/fast + +#============================================================================= +# Target rules for targets named advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp + +# Build rule for target. +advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp +.PHONY : advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp + +# fast build rule for target. +advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/build +.PHONY : advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp/fast + +#============================================================================= +# Target rules for targets named advrobotics_lab3_interfaces__rosidl_typesupport_cpp + +# Build rule for target. +advrobotics_lab3_interfaces__rosidl_typesupport_cpp: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 advrobotics_lab3_interfaces__rosidl_typesupport_cpp +.PHONY : advrobotics_lab3_interfaces__rosidl_typesupport_cpp + +# fast build rule for target. +advrobotics_lab3_interfaces__rosidl_typesupport_cpp/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/build +.PHONY : advrobotics_lab3_interfaces__rosidl_typesupport_cpp/fast + +#============================================================================= +# Target rules for targets named ament_cmake_python_copy_advrobotics_lab3_interfaces + +# Build rule for target. +ament_cmake_python_copy_advrobotics_lab3_interfaces: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ament_cmake_python_copy_advrobotics_lab3_interfaces +.PHONY : ament_cmake_python_copy_advrobotics_lab3_interfaces + +# fast build rule for target. +ament_cmake_python_copy_advrobotics_lab3_interfaces/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/build.make CMakeFiles/ament_cmake_python_copy_advrobotics_lab3_interfaces.dir/build +.PHONY : ament_cmake_python_copy_advrobotics_lab3_interfaces/fast + +#============================================================================= +# Target rules for targets named ament_cmake_python_build_advrobotics_lab3_interfaces_egg + +# Build rule for target. +ament_cmake_python_build_advrobotics_lab3_interfaces_egg: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ament_cmake_python_build_advrobotics_lab3_interfaces_egg +.PHONY : ament_cmake_python_build_advrobotics_lab3_interfaces_egg + +# fast build rule for target. +ament_cmake_python_build_advrobotics_lab3_interfaces_egg/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/build.make CMakeFiles/ament_cmake_python_build_advrobotics_lab3_interfaces_egg.dir/build +.PHONY : ament_cmake_python_build_advrobotics_lab3_interfaces_egg/fast + +#============================================================================= +# Target rules for targets named advrobotics_lab3_interfaces__rosidl_generator_py + +# Build rule for target. +advrobotics_lab3_interfaces__rosidl_generator_py: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 advrobotics_lab3_interfaces__rosidl_generator_py +.PHONY : advrobotics_lab3_interfaces__rosidl_generator_py + +# fast build rule for target. +advrobotics_lab3_interfaces__rosidl_generator_py/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/build +.PHONY : advrobotics_lab3_interfaces__rosidl_generator_py/fast + +#============================================================================= +# Target rules for targets named advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext + +# Build rule for target. +advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext +.PHONY : advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext + +# fast build rule for target. +advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/build +.PHONY : advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext/fast + +#============================================================================= +# Target rules for targets named advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext + +# Build rule for target. +advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext +.PHONY : advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext + +# fast build rule for target. +advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/build +.PHONY : advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext/fast + +#============================================================================= +# Target rules for targets named advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext + +# Build rule for target. +advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext +.PHONY : advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext + +# fast build rule for target. +advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/build +.PHONY : advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext/fast + +#============================================================================= +# Target rules for targets named advrobotics_lab3_interfaces__py + +# Build rule for target. +advrobotics_lab3_interfaces__py: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 advrobotics_lab3_interfaces__py +.PHONY : advrobotics_lab3_interfaces__py + +# fast build rule for target. +advrobotics_lab3_interfaces__py/fast: + $(MAKE) $(MAKESILENT) -f advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/build.make advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/build +.PHONY : advrobotics_lab3_interfaces__py/fast + +rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.o: rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.o +.PHONY : rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.o + +# target to build an object file +rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.o +.PHONY : rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.o + +rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.i: rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.i +.PHONY : rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.i + +# target to preprocess a source file +rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.i +.PHONY : rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.i + +rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.s: rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.s +.PHONY : rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.s + +# target to generate assembly for a file +rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.s +.PHONY : rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.s + +rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.o: rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.o +.PHONY : rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.o + +# target to build an object file +rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.o +.PHONY : rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.o + +rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.i: rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.i +.PHONY : rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.i + +# target to preprocess a source file +rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.i +.PHONY : rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.i + +rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.s: rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.s +.PHONY : rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.s + +# target to generate assembly for a file +rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.s +.PHONY : rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.s + +rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.o: rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.o +.PHONY : rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.o + +# target to build an object file +rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.o +.PHONY : rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.o + +rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.i: rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.i +.PHONY : rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.i + +# target to preprocess a source file +rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.i +.PHONY : rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.i + +rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.s: rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.s +.PHONY : rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.s + +# target to generate assembly for a file +rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.s +.PHONY : rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.s + +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.o: rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.o +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.o + +# target to build an object file +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.o +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.o + +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.i: rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.i +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.i + +# target to preprocess a source file +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.i +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.i + +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.s: rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.s +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.s + +# target to generate assembly for a file +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.s +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.s + +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.o: rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.o +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.o + +# target to build an object file +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.o +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.o + +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.i: rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.i +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.i + +# target to preprocess a source file +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.i +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.i + +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.s: rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.s +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.s + +# target to generate assembly for a file +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.s +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.s + +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.o: rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.o +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.o + +# target to build an object file +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.o +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.o + +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.i: rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.i +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.i + +# target to preprocess a source file +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.i +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.i + +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.s: rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.s +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.s + +# target to generate assembly for a file +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.s +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.s + +rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.o: rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.o +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.o + +# target to build an object file +rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.o +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.o + +rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.i: rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.i +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.i + +# target to preprocess a source file +rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.i +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.i + +rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.s: rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.s +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.s + +# target to generate assembly for a file +rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.s +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.s + +rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.o: rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.o +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.o + +# target to build an object file +rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.o +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.o + +rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.i: rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.i +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.i + +# target to preprocess a source file +rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.i +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.i + +rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.s: rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.s +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.s + +# target to generate assembly for a file +rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.s +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.s + +rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.o: rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.o +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.o + +# target to build an object file +rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.o +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.o + +rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.i: rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.i +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.i + +# target to preprocess a source file +rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.i +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.i + +rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.s: rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.s +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.s + +# target to generate assembly for a file +rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.s +.PHONY : rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.s + +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.o: rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o +.PHONY : rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.o + +# target to build an object file +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o +.PHONY : rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o + +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.i: rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.i +.PHONY : rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.i + +# target to preprocess a source file +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.i +.PHONY : rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.i + +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.s: rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.s +.PHONY : rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.s + +# target to generate assembly for a file +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.s +.PHONY : rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.s + +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.o: rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o +.PHONY : rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.o + +# target to build an object file +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o +.PHONY : rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o + +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.i: rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.i +.PHONY : rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.i + +# target to preprocess a source file +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.i +.PHONY : rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.i + +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.s: rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.s +.PHONY : rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.s + +# target to generate assembly for a file +rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.s +.PHONY : rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.s + +rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.o: rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o +.PHONY : rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.o + +# target to build an object file +rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o +.PHONY : rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o + +rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.i: rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.i +.PHONY : rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.i + +# target to preprocess a source file +rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.i +.PHONY : rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.i + +rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.s: rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.s +.PHONY : rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.s + +# target to generate assembly for a file +rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.s +.PHONY : rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.s + +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.o: rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o +.PHONY : rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.o + +# target to build an object file +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o +.PHONY : rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o + +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.i: rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.i +.PHONY : rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.i + +# target to preprocess a source file +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.i +.PHONY : rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.i + +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.s: rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.s +.PHONY : rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.s + +# target to generate assembly for a file +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.s +.PHONY : rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.s + +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.o: rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o +.PHONY : rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.o + +# target to build an object file +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o +.PHONY : rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o + +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.i: rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.i +.PHONY : rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.i + +# target to preprocess a source file +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.i +.PHONY : rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.i + +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.s: rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.s +.PHONY : rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.s + +# target to generate assembly for a file +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.s +.PHONY : rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.s + +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.o: rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o +.PHONY : rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.o + +# target to build an object file +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o +.PHONY : rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o + +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.i: rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.i +.PHONY : rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.i + +# target to preprocess a source file +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.i +.PHONY : rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.i + +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.s: rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.s +.PHONY : rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.s + +# target to generate assembly for a file +rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.s +.PHONY : rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.s + +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.o: rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.o +.PHONY : rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.o + +# target to build an object file +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.o +.PHONY : rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.o + +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.i: rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.i +.PHONY : rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.i + +# target to preprocess a source file +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.i +.PHONY : rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.i + +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.s: rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.s +.PHONY : rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.s + +# target to generate assembly for a file +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.s +.PHONY : rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.s + +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.o: rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.o +.PHONY : rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.o + +# target to build an object file +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.o +.PHONY : rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.o + +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.i: rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.i +.PHONY : rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.i + +# target to preprocess a source file +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.i +.PHONY : rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.i + +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.s: rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.s +.PHONY : rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.s + +# target to generate assembly for a file +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.s +.PHONY : rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.s + +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.o: rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.o +.PHONY : rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.o + +# target to build an object file +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.o +.PHONY : rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.o + +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.i: rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.i +.PHONY : rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.i + +# target to preprocess a source file +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.i +.PHONY : rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.i + +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.s: rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.s +.PHONY : rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.s + +# target to generate assembly for a file +rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.s +.PHONY : rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.s + +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.o: rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.o +.PHONY : rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.o + +# target to build an object file +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.o +.PHONY : rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.o + +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.i: rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.i +.PHONY : rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.i + +# target to preprocess a source file +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.i +.PHONY : rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.i + +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.s: rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.s +.PHONY : rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.s + +# target to generate assembly for a file +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.s +.PHONY : rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.s + +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.o: rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.o +.PHONY : rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.o + +# target to build an object file +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.o +.PHONY : rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.o + +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.i: rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.i +.PHONY : rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.i + +# target to preprocess a source file +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.i +.PHONY : rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.i + +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.s: rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.s +.PHONY : rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.s + +# target to generate assembly for a file +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.s +.PHONY : rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.s + +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.o: rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.o +.PHONY : rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.o + +# target to build an object file +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.o +.PHONY : rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.o + +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.i: rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.i +.PHONY : rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.i + +# target to preprocess a source file +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.i +.PHONY : rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.i + +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.s: rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.s +.PHONY : rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.s + +# target to generate assembly for a file +rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.s +.PHONY : rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.s + +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.o: rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.o +.PHONY : rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.o + +# target to build an object file +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.o +.PHONY : rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.o + +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.i: rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.i +.PHONY : rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.i + +# target to preprocess a source file +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.i +.PHONY : rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.i + +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.s: rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.s +.PHONY : rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.s + +# target to generate assembly for a file +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.s +.PHONY : rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.s + +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.o: rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.o +.PHONY : rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.o + +# target to build an object file +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.o +.PHONY : rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.o + +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.i: rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.i +.PHONY : rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.i + +# target to preprocess a source file +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.i +.PHONY : rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.i + +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.s: rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.s +.PHONY : rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.s + +# target to generate assembly for a file +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.s +.PHONY : rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.s + +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.o: rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.o +.PHONY : rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.o + +# target to build an object file +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.o +.PHONY : rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.o + +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.i: rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.i +.PHONY : rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.i + +# target to preprocess a source file +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.i +.PHONY : rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.i + +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.s: rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.s +.PHONY : rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.s + +# target to generate assembly for a file +rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.s +.PHONY : rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.s + +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.o: rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.o +.PHONY : rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.o + +# target to build an object file +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.o +.PHONY : rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.o + +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.i: rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.i +.PHONY : rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.i + +# target to preprocess a source file +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.i +.PHONY : rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.i + +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.s: rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.s +.PHONY : rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.s + +# target to generate assembly for a file +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.s +.PHONY : rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.s + +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.o: rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.o +.PHONY : rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.o + +# target to build an object file +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.o +.PHONY : rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.o + +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.i: rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.i +.PHONY : rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.i + +# target to preprocess a source file +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.i +.PHONY : rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.i + +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.s: rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.s +.PHONY : rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.s + +# target to generate assembly for a file +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.s +.PHONY : rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.s + +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.o: rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.o +.PHONY : rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.o + +# target to build an object file +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.o +.PHONY : rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.o + +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.i: rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.i +.PHONY : rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.i + +# target to preprocess a source file +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.i +.PHONY : rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.i + +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.s: rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.s +.PHONY : rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.s + +# target to generate assembly for a file +rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/build.make CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.s +.PHONY : rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... test" + @echo "... advrobotics_lab3_interfaces" + @echo "... advrobotics_lab3_interfaces__cpp" + @echo "... advrobotics_lab3_interfaces__py" + @echo "... advrobotics_lab3_interfaces_uninstall" + @echo "... ament_cmake_python_build_advrobotics_lab3_interfaces_egg" + @echo "... ament_cmake_python_copy_advrobotics_lab3_interfaces" + @echo "... uninstall" + @echo "... advrobotics_lab3_interfaces__rosidl_generator_c" + @echo "... advrobotics_lab3_interfaces__rosidl_generator_py" + @echo "... advrobotics_lab3_interfaces__rosidl_typesupport_c" + @echo "... advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext" + @echo "... advrobotics_lab3_interfaces__rosidl_typesupport_cpp" + @echo "... advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c" + @echo "... advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext" + @echo "... advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp" + @echo "... advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c" + @echo "... advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext" + @echo "... advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp" + @echo "... rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.o" + @echo "... rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.i" + @echo "... rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.s" + @echo "... rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.o" + @echo "... rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.i" + @echo "... rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.s" + @echo "... rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.o" + @echo "... rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.i" + @echo "... rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.s" + @echo "... rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.o" + @echo "... rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.i" + @echo "... rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.s" + @echo "... rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.o" + @echo "... rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.i" + @echo "... rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.s" + @echo "... rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.o" + @echo "... rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.i" + @echo "... rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.s" + @echo "... rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.o" + @echo "... rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.i" + @echo "... rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.s" + @echo "... rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.o" + @echo "... rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.i" + @echo "... rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.s" + @echo "... rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.o" + @echo "... rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.i" + @echo "... rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.s" + @echo "... rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.o" + @echo "... rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.i" + @echo "... rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.s" + @echo "... rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.o" + @echo "... rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.i" + @echo "... rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.s" + @echo "... rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.o" + @echo "... rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.i" + @echo "... rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.s" + @echo "... rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.o" + @echo "... rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.i" + @echo "... rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.s" + @echo "... rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.o" + @echo "... rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.i" + @echo "... rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.s" + @echo "... rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.o" + @echo "... rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.i" + @echo "... rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.s" + @echo "... rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.o" + @echo "... rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.i" + @echo "... rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.s" + @echo "... rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.o" + @echo "... rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.i" + @echo "... rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.s" + @echo "... rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.o" + @echo "... rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.i" + @echo "... rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.s" + @echo "... rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.o" + @echo "... rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.i" + @echo "... rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.s" + @echo "... rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.o" + @echo "... rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.i" + @echo "... rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.s" + @echo "... rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.o" + @echo "... rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.i" + @echo "... rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.s" + @echo "... rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.o" + @echo "... rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.i" + @echo "... rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.s" + @echo "... rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.o" + @echo "... rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.i" + @echo "... rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.s" + @echo "... rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.o" + @echo "... rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.i" + @echo "... rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.s" + @echo "... rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.o" + @echo "... rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.i" + @echo "... rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.s" + @echo "... rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.o" + @echo "... rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.i" + @echo "... rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.s" + @echo "... rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.o" + @echo "... rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.i" + @echo "... rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/CMakeDirectoryInformation.cmake b/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..31c74ce --- /dev/null +++ b/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/DependInfo.cmake b/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/DependInfo.cmake new file mode 100644 index 0000000..c4871fc --- /dev/null +++ b/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/DependInfo.cmake @@ -0,0 +1,33 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Pairs of files generated by the same build rule. +set(CMAKE_MULTIPLE_OUTPUT_PAIRS + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/__init__.py" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper.py" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints.py" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/srv/__init__.py" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin.py" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c" "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c" + ) + + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/build.make b/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/build.make new file mode 100644 index 0000000..7fd549e --- /dev/null +++ b/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/build.make @@ -0,0 +1,188 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ros/lab3_robotics/advrobotics_lab3_interfaces + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces + +# Utility rule file for advrobotics_lab3_interfaces__py. + +# Include any custom commands dependencies for this target. +include advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/compiler_depend.make + +# Include the progress variables for this target. +include advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/progress.make + +advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py: rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c +advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py: rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c +advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py: rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c +advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py: rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints.py +advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py: rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper.py +advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py: rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin.py +advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py: rosidl_generator_py/advrobotics_lab3_interfaces/msg/__init__.py +advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py: rosidl_generator_py/advrobotics_lab3_interfaces/srv/__init__.py +advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py: rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c +advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py: rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c +advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py: rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c + +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/lib/rosidl_generator_py/rosidl_generator_py +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/local/lib/python3.10/dist-packages/rosidl_generator_py/__init__.py +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/local/lib/python3.10/dist-packages/rosidl_generator_py/generate_py_impl.py +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/rosidl_generator_py/resource/_action_pkg_typesupport_entry_point.c.em +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/rosidl_generator_py/resource/_action.py.em +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/rosidl_generator_py/resource/_idl_pkg_typesupport_entry_point.c.em +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/rosidl_generator_py/resource/_idl_support.c.em +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/rosidl_generator_py/resource/_idl.py.em +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/rosidl_generator_py/resource/_msg_pkg_typesupport_entry_point.c.em +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/rosidl_generator_py/resource/_msg_support.c.em +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/rosidl_generator_py/resource/_msg.py.em +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/rosidl_generator_py/resource/_srv_pkg_typesupport_entry_point.c.em +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/rosidl_generator_py/resource/_srv.py.em +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: rosidl_adapter/advrobotics_lab3_interfaces/msg/Joints.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: rosidl_adapter/advrobotics_lab3_interfaces/msg/Gripper.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: rosidl_adapter/advrobotics_lab3_interfaces/srv/Invkin.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/std_msgs/msg/Bool.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/std_msgs/msg/Byte.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/std_msgs/msg/ByteMultiArray.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/std_msgs/msg/Char.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/std_msgs/msg/ColorRGBA.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/std_msgs/msg/Empty.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/std_msgs/msg/Float32.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/std_msgs/msg/Float32MultiArray.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/std_msgs/msg/Float64.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/std_msgs/msg/Float64MultiArray.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/std_msgs/msg/Header.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/std_msgs/msg/Int16.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/std_msgs/msg/Int16MultiArray.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/std_msgs/msg/Int32.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/std_msgs/msg/Int32MultiArray.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/std_msgs/msg/Int64.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/std_msgs/msg/Int64MultiArray.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/std_msgs/msg/Int8.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/std_msgs/msg/Int8MultiArray.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/std_msgs/msg/MultiArrayDimension.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/std_msgs/msg/MultiArrayLayout.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/std_msgs/msg/String.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/std_msgs/msg/UInt16.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/std_msgs/msg/UInt16MultiArray.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/std_msgs/msg/UInt32.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/std_msgs/msg/UInt32MultiArray.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/std_msgs/msg/UInt64.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/std_msgs/msg/UInt64MultiArray.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/std_msgs/msg/UInt8.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/std_msgs/msg/UInt8MultiArray.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/builtin_interfaces/msg/Duration.idl +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c: /opt/ros/humble/share/builtin_interfaces/msg/Time.idl + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating Python code for ROS interfaces" + cd /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py && /usr/bin/python3 /opt/ros/humble/share/rosidl_generator_py/cmake/../../../lib/rosidl_generator_py/rosidl_generator_py --generator-arguments-file /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py__arguments.json --typesupport-impls "rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c;rosidl_typesupport_c" + +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c: rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c + +rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c: rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c + +rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints.py: rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints.py + +rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper.py: rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper.py + +rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin.py: rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin.py + +rosidl_generator_py/advrobotics_lab3_interfaces/msg/__init__.py: rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_py/advrobotics_lab3_interfaces/msg/__init__.py + +rosidl_generator_py/advrobotics_lab3_interfaces/srv/__init__.py: rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_py/advrobotics_lab3_interfaces/srv/__init__.py + +rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c: rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c + +rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c: rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c + +rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c: rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c + @$(CMAKE_COMMAND) -E touch_nocreate rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c + +advrobotics_lab3_interfaces__py: advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py +advrobotics_lab3_interfaces__py: rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c +advrobotics_lab3_interfaces__py: rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c +advrobotics_lab3_interfaces__py: rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c +advrobotics_lab3_interfaces__py: rosidl_generator_py/advrobotics_lab3_interfaces/msg/__init__.py +advrobotics_lab3_interfaces__py: rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper.py +advrobotics_lab3_interfaces__py: rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c +advrobotics_lab3_interfaces__py: rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints.py +advrobotics_lab3_interfaces__py: rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c +advrobotics_lab3_interfaces__py: rosidl_generator_py/advrobotics_lab3_interfaces/srv/__init__.py +advrobotics_lab3_interfaces__py: rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin.py +advrobotics_lab3_interfaces__py: rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c +advrobotics_lab3_interfaces__py: advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/build.make +.PHONY : advrobotics_lab3_interfaces__py + +# Rule to build all files generated by this target. +advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/build: advrobotics_lab3_interfaces__py +.PHONY : advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/build + +advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/clean: + cd /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py && $(CMAKE_COMMAND) -P CMakeFiles/advrobotics_lab3_interfaces__py.dir/cmake_clean.cmake +.PHONY : advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/clean + +advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/depend: + cd /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ros/lab3_robotics/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/depend + diff --git a/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/cmake_clean.cmake b/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/cmake_clean.cmake new file mode 100644 index 0000000..2b7762d --- /dev/null +++ b/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/cmake_clean.cmake @@ -0,0 +1,19 @@ +file(REMOVE_RECURSE + "../rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c" + "../rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c" + "../rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c" + "../rosidl_generator_py/advrobotics_lab3_interfaces/msg/__init__.py" + "../rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper.py" + "../rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c" + "../rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints.py" + "../rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c" + "../rosidl_generator_py/advrobotics_lab3_interfaces/srv/__init__.py" + "../rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin.py" + "../rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c" + "CMakeFiles/advrobotics_lab3_interfaces__py" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/advrobotics_lab3_interfaces__py.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/compiler_depend.make b/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/compiler_depend.make new file mode 100644 index 0000000..6f05381 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for advrobotics_lab3_interfaces__py. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/compiler_depend.ts b/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/compiler_depend.ts new file mode 100644 index 0000000..e1c6b41 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for advrobotics_lab3_interfaces__py. diff --git a/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/progress.make b/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/progress.make new file mode 100644 index 0000000..164e1d2 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 2 + diff --git a/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/progress.marks b/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/progress.marks new file mode 100644 index 0000000..573541a --- /dev/null +++ b/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeLists.txt b/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeLists.txt new file mode 100644 index 0000000..62fd762 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CMakeLists.txt @@ -0,0 +1,41 @@ +# Copyright 2016 Open Source Robotics Foundation, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Unlike other generators, this custom command depends on the target +# ${rosidl_generate_interfaces_TARGET} and not the IDL files. +# The IDL files could be generated files,as they are for .action files. +# CMake does not allow `add_custom_command()` to depend on files generated in +# a different CMake subdirectory, and this command is invoked after an +# add_subdirectory() call. +add_custom_command( + OUTPUT ${_generated_extension_files} ${_generated_py_files} ${_generated_c_files} + COMMAND ${PYTHON_EXECUTABLE} ${rosidl_generator_py_BIN} + --generator-arguments-file "${generator_arguments_file}" + --typesupport-impls "${_typesupport_impls}" + DEPENDS ${target_dependencies} ${rosidl_generate_interfaces_TARGET} + COMMENT "Generating Python code for ROS interfaces" + VERBATIM +) + +if(TARGET ${rosidl_generate_interfaces_TARGET}${_target_suffix}) + message(WARNING "Custom target ${rosidl_generate_interfaces_TARGET}${_target_suffix} already exists") +else() + add_custom_target( + ${rosidl_generate_interfaces_TARGET}${_target_suffix} + DEPENDS + ${_generated_extension_files} + ${_generated_py_files} + ${_generated_c_files} + ) +endif() diff --git a/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CTestTestfile.cmake b/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CTestTestfile.cmake new file mode 100644 index 0000000..5d39fde --- /dev/null +++ b/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/CTestTestfile.cmake @@ -0,0 +1,6 @@ +# CMake generated Testfile for +# Source directory: /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py +# Build directory: /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. diff --git a/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/Makefile b/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/Makefile new file mode 100644 index 0000000..da21190 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/Makefile @@ -0,0 +1,215 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ros/lab3_robotics/advrobotics_lab3_interfaces + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target test +test: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." + /usr/bin/ctest --force-new-ctest-process $(ARGS) +.PHONY : test + +# Special rule for the target test +test/fast: test +.PHONY : test/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces && $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py//CMakeFiles/progress.marks + cd /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 advrobotics_lab3_interfaces__py/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 advrobotics_lab3_interfaces__py/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 advrobotics_lab3_interfaces__py/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 advrobotics_lab3_interfaces__py/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/rule: + cd /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/rule +.PHONY : advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/rule + +# Convenience name for target. +advrobotics_lab3_interfaces__py: advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/rule +.PHONY : advrobotics_lab3_interfaces__py + +# fast build rule for target. +advrobotics_lab3_interfaces__py/fast: + cd /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces && $(MAKE) $(MAKESILENT) -f advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/build.make advrobotics_lab3_interfaces__py/CMakeFiles/advrobotics_lab3_interfaces__py.dir/build +.PHONY : advrobotics_lab3_interfaces__py/fast + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... test" + @echo "... advrobotics_lab3_interfaces__py" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/cmake_install.cmake b/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/cmake_install.cmake new file mode 100644 index 0000000..fd2e536 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_core/advrobotics_lab3_interfacesConfig-version.cmake b/build/advrobotics_lab3_interfaces/ament_cmake_core/advrobotics_lab3_interfacesConfig-version.cmake new file mode 100644 index 0000000..7beb732 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_core/advrobotics_lab3_interfacesConfig-version.cmake @@ -0,0 +1,14 @@ +# generated from ament/cmake/core/templates/nameConfig-version.cmake.in +set(PACKAGE_VERSION "0.0.0") + +set(PACKAGE_VERSION_EXACT False) +set(PACKAGE_VERSION_COMPATIBLE False) + +if("${PACKAGE_FIND_VERSION}" VERSION_EQUAL "${PACKAGE_VERSION}") + set(PACKAGE_VERSION_EXACT True) + set(PACKAGE_VERSION_COMPATIBLE True) +endif() + +if("${PACKAGE_FIND_VERSION}" VERSION_LESS "${PACKAGE_VERSION}") + set(PACKAGE_VERSION_COMPATIBLE True) +endif() diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_core/advrobotics_lab3_interfacesConfig.cmake b/build/advrobotics_lab3_interfaces/ament_cmake_core/advrobotics_lab3_interfacesConfig.cmake new file mode 100644 index 0000000..debaaa1 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_core/advrobotics_lab3_interfacesConfig.cmake @@ -0,0 +1,42 @@ +# generated from ament/cmake/core/templates/nameConfig.cmake.in + +# prevent multiple inclusion +if(_advrobotics_lab3_interfaces_CONFIG_INCLUDED) + # ensure to keep the found flag the same + if(NOT DEFINED advrobotics_lab3_interfaces_FOUND) + # explicitly set it to FALSE, otherwise CMake will set it to TRUE + set(advrobotics_lab3_interfaces_FOUND FALSE) + elseif(NOT advrobotics_lab3_interfaces_FOUND) + # use separate condition to avoid uninitialized variable warning + set(advrobotics_lab3_interfaces_FOUND FALSE) + endif() + return() +endif() +set(_advrobotics_lab3_interfaces_CONFIG_INCLUDED TRUE) + +# output package information +if(NOT advrobotics_lab3_interfaces_FIND_QUIETLY) + message(STATUS "Found advrobotics_lab3_interfaces: 0.0.0 (${advrobotics_lab3_interfaces_DIR})") +endif() + +# warn when using a deprecated package +if(NOT "" STREQUAL "") + set(_msg "Package 'advrobotics_lab3_interfaces' is deprecated") + # append custom deprecation text if available + if(NOT "" STREQUAL "TRUE") + set(_msg "${_msg} ()") + endif() + # optionally quiet the deprecation message + if(NOT ${advrobotics_lab3_interfaces_DEPRECATED_QUIET}) + message(DEPRECATION "${_msg}") + endif() +endif() + +# flag package as ament-based to distinguish it after being find_package()-ed +set(advrobotics_lab3_interfaces_FOUND_AMENT_PACKAGE TRUE) + +# include all config extra files +set(_extras "rosidl_cmake-extras.cmake;ament_cmake_export_dependencies-extras.cmake;ament_cmake_export_include_directories-extras.cmake;ament_cmake_export_libraries-extras.cmake;ament_cmake_export_targets-extras.cmake;rosidl_cmake_export_typesupport_targets-extras.cmake;rosidl_cmake_export_typesupport_libraries-extras.cmake") +foreach(_extra ${_extras}) + include("${advrobotics_lab3_interfaces_DIR}/${_extra}") +endforeach() diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_core/package.cmake b/build/advrobotics_lab3_interfaces/ament_cmake_core/package.cmake new file mode 100644 index 0000000..759767a --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_core/package.cmake @@ -0,0 +1,14 @@ +set(_AMENT_PACKAGE_NAME "advrobotics_lab3_interfaces") +set(advrobotics_lab3_interfaces_VERSION "0.0.0") +set(advrobotics_lab3_interfaces_MAINTAINER "ros ") +set(advrobotics_lab3_interfaces_BUILD_DEPENDS "std_msgs") +set(advrobotics_lab3_interfaces_BUILDTOOL_DEPENDS "ament_cmake" "rosidl_default_generators") +set(advrobotics_lab3_interfaces_BUILD_EXPORT_DEPENDS "std_msgs") +set(advrobotics_lab3_interfaces_BUILDTOOL_EXPORT_DEPENDS ) +set(advrobotics_lab3_interfaces_EXEC_DEPENDS "rosidl_default_runtime" "std_msgs") +set(advrobotics_lab3_interfaces_TEST_DEPENDS "ament_lint_auto" "ament_lint_common") +set(advrobotics_lab3_interfaces_GROUP_DEPENDS ) +set(advrobotics_lab3_interfaces_MEMBER_OF_GROUPS "rosidl_interface_packages") +set(advrobotics_lab3_interfaces_DEPRECATED "") +set(advrobotics_lab3_interfaces_EXPORT_TAGS) +list(APPEND advrobotics_lab3_interfaces_EXPORT_TAGS "ament_cmake") diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/Gripper.msg.stamp b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/Gripper.msg.stamp new file mode 100644 index 0000000..7d97b45 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/Gripper.msg.stamp @@ -0,0 +1 @@ +float32 gripper \ No newline at end of file diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/Invkin.srv.stamp b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/Invkin.srv.stamp new file mode 100644 index 0000000..ca37afc --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/Invkin.srv.stamp @@ -0,0 +1,8 @@ +float32 x +float32 y +float32 z +--- +int8 sol +float32 q1 +float32 q2 +float32 q3 \ No newline at end of file diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/Joints.msg.stamp b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/Joints.msg.stamp new file mode 100644 index 0000000..8bb48ea --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/Joints.msg.stamp @@ -0,0 +1,3 @@ +float32 q1 +float32 q2 +float32 q3 \ No newline at end of file diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/ament_cmake_export_dependencies-extras.cmake.stamp b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/ament_cmake_export_dependencies-extras.cmake.stamp new file mode 100644 index 0000000..3dc3d0f --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/ament_cmake_export_dependencies-extras.cmake.stamp @@ -0,0 +1,92 @@ +# generated from ament_cmake_export_dependencies/cmake/ament_cmake_export_dependencies-extras.cmake.in + +set(_exported_dependencies "std_msgs;rosidl_runtime_c;rosidl_typesupport_interface;rcutils;fastrtps_cmake_module;fastcdr;rosidl_runtime_c;rosidl_runtime_cpp;rosidl_typesupport_fastrtps_c;rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_interface;rosidl_runtime_cpp;fastrtps_cmake_module;fastcdr;rmw;rosidl_runtime_c;rosidl_runtime_cpp;rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_interface;rosidl_runtime_c;rosidl_typesupport_c;rosidl_typesupport_interface;rosidl_runtime_c;rosidl_runtime_cpp;rosidl_typesupport_c;rosidl_typesupport_cpp;rosidl_typesupport_interface") + +find_package(ament_cmake_libraries QUIET REQUIRED) + +# find_package() all dependencies +# and append their DEFINITIONS INCLUDE_DIRS, LIBRARIES, and LINK_FLAGS +# variables to advrobotics_lab3_interfaces_DEFINITIONS, advrobotics_lab3_interfaces_INCLUDE_DIRS, +# advrobotics_lab3_interfaces_LIBRARIES, and advrobotics_lab3_interfaces_LINK_FLAGS. +# Additionally collect the direct dependency names in +# advrobotics_lab3_interfaces_DEPENDENCIES as well as the recursive dependency names +# in advrobotics_lab3_interfaces_RECURSIVE_DEPENDENCIES. +if(NOT _exported_dependencies STREQUAL "") + find_package(ament_cmake_core QUIET REQUIRED) + set(advrobotics_lab3_interfaces_DEPENDENCIES ${_exported_dependencies}) + set(advrobotics_lab3_interfaces_RECURSIVE_DEPENDENCIES ${_exported_dependencies}) + set(_libraries) + foreach(_dep ${_exported_dependencies}) + if(NOT ${_dep}_FOUND) + find_package("${_dep}" QUIET REQUIRED) + endif() + # if a package provides modern CMake interface targets use them + # exclusively assuming the classic CMake variables only exist for + # backward compatibility + set(use_modern_cmake FALSE) + if(NOT "${${_dep}_TARGETS}" STREQUAL "") + foreach(_target ${${_dep}_TARGETS}) + # only use actual targets + # in case a package uses this variable for other content + if(TARGET "${_target}") + get_target_property(_include_dirs ${_target} INTERFACE_INCLUDE_DIRECTORIES) + if(_include_dirs) + list_append_unique(advrobotics_lab3_interfaces_INCLUDE_DIRS "${_include_dirs}") + endif() + + get_target_property(_imported_configurations ${_target} IMPORTED_CONFIGURATIONS) + if(_imported_configurations) + string(TOUPPER "${_imported_configurations}" _imported_configurations) + if(DEBUG_CONFIGURATIONS) + string(TOUPPER "${DEBUG_CONFIGURATIONS}" _debug_configurations_uppercase) + else() + set(_debug_configurations_uppercase "DEBUG") + endif() + foreach(_imported_config ${_imported_configurations}) + get_target_property(_imported_implib ${_target} IMPORTED_IMPLIB_${_imported_config}) + if(_imported_implib) + set(_imported_implib_config "optimized") + if(${_imported_config} IN_LIST _debug_configurations_uppercase) + set(_imported_implib_config "debug") + endif() + list(APPEND _libraries ${_imported_implib_config} ${_imported_implib}) + else() + get_target_property(_imported_location ${_target} IMPORTED_LOCATION_${_imported_config}) + if(_imported_location) + list(APPEND _libraries "${_imported_location}") + endif() + endif() + endforeach() + endif() + + get_target_property(_link_libraries ${_target} INTERFACE_LINK_LIBRARIES) + if(_link_libraries) + list(APPEND _libraries "${_link_libraries}") + endif() + set(use_modern_cmake TRUE) + endif() + endforeach() + endif() + if(NOT use_modern_cmake) + if(${_dep}_DEFINITIONS) + list_append_unique(advrobotics_lab3_interfaces_DEFINITIONS "${${_dep}_DEFINITIONS}") + endif() + if(${_dep}_INCLUDE_DIRS) + list_append_unique(advrobotics_lab3_interfaces_INCLUDE_DIRS "${${_dep}_INCLUDE_DIRS}") + endif() + if(${_dep}_LIBRARIES) + list(APPEND _libraries "${${_dep}_LIBRARIES}") + endif() + if(${_dep}_LINK_FLAGS) + list_append_unique(advrobotics_lab3_interfaces_LINK_FLAGS "${${_dep}_LINK_FLAGS}") + endif() + if(${_dep}_RECURSIVE_DEPENDENCIES) + list_append_unique(advrobotics_lab3_interfaces_RECURSIVE_DEPENDENCIES "${${_dep}_RECURSIVE_DEPENDENCIES}") + endif() + endif() + if(_libraries) + ament_libraries_deduplicate(_libraries "${_libraries}") + list(APPEND advrobotics_lab3_interfaces_LIBRARIES "${_libraries}") + endif() + endforeach() +endif() diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/ament_cmake_export_include_directories-extras.cmake.stamp b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/ament_cmake_export_include_directories-extras.cmake.stamp new file mode 100644 index 0000000..d8815e7 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/ament_cmake_export_include_directories-extras.cmake.stamp @@ -0,0 +1,16 @@ +# generated from ament_cmake_export_include_directories/cmake/ament_cmake_export_include_directories-extras.cmake.in + +set(_exported_include_dirs "${advrobotics_lab3_interfaces_DIR}/../../../include/advrobotics_lab3_interfaces") + +# append include directories to advrobotics_lab3_interfaces_INCLUDE_DIRS +# warn about not existing paths +if(NOT _exported_include_dirs STREQUAL "") + find_package(ament_cmake_core QUIET REQUIRED) + foreach(_exported_include_dir ${_exported_include_dirs}) + if(NOT IS_DIRECTORY "${_exported_include_dir}") + message(WARNING "Package 'advrobotics_lab3_interfaces' exports the include directory '${_exported_include_dir}' which doesn't exist") + endif() + normalize_path(_exported_include_dir "${_exported_include_dir}") + list(APPEND advrobotics_lab3_interfaces_INCLUDE_DIRS "${_exported_include_dir}") + endforeach() +endif() diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/ament_cmake_export_libraries-extras.cmake.stamp b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/ament_cmake_export_libraries-extras.cmake.stamp new file mode 100644 index 0000000..f9c8919 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/ament_cmake_export_libraries-extras.cmake.stamp @@ -0,0 +1,141 @@ +# generated from ament_cmake_export_libraries/cmake/template/ament_cmake_export_libraries.cmake.in + +set(_exported_libraries "advrobotics_lab3_interfaces__rosidl_generator_c;advrobotics_lab3_interfaces__rosidl_typesupport_c;advrobotics_lab3_interfaces__rosidl_typesupport_cpp") +set(_exported_library_names "") + +# populate advrobotics_lab3_interfaces_LIBRARIES +if(NOT _exported_libraries STREQUAL "") + # loop over libraries, either target names or absolute paths + list(LENGTH _exported_libraries _length) + set(_i 0) + while(_i LESS _length) + list(GET _exported_libraries ${_i} _arg) + + # pass linker flags along + if("${_arg}" MATCHES "^-" AND NOT "${_arg}" MATCHES "^-[l|framework]") + list(APPEND advrobotics_lab3_interfaces_LIBRARIES "${_arg}") + math(EXPR _i "${_i} + 1") + continue() + endif() + + if("${_arg}" MATCHES "^(debug|optimized|general)$") + # remember build configuration keyword + # and get following library + set(_cfg "${_arg}") + math(EXPR _i "${_i} + 1") + if(_i EQUAL _length) + message(FATAL_ERROR "Package 'advrobotics_lab3_interfaces' passes the build configuration keyword '${_cfg}' as the last exported library") + endif() + list(GET _exported_libraries ${_i} _library) + else() + # the value is a library without a build configuration keyword + set(_cfg "") + set(_library "${_arg}") + endif() + math(EXPR _i "${_i} + 1") + + if(NOT IS_ABSOLUTE "${_library}") + # search for library target relative to this CMake file + set(_lib "NOTFOUND") + find_library( + _lib NAMES "${_library}" + PATHS "${advrobotics_lab3_interfaces_DIR}/../../../lib" + NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH + ) + + if(NOT _lib) + # warn about not existing library and ignore it + message(FATAL_ERROR "Package 'advrobotics_lab3_interfaces' exports the library '${_library}' which couldn't be found") + elseif(NOT IS_ABSOLUTE "${_lib}") + # the found library must be an absolute path + message(FATAL_ERROR "Package 'advrobotics_lab3_interfaces' found the library '${_library}' at '${_lib}' which is not an absolute path") + elseif(NOT EXISTS "${_lib}") + # the found library must exist + message(FATAL_ERROR "Package 'advrobotics_lab3_interfaces' found the library '${_lib}' which doesn't exist") + else() + list(APPEND advrobotics_lab3_interfaces_LIBRARIES ${_cfg} "${_lib}") + endif() + + else() + if(NOT EXISTS "${_library}") + # the found library must exist + message(WARNING "Package 'advrobotics_lab3_interfaces' exports the library '${_library}' which doesn't exist") + else() + list(APPEND advrobotics_lab3_interfaces_LIBRARIES ${_cfg} "${_library}") + endif() + endif() + endwhile() +endif() + +# find_library() library names with optional LIBRARY_DIRS +# and add the libraries to advrobotics_lab3_interfaces_LIBRARIES +if(NOT _exported_library_names STREQUAL "") + # loop over library names + # but remember related build configuration keyword if available + list(LENGTH _exported_library_names _length) + set(_i 0) + while(_i LESS _length) + list(GET _exported_library_names ${_i} _arg) + # pass linker flags along + if("${_arg}" MATCHES "^-" AND NOT "${_arg}" MATCHES "^-[l|framework]") + list(APPEND advrobotics_lab3_interfaces_LIBRARIES "${_arg}") + math(EXPR _i "${_i} + 1") + continue() + endif() + + if("${_arg}" MATCHES "^(debug|optimized|general)$") + # remember build configuration keyword + # and get following library name + set(_cfg "${_arg}") + math(EXPR _i "${_i} + 1") + if(_i EQUAL _length) + message(FATAL_ERROR "Package 'advrobotics_lab3_interfaces' passes the build configuration keyword '${_cfg}' as the last exported target") + endif() + list(GET _exported_library_names ${_i} _library) + else() + # the value is a library target without a build configuration keyword + set(_cfg "") + set(_library "${_arg}") + endif() + math(EXPR _i "${_i} + 1") + + # extract optional LIBRARY_DIRS from library name + string(REPLACE ":" ";" _library_dirs "${_library}") + list(GET _library_dirs 0 _library_name) + list(REMOVE_AT _library_dirs 0) + + set(_lib "NOTFOUND") + if(NOT _library_dirs) + # search for library in the common locations + find_library( + _lib + NAMES "${_library_name}" + ) + if(NOT _lib) + # warn about not existing library and later ignore it + message(WARNING "Package 'advrobotics_lab3_interfaces' exports library '${_library_name}' which couldn't be found") + endif() + else() + # search for library in the specified directories + find_library( + _lib + NAMES "${_library_name}" + PATHS ${_library_dirs} + NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH + ) + if(NOT _lib) + # warn about not existing library and later ignore it + message(WARNING + "Package 'advrobotics_lab3_interfaces' exports library '${_library_name}' with LIBRARY_DIRS '${_library_dirs}' which couldn't be found") + endif() + endif() + if(_lib) + list(APPEND advrobotics_lab3_interfaces_LIBRARIES ${_cfg} "${_lib}") + endif() + endwhile() +endif() + +# TODO(dirk-thomas) deduplicate advrobotics_lab3_interfaces_LIBRARIES +# while maintaining library order +# as well as build configuration keywords +# as well as linker flags diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/ament_cmake_export_targets-extras.cmake.stamp b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/ament_cmake_export_targets-extras.cmake.stamp new file mode 100644 index 0000000..b278c84 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/ament_cmake_export_targets-extras.cmake.stamp @@ -0,0 +1,27 @@ +# generated from ament_cmake_export_targets/cmake/ament_cmake_export_targets-extras.cmake.in + +set(_exported_targets "export_advrobotics_lab3_interfaces__rosidl_generator_c;export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c;export_advrobotics_lab3_interfaces__rosidl_generator_cpp;export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp;advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c;advrobotics_lab3_interfaces__rosidl_typesupport_c;advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp;advrobotics_lab3_interfaces__rosidl_typesupport_cpp;export_advrobotics_lab3_interfaces__rosidl_generator_py") + +# include all exported targets +if(NOT _exported_targets STREQUAL "") + foreach(_target ${_exported_targets}) + set(_export_file "${advrobotics_lab3_interfaces_DIR}/${_target}Export.cmake") + include("${_export_file}") + + # extract the target names associated with the export + set(_regex "foreach\\((_cmake)?_expected_?[Tt]arget (IN ITEMS )?(.+)\\)") + file( + STRINGS "${_export_file}" _foreach_targets + REGEX "${_regex}") + list(LENGTH _foreach_targets _matches) + if(NOT _matches EQUAL 1) + message(FATAL_ERROR + "Failed to find exported target names in '${_export_file}'") + endif() + string(REGEX REPLACE "${_regex}" "\\3" _targets "${_foreach_targets}") + string(REPLACE " " ";" _targets "${_targets}") + list(LENGTH _targets _length) + + list(APPEND advrobotics_lab3_interfaces_TARGETS ${_targets}) + endforeach() +endif() diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/ament_prefix_path.sh.stamp b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/ament_prefix_path.sh.stamp new file mode 100644 index 0000000..02e441b --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/ament_prefix_path.sh.stamp @@ -0,0 +1,4 @@ +# copied from +# ament_cmake_core/cmake/environment_hooks/environment/ament_prefix_path.sh + +ament_prepend_unique_value AMENT_PREFIX_PATH "$AMENT_CURRENT_PREFIX" diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/library_path.sh.stamp b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/library_path.sh.stamp new file mode 100644 index 0000000..292e518 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/library_path.sh.stamp @@ -0,0 +1,16 @@ +# copied from ament_package/template/environment_hook/library_path.sh + +# detect if running on Darwin platform +_UNAME=`uname -s` +_IS_DARWIN=0 +if [ "$_UNAME" = "Darwin" ]; then + _IS_DARWIN=1 +fi +unset _UNAME + +if [ $_IS_DARWIN -eq 0 ]; then + ament_prepend_unique_value LD_LIBRARY_PATH "$AMENT_CURRENT_PREFIX/lib" +else + ament_prepend_unique_value DYLD_LIBRARY_PATH "$AMENT_CURRENT_PREFIX/lib" +fi +unset _IS_DARWIN diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/nameConfig-version.cmake.in.stamp b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/nameConfig-version.cmake.in.stamp new file mode 100644 index 0000000..ee49c9f --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/nameConfig-version.cmake.in.stamp @@ -0,0 +1,14 @@ +# generated from ament/cmake/core/templates/nameConfig-version.cmake.in +set(PACKAGE_VERSION "@PACKAGE_VERSION@") + +set(PACKAGE_VERSION_EXACT False) +set(PACKAGE_VERSION_COMPATIBLE False) + +if("${PACKAGE_FIND_VERSION}" VERSION_EQUAL "${PACKAGE_VERSION}") + set(PACKAGE_VERSION_EXACT True) + set(PACKAGE_VERSION_COMPATIBLE True) +endif() + +if("${PACKAGE_FIND_VERSION}" VERSION_LESS "${PACKAGE_VERSION}") + set(PACKAGE_VERSION_COMPATIBLE True) +endif() diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/nameConfig.cmake.in.stamp b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/nameConfig.cmake.in.stamp new file mode 100644 index 0000000..6fb3fe7 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/nameConfig.cmake.in.stamp @@ -0,0 +1,42 @@ +# generated from ament/cmake/core/templates/nameConfig.cmake.in + +# prevent multiple inclusion +if(_@PROJECT_NAME@_CONFIG_INCLUDED) + # ensure to keep the found flag the same + if(NOT DEFINED @PROJECT_NAME@_FOUND) + # explicitly set it to FALSE, otherwise CMake will set it to TRUE + set(@PROJECT_NAME@_FOUND FALSE) + elseif(NOT @PROJECT_NAME@_FOUND) + # use separate condition to avoid uninitialized variable warning + set(@PROJECT_NAME@_FOUND FALSE) + endif() + return() +endif() +set(_@PROJECT_NAME@_CONFIG_INCLUDED TRUE) + +# output package information +if(NOT @PROJECT_NAME@_FIND_QUIETLY) + message(STATUS "Found @PROJECT_NAME@: @PACKAGE_VERSION@ (${@PROJECT_NAME@_DIR})") +endif() + +# warn when using a deprecated package +if(NOT "@PACKAGE_DEPRECATED@" STREQUAL "") + set(_msg "Package '@PROJECT_NAME@' is deprecated") + # append custom deprecation text if available + if(NOT "@PACKAGE_DEPRECATED@" STREQUAL "TRUE") + set(_msg "${_msg} (@PACKAGE_DEPRECATED@)") + endif() + # optionally quiet the deprecation message + if(NOT ${@PROJECT_NAME@_DEPRECATED_QUIET}) + message(DEPRECATION "${_msg}") + endif() +endif() + +# flag package as ament-based to distinguish it after being find_package()-ed +set(@PROJECT_NAME@_FOUND_AMENT_PACKAGE TRUE) + +# include all config extra files +set(_extras "@PACKAGE_CONFIG_EXTRA_FILES@") +foreach(_extra ${_extras}) + include("${@PROJECT_NAME@_DIR}/${_extra}") +endforeach() diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/package.xml.stamp b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/package.xml.stamp new file mode 100644 index 0000000..2e54715 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/package.xml.stamp @@ -0,0 +1,24 @@ + + + + advrobotics_lab3_interfaces + 0.0.0 + TODO: Package description + ros + Apache-2.0 + + ament_cmake + + std_msgs + rosidl_default_generators + rosidl_default_runtime + rosidl_interface_packages + + + ament_lint_auto + ament_lint_common + + + ament_cmake + + diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/package_xml_2_cmake.py.stamp b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/package_xml_2_cmake.py.stamp new file mode 100644 index 0000000..8be9894 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/package_xml_2_cmake.py.stamp @@ -0,0 +1,150 @@ +#!/usr/bin/env python3 + +# Copyright 2014-2015 Open Source Robotics Foundation, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import argparse +from collections import OrderedDict +import os +import sys + +from catkin_pkg.package import parse_package_string + + +def main(argv=sys.argv[1:]): + """ + Extract the information from package.xml and make them accessible to CMake. + + Parse the given package.xml file and + print CMake code defining several variables containing the content. + """ + parser = argparse.ArgumentParser( + description='Parse package.xml file and print CMake code defining ' + 'several variables', + ) + parser.add_argument( + 'package_xml', + type=argparse.FileType('r', encoding='utf-8'), + help='The path to a package.xml file', + ) + parser.add_argument( + 'outfile', + nargs='?', + help='The filename where the output should be written to', + ) + args = parser.parse_args(argv) + + try: + package = parse_package_string( + args.package_xml.read(), filename=args.package_xml.name) + except Exception as e: + print("Error parsing '%s':" % args.package_xml.name, file=sys.stderr) + raise e + finally: + args.package_xml.close() + + lines = generate_cmake_code(package) + if args.outfile: + with open(args.outfile, 'w', encoding='utf-8') as f: + for line in lines: + f.write('%s\n' % line) + else: + for line in lines: + print(line) + + +def get_dependency_values(key, depends): + dependencies = [] + + # Filter the dependencies, checking for any condition attributes + dependencies.append((key, ' '.join([ + '"%s"' % str(d) for d in depends + if d.condition is None or d.evaluate_condition(os.environ) + ]))) + + for d in depends: + comparisons = [ + 'version_lt', + 'version_lte', + 'version_eq', + 'version_gte', + 'version_gt'] + for comp in comparisons: + value = getattr(d, comp, None) + if value is not None: + dependencies.append(('%s_%s_%s' % (key, str(d), comp.upper()), + '"%s"' % value)) + return dependencies + + +def generate_cmake_code(package): + """ + Return a list of CMake set() commands containing the manifest information. + + :param package: catkin_pkg.package.Package + :returns: list of str + """ + variables = [] + variables.append(('VERSION', '"%s"' % package.version)) + + variables.append(( + 'MAINTAINER', + '"%s"' % (', '.join([str(m) for m in package.maintainers])))) + + variables.extend(get_dependency_values('BUILD_DEPENDS', + package.build_depends)) + variables.extend(get_dependency_values('BUILDTOOL_DEPENDS', + package.buildtool_depends)) + variables.extend(get_dependency_values('BUILD_EXPORT_DEPENDS', + package.build_export_depends)) + variables.extend(get_dependency_values('BUILDTOOL_EXPORT_DEPENDS', + package.buildtool_export_depends)) + variables.extend(get_dependency_values('EXEC_DEPENDS', + package.exec_depends)) + variables.extend(get_dependency_values('TEST_DEPENDS', + package.test_depends)) + variables.extend(get_dependency_values('GROUP_DEPENDS', + package.group_depends)) + variables.extend(get_dependency_values('MEMBER_OF_GROUPS', + package.member_of_groups)) + + deprecated = [e.content for e in package.exports + if e.tagname == 'deprecated'] + variables.append(('DEPRECATED', + '"%s"' % ((deprecated[0] if deprecated[0] else 'TRUE') + if deprecated + else ''))) + + lines = [] + lines.append('set(_AMENT_PACKAGE_NAME "%s")' % package.name) + for (k, v) in variables: + lines.append('set(%s_%s %s)' % (package.name, k, v)) + + lines.append('set(%s_EXPORT_TAGS)' % package.name) + replaces = OrderedDict() + replaces['${prefix}/'] = '' + replaces['\\'] = '\\\\' # escape backslashes + replaces['"'] = '\\"' # prevent double quotes to end the CMake string + replaces[';'] = '\\;' # prevent semicolons to be interpreted as list separators + for export in package.exports: + export = str(export) + for k, v in replaces.items(): + export = export.replace(k, v) + lines.append('list(APPEND %s_EXPORT_TAGS "%s")' % (package.name, export)) + + return lines + + +if __name__ == '__main__': + main() diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/path.sh.stamp b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/path.sh.stamp new file mode 100644 index 0000000..e59b749 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/path.sh.stamp @@ -0,0 +1,5 @@ +# copied from ament_cmake_core/cmake/environment_hooks/environment/path.sh + +if [ -d "$AMENT_CURRENT_PREFIX/bin" ]; then + ament_prepend_unique_value PATH "$AMENT_CURRENT_PREFIX/bin" +fi diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/pythonpath.sh.in.stamp b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/pythonpath.sh.in.stamp new file mode 100644 index 0000000..de278c1 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/pythonpath.sh.in.stamp @@ -0,0 +1,3 @@ +# generated from ament_package/template/environment_hook/pythonpath.sh.in + +ament_prepend_unique_value PYTHONPATH "$AMENT_CURRENT_PREFIX/@PYTHON_INSTALL_DIR@" diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/rosidl_cmake-extras.cmake.stamp b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/rosidl_cmake-extras.cmake.stamp new file mode 100644 index 0000000..6748db4 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/rosidl_cmake-extras.cmake.stamp @@ -0,0 +1,4 @@ +# generated from rosidl_cmake/cmake/rosidl_cmake-extras.cmake.in + +set(advrobotics_lab3_interfaces_IDL_FILES "msg/Joints.idl;msg/Gripper.idl;srv/Invkin.idl") +set(advrobotics_lab3_interfaces_INTERFACE_FILES "msg/Joints.msg;msg/Gripper.msg;srv/Invkin.srv;srv/Invkin_Request.msg;srv/Invkin_Response.msg") diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/rosidl_cmake_export_typesupport_libraries-extras.cmake.stamp b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/rosidl_cmake_export_typesupport_libraries-extras.cmake.stamp new file mode 100644 index 0000000..be8df03 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/rosidl_cmake_export_typesupport_libraries-extras.cmake.stamp @@ -0,0 +1,49 @@ +# generated from +# rosidl_cmake/cmake/template/rosidl_cmake_export_typesupport_libraries.cmake.in + +set(_exported_typesupport_libraries + "__rosidl_typesupport_fastrtps_c:advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c;__rosidl_typesupport_fastrtps_cpp:advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp") + +# populate advrobotics_lab3_interfaces_LIBRARIES_ +if(NOT _exported_typesupport_libraries STREQUAL "") + # loop over typesupport libraries + foreach(_tuple ${_exported_typesupport_libraries}) + string(REPLACE ":" ";" _tuple "${_tuple}") + list(GET _tuple 0 _suffix) + list(GET _tuple 1 _library) + + if(NOT IS_ABSOLUTE "${_library}") + # search for library target relative to this CMake file + set(_lib "NOTFOUND") + find_library( + _lib NAMES "${_library}" + PATHS "${advrobotics_lab3_interfaces_DIR}/../../../lib" + NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH + ) + + if(NOT _lib) + # the library wasn't found + message(FATAL_ERROR + "Package 'advrobotics_lab3_interfaces' exports the typesupport library '${_library}' which couldn't be found") + elseif(NOT IS_ABSOLUTE "${_lib}") + # the found library must be an absolute path + message(FATAL_ERROR + "Package 'advrobotics_lab3_interfaces' found the typesupport library '${_library}' at '${_lib}' " + "which is not an absolute path") + elseif(NOT EXISTS "${_lib}") + # the found library must exist + message(FATAL_ERROR "Package 'advrobotics_lab3_interfaces' found the typesupport library '${_lib}' which doesn't exist") + else() + list(APPEND advrobotics_lab3_interfaces_LIBRARIES${_suffix} ${_cfg} "${_lib}") + endif() + + else() + if(NOT EXISTS "${_library}") + # the found library must exist + message(WARNING "Package 'advrobotics_lab3_interfaces' exports the typesupport library '${_library}' which doesn't exist") + else() + list(APPEND advrobotics_lab3_interfaces_LIBRARIES${_suffix} "${_library}") + endif() + endif() + endforeach() +endif() diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/rosidl_cmake_export_typesupport_targets-extras.cmake.stamp b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/rosidl_cmake_export_typesupport_targets-extras.cmake.stamp new file mode 100644 index 0000000..0fd75b6 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/rosidl_cmake_export_typesupport_targets-extras.cmake.stamp @@ -0,0 +1,23 @@ +# generated from +# rosidl_cmake/cmake/template/rosidl_cmake_export_typesupport_targets.cmake.in + +set(_exported_typesupport_targets + "__rosidl_generator_c:advrobotics_lab3_interfaces__rosidl_generator_c;__rosidl_typesupport_fastrtps_c:advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c;__rosidl_generator_cpp:advrobotics_lab3_interfaces__rosidl_generator_cpp;__rosidl_typesupport_fastrtps_cpp:advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp;__rosidl_typesupport_introspection_c:advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c;__rosidl_typesupport_c:advrobotics_lab3_interfaces__rosidl_typesupport_c;__rosidl_typesupport_introspection_cpp:advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp;__rosidl_typesupport_cpp:advrobotics_lab3_interfaces__rosidl_typesupport_cpp;__rosidl_generator_py:advrobotics_lab3_interfaces__rosidl_generator_py") + +# populate advrobotics_lab3_interfaces_TARGETS_ +if(NOT _exported_typesupport_targets STREQUAL "") + # loop over typesupport targets + foreach(_tuple ${_exported_typesupport_targets}) + string(REPLACE ":" ";" _tuple "${_tuple}") + list(GET _tuple 0 _suffix) + list(GET _tuple 1 _target) + + set(_target "advrobotics_lab3_interfaces::${_target}") + if(NOT TARGET "${_target}") + # the exported target must exist + message(WARNING "Package 'advrobotics_lab3_interfaces' exports the typesupport target '${_target}' which doesn't exist") + else() + list(APPEND advrobotics_lab3_interfaces_TARGETS${_suffix} "${_target}") + endif() + endforeach() +endif() diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/templates_2_cmake.py.stamp b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/templates_2_cmake.py.stamp new file mode 100644 index 0000000..fb2fb47 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_core/stamps/templates_2_cmake.py.stamp @@ -0,0 +1,112 @@ +#!/usr/bin/env python3 + +# Copyright 2014-2015 Open Source Robotics Foundation, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import argparse +import os +import sys + +from ament_package.templates import get_environment_hook_template_path +from ament_package.templates import get_package_level_template_names +from ament_package.templates import get_package_level_template_path +from ament_package.templates import get_prefix_level_template_names +from ament_package.templates import get_prefix_level_template_path + +IS_WINDOWS = os.name == 'nt' + + +def main(argv=sys.argv[1:]): + """ + Extract the information about templates provided by ament_package. + + Call the API provided by ament_package and + print CMake code defining several variables containing information about + the available templates. + """ + parser = argparse.ArgumentParser( + description='Extract information about templates provided by ' + 'ament_package and print CMake code defining several ' + 'variables', + ) + parser.add_argument( + 'outfile', + nargs='?', + help='The filename where the output should be written to', + ) + args = parser.parse_args(argv) + + lines = generate_cmake_code() + if args.outfile: + basepath = os.path.dirname(args.outfile) + if not os.path.exists(basepath): + os.makedirs(basepath) + with open(args.outfile, 'w') as f: + for line in lines: + f.write('%s\n' % line) + else: + for line in lines: + print(line) + + +def generate_cmake_code(): + """ + Return a list of CMake set() commands containing the template information. + + :returns: list of str + """ + variables = [] + + if not IS_WINDOWS: + variables.append(( + 'ENVIRONMENT_HOOK_LIBRARY_PATH', + '"%s"' % get_environment_hook_template_path('library_path.sh'))) + else: + variables.append(('ENVIRONMENT_HOOK_LIBRARY_PATH', '')) + + ext = '.bat.in' if IS_WINDOWS else '.sh.in' + variables.append(( + 'ENVIRONMENT_HOOK_PYTHONPATH', + '"%s"' % get_environment_hook_template_path('pythonpath' + ext))) + + templates = [] + for name in get_package_level_template_names(): + templates.append('"%s"' % get_package_level_template_path(name)) + variables.append(( + 'PACKAGE_LEVEL', + templates)) + + templates = [] + for name in get_prefix_level_template_names(): + templates.append('"%s"' % get_prefix_level_template_path(name)) + variables.append(( + 'PREFIX_LEVEL', + templates)) + + lines = [] + for (k, v) in variables: + if isinstance(v, list): + lines.append('set(ament_cmake_package_templates_%s "")' % k) + for vv in v: + lines.append('list(APPEND ament_cmake_package_templates_%s %s)' + % (k, vv)) + else: + lines.append('set(ament_cmake_package_templates_%s %s)' % (k, v)) + # Ensure backslashes are replaced with forward slashes because CMake cannot + # parse files with backslashes in it. + return [line.replace('\\', '/') for line in lines] + + +if __name__ == '__main__': + main() diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/ament_prefix_path.dsv b/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/ament_prefix_path.dsv new file mode 100644 index 0000000..79d4c95 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/ament_prefix_path.dsv @@ -0,0 +1 @@ +prepend-non-duplicate;AMENT_PREFIX_PATH; diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/library_path.dsv b/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/library_path.dsv new file mode 100644 index 0000000..89bec93 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/library_path.dsv @@ -0,0 +1 @@ +prepend-non-duplicate;LD_LIBRARY_PATH;lib diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/local_setup.bash b/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/local_setup.bash new file mode 100644 index 0000000..49782f2 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/local_setup.bash @@ -0,0 +1,46 @@ +# generated from ament_package/template/package_level/local_setup.bash.in + +# source local_setup.sh from same directory as this file +_this_path=$(builtin cd "`dirname "${BASH_SOURCE[0]}"`" && pwd) +# provide AMENT_CURRENT_PREFIX to shell script +AMENT_CURRENT_PREFIX=$(builtin cd "`dirname "${BASH_SOURCE[0]}"`/../.." && pwd) +# store AMENT_CURRENT_PREFIX to restore it before each environment hook +_package_local_setup_AMENT_CURRENT_PREFIX=$AMENT_CURRENT_PREFIX + +# trace output +if [ -n "$AMENT_TRACE_SETUP_FILES" ]; then + echo "# . \"$_this_path/local_setup.sh\"" +fi +. "$_this_path/local_setup.sh" +unset _this_path + +# unset AMENT_ENVIRONMENT_HOOKS +# if not appending to them for return +if [ -z "$AMENT_RETURN_ENVIRONMENT_HOOKS" ]; then + unset AMENT_ENVIRONMENT_HOOKS +fi + +# restore AMENT_CURRENT_PREFIX before evaluating the environment hooks +AMENT_CURRENT_PREFIX=$_package_local_setup_AMENT_CURRENT_PREFIX +# list all environment hooks of this package + +# source all shell-specific environment hooks of this package +# if not returning them +if [ -z "$AMENT_RETURN_ENVIRONMENT_HOOKS" ]; then + _package_local_setup_IFS=$IFS + IFS=":" + for _hook in $AMENT_ENVIRONMENT_HOOKS; do + # restore AMENT_CURRENT_PREFIX for each environment hook + AMENT_CURRENT_PREFIX=$_package_local_setup_AMENT_CURRENT_PREFIX + # restore IFS before sourcing other files + IFS=$_package_local_setup_IFS + . "$_hook" + done + unset _hook + IFS=$_package_local_setup_IFS + unset _package_local_setup_IFS + unset AMENT_ENVIRONMENT_HOOKS +fi + +unset _package_local_setup_AMENT_CURRENT_PREFIX +unset AMENT_CURRENT_PREFIX diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/local_setup.dsv b/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/local_setup.dsv new file mode 100644 index 0000000..50e36a8 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/local_setup.dsv @@ -0,0 +1,4 @@ +source;share/advrobotics_lab3_interfaces/environment/ament_prefix_path.sh +source;share/advrobotics_lab3_interfaces/environment/library_path.sh +source;share/advrobotics_lab3_interfaces/environment/path.sh +source;share/advrobotics_lab3_interfaces/environment/pythonpath.sh diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/local_setup.sh b/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/local_setup.sh new file mode 100644 index 0000000..ad2f2e7 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/local_setup.sh @@ -0,0 +1,186 @@ +# generated from ament_package/template/package_level/local_setup.sh.in + +# since this file is sourced use either the provided AMENT_CURRENT_PREFIX +# or fall back to the destination set at configure time +: ${AMENT_CURRENT_PREFIX:="/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces"} +if [ ! -d "$AMENT_CURRENT_PREFIX" ]; then + if [ -z "$COLCON_CURRENT_PREFIX" ]; then + echo "The compile time prefix path '$AMENT_CURRENT_PREFIX' doesn't " \ + "exist. Consider sourcing a different extension than '.sh'." 1>&2 + else + AMENT_CURRENT_PREFIX="$COLCON_CURRENT_PREFIX" + fi +fi + +# function to append values to environment variables +# using colons as separators and avoiding leading separators +ament_append_value() { + # arguments + _listname="$1" + _value="$2" + #echo "listname $_listname" + #eval echo "list value \$$_listname" + #echo "value $_value" + + # avoid leading separator + eval _values=\"\$$_listname\" + if [ -z "$_values" ]; then + eval export $_listname=\"$_value\" + #eval echo "set list \$$_listname" + else + # field separator must not be a colon + _ament_append_value_IFS=$IFS + unset IFS + eval export $_listname=\"\$$_listname:$_value\" + #eval echo "append list \$$_listname" + IFS=$_ament_append_value_IFS + unset _ament_append_value_IFS + fi + unset _values + + unset _value + unset _listname +} + +# function to append non-duplicate values to environment variables +# using colons as separators and avoiding leading separators +ament_append_unique_value() { + # arguments + _listname=$1 + _value=$2 + #echo "listname $_listname" + #eval echo "list value \$$_listname" + #echo "value $_value" + + # check if the list contains the value + eval _values=\$$_listname + _duplicate= + _ament_append_unique_value_IFS=$IFS + IFS=":" + if [ "$AMENT_SHELL" = "zsh" ]; then + ament_zsh_to_array _values + fi + for _item in $_values; do + # ignore empty strings + if [ -z "$_item" ]; then + continue + fi + if [ $_item = $_value ]; then + _duplicate=1 + fi + done + unset _item + + # append only non-duplicates + if [ -z "$_duplicate" ]; then + # avoid leading separator + if [ -z "$_values" ]; then + eval $_listname=\"$_value\" + #eval echo "set list \$$_listname" + else + # field separator must not be a colon + unset IFS + eval $_listname=\"\$$_listname:$_value\" + #eval echo "append list \$$_listname" + fi + fi + IFS=$_ament_append_unique_value_IFS + unset _ament_append_unique_value_IFS + unset _duplicate + unset _values + + unset _value + unset _listname +} + +# function to prepend non-duplicate values to environment variables +# using colons as separators and avoiding trailing separators +ament_prepend_unique_value() { + # arguments + _listname="$1" + _value="$2" + #echo "listname $_listname" + #eval echo "list value \$$_listname" + #echo "value $_value" + + # check if the list contains the value + eval _values=\"\$$_listname\" + _duplicate= + _ament_prepend_unique_value_IFS=$IFS + IFS=":" + if [ "$AMENT_SHELL" = "zsh" ]; then + ament_zsh_to_array _values + fi + for _item in $_values; do + # ignore empty strings + if [ -z "$_item" ]; then + continue + fi + if [ "$_item" = "$_value" ]; then + _duplicate=1 + fi + done + unset _item + + # prepend only non-duplicates + if [ -z "$_duplicate" ]; then + # avoid trailing separator + if [ -z "$_values" ]; then + eval export $_listname=\"$_value\" + #eval echo "set list \$$_listname" + else + # field separator must not be a colon + unset IFS + eval export $_listname=\"$_value:\$$_listname\" + #eval echo "prepend list \$$_listname" + fi + fi + IFS=$_ament_prepend_unique_value_IFS + unset _ament_prepend_unique_value_IFS + unset _duplicate + unset _values + + unset _value + unset _listname +} + +# unset AMENT_ENVIRONMENT_HOOKS +# if not appending to them for return +if [ -z "$AMENT_RETURN_ENVIRONMENT_HOOKS" ]; then + unset AMENT_ENVIRONMENT_HOOKS +fi + +# list all environment hooks of this package +ament_append_value AMENT_ENVIRONMENT_HOOKS "$AMENT_CURRENT_PREFIX/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.sh" +ament_append_value AMENT_ENVIRONMENT_HOOKS "$AMENT_CURRENT_PREFIX/share/advrobotics_lab3_interfaces/environment/library_path.sh" +ament_append_value AMENT_ENVIRONMENT_HOOKS "$AMENT_CURRENT_PREFIX/share/advrobotics_lab3_interfaces/environment/path.sh" +ament_append_value AMENT_ENVIRONMENT_HOOKS "$AMENT_CURRENT_PREFIX/share/advrobotics_lab3_interfaces/environment/pythonpath.sh" + +# source all shell-specific environment hooks of this package +# if not returning them +if [ -z "$AMENT_RETURN_ENVIRONMENT_HOOKS" ]; then + _package_local_setup_IFS=$IFS + IFS=":" + if [ "$AMENT_SHELL" = "zsh" ]; then + ament_zsh_to_array AMENT_ENVIRONMENT_HOOKS + fi + for _hook in $AMENT_ENVIRONMENT_HOOKS; do + if [ -f "$_hook" ]; then + # restore IFS before sourcing other files + IFS=$_package_local_setup_IFS + # trace output + if [ -n "$AMENT_TRACE_SETUP_FILES" ]; then + echo "# . \"$_hook\"" + fi + . "$_hook" + fi + done + unset _hook + IFS=$_package_local_setup_IFS + unset _package_local_setup_IFS + unset AMENT_ENVIRONMENT_HOOKS +fi + +# reset AMENT_CURRENT_PREFIX after each package +# allowing to source multiple package-level setup files +unset AMENT_CURRENT_PREFIX diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/local_setup.zsh b/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/local_setup.zsh new file mode 100644 index 0000000..fe161be --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/local_setup.zsh @@ -0,0 +1,59 @@ +# generated from ament_package/template/package_level/local_setup.zsh.in + +AMENT_SHELL=zsh + +# source local_setup.sh from same directory as this file +_this_path=$(builtin cd -q "`dirname "${(%):-%N}"`" > /dev/null && pwd) +# provide AMENT_CURRENT_PREFIX to shell script +AMENT_CURRENT_PREFIX=$(builtin cd -q "`dirname "${(%):-%N}"`/../.." > /dev/null && pwd) +# store AMENT_CURRENT_PREFIX to restore it before each environment hook +_package_local_setup_AMENT_CURRENT_PREFIX=$AMENT_CURRENT_PREFIX + +# function to convert array-like strings into arrays +# to wordaround SH_WORD_SPLIT not being set +ament_zsh_to_array() { + local _listname=$1 + local _dollar="$" + local _split="{=" + local _to_array="(\"$_dollar$_split$_listname}\")" + eval $_listname=$_to_array +} + +# trace output +if [ -n "$AMENT_TRACE_SETUP_FILES" ]; then + echo "# . \"$_this_path/local_setup.sh\"" +fi +# the package-level local_setup file unsets AMENT_CURRENT_PREFIX +. "$_this_path/local_setup.sh" +unset _this_path + +# unset AMENT_ENVIRONMENT_HOOKS +# if not appending to them for return +if [ -z "$AMENT_RETURN_ENVIRONMENT_HOOKS" ]; then + unset AMENT_ENVIRONMENT_HOOKS +fi + +# restore AMENT_CURRENT_PREFIX before evaluating the environment hooks +AMENT_CURRENT_PREFIX=$_package_local_setup_AMENT_CURRENT_PREFIX +# list all environment hooks of this package + +# source all shell-specific environment hooks of this package +# if not returning them +if [ -z "$AMENT_RETURN_ENVIRONMENT_HOOKS" ]; then + _package_local_setup_IFS=$IFS + IFS=":" + for _hook in $AMENT_ENVIRONMENT_HOOKS; do + # restore AMENT_CURRENT_PREFIX for each environment hook + AMENT_CURRENT_PREFIX=$_package_local_setup_AMENT_CURRENT_PREFIX + # restore IFS before sourcing other files + IFS=$_package_local_setup_IFS + . "$_hook" + done + unset _hook + IFS=$_package_local_setup_IFS + unset _package_local_setup_IFS + unset AMENT_ENVIRONMENT_HOOKS +fi + +unset _package_local_setup_AMENT_CURRENT_PREFIX +unset AMENT_CURRENT_PREFIX diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/package.dsv b/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/package.dsv new file mode 100644 index 0000000..6fe6e8d --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/package.dsv @@ -0,0 +1,4 @@ +source;share/advrobotics_lab3_interfaces/local_setup.bash +source;share/advrobotics_lab3_interfaces/local_setup.dsv +source;share/advrobotics_lab3_interfaces/local_setup.sh +source;share/advrobotics_lab3_interfaces/local_setup.zsh diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/path.dsv b/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/path.dsv new file mode 100644 index 0000000..b94426a --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/path.dsv @@ -0,0 +1 @@ +prepend-non-duplicate-if-exists;PATH;bin diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/pythonpath.dsv b/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/pythonpath.dsv new file mode 100644 index 0000000..2407605 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/pythonpath.dsv @@ -0,0 +1 @@ +prepend-non-duplicate;PYTHONPATH;local/lib/python3.10/dist-packages diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/pythonpath.sh b/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/pythonpath.sh new file mode 100644 index 0000000..579f269 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/pythonpath.sh @@ -0,0 +1,3 @@ +# generated from ament_package/template/environment_hook/pythonpath.sh.in + +ament_prepend_unique_value PYTHONPATH "$AMENT_CURRENT_PREFIX/local/lib/python3.10/dist-packages" diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_export_dependencies/ament_cmake_export_dependencies-extras.cmake b/build/advrobotics_lab3_interfaces/ament_cmake_export_dependencies/ament_cmake_export_dependencies-extras.cmake new file mode 100644 index 0000000..3dc3d0f --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_export_dependencies/ament_cmake_export_dependencies-extras.cmake @@ -0,0 +1,92 @@ +# generated from ament_cmake_export_dependencies/cmake/ament_cmake_export_dependencies-extras.cmake.in + +set(_exported_dependencies "std_msgs;rosidl_runtime_c;rosidl_typesupport_interface;rcutils;fastrtps_cmake_module;fastcdr;rosidl_runtime_c;rosidl_runtime_cpp;rosidl_typesupport_fastrtps_c;rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_interface;rosidl_runtime_cpp;fastrtps_cmake_module;fastcdr;rmw;rosidl_runtime_c;rosidl_runtime_cpp;rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_interface;rosidl_runtime_c;rosidl_typesupport_c;rosidl_typesupport_interface;rosidl_runtime_c;rosidl_runtime_cpp;rosidl_typesupport_c;rosidl_typesupport_cpp;rosidl_typesupport_interface") + +find_package(ament_cmake_libraries QUIET REQUIRED) + +# find_package() all dependencies +# and append their DEFINITIONS INCLUDE_DIRS, LIBRARIES, and LINK_FLAGS +# variables to advrobotics_lab3_interfaces_DEFINITIONS, advrobotics_lab3_interfaces_INCLUDE_DIRS, +# advrobotics_lab3_interfaces_LIBRARIES, and advrobotics_lab3_interfaces_LINK_FLAGS. +# Additionally collect the direct dependency names in +# advrobotics_lab3_interfaces_DEPENDENCIES as well as the recursive dependency names +# in advrobotics_lab3_interfaces_RECURSIVE_DEPENDENCIES. +if(NOT _exported_dependencies STREQUAL "") + find_package(ament_cmake_core QUIET REQUIRED) + set(advrobotics_lab3_interfaces_DEPENDENCIES ${_exported_dependencies}) + set(advrobotics_lab3_interfaces_RECURSIVE_DEPENDENCIES ${_exported_dependencies}) + set(_libraries) + foreach(_dep ${_exported_dependencies}) + if(NOT ${_dep}_FOUND) + find_package("${_dep}" QUIET REQUIRED) + endif() + # if a package provides modern CMake interface targets use them + # exclusively assuming the classic CMake variables only exist for + # backward compatibility + set(use_modern_cmake FALSE) + if(NOT "${${_dep}_TARGETS}" STREQUAL "") + foreach(_target ${${_dep}_TARGETS}) + # only use actual targets + # in case a package uses this variable for other content + if(TARGET "${_target}") + get_target_property(_include_dirs ${_target} INTERFACE_INCLUDE_DIRECTORIES) + if(_include_dirs) + list_append_unique(advrobotics_lab3_interfaces_INCLUDE_DIRS "${_include_dirs}") + endif() + + get_target_property(_imported_configurations ${_target} IMPORTED_CONFIGURATIONS) + if(_imported_configurations) + string(TOUPPER "${_imported_configurations}" _imported_configurations) + if(DEBUG_CONFIGURATIONS) + string(TOUPPER "${DEBUG_CONFIGURATIONS}" _debug_configurations_uppercase) + else() + set(_debug_configurations_uppercase "DEBUG") + endif() + foreach(_imported_config ${_imported_configurations}) + get_target_property(_imported_implib ${_target} IMPORTED_IMPLIB_${_imported_config}) + if(_imported_implib) + set(_imported_implib_config "optimized") + if(${_imported_config} IN_LIST _debug_configurations_uppercase) + set(_imported_implib_config "debug") + endif() + list(APPEND _libraries ${_imported_implib_config} ${_imported_implib}) + else() + get_target_property(_imported_location ${_target} IMPORTED_LOCATION_${_imported_config}) + if(_imported_location) + list(APPEND _libraries "${_imported_location}") + endif() + endif() + endforeach() + endif() + + get_target_property(_link_libraries ${_target} INTERFACE_LINK_LIBRARIES) + if(_link_libraries) + list(APPEND _libraries "${_link_libraries}") + endif() + set(use_modern_cmake TRUE) + endif() + endforeach() + endif() + if(NOT use_modern_cmake) + if(${_dep}_DEFINITIONS) + list_append_unique(advrobotics_lab3_interfaces_DEFINITIONS "${${_dep}_DEFINITIONS}") + endif() + if(${_dep}_INCLUDE_DIRS) + list_append_unique(advrobotics_lab3_interfaces_INCLUDE_DIRS "${${_dep}_INCLUDE_DIRS}") + endif() + if(${_dep}_LIBRARIES) + list(APPEND _libraries "${${_dep}_LIBRARIES}") + endif() + if(${_dep}_LINK_FLAGS) + list_append_unique(advrobotics_lab3_interfaces_LINK_FLAGS "${${_dep}_LINK_FLAGS}") + endif() + if(${_dep}_RECURSIVE_DEPENDENCIES) + list_append_unique(advrobotics_lab3_interfaces_RECURSIVE_DEPENDENCIES "${${_dep}_RECURSIVE_DEPENDENCIES}") + endif() + endif() + if(_libraries) + ament_libraries_deduplicate(_libraries "${_libraries}") + list(APPEND advrobotics_lab3_interfaces_LIBRARIES "${_libraries}") + endif() + endforeach() +endif() diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_export_include_directories/ament_cmake_export_include_directories-extras.cmake b/build/advrobotics_lab3_interfaces/ament_cmake_export_include_directories/ament_cmake_export_include_directories-extras.cmake new file mode 100644 index 0000000..d8815e7 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_export_include_directories/ament_cmake_export_include_directories-extras.cmake @@ -0,0 +1,16 @@ +# generated from ament_cmake_export_include_directories/cmake/ament_cmake_export_include_directories-extras.cmake.in + +set(_exported_include_dirs "${advrobotics_lab3_interfaces_DIR}/../../../include/advrobotics_lab3_interfaces") + +# append include directories to advrobotics_lab3_interfaces_INCLUDE_DIRS +# warn about not existing paths +if(NOT _exported_include_dirs STREQUAL "") + find_package(ament_cmake_core QUIET REQUIRED) + foreach(_exported_include_dir ${_exported_include_dirs}) + if(NOT IS_DIRECTORY "${_exported_include_dir}") + message(WARNING "Package 'advrobotics_lab3_interfaces' exports the include directory '${_exported_include_dir}' which doesn't exist") + endif() + normalize_path(_exported_include_dir "${_exported_include_dir}") + list(APPEND advrobotics_lab3_interfaces_INCLUDE_DIRS "${_exported_include_dir}") + endforeach() +endif() diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_export_libraries/ament_cmake_export_libraries-extras.cmake b/build/advrobotics_lab3_interfaces/ament_cmake_export_libraries/ament_cmake_export_libraries-extras.cmake new file mode 100644 index 0000000..f9c8919 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_export_libraries/ament_cmake_export_libraries-extras.cmake @@ -0,0 +1,141 @@ +# generated from ament_cmake_export_libraries/cmake/template/ament_cmake_export_libraries.cmake.in + +set(_exported_libraries "advrobotics_lab3_interfaces__rosidl_generator_c;advrobotics_lab3_interfaces__rosidl_typesupport_c;advrobotics_lab3_interfaces__rosidl_typesupport_cpp") +set(_exported_library_names "") + +# populate advrobotics_lab3_interfaces_LIBRARIES +if(NOT _exported_libraries STREQUAL "") + # loop over libraries, either target names or absolute paths + list(LENGTH _exported_libraries _length) + set(_i 0) + while(_i LESS _length) + list(GET _exported_libraries ${_i} _arg) + + # pass linker flags along + if("${_arg}" MATCHES "^-" AND NOT "${_arg}" MATCHES "^-[l|framework]") + list(APPEND advrobotics_lab3_interfaces_LIBRARIES "${_arg}") + math(EXPR _i "${_i} + 1") + continue() + endif() + + if("${_arg}" MATCHES "^(debug|optimized|general)$") + # remember build configuration keyword + # and get following library + set(_cfg "${_arg}") + math(EXPR _i "${_i} + 1") + if(_i EQUAL _length) + message(FATAL_ERROR "Package 'advrobotics_lab3_interfaces' passes the build configuration keyword '${_cfg}' as the last exported library") + endif() + list(GET _exported_libraries ${_i} _library) + else() + # the value is a library without a build configuration keyword + set(_cfg "") + set(_library "${_arg}") + endif() + math(EXPR _i "${_i} + 1") + + if(NOT IS_ABSOLUTE "${_library}") + # search for library target relative to this CMake file + set(_lib "NOTFOUND") + find_library( + _lib NAMES "${_library}" + PATHS "${advrobotics_lab3_interfaces_DIR}/../../../lib" + NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH + ) + + if(NOT _lib) + # warn about not existing library and ignore it + message(FATAL_ERROR "Package 'advrobotics_lab3_interfaces' exports the library '${_library}' which couldn't be found") + elseif(NOT IS_ABSOLUTE "${_lib}") + # the found library must be an absolute path + message(FATAL_ERROR "Package 'advrobotics_lab3_interfaces' found the library '${_library}' at '${_lib}' which is not an absolute path") + elseif(NOT EXISTS "${_lib}") + # the found library must exist + message(FATAL_ERROR "Package 'advrobotics_lab3_interfaces' found the library '${_lib}' which doesn't exist") + else() + list(APPEND advrobotics_lab3_interfaces_LIBRARIES ${_cfg} "${_lib}") + endif() + + else() + if(NOT EXISTS "${_library}") + # the found library must exist + message(WARNING "Package 'advrobotics_lab3_interfaces' exports the library '${_library}' which doesn't exist") + else() + list(APPEND advrobotics_lab3_interfaces_LIBRARIES ${_cfg} "${_library}") + endif() + endif() + endwhile() +endif() + +# find_library() library names with optional LIBRARY_DIRS +# and add the libraries to advrobotics_lab3_interfaces_LIBRARIES +if(NOT _exported_library_names STREQUAL "") + # loop over library names + # but remember related build configuration keyword if available + list(LENGTH _exported_library_names _length) + set(_i 0) + while(_i LESS _length) + list(GET _exported_library_names ${_i} _arg) + # pass linker flags along + if("${_arg}" MATCHES "^-" AND NOT "${_arg}" MATCHES "^-[l|framework]") + list(APPEND advrobotics_lab3_interfaces_LIBRARIES "${_arg}") + math(EXPR _i "${_i} + 1") + continue() + endif() + + if("${_arg}" MATCHES "^(debug|optimized|general)$") + # remember build configuration keyword + # and get following library name + set(_cfg "${_arg}") + math(EXPR _i "${_i} + 1") + if(_i EQUAL _length) + message(FATAL_ERROR "Package 'advrobotics_lab3_interfaces' passes the build configuration keyword '${_cfg}' as the last exported target") + endif() + list(GET _exported_library_names ${_i} _library) + else() + # the value is a library target without a build configuration keyword + set(_cfg "") + set(_library "${_arg}") + endif() + math(EXPR _i "${_i} + 1") + + # extract optional LIBRARY_DIRS from library name + string(REPLACE ":" ";" _library_dirs "${_library}") + list(GET _library_dirs 0 _library_name) + list(REMOVE_AT _library_dirs 0) + + set(_lib "NOTFOUND") + if(NOT _library_dirs) + # search for library in the common locations + find_library( + _lib + NAMES "${_library_name}" + ) + if(NOT _lib) + # warn about not existing library and later ignore it + message(WARNING "Package 'advrobotics_lab3_interfaces' exports library '${_library_name}' which couldn't be found") + endif() + else() + # search for library in the specified directories + find_library( + _lib + NAMES "${_library_name}" + PATHS ${_library_dirs} + NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH + ) + if(NOT _lib) + # warn about not existing library and later ignore it + message(WARNING + "Package 'advrobotics_lab3_interfaces' exports library '${_library_name}' with LIBRARY_DIRS '${_library_dirs}' which couldn't be found") + endif() + endif() + if(_lib) + list(APPEND advrobotics_lab3_interfaces_LIBRARIES ${_cfg} "${_lib}") + endif() + endwhile() +endif() + +# TODO(dirk-thomas) deduplicate advrobotics_lab3_interfaces_LIBRARIES +# while maintaining library order +# as well as build configuration keywords +# as well as linker flags diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_export_targets/ament_cmake_export_targets-extras.cmake b/build/advrobotics_lab3_interfaces/ament_cmake_export_targets/ament_cmake_export_targets-extras.cmake new file mode 100644 index 0000000..b278c84 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_export_targets/ament_cmake_export_targets-extras.cmake @@ -0,0 +1,27 @@ +# generated from ament_cmake_export_targets/cmake/ament_cmake_export_targets-extras.cmake.in + +set(_exported_targets "export_advrobotics_lab3_interfaces__rosidl_generator_c;export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c;export_advrobotics_lab3_interfaces__rosidl_generator_cpp;export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp;advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c;advrobotics_lab3_interfaces__rosidl_typesupport_c;advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp;advrobotics_lab3_interfaces__rosidl_typesupport_cpp;export_advrobotics_lab3_interfaces__rosidl_generator_py") + +# include all exported targets +if(NOT _exported_targets STREQUAL "") + foreach(_target ${_exported_targets}) + set(_export_file "${advrobotics_lab3_interfaces_DIR}/${_target}Export.cmake") + include("${_export_file}") + + # extract the target names associated with the export + set(_regex "foreach\\((_cmake)?_expected_?[Tt]arget (IN ITEMS )?(.+)\\)") + file( + STRINGS "${_export_file}" _foreach_targets + REGEX "${_regex}") + list(LENGTH _foreach_targets _matches) + if(NOT _matches EQUAL 1) + message(FATAL_ERROR + "Failed to find exported target names in '${_export_file}'") + endif() + string(REGEX REPLACE "${_regex}" "\\3" _targets "${_foreach_targets}") + string(REPLACE " " ";" _targets "${_targets}") + list(LENGTH _targets _length) + + list(APPEND advrobotics_lab3_interfaces_TARGETS ${_targets}) + endforeach() +endif() diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces b/build/advrobotics_lab3_interfaces/ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces new file mode 100644 index 0000000..771fd19 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces @@ -0,0 +1 @@ +std_msgs;rosidl_default_runtime;ament_lint_auto;ament_lint_common \ No newline at end of file diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_index/share/ament_index/resource_index/packages/advrobotics_lab3_interfaces b/build/advrobotics_lab3_interfaces/ament_cmake_index/share/ament_index/resource_index/packages/advrobotics_lab3_interfaces new file mode 100644 index 0000000..e69de29 diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces b/build/advrobotics_lab3_interfaces/ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces new file mode 100644 index 0000000..c8ce91d --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces @@ -0,0 +1 @@ +/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_example:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/opt/ros/humble \ No newline at end of file diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_index/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces b/build/advrobotics_lab3_interfaces/ament_cmake_index/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces new file mode 100644 index 0000000..f224ccd --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_index/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces @@ -0,0 +1,8 @@ +msg/Gripper.idl +msg/Gripper.msg +msg/Joints.idl +msg/Joints.msg +srv/Invkin.idl +srv/Invkin.srv +srv/Invkin_Request.msg +srv/Invkin_Response.msg \ No newline at end of file diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_package_templates/templates.cmake b/build/advrobotics_lab3_interfaces/ament_cmake_package_templates/templates.cmake new file mode 100644 index 0000000..42a5a03 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_package_templates/templates.cmake @@ -0,0 +1,14 @@ +set(ament_cmake_package_templates_ENVIRONMENT_HOOK_LIBRARY_PATH "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/environment_hook/library_path.sh") +set(ament_cmake_package_templates_ENVIRONMENT_HOOK_PYTHONPATH "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/environment_hook/pythonpath.sh.in") +set(ament_cmake_package_templates_PACKAGE_LEVEL "") +list(APPEND ament_cmake_package_templates_PACKAGE_LEVEL "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/package_level/local_setup.bash.in") +list(APPEND ament_cmake_package_templates_PACKAGE_LEVEL "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/package_level/local_setup.sh.in") +list(APPEND ament_cmake_package_templates_PACKAGE_LEVEL "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/package_level/local_setup.zsh.in") +set(ament_cmake_package_templates_PREFIX_LEVEL "") +list(APPEND ament_cmake_package_templates_PREFIX_LEVEL "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/prefix_level/local_setup.bash") +list(APPEND ament_cmake_package_templates_PREFIX_LEVEL "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/prefix_level/local_setup.sh.in") +list(APPEND ament_cmake_package_templates_PREFIX_LEVEL "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/prefix_level/local_setup.zsh") +list(APPEND ament_cmake_package_templates_PREFIX_LEVEL "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/prefix_level/setup.bash") +list(APPEND ament_cmake_package_templates_PREFIX_LEVEL "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/prefix_level/setup.sh.in") +list(APPEND ament_cmake_package_templates_PREFIX_LEVEL "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/prefix_level/setup.zsh") +list(APPEND ament_cmake_package_templates_PREFIX_LEVEL "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/prefix_level/_local_setup_util.py") diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_python/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces.egg-info/PKG-INFO b/build/advrobotics_lab3_interfaces/ament_cmake_python/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces.egg-info/PKG-INFO new file mode 100644 index 0000000..3c2d3cd --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_python/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces.egg-info/PKG-INFO @@ -0,0 +1,10 @@ +Metadata-Version: 2.1 +Name: advrobotics-lab3-interfaces +Version: 0.0.0 +Summary: UNKNOWN +Home-page: UNKNOWN +License: UNKNOWN +Platform: UNKNOWN + +UNKNOWN + diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_python/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces.egg-info/SOURCES.txt b/build/advrobotics_lab3_interfaces/ament_cmake_python/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces.egg-info/SOURCES.txt new file mode 100644 index 0000000..6b09057 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_python/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces.egg-info/SOURCES.txt @@ -0,0 +1,6 @@ +setup.py +advrobotics_lab3_interfaces/__init__.py +advrobotics_lab3_interfaces.egg-info/PKG-INFO +advrobotics_lab3_interfaces.egg-info/SOURCES.txt +advrobotics_lab3_interfaces.egg-info/dependency_links.txt +advrobotics_lab3_interfaces.egg-info/top_level.txt \ No newline at end of file diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_python/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces.egg-info/dependency_links.txt b/build/advrobotics_lab3_interfaces/ament_cmake_python/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces.egg-info/dependency_links.txt new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_python/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces.egg-info/dependency_links.txt @@ -0,0 +1 @@ + diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_python/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces.egg-info/top_level.txt b/build/advrobotics_lab3_interfaces/ament_cmake_python/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces.egg-info/top_level.txt new file mode 100644 index 0000000..dd1874b --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_python/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces.egg-info/top_level.txt @@ -0,0 +1 @@ +advrobotics_lab3_interfaces diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_python/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/__init__.py b/build/advrobotics_lab3_interfaces/ament_cmake_python/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_python/advrobotics_lab3_interfaces/setup.py b/build/advrobotics_lab3_interfaces/ament_cmake_python/advrobotics_lab3_interfaces/setup.py new file mode 100644 index 0000000..ced5a3d --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_python/advrobotics_lab3_interfaces/setup.py @@ -0,0 +1,9 @@ +from setuptools import find_packages +from setuptools import setup + +setup( + name='advrobotics_lab3_interfaces', + version='0.0.0', + packages=find_packages( + include=('advrobotics_lab3_interfaces', 'advrobotics_lab3_interfaces.*')), +) diff --git a/build/advrobotics_lab3_interfaces/ament_cmake_uninstall_target/ament_cmake_uninstall_target.cmake b/build/advrobotics_lab3_interfaces/ament_cmake_uninstall_target/ament_cmake_uninstall_target.cmake new file mode 100644 index 0000000..5f54438 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/ament_cmake_uninstall_target/ament_cmake_uninstall_target.cmake @@ -0,0 +1,57 @@ +# generated from +# ament_cmake_core/cmake/uninstall_target/ament_cmake_uninstall_target.cmake.in + +function(ament_cmake_uninstall_target_remove_empty_directories path) + set(install_space "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces") + if(install_space STREQUAL "") + message(FATAL_ERROR "The CMAKE_INSTALL_PREFIX variable must not be empty") + endif() + + string(LENGTH "${install_space}" length) + string(SUBSTRING "${path}" 0 ${length} path_prefix) + if(NOT path_prefix STREQUAL install_space) + message(FATAL_ERROR "The path '${path}' must be within the install space '${install_space}'") + endif() + if(path STREQUAL install_space) + return() + endif() + + # check if directory is empty + file(GLOB files "${path}/*") + list(LENGTH files length) + if(length EQUAL 0) + message(STATUS "Uninstalling: ${path}/") + execute_process(COMMAND "/usr/bin/cmake" "-E" "remove_directory" "${path}") + # recursively try to remove parent directories + get_filename_component(parent_path "${path}" PATH) + ament_cmake_uninstall_target_remove_empty_directories("${parent_path}") + endif() +endfunction() + +# uninstall files installed using the standard install() function +set(install_manifest "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/install_manifest.txt") +if(NOT EXISTS "${install_manifest}") + message(FATAL_ERROR "Cannot find install manifest: ${install_manifest}") +endif() + +file(READ "${install_manifest}" installed_files) +string(REGEX REPLACE "\n" ";" installed_files "${installed_files}") +foreach(installed_file ${installed_files}) + if(EXISTS "${installed_file}" OR IS_SYMLINK "${installed_file}") + message(STATUS "Uninstalling: ${installed_file}") + file(REMOVE "${installed_file}") + if(EXISTS "${installed_file}" OR IS_SYMLINK "${installed_file}") + message(FATAL_ERROR "Failed to remove '${installed_file}'") + endif() + + # remove empty parent folders + get_filename_component(parent_path "${installed_file}" PATH) + ament_cmake_uninstall_target_remove_empty_directories("${parent_path}") + endif() +endforeach() + +# end of template + +message(STATUS "Execute custom uninstall script") + +# begin of custom uninstall code diff --git a/build/advrobotics_lab3_interfaces/cmake_args.last b/build/advrobotics_lab3_interfaces/cmake_args.last new file mode 100644 index 0000000..4af1832 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/cmake_args.last @@ -0,0 +1 @@ +None \ No newline at end of file diff --git a/build/advrobotics_lab3_interfaces/cmake_install.cmake b/build/advrobotics_lab3_interfaces/cmake_install.cmake new file mode 100644 index 0000000..386e8ea --- /dev/null +++ b/build/advrobotics_lab3_interfaces/cmake_install.cmake @@ -0,0 +1,660 @@ +# Install script for directory: /home/ros/lab3_robotics/advrobotics_lab3_interfaces + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/ament_index/resource_index/rosidl_interfaces" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_index/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces" TYPE DIRECTORY FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/" REGEX "/[^/]*\\.h$") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/environment" TYPE FILE FILES "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/environment_hook/library_path.sh") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/environment" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/library_path.dsv") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_c.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so" + OLD_RPATH "/opt/ros/humble/lib:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces" TYPE DIRECTORY FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/" REGEX "/[^/]*\\.cpp$" EXCLUDE) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so" + OLD_RPATH "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces:/opt/ros/humble/lib:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces" TYPE DIRECTORY FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/" REGEX "/[^/]*\\.hpp$") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces" TYPE DIRECTORY FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/" REGEX "/[^/]*\\.cpp$" EXCLUDE) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so" + OLD_RPATH "/opt/ros/humble/lib:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces" TYPE DIRECTORY FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/" REGEX "/[^/]*\\.h$") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so" + OLD_RPATH "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces:/opt/ros/humble/lib:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so" + OLD_RPATH "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces:/opt/ros/humble/lib:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces" TYPE DIRECTORY FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/" REGEX "/[^/]*\\.hpp$") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so" + OLD_RPATH "/opt/ros/humble/lib:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so" + OLD_RPATH "/opt/ros/humble/lib:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/environment" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/pythonpath.sh") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/environment" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/pythonpath.dsv") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info" TYPE DIRECTORY FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_python/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces.egg-info/") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces" TYPE DIRECTORY FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/" REGEX "/[^/]*\\.pyc$" EXCLUDE REGEX "/\\_\\_pycache\\_\\_$" EXCLUDE) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + execute_process( + COMMAND + "/usr/bin/python3" "-m" "compileall" + "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces" + ) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces" TYPE SHARED_LIBRARY FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so" + OLD_RPATH "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces:/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces:/opt/ros/humble/lib:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces" TYPE SHARED_LIBRARY FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so" + OLD_RPATH "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces:/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces:/opt/ros/humble/lib:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces" TYPE SHARED_LIBRARY FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so" + OLD_RPATH "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces:/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces:/opt/ros/humble/lib:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so" + OLD_RPATH "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces:/opt/ros/humble/lib:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/msg" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/msg/Joints.idl") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/msg" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/msg/Gripper.idl") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/srv" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/srv/Invkin.idl") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/msg" TYPE FILE FILES "/home/ros/lab3_robotics/advrobotics_lab3_interfaces/msg/Joints.msg") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/msg" TYPE FILE FILES "/home/ros/lab3_robotics/advrobotics_lab3_interfaces/msg/Gripper.msg") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/srv" TYPE FILE FILES "/home/ros/lab3_robotics/advrobotics_lab3_interfaces/srv/Invkin.srv") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/srv" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_cmake/srv/Invkin_Request.msg") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/srv" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_cmake/srv/Invkin_Response.msg") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/ament_index/resource_index/package_run_dependencies" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/ament_index/resource_index/parent_prefix_path" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/environment" TYPE FILE FILES "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/environment/ament_prefix_path.sh") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/environment" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/ament_prefix_path.dsv") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/environment" TYPE FILE FILES "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/environment/path.sh") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/environment" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/path.dsv") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/local_setup.bash") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/local_setup.sh") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/local_setup.zsh") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/local_setup.dsv") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_environment_hooks/package.dsv") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/ament_index/resource_index/packages" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_index/share/ament_index/resource_index/packages/advrobotics_lab3_interfaces") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake") + file(DIFFERENT EXPORT_FILE_CHANGED FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake") + if(EXPORT_FILE_CHANGED) + file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-*.cmake") + if(OLD_CONFIG_FILES) + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].") + file(REMOVE ${OLD_CONFIG_FILES}) + endif() + endif() + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake") + if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^()$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake") + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake") + file(DIFFERENT EXPORT_FILE_CHANGED FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake") + if(EXPORT_FILE_CHANGED) + file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-*.cmake") + if(OLD_CONFIG_FILES) + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].") + file(REMOVE ${OLD_CONFIG_FILES}) + endif() + endif() + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake") + if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^()$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake") + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake") + file(DIFFERENT EXPORT_FILE_CHANGED FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake") + if(EXPORT_FILE_CHANGED) + file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport-*.cmake") + if(OLD_CONFIG_FILES) + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].") + file(REMOVE ${OLD_CONFIG_FILES}) + endif() + endif() + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake") + file(DIFFERENT EXPORT_FILE_CHANGED FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake") + if(EXPORT_FILE_CHANGED) + file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-*.cmake") + if(OLD_CONFIG_FILES) + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].") + file(REMOVE ${OLD_CONFIG_FILES}) + endif() + endif() + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake") + if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^()$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake") + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake") + file(DIFFERENT EXPORT_FILE_CHANGED FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake") + if(EXPORT_FILE_CHANGED) + file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-*.cmake") + if(OLD_CONFIG_FILES) + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].") + file(REMOVE ${OLD_CONFIG_FILES}) + endif() + endif() + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake") + if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^()$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake") + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake") + file(DIFFERENT EXPORT_FILE_CHANGED FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake") + if(EXPORT_FILE_CHANGED) + file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-*.cmake") + if(OLD_CONFIG_FILES) + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].") + file(REMOVE ${OLD_CONFIG_FILES}) + endif() + endif() + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake") + if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^()$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake") + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake") + file(DIFFERENT EXPORT_FILE_CHANGED FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake") + if(EXPORT_FILE_CHANGED) + file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-*.cmake") + if(OLD_CONFIG_FILES) + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].") + file(REMOVE ${OLD_CONFIG_FILES}) + endif() + endif() + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake") + if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^()$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake") + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake") + file(DIFFERENT EXPORT_FILE_CHANGED FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake") + if(EXPORT_FILE_CHANGED) + file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-*.cmake") + if(OLD_CONFIG_FILES) + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].") + file(REMOVE ${OLD_CONFIG_FILES}) + endif() + endif() + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake") + if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^()$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake") + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake") + file(DIFFERENT EXPORT_FILE_CHANGED FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake") + if(EXPORT_FILE_CHANGED) + file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-*.cmake") + if(OLD_CONFIG_FILES) + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].") + file(REMOVE ${OLD_CONFIG_FILES}) + endif() + endif() + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake") + if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^()$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/CMakeFiles/Export/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake") + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_cmake/rosidl_cmake-extras.cmake") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_export_dependencies/ament_cmake_export_dependencies-extras.cmake") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_export_include_directories/ament_cmake_export_include_directories-extras.cmake") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_export_libraries/ament_cmake_export_libraries-extras.cmake") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_export_targets/ament_cmake_export_targets-extras.cmake") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_cmake/rosidl_cmake_export_typesupport_targets-extras.cmake") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces/cmake" TYPE FILE FILES + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_core/advrobotics_lab3_interfacesConfig.cmake" + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/ament_cmake_core/advrobotics_lab3_interfacesConfig-version.cmake" + ) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_interfaces" TYPE FILE FILES "/home/ros/lab3_robotics/advrobotics_lab3_interfaces/package.xml") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces__py/cmake_install.cmake") + +endif() + +if(CMAKE_INSTALL_COMPONENT) + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +file(WRITE "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/build/advrobotics_lab3_interfaces/colcon_build.rc b/build/advrobotics_lab3_interfaces/colcon_build.rc new file mode 100644 index 0000000..573541a --- /dev/null +++ b/build/advrobotics_lab3_interfaces/colcon_build.rc @@ -0,0 +1 @@ +0 diff --git a/build/advrobotics_lab3_interfaces/colcon_command_prefix_build.sh b/build/advrobotics_lab3_interfaces/colcon_command_prefix_build.sh new file mode 100644 index 0000000..f9867d5 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/colcon_command_prefix_build.sh @@ -0,0 +1 @@ +# generated from colcon_core/shell/template/command_prefix.sh.em diff --git a/build/advrobotics_lab3_interfaces/colcon_command_prefix_build.sh.env b/build/advrobotics_lab3_interfaces/colcon_command_prefix_build.sh.env new file mode 100644 index 0000000..10f23e0 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/colcon_command_prefix_build.sh.env @@ -0,0 +1,73 @@ +AMENT_PREFIX_PATH=/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_example:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/opt/ros/humble +CMAKE_PREFIX_PATH=/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk +COLCON=1 +COLCON_PREFIX_PATH=/home/ros/turtlebot3_ws/install +COLORTERM=truecolor +DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus +DESKTOP_SESSION=ubuntu +DISPLAY=:0 +GAZEBO_MASTER_URI=http://localhost:11345 +GAZEBO_MODEL_DATABASE_URI=http://models.gazebosim.org +GAZEBO_MODEL_PATH=/usr/share/gazebo-11/models: +GAZEBO_PLUGIN_PATH=/usr/lib/x86_64-linux-gnu/gazebo-11/plugins: +GAZEBO_RESOURCE_PATH=/usr/share/gazebo-11: +GDMSESSION=ubuntu +GNOME_DESKTOP_SESSION_ID=this-is-deprecated +GNOME_SETUP_DISPLAY=:1 +GNOME_SHELL_SESSION_MODE=ubuntu +GNOME_TERMINAL_SCREEN=/org/gnome/Terminal/screen/9cb7851e_e0dd_4448_ab9d_cc1f7028e359 +GNOME_TERMINAL_SERVICE=:1.96 +GTK_MODULES=gail:atk-bridge +HOME=/home/ros +IM_CONFIG_PHASE=1 +LANG=en_US.UTF-8 +LC_ADDRESS=fr_FR.UTF-8 +LC_IDENTIFICATION=fr_FR.UTF-8 +LC_MEASUREMENT=fr_FR.UTF-8 +LC_MONETARY=fr_FR.UTF-8 +LC_NAME=fr_FR.UTF-8 +LC_NUMERIC=fr_FR.UTF-8 +LC_PAPER=fr_FR.UTF-8 +LC_TELEPHONE=fr_FR.UTF-8 +LC_TIME=fr_FR.UTF-8 +LD_LIBRARY_PATH=/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins: +LESSCLOSE=/usr/bin/lesspipe %s %s +LESSOPEN=| /usr/bin/lesspipe %s +LOGNAME=ros +LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36: +OGRE_RESOURCE_PATH=/usr/lib/x86_64-linux-gnu/OGRE-1.9.0 +OLDPWD=/home/ros/lab3_robotics/advrobotics_lab3_interfaces +PATH=/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin +PWD=/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces +PYTHONPATH=/home/ros/turtlebot3_ws/build/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_teleop/lib/python3.10/site-packages:/home/ros/turtlebot3_ws/build/turtlebot3_example:/home/ros/turtlebot3_ws/install/turtlebot3_example/lib/python3.10/site-packages:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/local/lib/python3.10/dist-packages:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/local/lib/python3.10/dist-packages:/home/ros/turtlebot3_ws/install/dynamixel_sdk/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages +QT_ACCESSIBILITY=1 +QT_IM_MODULE=ibus +RMW_IMPLEMENTATION=rmw_cyclonedds_cpp +ROS_DISTRO=humble +ROS_DOMAIN_ID=7 +ROS_LOCALHOST_ONLY=0 +ROS_PYTHON_VERSION=3 +ROS_VERSION=2 +SESSION_MANAGER=local/ros-ubuntu07:@/tmp/.ICE-unix/1613,unix/ros-ubuntu07:/tmp/.ICE-unix/1613 +SHELL=/bin/bash +SHLVL=1 +SSH_AGENT_LAUNCHER=gnome-keyring +SSH_AUTH_SOCK=/run/user/1000/keyring/ssh +SYSTEMD_EXEC_PID=1645 +TERM=xterm-256color +TURTLEBOT3_MODEL=burger +USER=ros +USERNAME=ros +VTE_VERSION=6800 +WAYLAND_DISPLAY=wayland-0 +XAUTHORITY=/run/user/1000/.mutter-Xwaylandauth.KF9LH3 +XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg +XDG_CURRENT_DESKTOP=ubuntu:GNOME +XDG_DATA_DIRS=/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop +XDG_MENU_PREFIX=gnome- +XDG_RUNTIME_DIR=/run/user/1000 +XDG_SESSION_CLASS=user +XDG_SESSION_DESKTOP=ubuntu +XDG_SESSION_TYPE=wayland +XMODIFIERS=@im=ibus +_=/usr/bin/colcon diff --git a/build/advrobotics_lab3_interfaces/install_manifest.txt b/build/advrobotics_lab3_interfaces/install_manifest.txt new file mode 100644 index 0000000..27b3b98 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/install_manifest.txt @@ -0,0 +1,136 @@ +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.h +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.h +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.c +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.h +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.h +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.h +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.sh +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.dsv +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.hpp +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.hpp +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.hpp +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.sh +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.dsv +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/dependency_links.txt +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/PKG-INFO +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/SOURCES.txt +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/top_level.txt +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin.py +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__init__.py +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin_s.c +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__init__.py +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints.py +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper_s.c +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper.py +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__init__.py +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints_s.c +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.idl +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.idl +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.idl +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.msg +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.msg +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.srv +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Request.msg +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Response.msg +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.sh +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.dsv +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.sh +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.dsv +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.bash +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.sh +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.zsh +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.dsv +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/packages/advrobotics_lab3_interfaces +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake-extras.cmake +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_libraries-extras.cmake +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_targets-extras.cmake +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig.cmake +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig-version.cmake +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.xml \ No newline at end of file diff --git a/build/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_c.so b/build/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_c.so new file mode 100755 index 0000000..fc5654d Binary files /dev/null and b/build/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_c.so differ diff --git a/build/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so b/build/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so new file mode 100755 index 0000000..4fdefce Binary files /dev/null and b/build/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so differ diff --git a/build/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so b/build/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so new file mode 100755 index 0000000..d53da7d Binary files /dev/null and b/build/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so differ diff --git a/build/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so b/build/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so new file mode 100755 index 0000000..ed9f79b Binary files /dev/null and b/build/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so differ diff --git a/build/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so b/build/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so new file mode 100755 index 0000000..b6ba09b Binary files /dev/null and b/build/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so differ diff --git a/build/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so b/build/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so new file mode 100755 index 0000000..231ddf3 Binary files /dev/null and b/build/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so differ diff --git a/build/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so b/build/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so new file mode 100755 index 0000000..51524f2 Binary files /dev/null and b/build/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so differ diff --git a/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces.idls b/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces.idls new file mode 100644 index 0000000..27739f4 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces.idls @@ -0,0 +1,3 @@ +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces:msg/Joints.idl +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces:msg/Gripper.idl +/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces:srv/Invkin.idl diff --git a/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/msg/Gripper.idl b/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/msg/Gripper.idl new file mode 100644 index 0000000..d1b193e --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/msg/Gripper.idl @@ -0,0 +1,12 @@ +// generated from rosidl_adapter/resource/msg.idl.em +// with input from advrobotics_lab3_interfaces/msg/Gripper.msg +// generated code does not contain a copyright notice + + +module advrobotics_lab3_interfaces { + module msg { + struct Gripper { + float gripper; + }; + }; +}; diff --git a/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/msg/Joints.idl b/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/msg/Joints.idl new file mode 100644 index 0000000..4c83f61 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/msg/Joints.idl @@ -0,0 +1,16 @@ +// generated from rosidl_adapter/resource/msg.idl.em +// with input from advrobotics_lab3_interfaces/msg/Joints.msg +// generated code does not contain a copyright notice + + +module advrobotics_lab3_interfaces { + module msg { + struct Joints { + float q1; + + float q2; + + float q3; + }; + }; +}; diff --git a/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/srv/Invkin.idl b/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/srv/Invkin.idl new file mode 100644 index 0000000..c43e648 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/srv/Invkin.idl @@ -0,0 +1,25 @@ +// generated from rosidl_adapter/resource/srv.idl.em +// with input from advrobotics_lab3_interfaces/srv/Invkin.srv +// generated code does not contain a copyright notice + + +module advrobotics_lab3_interfaces { + module srv { + struct Invkin_Request { + float x; + + float y; + + float z; + }; + struct Invkin_Response { + int8 sol; + + float q1; + + float q2; + + float q3; + }; + }; +}; diff --git a/build/advrobotics_lab3_interfaces/rosidl_adapter__arguments__advrobotics_lab3_interfaces.json b/build/advrobotics_lab3_interfaces/rosidl_adapter__arguments__advrobotics_lab3_interfaces.json new file mode 100644 index 0000000..6ebd1eb --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_adapter__arguments__advrobotics_lab3_interfaces.json @@ -0,0 +1,8 @@ +{ + "package_name": "advrobotics_lab3_interfaces", + "non_idl_tuples": [ + "/home/ros/lab3_robotics/advrobotics_lab3_interfaces:msg/Joints.msg", + "/home/ros/lab3_robotics/advrobotics_lab3_interfaces:msg/Gripper.msg", + "/home/ros/lab3_robotics/advrobotics_lab3_interfaces:srv/Invkin.srv" + ] +} diff --git a/build/advrobotics_lab3_interfaces/rosidl_cmake/rosidl_cmake-extras.cmake b/build/advrobotics_lab3_interfaces/rosidl_cmake/rosidl_cmake-extras.cmake new file mode 100644 index 0000000..6748db4 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_cmake/rosidl_cmake-extras.cmake @@ -0,0 +1,4 @@ +# generated from rosidl_cmake/cmake/rosidl_cmake-extras.cmake.in + +set(advrobotics_lab3_interfaces_IDL_FILES "msg/Joints.idl;msg/Gripper.idl;srv/Invkin.idl") +set(advrobotics_lab3_interfaces_INTERFACE_FILES "msg/Joints.msg;msg/Gripper.msg;srv/Invkin.srv;srv/Invkin_Request.msg;srv/Invkin_Response.msg") diff --git a/build/advrobotics_lab3_interfaces/rosidl_cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake b/build/advrobotics_lab3_interfaces/rosidl_cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake new file mode 100644 index 0000000..be8df03 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake @@ -0,0 +1,49 @@ +# generated from +# rosidl_cmake/cmake/template/rosidl_cmake_export_typesupport_libraries.cmake.in + +set(_exported_typesupport_libraries + "__rosidl_typesupport_fastrtps_c:advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c;__rosidl_typesupport_fastrtps_cpp:advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp") + +# populate advrobotics_lab3_interfaces_LIBRARIES_ +if(NOT _exported_typesupport_libraries STREQUAL "") + # loop over typesupport libraries + foreach(_tuple ${_exported_typesupport_libraries}) + string(REPLACE ":" ";" _tuple "${_tuple}") + list(GET _tuple 0 _suffix) + list(GET _tuple 1 _library) + + if(NOT IS_ABSOLUTE "${_library}") + # search for library target relative to this CMake file + set(_lib "NOTFOUND") + find_library( + _lib NAMES "${_library}" + PATHS "${advrobotics_lab3_interfaces_DIR}/../../../lib" + NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH + ) + + if(NOT _lib) + # the library wasn't found + message(FATAL_ERROR + "Package 'advrobotics_lab3_interfaces' exports the typesupport library '${_library}' which couldn't be found") + elseif(NOT IS_ABSOLUTE "${_lib}") + # the found library must be an absolute path + message(FATAL_ERROR + "Package 'advrobotics_lab3_interfaces' found the typesupport library '${_library}' at '${_lib}' " + "which is not an absolute path") + elseif(NOT EXISTS "${_lib}") + # the found library must exist + message(FATAL_ERROR "Package 'advrobotics_lab3_interfaces' found the typesupport library '${_lib}' which doesn't exist") + else() + list(APPEND advrobotics_lab3_interfaces_LIBRARIES${_suffix} ${_cfg} "${_lib}") + endif() + + else() + if(NOT EXISTS "${_library}") + # the found library must exist + message(WARNING "Package 'advrobotics_lab3_interfaces' exports the typesupport library '${_library}' which doesn't exist") + else() + list(APPEND advrobotics_lab3_interfaces_LIBRARIES${_suffix} "${_library}") + endif() + endif() + endforeach() +endif() diff --git a/build/advrobotics_lab3_interfaces/rosidl_cmake/rosidl_cmake_export_typesupport_targets-extras.cmake b/build/advrobotics_lab3_interfaces/rosidl_cmake/rosidl_cmake_export_typesupport_targets-extras.cmake new file mode 100644 index 0000000..0fd75b6 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_cmake/rosidl_cmake_export_typesupport_targets-extras.cmake @@ -0,0 +1,23 @@ +# generated from +# rosidl_cmake/cmake/template/rosidl_cmake_export_typesupport_targets.cmake.in + +set(_exported_typesupport_targets + "__rosidl_generator_c:advrobotics_lab3_interfaces__rosidl_generator_c;__rosidl_typesupport_fastrtps_c:advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c;__rosidl_generator_cpp:advrobotics_lab3_interfaces__rosidl_generator_cpp;__rosidl_typesupport_fastrtps_cpp:advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp;__rosidl_typesupport_introspection_c:advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c;__rosidl_typesupport_c:advrobotics_lab3_interfaces__rosidl_typesupport_c;__rosidl_typesupport_introspection_cpp:advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp;__rosidl_typesupport_cpp:advrobotics_lab3_interfaces__rosidl_typesupport_cpp;__rosidl_generator_py:advrobotics_lab3_interfaces__rosidl_generator_py") + +# populate advrobotics_lab3_interfaces_TARGETS_ +if(NOT _exported_typesupport_targets STREQUAL "") + # loop over typesupport targets + foreach(_tuple ${_exported_typesupport_targets}) + string(REPLACE ":" ";" _tuple "${_tuple}") + list(GET _tuple 0 _suffix) + list(GET _tuple 1 _target) + + set(_target "advrobotics_lab3_interfaces::${_target}") + if(NOT TARGET "${_target}") + # the exported target must exist + message(WARNING "Package 'advrobotics_lab3_interfaces' exports the typesupport target '${_target}' which doesn't exist") + else() + list(APPEND advrobotics_lab3_interfaces_TARGETS${_suffix} "${_target}") + endif() + endforeach() +endif() diff --git a/build/advrobotics_lab3_interfaces/rosidl_cmake/srv/Invkin_Request.msg b/build/advrobotics_lab3_interfaces/rosidl_cmake/srv/Invkin_Request.msg new file mode 100644 index 0000000..161f45e --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_cmake/srv/Invkin_Request.msg @@ -0,0 +1,3 @@ +float32 x +float32 y +float32 z diff --git a/build/advrobotics_lab3_interfaces/rosidl_cmake/srv/Invkin_Response.msg b/build/advrobotics_lab3_interfaces/rosidl_cmake/srv/Invkin_Response.msg new file mode 100644 index 0000000..f828346 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_cmake/srv/Invkin_Response.msg @@ -0,0 +1,5 @@ + +int8 sol +float32 q1 +float32 q2 +float32 q3 \ No newline at end of file diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c new file mode 100644 index 0000000..9e09262 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c @@ -0,0 +1,236 @@ +// generated from rosidl_generator_c/resource/idl__functions.c.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice +#include "advrobotics_lab3_interfaces/msg/detail/gripper__functions.h" + +#include +#include +#include +#include + +#include "rcutils/allocator.h" + + +bool +advrobotics_lab3_interfaces__msg__Gripper__init(advrobotics_lab3_interfaces__msg__Gripper * msg) +{ + if (!msg) { + return false; + } + // gripper + return true; +} + +void +advrobotics_lab3_interfaces__msg__Gripper__fini(advrobotics_lab3_interfaces__msg__Gripper * msg) +{ + if (!msg) { + return; + } + // gripper +} + +bool +advrobotics_lab3_interfaces__msg__Gripper__are_equal(const advrobotics_lab3_interfaces__msg__Gripper * lhs, const advrobotics_lab3_interfaces__msg__Gripper * rhs) +{ + if (!lhs || !rhs) { + return false; + } + // gripper + if (lhs->gripper != rhs->gripper) { + return false; + } + return true; +} + +bool +advrobotics_lab3_interfaces__msg__Gripper__copy( + const advrobotics_lab3_interfaces__msg__Gripper * input, + advrobotics_lab3_interfaces__msg__Gripper * output) +{ + if (!input || !output) { + return false; + } + // gripper + output->gripper = input->gripper; + return true; +} + +advrobotics_lab3_interfaces__msg__Gripper * +advrobotics_lab3_interfaces__msg__Gripper__create() +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__msg__Gripper * msg = (advrobotics_lab3_interfaces__msg__Gripper *)allocator.allocate(sizeof(advrobotics_lab3_interfaces__msg__Gripper), allocator.state); + if (!msg) { + return NULL; + } + memset(msg, 0, sizeof(advrobotics_lab3_interfaces__msg__Gripper)); + bool success = advrobotics_lab3_interfaces__msg__Gripper__init(msg); + if (!success) { + allocator.deallocate(msg, allocator.state); + return NULL; + } + return msg; +} + +void +advrobotics_lab3_interfaces__msg__Gripper__destroy(advrobotics_lab3_interfaces__msg__Gripper * msg) +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + if (msg) { + advrobotics_lab3_interfaces__msg__Gripper__fini(msg); + } + allocator.deallocate(msg, allocator.state); +} + + +bool +advrobotics_lab3_interfaces__msg__Gripper__Sequence__init(advrobotics_lab3_interfaces__msg__Gripper__Sequence * array, size_t size) +{ + if (!array) { + return false; + } + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__msg__Gripper * data = NULL; + + if (size) { + data = (advrobotics_lab3_interfaces__msg__Gripper *)allocator.zero_allocate(size, sizeof(advrobotics_lab3_interfaces__msg__Gripper), allocator.state); + if (!data) { + return false; + } + // initialize all array elements + size_t i; + for (i = 0; i < size; ++i) { + bool success = advrobotics_lab3_interfaces__msg__Gripper__init(&data[i]); + if (!success) { + break; + } + } + if (i < size) { + // if initialization failed finalize the already initialized array elements + for (; i > 0; --i) { + advrobotics_lab3_interfaces__msg__Gripper__fini(&data[i - 1]); + } + allocator.deallocate(data, allocator.state); + return false; + } + } + array->data = data; + array->size = size; + array->capacity = size; + return true; +} + +void +advrobotics_lab3_interfaces__msg__Gripper__Sequence__fini(advrobotics_lab3_interfaces__msg__Gripper__Sequence * array) +{ + if (!array) { + return; + } + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + + if (array->data) { + // ensure that data and capacity values are consistent + assert(array->capacity > 0); + // finalize all array elements + for (size_t i = 0; i < array->capacity; ++i) { + advrobotics_lab3_interfaces__msg__Gripper__fini(&array->data[i]); + } + allocator.deallocate(array->data, allocator.state); + array->data = NULL; + array->size = 0; + array->capacity = 0; + } else { + // ensure that data, size, and capacity values are consistent + assert(0 == array->size); + assert(0 == array->capacity); + } +} + +advrobotics_lab3_interfaces__msg__Gripper__Sequence * +advrobotics_lab3_interfaces__msg__Gripper__Sequence__create(size_t size) +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__msg__Gripper__Sequence * array = (advrobotics_lab3_interfaces__msg__Gripper__Sequence *)allocator.allocate(sizeof(advrobotics_lab3_interfaces__msg__Gripper__Sequence), allocator.state); + if (!array) { + return NULL; + } + bool success = advrobotics_lab3_interfaces__msg__Gripper__Sequence__init(array, size); + if (!success) { + allocator.deallocate(array, allocator.state); + return NULL; + } + return array; +} + +void +advrobotics_lab3_interfaces__msg__Gripper__Sequence__destroy(advrobotics_lab3_interfaces__msg__Gripper__Sequence * array) +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + if (array) { + advrobotics_lab3_interfaces__msg__Gripper__Sequence__fini(array); + } + allocator.deallocate(array, allocator.state); +} + +bool +advrobotics_lab3_interfaces__msg__Gripper__Sequence__are_equal(const advrobotics_lab3_interfaces__msg__Gripper__Sequence * lhs, const advrobotics_lab3_interfaces__msg__Gripper__Sequence * rhs) +{ + if (!lhs || !rhs) { + return false; + } + if (lhs->size != rhs->size) { + return false; + } + for (size_t i = 0; i < lhs->size; ++i) { + if (!advrobotics_lab3_interfaces__msg__Gripper__are_equal(&(lhs->data[i]), &(rhs->data[i]))) { + return false; + } + } + return true; +} + +bool +advrobotics_lab3_interfaces__msg__Gripper__Sequence__copy( + const advrobotics_lab3_interfaces__msg__Gripper__Sequence * input, + advrobotics_lab3_interfaces__msg__Gripper__Sequence * output) +{ + if (!input || !output) { + return false; + } + if (output->capacity < input->size) { + const size_t allocation_size = + input->size * sizeof(advrobotics_lab3_interfaces__msg__Gripper); + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__msg__Gripper * data = + (advrobotics_lab3_interfaces__msg__Gripper *)allocator.reallocate( + output->data, allocation_size, allocator.state); + if (!data) { + return false; + } + // If reallocation succeeded, memory may or may not have been moved + // to fulfill the allocation request, invalidating output->data. + output->data = data; + for (size_t i = output->capacity; i < input->size; ++i) { + if (!advrobotics_lab3_interfaces__msg__Gripper__init(&output->data[i])) { + // If initialization of any new item fails, roll back + // all previously initialized items. Existing items + // in output are to be left unmodified. + for (; i-- > output->capacity; ) { + advrobotics_lab3_interfaces__msg__Gripper__fini(&output->data[i]); + } + return false; + } + } + output->capacity = input->size; + } + output->size = input->size; + for (size_t i = 0; i < input->size; ++i) { + if (!advrobotics_lab3_interfaces__msg__Gripper__copy( + &(input->data[i]), &(output->data[i]))) + { + return false; + } + } + return true; +} diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h new file mode 100644 index 0000000..bbbb66a --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h @@ -0,0 +1,177 @@ +// generated from rosidl_generator_c/resource/idl__functions.h.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__FUNCTIONS_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__FUNCTIONS_H_ + +#ifdef __cplusplus +extern "C" +{ +#endif + +#include +#include + +#include "rosidl_runtime_c/visibility_control.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h" + +#include "advrobotics_lab3_interfaces/msg/detail/gripper__struct.h" + +/// Initialize msg/Gripper message. +/** + * If the init function is called twice for the same message without + * calling fini inbetween previously allocated memory will be leaked. + * \param[in,out] msg The previously allocated message pointer. + * Fields without a default value will not be initialized by this function. + * You might want to call memset(msg, 0, sizeof( + * advrobotics_lab3_interfaces__msg__Gripper + * )) before or use + * advrobotics_lab3_interfaces__msg__Gripper__create() + * to allocate and initialize the message. + * \return true if initialization was successful, otherwise false + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__msg__Gripper__init(advrobotics_lab3_interfaces__msg__Gripper * msg); + +/// Finalize msg/Gripper message. +/** + * \param[in,out] msg The allocated message pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__msg__Gripper__fini(advrobotics_lab3_interfaces__msg__Gripper * msg); + +/// Create msg/Gripper message. +/** + * It allocates the memory for the message, sets the memory to zero, and + * calls + * advrobotics_lab3_interfaces__msg__Gripper__init(). + * \return The pointer to the initialized message if successful, + * otherwise NULL + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +advrobotics_lab3_interfaces__msg__Gripper * +advrobotics_lab3_interfaces__msg__Gripper__create(); + +/// Destroy msg/Gripper message. +/** + * It calls + * advrobotics_lab3_interfaces__msg__Gripper__fini() + * and frees the memory of the message. + * \param[in,out] msg The allocated message pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__msg__Gripper__destroy(advrobotics_lab3_interfaces__msg__Gripper * msg); + +/// Check for msg/Gripper message equality. +/** + * \param[in] lhs The message on the left hand size of the equality operator. + * \param[in] rhs The message on the right hand size of the equality operator. + * \return true if messages are equal, otherwise false. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__msg__Gripper__are_equal(const advrobotics_lab3_interfaces__msg__Gripper * lhs, const advrobotics_lab3_interfaces__msg__Gripper * rhs); + +/// Copy a msg/Gripper message. +/** + * This functions performs a deep copy, as opposed to the shallow copy that + * plain assignment yields. + * + * \param[in] input The source message pointer. + * \param[out] output The target message pointer, which must + * have been initialized before calling this function. + * \return true if successful, or false if either pointer is null + * or memory allocation fails. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__msg__Gripper__copy( + const advrobotics_lab3_interfaces__msg__Gripper * input, + advrobotics_lab3_interfaces__msg__Gripper * output); + +/// Initialize array of msg/Gripper messages. +/** + * It allocates the memory for the number of elements and calls + * advrobotics_lab3_interfaces__msg__Gripper__init() + * for each element of the array. + * \param[in,out] array The allocated array pointer. + * \param[in] size The size / capacity of the array. + * \return true if initialization was successful, otherwise false + * If the array pointer is valid and the size is zero it is guaranteed + # to return true. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__msg__Gripper__Sequence__init(advrobotics_lab3_interfaces__msg__Gripper__Sequence * array, size_t size); + +/// Finalize array of msg/Gripper messages. +/** + * It calls + * advrobotics_lab3_interfaces__msg__Gripper__fini() + * for each element of the array and frees the memory for the number of + * elements. + * \param[in,out] array The initialized array pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__msg__Gripper__Sequence__fini(advrobotics_lab3_interfaces__msg__Gripper__Sequence * array); + +/// Create array of msg/Gripper messages. +/** + * It allocates the memory for the array and calls + * advrobotics_lab3_interfaces__msg__Gripper__Sequence__init(). + * \param[in] size The size / capacity of the array. + * \return The pointer to the initialized array if successful, otherwise NULL + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +advrobotics_lab3_interfaces__msg__Gripper__Sequence * +advrobotics_lab3_interfaces__msg__Gripper__Sequence__create(size_t size); + +/// Destroy array of msg/Gripper messages. +/** + * It calls + * advrobotics_lab3_interfaces__msg__Gripper__Sequence__fini() + * on the array, + * and frees the memory of the array. + * \param[in,out] array The initialized array pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__msg__Gripper__Sequence__destroy(advrobotics_lab3_interfaces__msg__Gripper__Sequence * array); + +/// Check for msg/Gripper message array equality. +/** + * \param[in] lhs The message array on the left hand size of the equality operator. + * \param[in] rhs The message array on the right hand size of the equality operator. + * \return true if message arrays are equal in size and content, otherwise false. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__msg__Gripper__Sequence__are_equal(const advrobotics_lab3_interfaces__msg__Gripper__Sequence * lhs, const advrobotics_lab3_interfaces__msg__Gripper__Sequence * rhs); + +/// Copy an array of msg/Gripper messages. +/** + * This functions performs a deep copy, as opposed to the shallow copy that + * plain assignment yields. + * + * \param[in] input The source array pointer. + * \param[out] output The target array pointer, which must + * have been initialized before calling this function. + * \return true if successful, or false if either pointer + * is null or memory allocation fails. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__msg__Gripper__Sequence__copy( + const advrobotics_lab3_interfaces__msg__Gripper__Sequence * input, + advrobotics_lab3_interfaces__msg__Gripper__Sequence * output); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__FUNCTIONS_H_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h new file mode 100644 index 0000000..66e4204 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h @@ -0,0 +1,40 @@ +// generated from rosidl_generator_c/resource/idl__struct.h.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__STRUCT_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__STRUCT_H_ + +#ifdef __cplusplus +extern "C" +{ +#endif + +#include +#include +#include + + +// Constants defined in the message + +/// Struct defined in msg/Gripper in the package advrobotics_lab3_interfaces. +typedef struct advrobotics_lab3_interfaces__msg__Gripper +{ + float gripper; +} advrobotics_lab3_interfaces__msg__Gripper; + +// Struct for a sequence of advrobotics_lab3_interfaces__msg__Gripper. +typedef struct advrobotics_lab3_interfaces__msg__Gripper__Sequence +{ + advrobotics_lab3_interfaces__msg__Gripper * data; + /// The number of valid items in data + size_t size; + /// The number of allocated items in data + size_t capacity; +} advrobotics_lab3_interfaces__msg__Gripper__Sequence; + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__STRUCT_H_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h new file mode 100644 index 0000000..79188e3 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h @@ -0,0 +1,33 @@ +// generated from rosidl_generator_c/resource/idl__type_support.h.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__TYPE_SUPPORT_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__TYPE_SUPPORT_H_ + +#include "rosidl_typesupport_interface/macros.h" + +#include "advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h" + +#ifdef __cplusplus +extern "C" +{ +#endif + +#include "rosidl_runtime_c/message_type_support_struct.h" + +// Forward declare the get type support functions for this type. +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME( + rosidl_typesupport_c, + advrobotics_lab3_interfaces, + msg, + Gripper +)(); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__TYPE_SUPPORT_H_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c new file mode 100644 index 0000000..9fecbcc --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c @@ -0,0 +1,252 @@ +// generated from rosidl_generator_c/resource/idl__functions.c.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice +#include "advrobotics_lab3_interfaces/msg/detail/joints__functions.h" + +#include +#include +#include +#include + +#include "rcutils/allocator.h" + + +bool +advrobotics_lab3_interfaces__msg__Joints__init(advrobotics_lab3_interfaces__msg__Joints * msg) +{ + if (!msg) { + return false; + } + // q1 + // q2 + // q3 + return true; +} + +void +advrobotics_lab3_interfaces__msg__Joints__fini(advrobotics_lab3_interfaces__msg__Joints * msg) +{ + if (!msg) { + return; + } + // q1 + // q2 + // q3 +} + +bool +advrobotics_lab3_interfaces__msg__Joints__are_equal(const advrobotics_lab3_interfaces__msg__Joints * lhs, const advrobotics_lab3_interfaces__msg__Joints * rhs) +{ + if (!lhs || !rhs) { + return false; + } + // q1 + if (lhs->q1 != rhs->q1) { + return false; + } + // q2 + if (lhs->q2 != rhs->q2) { + return false; + } + // q3 + if (lhs->q3 != rhs->q3) { + return false; + } + return true; +} + +bool +advrobotics_lab3_interfaces__msg__Joints__copy( + const advrobotics_lab3_interfaces__msg__Joints * input, + advrobotics_lab3_interfaces__msg__Joints * output) +{ + if (!input || !output) { + return false; + } + // q1 + output->q1 = input->q1; + // q2 + output->q2 = input->q2; + // q3 + output->q3 = input->q3; + return true; +} + +advrobotics_lab3_interfaces__msg__Joints * +advrobotics_lab3_interfaces__msg__Joints__create() +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__msg__Joints * msg = (advrobotics_lab3_interfaces__msg__Joints *)allocator.allocate(sizeof(advrobotics_lab3_interfaces__msg__Joints), allocator.state); + if (!msg) { + return NULL; + } + memset(msg, 0, sizeof(advrobotics_lab3_interfaces__msg__Joints)); + bool success = advrobotics_lab3_interfaces__msg__Joints__init(msg); + if (!success) { + allocator.deallocate(msg, allocator.state); + return NULL; + } + return msg; +} + +void +advrobotics_lab3_interfaces__msg__Joints__destroy(advrobotics_lab3_interfaces__msg__Joints * msg) +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + if (msg) { + advrobotics_lab3_interfaces__msg__Joints__fini(msg); + } + allocator.deallocate(msg, allocator.state); +} + + +bool +advrobotics_lab3_interfaces__msg__Joints__Sequence__init(advrobotics_lab3_interfaces__msg__Joints__Sequence * array, size_t size) +{ + if (!array) { + return false; + } + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__msg__Joints * data = NULL; + + if (size) { + data = (advrobotics_lab3_interfaces__msg__Joints *)allocator.zero_allocate(size, sizeof(advrobotics_lab3_interfaces__msg__Joints), allocator.state); + if (!data) { + return false; + } + // initialize all array elements + size_t i; + for (i = 0; i < size; ++i) { + bool success = advrobotics_lab3_interfaces__msg__Joints__init(&data[i]); + if (!success) { + break; + } + } + if (i < size) { + // if initialization failed finalize the already initialized array elements + for (; i > 0; --i) { + advrobotics_lab3_interfaces__msg__Joints__fini(&data[i - 1]); + } + allocator.deallocate(data, allocator.state); + return false; + } + } + array->data = data; + array->size = size; + array->capacity = size; + return true; +} + +void +advrobotics_lab3_interfaces__msg__Joints__Sequence__fini(advrobotics_lab3_interfaces__msg__Joints__Sequence * array) +{ + if (!array) { + return; + } + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + + if (array->data) { + // ensure that data and capacity values are consistent + assert(array->capacity > 0); + // finalize all array elements + for (size_t i = 0; i < array->capacity; ++i) { + advrobotics_lab3_interfaces__msg__Joints__fini(&array->data[i]); + } + allocator.deallocate(array->data, allocator.state); + array->data = NULL; + array->size = 0; + array->capacity = 0; + } else { + // ensure that data, size, and capacity values are consistent + assert(0 == array->size); + assert(0 == array->capacity); + } +} + +advrobotics_lab3_interfaces__msg__Joints__Sequence * +advrobotics_lab3_interfaces__msg__Joints__Sequence__create(size_t size) +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__msg__Joints__Sequence * array = (advrobotics_lab3_interfaces__msg__Joints__Sequence *)allocator.allocate(sizeof(advrobotics_lab3_interfaces__msg__Joints__Sequence), allocator.state); + if (!array) { + return NULL; + } + bool success = advrobotics_lab3_interfaces__msg__Joints__Sequence__init(array, size); + if (!success) { + allocator.deallocate(array, allocator.state); + return NULL; + } + return array; +} + +void +advrobotics_lab3_interfaces__msg__Joints__Sequence__destroy(advrobotics_lab3_interfaces__msg__Joints__Sequence * array) +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + if (array) { + advrobotics_lab3_interfaces__msg__Joints__Sequence__fini(array); + } + allocator.deallocate(array, allocator.state); +} + +bool +advrobotics_lab3_interfaces__msg__Joints__Sequence__are_equal(const advrobotics_lab3_interfaces__msg__Joints__Sequence * lhs, const advrobotics_lab3_interfaces__msg__Joints__Sequence * rhs) +{ + if (!lhs || !rhs) { + return false; + } + if (lhs->size != rhs->size) { + return false; + } + for (size_t i = 0; i < lhs->size; ++i) { + if (!advrobotics_lab3_interfaces__msg__Joints__are_equal(&(lhs->data[i]), &(rhs->data[i]))) { + return false; + } + } + return true; +} + +bool +advrobotics_lab3_interfaces__msg__Joints__Sequence__copy( + const advrobotics_lab3_interfaces__msg__Joints__Sequence * input, + advrobotics_lab3_interfaces__msg__Joints__Sequence * output) +{ + if (!input || !output) { + return false; + } + if (output->capacity < input->size) { + const size_t allocation_size = + input->size * sizeof(advrobotics_lab3_interfaces__msg__Joints); + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__msg__Joints * data = + (advrobotics_lab3_interfaces__msg__Joints *)allocator.reallocate( + output->data, allocation_size, allocator.state); + if (!data) { + return false; + } + // If reallocation succeeded, memory may or may not have been moved + // to fulfill the allocation request, invalidating output->data. + output->data = data; + for (size_t i = output->capacity; i < input->size; ++i) { + if (!advrobotics_lab3_interfaces__msg__Joints__init(&output->data[i])) { + // If initialization of any new item fails, roll back + // all previously initialized items. Existing items + // in output are to be left unmodified. + for (; i-- > output->capacity; ) { + advrobotics_lab3_interfaces__msg__Joints__fini(&output->data[i]); + } + return false; + } + } + output->capacity = input->size; + } + output->size = input->size; + for (size_t i = 0; i < input->size; ++i) { + if (!advrobotics_lab3_interfaces__msg__Joints__copy( + &(input->data[i]), &(output->data[i]))) + { + return false; + } + } + return true; +} diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.h b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.h new file mode 100644 index 0000000..780a2cb --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.h @@ -0,0 +1,177 @@ +// generated from rosidl_generator_c/resource/idl__functions.h.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__FUNCTIONS_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__FUNCTIONS_H_ + +#ifdef __cplusplus +extern "C" +{ +#endif + +#include +#include + +#include "rosidl_runtime_c/visibility_control.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h" + +#include "advrobotics_lab3_interfaces/msg/detail/joints__struct.h" + +/// Initialize msg/Joints message. +/** + * If the init function is called twice for the same message without + * calling fini inbetween previously allocated memory will be leaked. + * \param[in,out] msg The previously allocated message pointer. + * Fields without a default value will not be initialized by this function. + * You might want to call memset(msg, 0, sizeof( + * advrobotics_lab3_interfaces__msg__Joints + * )) before or use + * advrobotics_lab3_interfaces__msg__Joints__create() + * to allocate and initialize the message. + * \return true if initialization was successful, otherwise false + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__msg__Joints__init(advrobotics_lab3_interfaces__msg__Joints * msg); + +/// Finalize msg/Joints message. +/** + * \param[in,out] msg The allocated message pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__msg__Joints__fini(advrobotics_lab3_interfaces__msg__Joints * msg); + +/// Create msg/Joints message. +/** + * It allocates the memory for the message, sets the memory to zero, and + * calls + * advrobotics_lab3_interfaces__msg__Joints__init(). + * \return The pointer to the initialized message if successful, + * otherwise NULL + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +advrobotics_lab3_interfaces__msg__Joints * +advrobotics_lab3_interfaces__msg__Joints__create(); + +/// Destroy msg/Joints message. +/** + * It calls + * advrobotics_lab3_interfaces__msg__Joints__fini() + * and frees the memory of the message. + * \param[in,out] msg The allocated message pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__msg__Joints__destroy(advrobotics_lab3_interfaces__msg__Joints * msg); + +/// Check for msg/Joints message equality. +/** + * \param[in] lhs The message on the left hand size of the equality operator. + * \param[in] rhs The message on the right hand size of the equality operator. + * \return true if messages are equal, otherwise false. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__msg__Joints__are_equal(const advrobotics_lab3_interfaces__msg__Joints * lhs, const advrobotics_lab3_interfaces__msg__Joints * rhs); + +/// Copy a msg/Joints message. +/** + * This functions performs a deep copy, as opposed to the shallow copy that + * plain assignment yields. + * + * \param[in] input The source message pointer. + * \param[out] output The target message pointer, which must + * have been initialized before calling this function. + * \return true if successful, or false if either pointer is null + * or memory allocation fails. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__msg__Joints__copy( + const advrobotics_lab3_interfaces__msg__Joints * input, + advrobotics_lab3_interfaces__msg__Joints * output); + +/// Initialize array of msg/Joints messages. +/** + * It allocates the memory for the number of elements and calls + * advrobotics_lab3_interfaces__msg__Joints__init() + * for each element of the array. + * \param[in,out] array The allocated array pointer. + * \param[in] size The size / capacity of the array. + * \return true if initialization was successful, otherwise false + * If the array pointer is valid and the size is zero it is guaranteed + # to return true. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__msg__Joints__Sequence__init(advrobotics_lab3_interfaces__msg__Joints__Sequence * array, size_t size); + +/// Finalize array of msg/Joints messages. +/** + * It calls + * advrobotics_lab3_interfaces__msg__Joints__fini() + * for each element of the array and frees the memory for the number of + * elements. + * \param[in,out] array The initialized array pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__msg__Joints__Sequence__fini(advrobotics_lab3_interfaces__msg__Joints__Sequence * array); + +/// Create array of msg/Joints messages. +/** + * It allocates the memory for the array and calls + * advrobotics_lab3_interfaces__msg__Joints__Sequence__init(). + * \param[in] size The size / capacity of the array. + * \return The pointer to the initialized array if successful, otherwise NULL + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +advrobotics_lab3_interfaces__msg__Joints__Sequence * +advrobotics_lab3_interfaces__msg__Joints__Sequence__create(size_t size); + +/// Destroy array of msg/Joints messages. +/** + * It calls + * advrobotics_lab3_interfaces__msg__Joints__Sequence__fini() + * on the array, + * and frees the memory of the array. + * \param[in,out] array The initialized array pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__msg__Joints__Sequence__destroy(advrobotics_lab3_interfaces__msg__Joints__Sequence * array); + +/// Check for msg/Joints message array equality. +/** + * \param[in] lhs The message array on the left hand size of the equality operator. + * \param[in] rhs The message array on the right hand size of the equality operator. + * \return true if message arrays are equal in size and content, otherwise false. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__msg__Joints__Sequence__are_equal(const advrobotics_lab3_interfaces__msg__Joints__Sequence * lhs, const advrobotics_lab3_interfaces__msg__Joints__Sequence * rhs); + +/// Copy an array of msg/Joints messages. +/** + * This functions performs a deep copy, as opposed to the shallow copy that + * plain assignment yields. + * + * \param[in] input The source array pointer. + * \param[out] output The target array pointer, which must + * have been initialized before calling this function. + * \return true if successful, or false if either pointer + * is null or memory allocation fails. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__msg__Joints__Sequence__copy( + const advrobotics_lab3_interfaces__msg__Joints__Sequence * input, + advrobotics_lab3_interfaces__msg__Joints__Sequence * output); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__FUNCTIONS_H_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__struct.h b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__struct.h new file mode 100644 index 0000000..4663bdf --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__struct.h @@ -0,0 +1,42 @@ +// generated from rosidl_generator_c/resource/idl__struct.h.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__STRUCT_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__STRUCT_H_ + +#ifdef __cplusplus +extern "C" +{ +#endif + +#include +#include +#include + + +// Constants defined in the message + +/// Struct defined in msg/Joints in the package advrobotics_lab3_interfaces. +typedef struct advrobotics_lab3_interfaces__msg__Joints +{ + float q1; + float q2; + float q3; +} advrobotics_lab3_interfaces__msg__Joints; + +// Struct for a sequence of advrobotics_lab3_interfaces__msg__Joints. +typedef struct advrobotics_lab3_interfaces__msg__Joints__Sequence +{ + advrobotics_lab3_interfaces__msg__Joints * data; + /// The number of valid items in data + size_t size; + /// The number of allocated items in data + size_t capacity; +} advrobotics_lab3_interfaces__msg__Joints__Sequence; + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__STRUCT_H_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h new file mode 100644 index 0000000..724bf19 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h @@ -0,0 +1,33 @@ +// generated from rosidl_generator_c/resource/idl__type_support.h.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__TYPE_SUPPORT_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__TYPE_SUPPORT_H_ + +#include "rosidl_typesupport_interface/macros.h" + +#include "advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h" + +#ifdef __cplusplus +extern "C" +{ +#endif + +#include "rosidl_runtime_c/message_type_support_struct.h" + +// Forward declare the get type support functions for this type. +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME( + rosidl_typesupport_c, + advrobotics_lab3_interfaces, + msg, + Joints +)(); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__TYPE_SUPPORT_H_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/gripper.h b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/gripper.h new file mode 100644 index 0000000..b9860d3 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/gripper.h @@ -0,0 +1,12 @@ +// generated from rosidl_generator_c/resource/idl.h.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__GRIPPER_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__GRIPPER_H_ + +#include "advrobotics_lab3_interfaces/msg/detail/gripper__struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__functions.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h" + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__GRIPPER_H_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h new file mode 100644 index 0000000..354d7c7 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/joints.h @@ -0,0 +1,12 @@ +// generated from rosidl_generator_c/resource/idl.h.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__JOINTS_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__JOINTS_H_ + +#include "advrobotics_lab3_interfaces/msg/detail/joints__struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__functions.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__type_support.h" + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__JOINTS_H_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h new file mode 100644 index 0000000..95b98f0 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h @@ -0,0 +1,42 @@ +// generated from rosidl_generator_c/resource/rosidl_generator_c__visibility_control.h.in +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__ROSIDL_GENERATOR_C__VISIBILITY_CONTROL_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__ROSIDL_GENERATOR_C__VISIBILITY_CONTROL_H_ + +#ifdef __cplusplus +extern "C" +{ +#endif + +// This logic was borrowed (then namespaced) from the examples on the gcc wiki: +// https://gcc.gnu.org/wiki/Visibility + +#if defined _WIN32 || defined __CYGWIN__ + #ifdef __GNUC__ + #define ROSIDL_GENERATOR_C_EXPORT_advrobotics_lab3_interfaces __attribute__ ((dllexport)) + #define ROSIDL_GENERATOR_C_IMPORT_advrobotics_lab3_interfaces __attribute__ ((dllimport)) + #else + #define ROSIDL_GENERATOR_C_EXPORT_advrobotics_lab3_interfaces __declspec(dllexport) + #define ROSIDL_GENERATOR_C_IMPORT_advrobotics_lab3_interfaces __declspec(dllimport) + #endif + #ifdef ROSIDL_GENERATOR_C_BUILDING_DLL_advrobotics_lab3_interfaces + #define ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces ROSIDL_GENERATOR_C_EXPORT_advrobotics_lab3_interfaces + #else + #define ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces ROSIDL_GENERATOR_C_IMPORT_advrobotics_lab3_interfaces + #endif +#else + #define ROSIDL_GENERATOR_C_EXPORT_advrobotics_lab3_interfaces __attribute__ ((visibility("default"))) + #define ROSIDL_GENERATOR_C_IMPORT_advrobotics_lab3_interfaces + #if __GNUC__ >= 4 + #define ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces __attribute__ ((visibility("default"))) + #else + #define ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces + #endif +#endif + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__ROSIDL_GENERATOR_C__VISIBILITY_CONTROL_H_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c new file mode 100644 index 0000000..ea59d4f --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c @@ -0,0 +1,500 @@ +// generated from rosidl_generator_c/resource/idl__functions.c.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice +#include "advrobotics_lab3_interfaces/srv/detail/invkin__functions.h" + +#include +#include +#include +#include + +#include "rcutils/allocator.h" + +bool +advrobotics_lab3_interfaces__srv__Invkin_Request__init(advrobotics_lab3_interfaces__srv__Invkin_Request * msg) +{ + if (!msg) { + return false; + } + // x + // y + // z + return true; +} + +void +advrobotics_lab3_interfaces__srv__Invkin_Request__fini(advrobotics_lab3_interfaces__srv__Invkin_Request * msg) +{ + if (!msg) { + return; + } + // x + // y + // z +} + +bool +advrobotics_lab3_interfaces__srv__Invkin_Request__are_equal(const advrobotics_lab3_interfaces__srv__Invkin_Request * lhs, const advrobotics_lab3_interfaces__srv__Invkin_Request * rhs) +{ + if (!lhs || !rhs) { + return false; + } + // x + if (lhs->x != rhs->x) { + return false; + } + // y + if (lhs->y != rhs->y) { + return false; + } + // z + if (lhs->z != rhs->z) { + return false; + } + return true; +} + +bool +advrobotics_lab3_interfaces__srv__Invkin_Request__copy( + const advrobotics_lab3_interfaces__srv__Invkin_Request * input, + advrobotics_lab3_interfaces__srv__Invkin_Request * output) +{ + if (!input || !output) { + return false; + } + // x + output->x = input->x; + // y + output->y = input->y; + // z + output->z = input->z; + return true; +} + +advrobotics_lab3_interfaces__srv__Invkin_Request * +advrobotics_lab3_interfaces__srv__Invkin_Request__create() +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__srv__Invkin_Request * msg = (advrobotics_lab3_interfaces__srv__Invkin_Request *)allocator.allocate(sizeof(advrobotics_lab3_interfaces__srv__Invkin_Request), allocator.state); + if (!msg) { + return NULL; + } + memset(msg, 0, sizeof(advrobotics_lab3_interfaces__srv__Invkin_Request)); + bool success = advrobotics_lab3_interfaces__srv__Invkin_Request__init(msg); + if (!success) { + allocator.deallocate(msg, allocator.state); + return NULL; + } + return msg; +} + +void +advrobotics_lab3_interfaces__srv__Invkin_Request__destroy(advrobotics_lab3_interfaces__srv__Invkin_Request * msg) +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + if (msg) { + advrobotics_lab3_interfaces__srv__Invkin_Request__fini(msg); + } + allocator.deallocate(msg, allocator.state); +} + + +bool +advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__init(advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * array, size_t size) +{ + if (!array) { + return false; + } + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__srv__Invkin_Request * data = NULL; + + if (size) { + data = (advrobotics_lab3_interfaces__srv__Invkin_Request *)allocator.zero_allocate(size, sizeof(advrobotics_lab3_interfaces__srv__Invkin_Request), allocator.state); + if (!data) { + return false; + } + // initialize all array elements + size_t i; + for (i = 0; i < size; ++i) { + bool success = advrobotics_lab3_interfaces__srv__Invkin_Request__init(&data[i]); + if (!success) { + break; + } + } + if (i < size) { + // if initialization failed finalize the already initialized array elements + for (; i > 0; --i) { + advrobotics_lab3_interfaces__srv__Invkin_Request__fini(&data[i - 1]); + } + allocator.deallocate(data, allocator.state); + return false; + } + } + array->data = data; + array->size = size; + array->capacity = size; + return true; +} + +void +advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__fini(advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * array) +{ + if (!array) { + return; + } + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + + if (array->data) { + // ensure that data and capacity values are consistent + assert(array->capacity > 0); + // finalize all array elements + for (size_t i = 0; i < array->capacity; ++i) { + advrobotics_lab3_interfaces__srv__Invkin_Request__fini(&array->data[i]); + } + allocator.deallocate(array->data, allocator.state); + array->data = NULL; + array->size = 0; + array->capacity = 0; + } else { + // ensure that data, size, and capacity values are consistent + assert(0 == array->size); + assert(0 == array->capacity); + } +} + +advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * +advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__create(size_t size) +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * array = (advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence *)allocator.allocate(sizeof(advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence), allocator.state); + if (!array) { + return NULL; + } + bool success = advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__init(array, size); + if (!success) { + allocator.deallocate(array, allocator.state); + return NULL; + } + return array; +} + +void +advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__destroy(advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * array) +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + if (array) { + advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__fini(array); + } + allocator.deallocate(array, allocator.state); +} + +bool +advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__are_equal(const advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * lhs, const advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * rhs) +{ + if (!lhs || !rhs) { + return false; + } + if (lhs->size != rhs->size) { + return false; + } + for (size_t i = 0; i < lhs->size; ++i) { + if (!advrobotics_lab3_interfaces__srv__Invkin_Request__are_equal(&(lhs->data[i]), &(rhs->data[i]))) { + return false; + } + } + return true; +} + +bool +advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__copy( + const advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * input, + advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * output) +{ + if (!input || !output) { + return false; + } + if (output->capacity < input->size) { + const size_t allocation_size = + input->size * sizeof(advrobotics_lab3_interfaces__srv__Invkin_Request); + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__srv__Invkin_Request * data = + (advrobotics_lab3_interfaces__srv__Invkin_Request *)allocator.reallocate( + output->data, allocation_size, allocator.state); + if (!data) { + return false; + } + // If reallocation succeeded, memory may or may not have been moved + // to fulfill the allocation request, invalidating output->data. + output->data = data; + for (size_t i = output->capacity; i < input->size; ++i) { + if (!advrobotics_lab3_interfaces__srv__Invkin_Request__init(&output->data[i])) { + // If initialization of any new item fails, roll back + // all previously initialized items. Existing items + // in output are to be left unmodified. + for (; i-- > output->capacity; ) { + advrobotics_lab3_interfaces__srv__Invkin_Request__fini(&output->data[i]); + } + return false; + } + } + output->capacity = input->size; + } + output->size = input->size; + for (size_t i = 0; i < input->size; ++i) { + if (!advrobotics_lab3_interfaces__srv__Invkin_Request__copy( + &(input->data[i]), &(output->data[i]))) + { + return false; + } + } + return true; +} + + +bool +advrobotics_lab3_interfaces__srv__Invkin_Response__init(advrobotics_lab3_interfaces__srv__Invkin_Response * msg) +{ + if (!msg) { + return false; + } + // sol + // q1 + // q2 + // q3 + return true; +} + +void +advrobotics_lab3_interfaces__srv__Invkin_Response__fini(advrobotics_lab3_interfaces__srv__Invkin_Response * msg) +{ + if (!msg) { + return; + } + // sol + // q1 + // q2 + // q3 +} + +bool +advrobotics_lab3_interfaces__srv__Invkin_Response__are_equal(const advrobotics_lab3_interfaces__srv__Invkin_Response * lhs, const advrobotics_lab3_interfaces__srv__Invkin_Response * rhs) +{ + if (!lhs || !rhs) { + return false; + } + // sol + if (lhs->sol != rhs->sol) { + return false; + } + // q1 + if (lhs->q1 != rhs->q1) { + return false; + } + // q2 + if (lhs->q2 != rhs->q2) { + return false; + } + // q3 + if (lhs->q3 != rhs->q3) { + return false; + } + return true; +} + +bool +advrobotics_lab3_interfaces__srv__Invkin_Response__copy( + const advrobotics_lab3_interfaces__srv__Invkin_Response * input, + advrobotics_lab3_interfaces__srv__Invkin_Response * output) +{ + if (!input || !output) { + return false; + } + // sol + output->sol = input->sol; + // q1 + output->q1 = input->q1; + // q2 + output->q2 = input->q2; + // q3 + output->q3 = input->q3; + return true; +} + +advrobotics_lab3_interfaces__srv__Invkin_Response * +advrobotics_lab3_interfaces__srv__Invkin_Response__create() +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__srv__Invkin_Response * msg = (advrobotics_lab3_interfaces__srv__Invkin_Response *)allocator.allocate(sizeof(advrobotics_lab3_interfaces__srv__Invkin_Response), allocator.state); + if (!msg) { + return NULL; + } + memset(msg, 0, sizeof(advrobotics_lab3_interfaces__srv__Invkin_Response)); + bool success = advrobotics_lab3_interfaces__srv__Invkin_Response__init(msg); + if (!success) { + allocator.deallocate(msg, allocator.state); + return NULL; + } + return msg; +} + +void +advrobotics_lab3_interfaces__srv__Invkin_Response__destroy(advrobotics_lab3_interfaces__srv__Invkin_Response * msg) +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + if (msg) { + advrobotics_lab3_interfaces__srv__Invkin_Response__fini(msg); + } + allocator.deallocate(msg, allocator.state); +} + + +bool +advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__init(advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * array, size_t size) +{ + if (!array) { + return false; + } + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__srv__Invkin_Response * data = NULL; + + if (size) { + data = (advrobotics_lab3_interfaces__srv__Invkin_Response *)allocator.zero_allocate(size, sizeof(advrobotics_lab3_interfaces__srv__Invkin_Response), allocator.state); + if (!data) { + return false; + } + // initialize all array elements + size_t i; + for (i = 0; i < size; ++i) { + bool success = advrobotics_lab3_interfaces__srv__Invkin_Response__init(&data[i]); + if (!success) { + break; + } + } + if (i < size) { + // if initialization failed finalize the already initialized array elements + for (; i > 0; --i) { + advrobotics_lab3_interfaces__srv__Invkin_Response__fini(&data[i - 1]); + } + allocator.deallocate(data, allocator.state); + return false; + } + } + array->data = data; + array->size = size; + array->capacity = size; + return true; +} + +void +advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__fini(advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * array) +{ + if (!array) { + return; + } + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + + if (array->data) { + // ensure that data and capacity values are consistent + assert(array->capacity > 0); + // finalize all array elements + for (size_t i = 0; i < array->capacity; ++i) { + advrobotics_lab3_interfaces__srv__Invkin_Response__fini(&array->data[i]); + } + allocator.deallocate(array->data, allocator.state); + array->data = NULL; + array->size = 0; + array->capacity = 0; + } else { + // ensure that data, size, and capacity values are consistent + assert(0 == array->size); + assert(0 == array->capacity); + } +} + +advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * +advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__create(size_t size) +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * array = (advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence *)allocator.allocate(sizeof(advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence), allocator.state); + if (!array) { + return NULL; + } + bool success = advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__init(array, size); + if (!success) { + allocator.deallocate(array, allocator.state); + return NULL; + } + return array; +} + +void +advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__destroy(advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * array) +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + if (array) { + advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__fini(array); + } + allocator.deallocate(array, allocator.state); +} + +bool +advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__are_equal(const advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * lhs, const advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * rhs) +{ + if (!lhs || !rhs) { + return false; + } + if (lhs->size != rhs->size) { + return false; + } + for (size_t i = 0; i < lhs->size; ++i) { + if (!advrobotics_lab3_interfaces__srv__Invkin_Response__are_equal(&(lhs->data[i]), &(rhs->data[i]))) { + return false; + } + } + return true; +} + +bool +advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__copy( + const advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * input, + advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * output) +{ + if (!input || !output) { + return false; + } + if (output->capacity < input->size) { + const size_t allocation_size = + input->size * sizeof(advrobotics_lab3_interfaces__srv__Invkin_Response); + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__srv__Invkin_Response * data = + (advrobotics_lab3_interfaces__srv__Invkin_Response *)allocator.reallocate( + output->data, allocation_size, allocator.state); + if (!data) { + return false; + } + // If reallocation succeeded, memory may or may not have been moved + // to fulfill the allocation request, invalidating output->data. + output->data = data; + for (size_t i = output->capacity; i < input->size; ++i) { + if (!advrobotics_lab3_interfaces__srv__Invkin_Response__init(&output->data[i])) { + // If initialization of any new item fails, roll back + // all previously initialized items. Existing items + // in output are to be left unmodified. + for (; i-- > output->capacity; ) { + advrobotics_lab3_interfaces__srv__Invkin_Response__fini(&output->data[i]); + } + return false; + } + } + output->capacity = input->size; + } + output->size = input->size; + for (size_t i = 0; i < input->size; ++i) { + if (!advrobotics_lab3_interfaces__srv__Invkin_Response__copy( + &(input->data[i]), &(output->data[i]))) + { + return false; + } + } + return true; +} diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h new file mode 100644 index 0000000..7818e5a --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h @@ -0,0 +1,329 @@ +// generated from rosidl_generator_c/resource/idl__functions.h.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__FUNCTIONS_H_ +#define ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__FUNCTIONS_H_ + +#ifdef __cplusplus +extern "C" +{ +#endif + +#include +#include + +#include "rosidl_runtime_c/visibility_control.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h" + +#include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.h" + +/// Initialize srv/Invkin message. +/** + * If the init function is called twice for the same message without + * calling fini inbetween previously allocated memory will be leaked. + * \param[in,out] msg The previously allocated message pointer. + * Fields without a default value will not be initialized by this function. + * You might want to call memset(msg, 0, sizeof( + * advrobotics_lab3_interfaces__srv__Invkin_Request + * )) before or use + * advrobotics_lab3_interfaces__srv__Invkin_Request__create() + * to allocate and initialize the message. + * \return true if initialization was successful, otherwise false + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__srv__Invkin_Request__init(advrobotics_lab3_interfaces__srv__Invkin_Request * msg); + +/// Finalize srv/Invkin message. +/** + * \param[in,out] msg The allocated message pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__srv__Invkin_Request__fini(advrobotics_lab3_interfaces__srv__Invkin_Request * msg); + +/// Create srv/Invkin message. +/** + * It allocates the memory for the message, sets the memory to zero, and + * calls + * advrobotics_lab3_interfaces__srv__Invkin_Request__init(). + * \return The pointer to the initialized message if successful, + * otherwise NULL + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +advrobotics_lab3_interfaces__srv__Invkin_Request * +advrobotics_lab3_interfaces__srv__Invkin_Request__create(); + +/// Destroy srv/Invkin message. +/** + * It calls + * advrobotics_lab3_interfaces__srv__Invkin_Request__fini() + * and frees the memory of the message. + * \param[in,out] msg The allocated message pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__srv__Invkin_Request__destroy(advrobotics_lab3_interfaces__srv__Invkin_Request * msg); + +/// Check for srv/Invkin message equality. +/** + * \param[in] lhs The message on the left hand size of the equality operator. + * \param[in] rhs The message on the right hand size of the equality operator. + * \return true if messages are equal, otherwise false. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__srv__Invkin_Request__are_equal(const advrobotics_lab3_interfaces__srv__Invkin_Request * lhs, const advrobotics_lab3_interfaces__srv__Invkin_Request * rhs); + +/// Copy a srv/Invkin message. +/** + * This functions performs a deep copy, as opposed to the shallow copy that + * plain assignment yields. + * + * \param[in] input The source message pointer. + * \param[out] output The target message pointer, which must + * have been initialized before calling this function. + * \return true if successful, or false if either pointer is null + * or memory allocation fails. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__srv__Invkin_Request__copy( + const advrobotics_lab3_interfaces__srv__Invkin_Request * input, + advrobotics_lab3_interfaces__srv__Invkin_Request * output); + +/// Initialize array of srv/Invkin messages. +/** + * It allocates the memory for the number of elements and calls + * advrobotics_lab3_interfaces__srv__Invkin_Request__init() + * for each element of the array. + * \param[in,out] array The allocated array pointer. + * \param[in] size The size / capacity of the array. + * \return true if initialization was successful, otherwise false + * If the array pointer is valid and the size is zero it is guaranteed + # to return true. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__init(advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * array, size_t size); + +/// Finalize array of srv/Invkin messages. +/** + * It calls + * advrobotics_lab3_interfaces__srv__Invkin_Request__fini() + * for each element of the array and frees the memory for the number of + * elements. + * \param[in,out] array The initialized array pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__fini(advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * array); + +/// Create array of srv/Invkin messages. +/** + * It allocates the memory for the array and calls + * advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__init(). + * \param[in] size The size / capacity of the array. + * \return The pointer to the initialized array if successful, otherwise NULL + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * +advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__create(size_t size); + +/// Destroy array of srv/Invkin messages. +/** + * It calls + * advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__fini() + * on the array, + * and frees the memory of the array. + * \param[in,out] array The initialized array pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__destroy(advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * array); + +/// Check for srv/Invkin message array equality. +/** + * \param[in] lhs The message array on the left hand size of the equality operator. + * \param[in] rhs The message array on the right hand size of the equality operator. + * \return true if message arrays are equal in size and content, otherwise false. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__are_equal(const advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * lhs, const advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * rhs); + +/// Copy an array of srv/Invkin messages. +/** + * This functions performs a deep copy, as opposed to the shallow copy that + * plain assignment yields. + * + * \param[in] input The source array pointer. + * \param[out] output The target array pointer, which must + * have been initialized before calling this function. + * \return true if successful, or false if either pointer + * is null or memory allocation fails. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__copy( + const advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * input, + advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * output); + +/// Initialize srv/Invkin message. +/** + * If the init function is called twice for the same message without + * calling fini inbetween previously allocated memory will be leaked. + * \param[in,out] msg The previously allocated message pointer. + * Fields without a default value will not be initialized by this function. + * You might want to call memset(msg, 0, sizeof( + * advrobotics_lab3_interfaces__srv__Invkin_Response + * )) before or use + * advrobotics_lab3_interfaces__srv__Invkin_Response__create() + * to allocate and initialize the message. + * \return true if initialization was successful, otherwise false + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__srv__Invkin_Response__init(advrobotics_lab3_interfaces__srv__Invkin_Response * msg); + +/// Finalize srv/Invkin message. +/** + * \param[in,out] msg The allocated message pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__srv__Invkin_Response__fini(advrobotics_lab3_interfaces__srv__Invkin_Response * msg); + +/// Create srv/Invkin message. +/** + * It allocates the memory for the message, sets the memory to zero, and + * calls + * advrobotics_lab3_interfaces__srv__Invkin_Response__init(). + * \return The pointer to the initialized message if successful, + * otherwise NULL + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +advrobotics_lab3_interfaces__srv__Invkin_Response * +advrobotics_lab3_interfaces__srv__Invkin_Response__create(); + +/// Destroy srv/Invkin message. +/** + * It calls + * advrobotics_lab3_interfaces__srv__Invkin_Response__fini() + * and frees the memory of the message. + * \param[in,out] msg The allocated message pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__srv__Invkin_Response__destroy(advrobotics_lab3_interfaces__srv__Invkin_Response * msg); + +/// Check for srv/Invkin message equality. +/** + * \param[in] lhs The message on the left hand size of the equality operator. + * \param[in] rhs The message on the right hand size of the equality operator. + * \return true if messages are equal, otherwise false. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__srv__Invkin_Response__are_equal(const advrobotics_lab3_interfaces__srv__Invkin_Response * lhs, const advrobotics_lab3_interfaces__srv__Invkin_Response * rhs); + +/// Copy a srv/Invkin message. +/** + * This functions performs a deep copy, as opposed to the shallow copy that + * plain assignment yields. + * + * \param[in] input The source message pointer. + * \param[out] output The target message pointer, which must + * have been initialized before calling this function. + * \return true if successful, or false if either pointer is null + * or memory allocation fails. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__srv__Invkin_Response__copy( + const advrobotics_lab3_interfaces__srv__Invkin_Response * input, + advrobotics_lab3_interfaces__srv__Invkin_Response * output); + +/// Initialize array of srv/Invkin messages. +/** + * It allocates the memory for the number of elements and calls + * advrobotics_lab3_interfaces__srv__Invkin_Response__init() + * for each element of the array. + * \param[in,out] array The allocated array pointer. + * \param[in] size The size / capacity of the array. + * \return true if initialization was successful, otherwise false + * If the array pointer is valid and the size is zero it is guaranteed + # to return true. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__init(advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * array, size_t size); + +/// Finalize array of srv/Invkin messages. +/** + * It calls + * advrobotics_lab3_interfaces__srv__Invkin_Response__fini() + * for each element of the array and frees the memory for the number of + * elements. + * \param[in,out] array The initialized array pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__fini(advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * array); + +/// Create array of srv/Invkin messages. +/** + * It allocates the memory for the array and calls + * advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__init(). + * \param[in] size The size / capacity of the array. + * \return The pointer to the initialized array if successful, otherwise NULL + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * +advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__create(size_t size); + +/// Destroy array of srv/Invkin messages. +/** + * It calls + * advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__fini() + * on the array, + * and frees the memory of the array. + * \param[in,out] array The initialized array pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__destroy(advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * array); + +/// Check for srv/Invkin message array equality. +/** + * \param[in] lhs The message array on the left hand size of the equality operator. + * \param[in] rhs The message array on the right hand size of the equality operator. + * \return true if message arrays are equal in size and content, otherwise false. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__are_equal(const advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * lhs, const advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * rhs); + +/// Copy an array of srv/Invkin messages. +/** + * This functions performs a deep copy, as opposed to the shallow copy that + * plain assignment yields. + * + * \param[in] input The source array pointer. + * \param[out] output The target array pointer, which must + * have been initialized before calling this function. + * \return true if successful, or false if either pointer + * is null or memory allocation fails. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__copy( + const advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * input, + advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * output); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__FUNCTIONS_H_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h new file mode 100644 index 0000000..d17a2b7 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h @@ -0,0 +1,64 @@ +// generated from rosidl_generator_c/resource/idl__struct.h.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__STRUCT_H_ +#define ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__STRUCT_H_ + +#ifdef __cplusplus +extern "C" +{ +#endif + +#include +#include +#include + + +// Constants defined in the message + +/// Struct defined in srv/Invkin in the package advrobotics_lab3_interfaces. +typedef struct advrobotics_lab3_interfaces__srv__Invkin_Request +{ + float x; + float y; + float z; +} advrobotics_lab3_interfaces__srv__Invkin_Request; + +// Struct for a sequence of advrobotics_lab3_interfaces__srv__Invkin_Request. +typedef struct advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence +{ + advrobotics_lab3_interfaces__srv__Invkin_Request * data; + /// The number of valid items in data + size_t size; + /// The number of allocated items in data + size_t capacity; +} advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence; + + +// Constants defined in the message + +/// Struct defined in srv/Invkin in the package advrobotics_lab3_interfaces. +typedef struct advrobotics_lab3_interfaces__srv__Invkin_Response +{ + int8_t sol; + float q1; + float q2; + float q3; +} advrobotics_lab3_interfaces__srv__Invkin_Response; + +// Struct for a sequence of advrobotics_lab3_interfaces__srv__Invkin_Response. +typedef struct advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence +{ + advrobotics_lab3_interfaces__srv__Invkin_Response * data; + /// The number of valid items in data + size_t size; + /// The number of allocated items in data + size_t capacity; +} advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence; + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__STRUCT_H_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h new file mode 100644 index 0000000..0b61451 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h @@ -0,0 +1,58 @@ +// generated from rosidl_generator_c/resource/idl__type_support.h.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__TYPE_SUPPORT_H_ +#define ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__TYPE_SUPPORT_H_ + +#include "rosidl_typesupport_interface/macros.h" + +#include "advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h" + +#ifdef __cplusplus +extern "C" +{ +#endif + +#include "rosidl_runtime_c/message_type_support_struct.h" + +// Forward declare the get type support functions for this type. +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME( + rosidl_typesupport_c, + advrobotics_lab3_interfaces, + srv, + Invkin_Request +)(); + +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" + +// Forward declare the get type support functions for this type. +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME( + rosidl_typesupport_c, + advrobotics_lab3_interfaces, + srv, + Invkin_Response +)(); + +#include "rosidl_runtime_c/service_type_support_struct.h" + +// Forward declare the get type support functions for this type. +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +const rosidl_service_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME( + rosidl_typesupport_c, + advrobotics_lab3_interfaces, + srv, + Invkin +)(); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__TYPE_SUPPORT_H_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/invkin.h b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/invkin.h new file mode 100644 index 0000000..52221ae --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces/srv/invkin.h @@ -0,0 +1,12 @@ +// generated from rosidl_generator_c/resource/idl.h.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__SRV__INVKIN_H_ +#define ADVROBOTICS_LAB3_INTERFACES__SRV__INVKIN_H_ + +#include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__functions.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h" + +#endif // ADVROBOTICS_LAB3_INTERFACES__SRV__INVKIN_H_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_c__arguments.json b/build/advrobotics_lab3_interfaces/rosidl_generator_c__arguments.json new file mode 100644 index 0000000..85ef1aa --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_c__arguments.json @@ -0,0 +1,94 @@ +{ + "package_name": "advrobotics_lab3_interfaces", + "output_dir": "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_c/advrobotics_lab3_interfaces", + "template_dir": "/opt/ros/humble/share/rosidl_generator_c/cmake/../resource", + "idl_tuples": [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces:msg/Joints.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces:msg/Gripper.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces:srv/Invkin.idl" + ], + "ros_interface_dependencies": [ + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Bool.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Byte.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/ByteMultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Char.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/ColorRGBA.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Empty.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float32.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float32MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float64.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float64MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Header.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int16.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int16MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int32.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int32MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int64.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int64MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int8.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int8MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/MultiArrayDimension.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/MultiArrayLayout.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/String.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt16.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt16MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt32.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt32MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt64.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt64MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt8.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt8MultiArray.idl", + "builtin_interfaces:/opt/ros/humble/share/builtin_interfaces/msg/Duration.idl", + "builtin_interfaces:/opt/ros/humble/share/builtin_interfaces/msg/Time.idl" + ], + "target_dependencies": [ + "/opt/ros/humble/share/rosidl_generator_c/cmake/../../../lib/rosidl_generator_c/rosidl_generator_c", + "/opt/ros/humble/share/rosidl_generator_c/cmake/../../../local/lib/python3.10/dist-packages/rosidl_generator_c/__init__.py", + "/opt/ros/humble/share/rosidl_generator_c/cmake/../resource/action__type_support.h.em", + "/opt/ros/humble/share/rosidl_generator_c/cmake/../resource/idl.h.em", + "/opt/ros/humble/share/rosidl_generator_c/cmake/../resource/idl__functions.c.em", + "/opt/ros/humble/share/rosidl_generator_c/cmake/../resource/idl__functions.h.em", + "/opt/ros/humble/share/rosidl_generator_c/cmake/../resource/idl__struct.h.em", + "/opt/ros/humble/share/rosidl_generator_c/cmake/../resource/idl__type_support.h.em", + "/opt/ros/humble/share/rosidl_generator_c/cmake/../resource/msg__functions.c.em", + "/opt/ros/humble/share/rosidl_generator_c/cmake/../resource/msg__functions.h.em", + "/opt/ros/humble/share/rosidl_generator_c/cmake/../resource/msg__struct.h.em", + "/opt/ros/humble/share/rosidl_generator_c/cmake/../resource/msg__type_support.h.em", + "/opt/ros/humble/share/rosidl_generator_c/cmake/../resource/srv__type_support.h.em", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/msg/Joints.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/msg/Gripper.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/srv/Invkin.idl", + "/opt/ros/humble/share/std_msgs/msg/Bool.idl", + "/opt/ros/humble/share/std_msgs/msg/Byte.idl", + "/opt/ros/humble/share/std_msgs/msg/ByteMultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Char.idl", + "/opt/ros/humble/share/std_msgs/msg/ColorRGBA.idl", + "/opt/ros/humble/share/std_msgs/msg/Empty.idl", + "/opt/ros/humble/share/std_msgs/msg/Float32.idl", + "/opt/ros/humble/share/std_msgs/msg/Float32MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Float64.idl", + "/opt/ros/humble/share/std_msgs/msg/Float64MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Header.idl", + "/opt/ros/humble/share/std_msgs/msg/Int16.idl", + "/opt/ros/humble/share/std_msgs/msg/Int16MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Int32.idl", + "/opt/ros/humble/share/std_msgs/msg/Int32MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Int64.idl", + "/opt/ros/humble/share/std_msgs/msg/Int64MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Int8.idl", + "/opt/ros/humble/share/std_msgs/msg/Int8MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/MultiArrayDimension.idl", + "/opt/ros/humble/share/std_msgs/msg/MultiArrayLayout.idl", + "/opt/ros/humble/share/std_msgs/msg/String.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt16.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt16MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt32.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt32MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt64.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt64MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt8.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt8MultiArray.idl", + "/opt/ros/humble/share/builtin_interfaces/msg/Duration.idl", + "/opt/ros/humble/share/builtin_interfaces/msg/Time.idl" + ] +} diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp new file mode 100644 index 0000000..8ba66e5 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp @@ -0,0 +1,56 @@ +// generated from rosidl_generator_cpp/resource/idl__builder.hpp.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__BUILDER_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__BUILDER_HPP_ + +#include +#include + +#include "advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp" +#include "rosidl_runtime_cpp/message_initialization.hpp" + + +namespace advrobotics_lab3_interfaces +{ + +namespace msg +{ + +namespace builder +{ + +class Init_Gripper_gripper +{ +public: + Init_Gripper_gripper() + : msg_(::rosidl_runtime_cpp::MessageInitialization::SKIP) + {} + ::advrobotics_lab3_interfaces::msg::Gripper gripper(::advrobotics_lab3_interfaces::msg::Gripper::_gripper_type arg) + { + msg_.gripper = std::move(arg); + return std::move(msg_); + } + +private: + ::advrobotics_lab3_interfaces::msg::Gripper msg_; +}; + +} // namespace builder + +} // namespace msg + +template +auto build(); + +template<> +inline +auto build<::advrobotics_lab3_interfaces::msg::Gripper>() +{ + return advrobotics_lab3_interfaces::msg::builder::Init_Gripper_gripper(); +} + +} // namespace advrobotics_lab3_interfaces + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__BUILDER_HPP_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp new file mode 100644 index 0000000..c38d11c --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp @@ -0,0 +1,131 @@ +// generated from rosidl_generator_cpp/resource/idl__struct.hpp.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__STRUCT_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__STRUCT_HPP_ + +#include +#include +#include +#include +#include + +#include "rosidl_runtime_cpp/bounded_vector.hpp" +#include "rosidl_runtime_cpp/message_initialization.hpp" + + +#ifndef _WIN32 +# define DEPRECATED__advrobotics_lab3_interfaces__msg__Gripper __attribute__((deprecated)) +#else +# define DEPRECATED__advrobotics_lab3_interfaces__msg__Gripper __declspec(deprecated) +#endif + +namespace advrobotics_lab3_interfaces +{ + +namespace msg +{ + +// message struct +template +struct Gripper_ +{ + using Type = Gripper_; + + explicit Gripper_(rosidl_runtime_cpp::MessageInitialization _init = rosidl_runtime_cpp::MessageInitialization::ALL) + { + if (rosidl_runtime_cpp::MessageInitialization::ALL == _init || + rosidl_runtime_cpp::MessageInitialization::ZERO == _init) + { + this->gripper = 0.0f; + } + } + + explicit Gripper_(const ContainerAllocator & _alloc, rosidl_runtime_cpp::MessageInitialization _init = rosidl_runtime_cpp::MessageInitialization::ALL) + { + (void)_alloc; + if (rosidl_runtime_cpp::MessageInitialization::ALL == _init || + rosidl_runtime_cpp::MessageInitialization::ZERO == _init) + { + this->gripper = 0.0f; + } + } + + // field types and members + using _gripper_type = + float; + _gripper_type gripper; + + // setters for named parameter idiom + Type & set__gripper( + const float & _arg) + { + this->gripper = _arg; + return *this; + } + + // constant declarations + + // pointer types + using RawPtr = + advrobotics_lab3_interfaces::msg::Gripper_ *; + using ConstRawPtr = + const advrobotics_lab3_interfaces::msg::Gripper_ *; + using SharedPtr = + std::shared_ptr>; + using ConstSharedPtr = + std::shared_ptr const>; + + template>> + using UniquePtrWithDeleter = + std::unique_ptr, Deleter>; + + using UniquePtr = UniquePtrWithDeleter<>; + + template>> + using ConstUniquePtrWithDeleter = + std::unique_ptr const, Deleter>; + using ConstUniquePtr = ConstUniquePtrWithDeleter<>; + + using WeakPtr = + std::weak_ptr>; + using ConstWeakPtr = + std::weak_ptr const>; + + // pointer types similar to ROS 1, use SharedPtr / ConstSharedPtr instead + // NOTE: Can't use 'using' here because GNU C++ can't parse attributes properly + typedef DEPRECATED__advrobotics_lab3_interfaces__msg__Gripper + std::shared_ptr> + Ptr; + typedef DEPRECATED__advrobotics_lab3_interfaces__msg__Gripper + std::shared_ptr const> + ConstPtr; + + // comparison operators + bool operator==(const Gripper_ & other) const + { + if (this->gripper != other.gripper) { + return false; + } + return true; + } + bool operator!=(const Gripper_ & other) const + { + return !this->operator==(other); + } +}; // struct Gripper_ + +// alias to use template instance with default allocator +using Gripper = + advrobotics_lab3_interfaces::msg::Gripper_>; + +// constant definitions + +} // namespace msg + +} // namespace advrobotics_lab3_interfaces + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__STRUCT_HPP_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp new file mode 100644 index 0000000..e48f029 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp @@ -0,0 +1,109 @@ +// generated from rosidl_generator_cpp/resource/idl__traits.hpp.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__TRAITS_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__TRAITS_HPP_ + +#include + +#include +#include +#include + +#include "advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp" +#include "rosidl_runtime_cpp/traits.hpp" + +namespace advrobotics_lab3_interfaces +{ + +namespace msg +{ + +inline void to_flow_style_yaml( + const Gripper & msg, + std::ostream & out) +{ + out << "{"; + // member: gripper + { + out << "gripper: "; + rosidl_generator_traits::value_to_yaml(msg.gripper, out); + } + out << "}"; +} // NOLINT(readability/fn_size) + +inline void to_block_style_yaml( + const Gripper & msg, + std::ostream & out, size_t indentation = 0) +{ + // member: gripper + { + if (indentation > 0) { + out << std::string(indentation, ' '); + } + out << "gripper: "; + rosidl_generator_traits::value_to_yaml(msg.gripper, out); + out << "\n"; + } +} // NOLINT(readability/fn_size) + +inline std::string to_yaml(const Gripper & msg, bool use_flow_style = false) +{ + std::ostringstream out; + if (use_flow_style) { + to_flow_style_yaml(msg, out); + } else { + to_block_style_yaml(msg, out); + } + return out.str(); +} + +} // namespace msg + +} // namespace advrobotics_lab3_interfaces + +namespace rosidl_generator_traits +{ + +[[deprecated("use advrobotics_lab3_interfaces::msg::to_block_style_yaml() instead")]] +inline void to_yaml( + const advrobotics_lab3_interfaces::msg::Gripper & msg, + std::ostream & out, size_t indentation = 0) +{ + advrobotics_lab3_interfaces::msg::to_block_style_yaml(msg, out, indentation); +} + +[[deprecated("use advrobotics_lab3_interfaces::msg::to_yaml() instead")]] +inline std::string to_yaml(const advrobotics_lab3_interfaces::msg::Gripper & msg) +{ + return advrobotics_lab3_interfaces::msg::to_yaml(msg); +} + +template<> +inline const char * data_type() +{ + return "advrobotics_lab3_interfaces::msg::Gripper"; +} + +template<> +inline const char * name() +{ + return "advrobotics_lab3_interfaces/msg/Gripper"; +} + +template<> +struct has_fixed_size + : std::integral_constant {}; + +template<> +struct has_bounded_size + : std::integral_constant {}; + +template<> +struct is_message + : std::true_type {}; + +} // namespace rosidl_generator_traits + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__TRAITS_HPP_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp new file mode 100644 index 0000000..ffdb18b --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp @@ -0,0 +1,31 @@ +// generated from rosidl_generator_cpp/resource/idl__type_support.hpp.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__TYPE_SUPPORT_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__TYPE_SUPPORT_HPP_ + +#include "rosidl_typesupport_interface/macros.h" + +#include "advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp" + +#include "rosidl_typesupport_cpp/message_type_support.hpp" + +#ifdef __cplusplus +extern "C" +{ +#endif +// Forward declare the get type support functions for this type. +ROSIDL_GENERATOR_CPP_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME( + rosidl_typesupport_cpp, + advrobotics_lab3_interfaces, + msg, + Gripper +)(); +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__TYPE_SUPPORT_HPP_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp new file mode 100644 index 0000000..2ad62c3 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp @@ -0,0 +1,88 @@ +// generated from rosidl_generator_cpp/resource/idl__builder.hpp.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__BUILDER_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__BUILDER_HPP_ + +#include +#include + +#include "advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp" +#include "rosidl_runtime_cpp/message_initialization.hpp" + + +namespace advrobotics_lab3_interfaces +{ + +namespace msg +{ + +namespace builder +{ + +class Init_Joints_q3 +{ +public: + explicit Init_Joints_q3(::advrobotics_lab3_interfaces::msg::Joints & msg) + : msg_(msg) + {} + ::advrobotics_lab3_interfaces::msg::Joints q3(::advrobotics_lab3_interfaces::msg::Joints::_q3_type arg) + { + msg_.q3 = std::move(arg); + return std::move(msg_); + } + +private: + ::advrobotics_lab3_interfaces::msg::Joints msg_; +}; + +class Init_Joints_q2 +{ +public: + explicit Init_Joints_q2(::advrobotics_lab3_interfaces::msg::Joints & msg) + : msg_(msg) + {} + Init_Joints_q3 q2(::advrobotics_lab3_interfaces::msg::Joints::_q2_type arg) + { + msg_.q2 = std::move(arg); + return Init_Joints_q3(msg_); + } + +private: + ::advrobotics_lab3_interfaces::msg::Joints msg_; +}; + +class Init_Joints_q1 +{ +public: + Init_Joints_q1() + : msg_(::rosidl_runtime_cpp::MessageInitialization::SKIP) + {} + Init_Joints_q2 q1(::advrobotics_lab3_interfaces::msg::Joints::_q1_type arg) + { + msg_.q1 = std::move(arg); + return Init_Joints_q2(msg_); + } + +private: + ::advrobotics_lab3_interfaces::msg::Joints msg_; +}; + +} // namespace builder + +} // namespace msg + +template +auto build(); + +template<> +inline +auto build<::advrobotics_lab3_interfaces::msg::Joints>() +{ + return advrobotics_lab3_interfaces::msg::builder::Init_Joints_q1(); +} + +} // namespace advrobotics_lab3_interfaces + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__BUILDER_HPP_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp new file mode 100644 index 0000000..c1ed4c5 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp @@ -0,0 +1,159 @@ +// generated from rosidl_generator_cpp/resource/idl__struct.hpp.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__STRUCT_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__STRUCT_HPP_ + +#include +#include +#include +#include +#include + +#include "rosidl_runtime_cpp/bounded_vector.hpp" +#include "rosidl_runtime_cpp/message_initialization.hpp" + + +#ifndef _WIN32 +# define DEPRECATED__advrobotics_lab3_interfaces__msg__Joints __attribute__((deprecated)) +#else +# define DEPRECATED__advrobotics_lab3_interfaces__msg__Joints __declspec(deprecated) +#endif + +namespace advrobotics_lab3_interfaces +{ + +namespace msg +{ + +// message struct +template +struct Joints_ +{ + using Type = Joints_; + + explicit Joints_(rosidl_runtime_cpp::MessageInitialization _init = rosidl_runtime_cpp::MessageInitialization::ALL) + { + if (rosidl_runtime_cpp::MessageInitialization::ALL == _init || + rosidl_runtime_cpp::MessageInitialization::ZERO == _init) + { + this->q1 = 0.0f; + this->q2 = 0.0f; + this->q3 = 0.0f; + } + } + + explicit Joints_(const ContainerAllocator & _alloc, rosidl_runtime_cpp::MessageInitialization _init = rosidl_runtime_cpp::MessageInitialization::ALL) + { + (void)_alloc; + if (rosidl_runtime_cpp::MessageInitialization::ALL == _init || + rosidl_runtime_cpp::MessageInitialization::ZERO == _init) + { + this->q1 = 0.0f; + this->q2 = 0.0f; + this->q3 = 0.0f; + } + } + + // field types and members + using _q1_type = + float; + _q1_type q1; + using _q2_type = + float; + _q2_type q2; + using _q3_type = + float; + _q3_type q3; + + // setters for named parameter idiom + Type & set__q1( + const float & _arg) + { + this->q1 = _arg; + return *this; + } + Type & set__q2( + const float & _arg) + { + this->q2 = _arg; + return *this; + } + Type & set__q3( + const float & _arg) + { + this->q3 = _arg; + return *this; + } + + // constant declarations + + // pointer types + using RawPtr = + advrobotics_lab3_interfaces::msg::Joints_ *; + using ConstRawPtr = + const advrobotics_lab3_interfaces::msg::Joints_ *; + using SharedPtr = + std::shared_ptr>; + using ConstSharedPtr = + std::shared_ptr const>; + + template>> + using UniquePtrWithDeleter = + std::unique_ptr, Deleter>; + + using UniquePtr = UniquePtrWithDeleter<>; + + template>> + using ConstUniquePtrWithDeleter = + std::unique_ptr const, Deleter>; + using ConstUniquePtr = ConstUniquePtrWithDeleter<>; + + using WeakPtr = + std::weak_ptr>; + using ConstWeakPtr = + std::weak_ptr const>; + + // pointer types similar to ROS 1, use SharedPtr / ConstSharedPtr instead + // NOTE: Can't use 'using' here because GNU C++ can't parse attributes properly + typedef DEPRECATED__advrobotics_lab3_interfaces__msg__Joints + std::shared_ptr> + Ptr; + typedef DEPRECATED__advrobotics_lab3_interfaces__msg__Joints + std::shared_ptr const> + ConstPtr; + + // comparison operators + bool operator==(const Joints_ & other) const + { + if (this->q1 != other.q1) { + return false; + } + if (this->q2 != other.q2) { + return false; + } + if (this->q3 != other.q3) { + return false; + } + return true; + } + bool operator!=(const Joints_ & other) const + { + return !this->operator==(other); + } +}; // struct Joints_ + +// alias to use template instance with default allocator +using Joints = + advrobotics_lab3_interfaces::msg::Joints_>; + +// constant definitions + +} // namespace msg + +} // namespace advrobotics_lab3_interfaces + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__STRUCT_HPP_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp new file mode 100644 index 0000000..762759f --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp @@ -0,0 +1,143 @@ +// generated from rosidl_generator_cpp/resource/idl__traits.hpp.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__TRAITS_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__TRAITS_HPP_ + +#include + +#include +#include +#include + +#include "advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp" +#include "rosidl_runtime_cpp/traits.hpp" + +namespace advrobotics_lab3_interfaces +{ + +namespace msg +{ + +inline void to_flow_style_yaml( + const Joints & msg, + std::ostream & out) +{ + out << "{"; + // member: q1 + { + out << "q1: "; + rosidl_generator_traits::value_to_yaml(msg.q1, out); + out << ", "; + } + + // member: q2 + { + out << "q2: "; + rosidl_generator_traits::value_to_yaml(msg.q2, out); + out << ", "; + } + + // member: q3 + { + out << "q3: "; + rosidl_generator_traits::value_to_yaml(msg.q3, out); + } + out << "}"; +} // NOLINT(readability/fn_size) + +inline void to_block_style_yaml( + const Joints & msg, + std::ostream & out, size_t indentation = 0) +{ + // member: q1 + { + if (indentation > 0) { + out << std::string(indentation, ' '); + } + out << "q1: "; + rosidl_generator_traits::value_to_yaml(msg.q1, out); + out << "\n"; + } + + // member: q2 + { + if (indentation > 0) { + out << std::string(indentation, ' '); + } + out << "q2: "; + rosidl_generator_traits::value_to_yaml(msg.q2, out); + out << "\n"; + } + + // member: q3 + { + if (indentation > 0) { + out << std::string(indentation, ' '); + } + out << "q3: "; + rosidl_generator_traits::value_to_yaml(msg.q3, out); + out << "\n"; + } +} // NOLINT(readability/fn_size) + +inline std::string to_yaml(const Joints & msg, bool use_flow_style = false) +{ + std::ostringstream out; + if (use_flow_style) { + to_flow_style_yaml(msg, out); + } else { + to_block_style_yaml(msg, out); + } + return out.str(); +} + +} // namespace msg + +} // namespace advrobotics_lab3_interfaces + +namespace rosidl_generator_traits +{ + +[[deprecated("use advrobotics_lab3_interfaces::msg::to_block_style_yaml() instead")]] +inline void to_yaml( + const advrobotics_lab3_interfaces::msg::Joints & msg, + std::ostream & out, size_t indentation = 0) +{ + advrobotics_lab3_interfaces::msg::to_block_style_yaml(msg, out, indentation); +} + +[[deprecated("use advrobotics_lab3_interfaces::msg::to_yaml() instead")]] +inline std::string to_yaml(const advrobotics_lab3_interfaces::msg::Joints & msg) +{ + return advrobotics_lab3_interfaces::msg::to_yaml(msg); +} + +template<> +inline const char * data_type() +{ + return "advrobotics_lab3_interfaces::msg::Joints"; +} + +template<> +inline const char * name() +{ + return "advrobotics_lab3_interfaces/msg/Joints"; +} + +template<> +struct has_fixed_size + : std::integral_constant {}; + +template<> +struct has_bounded_size + : std::integral_constant {}; + +template<> +struct is_message + : std::true_type {}; + +} // namespace rosidl_generator_traits + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__TRAITS_HPP_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp new file mode 100644 index 0000000..3c5f193 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp @@ -0,0 +1,31 @@ +// generated from rosidl_generator_cpp/resource/idl__type_support.hpp.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__TYPE_SUPPORT_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__TYPE_SUPPORT_HPP_ + +#include "rosidl_typesupport_interface/macros.h" + +#include "advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp" + +#include "rosidl_typesupport_cpp/message_type_support.hpp" + +#ifdef __cplusplus +extern "C" +{ +#endif +// Forward declare the get type support functions for this type. +ROSIDL_GENERATOR_CPP_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME( + rosidl_typesupport_cpp, + advrobotics_lab3_interfaces, + msg, + Joints +)(); +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__TYPE_SUPPORT_HPP_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/gripper.hpp b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/gripper.hpp new file mode 100644 index 0000000..5e5113e --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/gripper.hpp @@ -0,0 +1,12 @@ +// generated from rosidl_generator_cpp/resource/idl.hpp.em +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__GRIPPER_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__GRIPPER_HPP_ + +#include "advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp" + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__GRIPPER_HPP_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp new file mode 100644 index 0000000..6c36826 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/joints.hpp @@ -0,0 +1,12 @@ +// generated from rosidl_generator_cpp/resource/idl.hpp.em +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__JOINTS_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__JOINTS_HPP_ + +#include "advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp" +#include "advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp" +#include "advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp" +#include "advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp" + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__JOINTS_HPP_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp new file mode 100644 index 0000000..5006059 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp @@ -0,0 +1,42 @@ +// generated from rosidl_generator_cpp/resource/rosidl_generator_cpp__visibility_control.hpp.in +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__ROSIDL_GENERATOR_CPP__VISIBILITY_CONTROL_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__ROSIDL_GENERATOR_CPP__VISIBILITY_CONTROL_HPP_ + +#ifdef __cplusplus +extern "C" +{ +#endif + +// This logic was borrowed (then namespaced) from the examples on the gcc wiki: +// https://gcc.gnu.org/wiki/Visibility + +#if defined _WIN32 || defined __CYGWIN__ + #ifdef __GNUC__ + #define ROSIDL_GENERATOR_CPP_EXPORT_advrobotics_lab3_interfaces __attribute__ ((dllexport)) + #define ROSIDL_GENERATOR_CPP_IMPORT_advrobotics_lab3_interfaces __attribute__ ((dllimport)) + #else + #define ROSIDL_GENERATOR_CPP_EXPORT_advrobotics_lab3_interfaces __declspec(dllexport) + #define ROSIDL_GENERATOR_CPP_IMPORT_advrobotics_lab3_interfaces __declspec(dllimport) + #endif + #ifdef ROSIDL_GENERATOR_CPP_BUILDING_DLL_advrobotics_lab3_interfaces + #define ROSIDL_GENERATOR_CPP_PUBLIC_advrobotics_lab3_interfaces ROSIDL_GENERATOR_CPP_EXPORT_advrobotics_lab3_interfaces + #else + #define ROSIDL_GENERATOR_CPP_PUBLIC_advrobotics_lab3_interfaces ROSIDL_GENERATOR_CPP_IMPORT_advrobotics_lab3_interfaces + #endif +#else + #define ROSIDL_GENERATOR_CPP_EXPORT_advrobotics_lab3_interfaces __attribute__ ((visibility("default"))) + #define ROSIDL_GENERATOR_CPP_IMPORT_advrobotics_lab3_interfaces + #if __GNUC__ >= 4 + #define ROSIDL_GENERATOR_CPP_PUBLIC_advrobotics_lab3_interfaces __attribute__ ((visibility("default"))) + #else + #define ROSIDL_GENERATOR_CPP_PUBLIC_advrobotics_lab3_interfaces + #endif +#endif + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__ROSIDL_GENERATOR_CPP__VISIBILITY_CONTROL_HPP_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp new file mode 100644 index 0000000..189302a --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp @@ -0,0 +1,178 @@ +// generated from rosidl_generator_cpp/resource/idl__builder.hpp.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__BUILDER_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__BUILDER_HPP_ + +#include +#include + +#include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp" +#include "rosidl_runtime_cpp/message_initialization.hpp" + + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +namespace builder +{ + +class Init_Invkin_Request_z +{ +public: + explicit Init_Invkin_Request_z(::advrobotics_lab3_interfaces::srv::Invkin_Request & msg) + : msg_(msg) + {} + ::advrobotics_lab3_interfaces::srv::Invkin_Request z(::advrobotics_lab3_interfaces::srv::Invkin_Request::_z_type arg) + { + msg_.z = std::move(arg); + return std::move(msg_); + } + +private: + ::advrobotics_lab3_interfaces::srv::Invkin_Request msg_; +}; + +class Init_Invkin_Request_y +{ +public: + explicit Init_Invkin_Request_y(::advrobotics_lab3_interfaces::srv::Invkin_Request & msg) + : msg_(msg) + {} + Init_Invkin_Request_z y(::advrobotics_lab3_interfaces::srv::Invkin_Request::_y_type arg) + { + msg_.y = std::move(arg); + return Init_Invkin_Request_z(msg_); + } + +private: + ::advrobotics_lab3_interfaces::srv::Invkin_Request msg_; +}; + +class Init_Invkin_Request_x +{ +public: + Init_Invkin_Request_x() + : msg_(::rosidl_runtime_cpp::MessageInitialization::SKIP) + {} + Init_Invkin_Request_y x(::advrobotics_lab3_interfaces::srv::Invkin_Request::_x_type arg) + { + msg_.x = std::move(arg); + return Init_Invkin_Request_y(msg_); + } + +private: + ::advrobotics_lab3_interfaces::srv::Invkin_Request msg_; +}; + +} // namespace builder + +} // namespace srv + +template +auto build(); + +template<> +inline +auto build<::advrobotics_lab3_interfaces::srv::Invkin_Request>() +{ + return advrobotics_lab3_interfaces::srv::builder::Init_Invkin_Request_x(); +} + +} // namespace advrobotics_lab3_interfaces + + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +namespace builder +{ + +class Init_Invkin_Response_q3 +{ +public: + explicit Init_Invkin_Response_q3(::advrobotics_lab3_interfaces::srv::Invkin_Response & msg) + : msg_(msg) + {} + ::advrobotics_lab3_interfaces::srv::Invkin_Response q3(::advrobotics_lab3_interfaces::srv::Invkin_Response::_q3_type arg) + { + msg_.q3 = std::move(arg); + return std::move(msg_); + } + +private: + ::advrobotics_lab3_interfaces::srv::Invkin_Response msg_; +}; + +class Init_Invkin_Response_q2 +{ +public: + explicit Init_Invkin_Response_q2(::advrobotics_lab3_interfaces::srv::Invkin_Response & msg) + : msg_(msg) + {} + Init_Invkin_Response_q3 q2(::advrobotics_lab3_interfaces::srv::Invkin_Response::_q2_type arg) + { + msg_.q2 = std::move(arg); + return Init_Invkin_Response_q3(msg_); + } + +private: + ::advrobotics_lab3_interfaces::srv::Invkin_Response msg_; +}; + +class Init_Invkin_Response_q1 +{ +public: + explicit Init_Invkin_Response_q1(::advrobotics_lab3_interfaces::srv::Invkin_Response & msg) + : msg_(msg) + {} + Init_Invkin_Response_q2 q1(::advrobotics_lab3_interfaces::srv::Invkin_Response::_q1_type arg) + { + msg_.q1 = std::move(arg); + return Init_Invkin_Response_q2(msg_); + } + +private: + ::advrobotics_lab3_interfaces::srv::Invkin_Response msg_; +}; + +class Init_Invkin_Response_sol +{ +public: + Init_Invkin_Response_sol() + : msg_(::rosidl_runtime_cpp::MessageInitialization::SKIP) + {} + Init_Invkin_Response_q1 sol(::advrobotics_lab3_interfaces::srv::Invkin_Response::_sol_type arg) + { + msg_.sol = std::move(arg); + return Init_Invkin_Response_q1(msg_); + } + +private: + ::advrobotics_lab3_interfaces::srv::Invkin_Response msg_; +}; + +} // namespace builder + +} // namespace srv + +template +auto build(); + +template<> +inline +auto build<::advrobotics_lab3_interfaces::srv::Invkin_Response>() +{ + return advrobotics_lab3_interfaces::srv::builder::Init_Invkin_Response_sol(); +} + +} // namespace advrobotics_lab3_interfaces + +#endif // ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__BUILDER_HPP_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp new file mode 100644 index 0000000..11a67a9 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp @@ -0,0 +1,331 @@ +// generated from rosidl_generator_cpp/resource/idl__struct.hpp.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__STRUCT_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__STRUCT_HPP_ + +#include +#include +#include +#include +#include + +#include "rosidl_runtime_cpp/bounded_vector.hpp" +#include "rosidl_runtime_cpp/message_initialization.hpp" + + +#ifndef _WIN32 +# define DEPRECATED__advrobotics_lab3_interfaces__srv__Invkin_Request __attribute__((deprecated)) +#else +# define DEPRECATED__advrobotics_lab3_interfaces__srv__Invkin_Request __declspec(deprecated) +#endif + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +// message struct +template +struct Invkin_Request_ +{ + using Type = Invkin_Request_; + + explicit Invkin_Request_(rosidl_runtime_cpp::MessageInitialization _init = rosidl_runtime_cpp::MessageInitialization::ALL) + { + if (rosidl_runtime_cpp::MessageInitialization::ALL == _init || + rosidl_runtime_cpp::MessageInitialization::ZERO == _init) + { + this->x = 0.0f; + this->y = 0.0f; + this->z = 0.0f; + } + } + + explicit Invkin_Request_(const ContainerAllocator & _alloc, rosidl_runtime_cpp::MessageInitialization _init = rosidl_runtime_cpp::MessageInitialization::ALL) + { + (void)_alloc; + if (rosidl_runtime_cpp::MessageInitialization::ALL == _init || + rosidl_runtime_cpp::MessageInitialization::ZERO == _init) + { + this->x = 0.0f; + this->y = 0.0f; + this->z = 0.0f; + } + } + + // field types and members + using _x_type = + float; + _x_type x; + using _y_type = + float; + _y_type y; + using _z_type = + float; + _z_type z; + + // setters for named parameter idiom + Type & set__x( + const float & _arg) + { + this->x = _arg; + return *this; + } + Type & set__y( + const float & _arg) + { + this->y = _arg; + return *this; + } + Type & set__z( + const float & _arg) + { + this->z = _arg; + return *this; + } + + // constant declarations + + // pointer types + using RawPtr = + advrobotics_lab3_interfaces::srv::Invkin_Request_ *; + using ConstRawPtr = + const advrobotics_lab3_interfaces::srv::Invkin_Request_ *; + using SharedPtr = + std::shared_ptr>; + using ConstSharedPtr = + std::shared_ptr const>; + + template>> + using UniquePtrWithDeleter = + std::unique_ptr, Deleter>; + + using UniquePtr = UniquePtrWithDeleter<>; + + template>> + using ConstUniquePtrWithDeleter = + std::unique_ptr const, Deleter>; + using ConstUniquePtr = ConstUniquePtrWithDeleter<>; + + using WeakPtr = + std::weak_ptr>; + using ConstWeakPtr = + std::weak_ptr const>; + + // pointer types similar to ROS 1, use SharedPtr / ConstSharedPtr instead + // NOTE: Can't use 'using' here because GNU C++ can't parse attributes properly + typedef DEPRECATED__advrobotics_lab3_interfaces__srv__Invkin_Request + std::shared_ptr> + Ptr; + typedef DEPRECATED__advrobotics_lab3_interfaces__srv__Invkin_Request + std::shared_ptr const> + ConstPtr; + + // comparison operators + bool operator==(const Invkin_Request_ & other) const + { + if (this->x != other.x) { + return false; + } + if (this->y != other.y) { + return false; + } + if (this->z != other.z) { + return false; + } + return true; + } + bool operator!=(const Invkin_Request_ & other) const + { + return !this->operator==(other); + } +}; // struct Invkin_Request_ + +// alias to use template instance with default allocator +using Invkin_Request = + advrobotics_lab3_interfaces::srv::Invkin_Request_>; + +// constant definitions + +} // namespace srv + +} // namespace advrobotics_lab3_interfaces + + +#ifndef _WIN32 +# define DEPRECATED__advrobotics_lab3_interfaces__srv__Invkin_Response __attribute__((deprecated)) +#else +# define DEPRECATED__advrobotics_lab3_interfaces__srv__Invkin_Response __declspec(deprecated) +#endif + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +// message struct +template +struct Invkin_Response_ +{ + using Type = Invkin_Response_; + + explicit Invkin_Response_(rosidl_runtime_cpp::MessageInitialization _init = rosidl_runtime_cpp::MessageInitialization::ALL) + { + if (rosidl_runtime_cpp::MessageInitialization::ALL == _init || + rosidl_runtime_cpp::MessageInitialization::ZERO == _init) + { + this->sol = 0; + this->q1 = 0.0f; + this->q2 = 0.0f; + this->q3 = 0.0f; + } + } + + explicit Invkin_Response_(const ContainerAllocator & _alloc, rosidl_runtime_cpp::MessageInitialization _init = rosidl_runtime_cpp::MessageInitialization::ALL) + { + (void)_alloc; + if (rosidl_runtime_cpp::MessageInitialization::ALL == _init || + rosidl_runtime_cpp::MessageInitialization::ZERO == _init) + { + this->sol = 0; + this->q1 = 0.0f; + this->q2 = 0.0f; + this->q3 = 0.0f; + } + } + + // field types and members + using _sol_type = + int8_t; + _sol_type sol; + using _q1_type = + float; + _q1_type q1; + using _q2_type = + float; + _q2_type q2; + using _q3_type = + float; + _q3_type q3; + + // setters for named parameter idiom + Type & set__sol( + const int8_t & _arg) + { + this->sol = _arg; + return *this; + } + Type & set__q1( + const float & _arg) + { + this->q1 = _arg; + return *this; + } + Type & set__q2( + const float & _arg) + { + this->q2 = _arg; + return *this; + } + Type & set__q3( + const float & _arg) + { + this->q3 = _arg; + return *this; + } + + // constant declarations + + // pointer types + using RawPtr = + advrobotics_lab3_interfaces::srv::Invkin_Response_ *; + using ConstRawPtr = + const advrobotics_lab3_interfaces::srv::Invkin_Response_ *; + using SharedPtr = + std::shared_ptr>; + using ConstSharedPtr = + std::shared_ptr const>; + + template>> + using UniquePtrWithDeleter = + std::unique_ptr, Deleter>; + + using UniquePtr = UniquePtrWithDeleter<>; + + template>> + using ConstUniquePtrWithDeleter = + std::unique_ptr const, Deleter>; + using ConstUniquePtr = ConstUniquePtrWithDeleter<>; + + using WeakPtr = + std::weak_ptr>; + using ConstWeakPtr = + std::weak_ptr const>; + + // pointer types similar to ROS 1, use SharedPtr / ConstSharedPtr instead + // NOTE: Can't use 'using' here because GNU C++ can't parse attributes properly + typedef DEPRECATED__advrobotics_lab3_interfaces__srv__Invkin_Response + std::shared_ptr> + Ptr; + typedef DEPRECATED__advrobotics_lab3_interfaces__srv__Invkin_Response + std::shared_ptr const> + ConstPtr; + + // comparison operators + bool operator==(const Invkin_Response_ & other) const + { + if (this->sol != other.sol) { + return false; + } + if (this->q1 != other.q1) { + return false; + } + if (this->q2 != other.q2) { + return false; + } + if (this->q3 != other.q3) { + return false; + } + return true; + } + bool operator!=(const Invkin_Response_ & other) const + { + return !this->operator==(other); + } +}; // struct Invkin_Response_ + +// alias to use template instance with default allocator +using Invkin_Response = + advrobotics_lab3_interfaces::srv::Invkin_Response_>; + +// constant definitions + +} // namespace srv + +} // namespace advrobotics_lab3_interfaces + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +struct Invkin +{ + using Request = advrobotics_lab3_interfaces::srv::Invkin_Request; + using Response = advrobotics_lab3_interfaces::srv::Invkin_Response; +}; + +} // namespace srv + +} // namespace advrobotics_lab3_interfaces + +#endif // ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__STRUCT_HPP_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp new file mode 100644 index 0000000..1f142db --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp @@ -0,0 +1,341 @@ +// generated from rosidl_generator_cpp/resource/idl__traits.hpp.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__TRAITS_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__TRAITS_HPP_ + +#include + +#include +#include +#include + +#include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp" +#include "rosidl_runtime_cpp/traits.hpp" + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +inline void to_flow_style_yaml( + const Invkin_Request & msg, + std::ostream & out) +{ + out << "{"; + // member: x + { + out << "x: "; + rosidl_generator_traits::value_to_yaml(msg.x, out); + out << ", "; + } + + // member: y + { + out << "y: "; + rosidl_generator_traits::value_to_yaml(msg.y, out); + out << ", "; + } + + // member: z + { + out << "z: "; + rosidl_generator_traits::value_to_yaml(msg.z, out); + } + out << "}"; +} // NOLINT(readability/fn_size) + +inline void to_block_style_yaml( + const Invkin_Request & msg, + std::ostream & out, size_t indentation = 0) +{ + // member: x + { + if (indentation > 0) { + out << std::string(indentation, ' '); + } + out << "x: "; + rosidl_generator_traits::value_to_yaml(msg.x, out); + out << "\n"; + } + + // member: y + { + if (indentation > 0) { + out << std::string(indentation, ' '); + } + out << "y: "; + rosidl_generator_traits::value_to_yaml(msg.y, out); + out << "\n"; + } + + // member: z + { + if (indentation > 0) { + out << std::string(indentation, ' '); + } + out << "z: "; + rosidl_generator_traits::value_to_yaml(msg.z, out); + out << "\n"; + } +} // NOLINT(readability/fn_size) + +inline std::string to_yaml(const Invkin_Request & msg, bool use_flow_style = false) +{ + std::ostringstream out; + if (use_flow_style) { + to_flow_style_yaml(msg, out); + } else { + to_block_style_yaml(msg, out); + } + return out.str(); +} + +} // namespace srv + +} // namespace advrobotics_lab3_interfaces + +namespace rosidl_generator_traits +{ + +[[deprecated("use advrobotics_lab3_interfaces::srv::to_block_style_yaml() instead")]] +inline void to_yaml( + const advrobotics_lab3_interfaces::srv::Invkin_Request & msg, + std::ostream & out, size_t indentation = 0) +{ + advrobotics_lab3_interfaces::srv::to_block_style_yaml(msg, out, indentation); +} + +[[deprecated("use advrobotics_lab3_interfaces::srv::to_yaml() instead")]] +inline std::string to_yaml(const advrobotics_lab3_interfaces::srv::Invkin_Request & msg) +{ + return advrobotics_lab3_interfaces::srv::to_yaml(msg); +} + +template<> +inline const char * data_type() +{ + return "advrobotics_lab3_interfaces::srv::Invkin_Request"; +} + +template<> +inline const char * name() +{ + return "advrobotics_lab3_interfaces/srv/Invkin_Request"; +} + +template<> +struct has_fixed_size + : std::integral_constant {}; + +template<> +struct has_bounded_size + : std::integral_constant {}; + +template<> +struct is_message + : std::true_type {}; + +} // namespace rosidl_generator_traits + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +inline void to_flow_style_yaml( + const Invkin_Response & msg, + std::ostream & out) +{ + out << "{"; + // member: sol + { + out << "sol: "; + rosidl_generator_traits::value_to_yaml(msg.sol, out); + out << ", "; + } + + // member: q1 + { + out << "q1: "; + rosidl_generator_traits::value_to_yaml(msg.q1, out); + out << ", "; + } + + // member: q2 + { + out << "q2: "; + rosidl_generator_traits::value_to_yaml(msg.q2, out); + out << ", "; + } + + // member: q3 + { + out << "q3: "; + rosidl_generator_traits::value_to_yaml(msg.q3, out); + } + out << "}"; +} // NOLINT(readability/fn_size) + +inline void to_block_style_yaml( + const Invkin_Response & msg, + std::ostream & out, size_t indentation = 0) +{ + // member: sol + { + if (indentation > 0) { + out << std::string(indentation, ' '); + } + out << "sol: "; + rosidl_generator_traits::value_to_yaml(msg.sol, out); + out << "\n"; + } + + // member: q1 + { + if (indentation > 0) { + out << std::string(indentation, ' '); + } + out << "q1: "; + rosidl_generator_traits::value_to_yaml(msg.q1, out); + out << "\n"; + } + + // member: q2 + { + if (indentation > 0) { + out << std::string(indentation, ' '); + } + out << "q2: "; + rosidl_generator_traits::value_to_yaml(msg.q2, out); + out << "\n"; + } + + // member: q3 + { + if (indentation > 0) { + out << std::string(indentation, ' '); + } + out << "q3: "; + rosidl_generator_traits::value_to_yaml(msg.q3, out); + out << "\n"; + } +} // NOLINT(readability/fn_size) + +inline std::string to_yaml(const Invkin_Response & msg, bool use_flow_style = false) +{ + std::ostringstream out; + if (use_flow_style) { + to_flow_style_yaml(msg, out); + } else { + to_block_style_yaml(msg, out); + } + return out.str(); +} + +} // namespace srv + +} // namespace advrobotics_lab3_interfaces + +namespace rosidl_generator_traits +{ + +[[deprecated("use advrobotics_lab3_interfaces::srv::to_block_style_yaml() instead")]] +inline void to_yaml( + const advrobotics_lab3_interfaces::srv::Invkin_Response & msg, + std::ostream & out, size_t indentation = 0) +{ + advrobotics_lab3_interfaces::srv::to_block_style_yaml(msg, out, indentation); +} + +[[deprecated("use advrobotics_lab3_interfaces::srv::to_yaml() instead")]] +inline std::string to_yaml(const advrobotics_lab3_interfaces::srv::Invkin_Response & msg) +{ + return advrobotics_lab3_interfaces::srv::to_yaml(msg); +} + +template<> +inline const char * data_type() +{ + return "advrobotics_lab3_interfaces::srv::Invkin_Response"; +} + +template<> +inline const char * name() +{ + return "advrobotics_lab3_interfaces/srv/Invkin_Response"; +} + +template<> +struct has_fixed_size + : std::integral_constant {}; + +template<> +struct has_bounded_size + : std::integral_constant {}; + +template<> +struct is_message + : std::true_type {}; + +} // namespace rosidl_generator_traits + +namespace rosidl_generator_traits +{ + +template<> +inline const char * data_type() +{ + return "advrobotics_lab3_interfaces::srv::Invkin"; +} + +template<> +inline const char * name() +{ + return "advrobotics_lab3_interfaces/srv/Invkin"; +} + +template<> +struct has_fixed_size + : std::integral_constant< + bool, + has_fixed_size::value && + has_fixed_size::value + > +{ +}; + +template<> +struct has_bounded_size + : std::integral_constant< + bool, + has_bounded_size::value && + has_bounded_size::value + > +{ +}; + +template<> +struct is_service + : std::true_type +{ +}; + +template<> +struct is_service_request + : std::true_type +{ +}; + +template<> +struct is_service_response + : std::true_type +{ +}; + +} // namespace rosidl_generator_traits + +#endif // ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__TRAITS_HPP_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp new file mode 100644 index 0000000..16375a8 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp @@ -0,0 +1,71 @@ +// generated from rosidl_generator_cpp/resource/idl__type_support.hpp.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__TYPE_SUPPORT_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__TYPE_SUPPORT_HPP_ + +#include "rosidl_typesupport_interface/macros.h" + +#include "advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp" + +#include "rosidl_typesupport_cpp/service_type_support.hpp" + +#ifdef __cplusplus +extern "C" +{ +#endif +// Forward declare the get type support functions for this type. +ROSIDL_GENERATOR_CPP_PUBLIC_advrobotics_lab3_interfaces +const rosidl_service_type_support_t * + ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME( + rosidl_typesupport_cpp, + advrobotics_lab3_interfaces, + srv, + Invkin +)(); +#ifdef __cplusplus +} +#endif + +#include "rosidl_typesupport_cpp/message_type_support.hpp" + +#ifdef __cplusplus +extern "C" +{ +#endif +// Forward declare the get type support functions for this type. +ROSIDL_GENERATOR_CPP_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME( + rosidl_typesupport_cpp, + advrobotics_lab3_interfaces, + srv, + Invkin_Request +)(); +#ifdef __cplusplus +} +#endif + +// already included above +// #include "rosidl_typesupport_cpp/message_type_support.hpp" + +#ifdef __cplusplus +extern "C" +{ +#endif +// Forward declare the get type support functions for this type. +ROSIDL_GENERATOR_CPP_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME( + rosidl_typesupport_cpp, + advrobotics_lab3_interfaces, + srv, + Invkin_Response +)(); +#ifdef __cplusplus +} +#endif + + +#endif // ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__TYPE_SUPPORT_HPP_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/invkin.hpp b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/invkin.hpp new file mode 100644 index 0000000..fdbca02 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces/srv/invkin.hpp @@ -0,0 +1,12 @@ +// generated from rosidl_generator_cpp/resource/idl.hpp.em +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__SRV__INVKIN_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__SRV__INVKIN_HPP_ + +#include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp" + +#endif // ADVROBOTICS_LAB3_INTERFACES__SRV__INVKIN_HPP_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_cpp__arguments.json b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp__arguments.json new file mode 100644 index 0000000..9705178 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_cpp__arguments.json @@ -0,0 +1,96 @@ +{ + "package_name": "advrobotics_lab3_interfaces", + "output_dir": "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_cpp/advrobotics_lab3_interfaces", + "template_dir": "/opt/ros/humble/share/rosidl_generator_cpp/cmake/../resource", + "idl_tuples": [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces:msg/Joints.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces:msg/Gripper.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces:srv/Invkin.idl" + ], + "ros_interface_dependencies": [ + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Bool.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Byte.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/ByteMultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Char.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/ColorRGBA.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Empty.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float32.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float32MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float64.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float64MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Header.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int16.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int16MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int32.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int32MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int64.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int64MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int8.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int8MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/MultiArrayDimension.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/MultiArrayLayout.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/String.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt16.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt16MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt32.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt32MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt64.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt64MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt8.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt8MultiArray.idl", + "builtin_interfaces:/opt/ros/humble/share/builtin_interfaces/msg/Duration.idl", + "builtin_interfaces:/opt/ros/humble/share/builtin_interfaces/msg/Time.idl" + ], + "target_dependencies": [ + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/../../../lib/rosidl_generator_cpp/rosidl_generator_cpp", + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/../../../local/lib/python3.10/dist-packages/rosidl_generator_cpp/__init__.py", + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/../resource/action__builder.hpp.em", + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/../resource/action__struct.hpp.em", + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/../resource/action__traits.hpp.em", + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/../resource/idl.hpp.em", + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/../resource/idl__builder.hpp.em", + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/../resource/idl__struct.hpp.em", + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/../resource/idl__traits.hpp.em", + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/../resource/msg__builder.hpp.em", + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/../resource/msg__struct.hpp.em", + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/../resource/msg__traits.hpp.em", + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/../resource/srv__builder.hpp.em", + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/../resource/srv__struct.hpp.em", + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/../resource/srv__traits.hpp.em", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/msg/Joints.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/msg/Gripper.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/srv/Invkin.idl", + "/opt/ros/humble/share/std_msgs/msg/Bool.idl", + "/opt/ros/humble/share/std_msgs/msg/Byte.idl", + "/opt/ros/humble/share/std_msgs/msg/ByteMultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Char.idl", + "/opt/ros/humble/share/std_msgs/msg/ColorRGBA.idl", + "/opt/ros/humble/share/std_msgs/msg/Empty.idl", + "/opt/ros/humble/share/std_msgs/msg/Float32.idl", + "/opt/ros/humble/share/std_msgs/msg/Float32MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Float64.idl", + "/opt/ros/humble/share/std_msgs/msg/Float64MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Header.idl", + "/opt/ros/humble/share/std_msgs/msg/Int16.idl", + "/opt/ros/humble/share/std_msgs/msg/Int16MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Int32.idl", + "/opt/ros/humble/share/std_msgs/msg/Int32MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Int64.idl", + "/opt/ros/humble/share/std_msgs/msg/Int64MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Int8.idl", + "/opt/ros/humble/share/std_msgs/msg/Int8MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/MultiArrayDimension.idl", + "/opt/ros/humble/share/std_msgs/msg/MultiArrayLayout.idl", + "/opt/ros/humble/share/std_msgs/msg/String.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt16.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt16MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt32.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt32MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt64.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt64MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt8.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt8MultiArray.idl", + "/opt/ros/humble/share/builtin_interfaces/msg/Duration.idl", + "/opt/ros/humble/share/builtin_interfaces/msg/Time.idl" + ] +} diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/__init__.py b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c new file mode 100644 index 0000000..4f242ab --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c @@ -0,0 +1,644 @@ +// generated from rosidl_generator_py/resource/_idl_pkg_typesupport_entry_point.c.em +// generated code does not contain a copyright notice +#include + +static PyMethodDef advrobotics_lab3_interfaces__methods[] = { + {NULL, NULL, 0, NULL} /* sentinel */ +}; + +static struct PyModuleDef advrobotics_lab3_interfaces__module = { + PyModuleDef_HEAD_INIT, + "_advrobotics_lab3_interfaces_support", + "_advrobotics_lab3_interfaces_doc", + -1, /* -1 means that the module keeps state in global variables */ + advrobotics_lab3_interfaces__methods, + NULL, + NULL, + NULL, + NULL, +}; + +#include +#include +#include "rosidl_runtime_c/visibility_control.h" +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_runtime_c/service_type_support_struct.h" +#include "rosidl_runtime_c/action_type_support_struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__type_support.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__functions.h" + +static void * advrobotics_lab3_interfaces__msg__joints__create_ros_message(void) +{ + return advrobotics_lab3_interfaces__msg__Joints__create(); +} + +static void advrobotics_lab3_interfaces__msg__joints__destroy_ros_message(void * raw_ros_message) +{ + advrobotics_lab3_interfaces__msg__Joints * ros_message = (advrobotics_lab3_interfaces__msg__Joints *)raw_ros_message; + advrobotics_lab3_interfaces__msg__Joints__destroy(ros_message); +} + +ROSIDL_GENERATOR_C_IMPORT +bool advrobotics_lab3_interfaces__msg__joints__convert_from_py(PyObject * _pymsg, void * ros_message); +ROSIDL_GENERATOR_C_IMPORT +PyObject * advrobotics_lab3_interfaces__msg__joints__convert_to_py(void * raw_ros_message); + + +ROSIDL_GENERATOR_C_IMPORT +const rosidl_message_type_support_t * +ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, msg, Joints); + +int8_t +_register_msg_type__msg__joints(PyObject * pymodule) +{ + int8_t err; + + PyObject * pyobject_create_ros_message = NULL; + pyobject_create_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__joints__create_ros_message, + NULL, NULL); + if (!pyobject_create_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "create_ros_message_msg__msg__joints", + pyobject_create_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_create_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_destroy_ros_message = NULL; + pyobject_destroy_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__joints__destroy_ros_message, + NULL, NULL); + if (!pyobject_destroy_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "destroy_ros_message_msg__msg__joints", + pyobject_destroy_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_destroy_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_from_py = NULL; + pyobject_convert_from_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__joints__convert_from_py, + NULL, NULL); + if (!pyobject_convert_from_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_from_py_msg__msg__joints", + pyobject_convert_from_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_from_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_to_py = NULL; + pyobject_convert_to_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__joints__convert_to_py, + NULL, NULL); + if (!pyobject_convert_to_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_to_py_msg__msg__joints", + pyobject_convert_to_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_to_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_type_support = NULL; + pyobject_type_support = PyCapsule_New( + (void *)ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, msg, Joints), + NULL, NULL); + if (!pyobject_type_support) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "type_support_msg__msg__joints", + pyobject_type_support); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_type_support); + // previously added objects will be removed when the module is destroyed + return err; + } + return 0; +} + +// already included above +// #include +// already included above +// #include +// already included above +// #include "rosidl_runtime_c/visibility_control.h" +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/service_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/action_type_support_struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__functions.h" + +static void * advrobotics_lab3_interfaces__msg__gripper__create_ros_message(void) +{ + return advrobotics_lab3_interfaces__msg__Gripper__create(); +} + +static void advrobotics_lab3_interfaces__msg__gripper__destroy_ros_message(void * raw_ros_message) +{ + advrobotics_lab3_interfaces__msg__Gripper * ros_message = (advrobotics_lab3_interfaces__msg__Gripper *)raw_ros_message; + advrobotics_lab3_interfaces__msg__Gripper__destroy(ros_message); +} + +ROSIDL_GENERATOR_C_IMPORT +bool advrobotics_lab3_interfaces__msg__gripper__convert_from_py(PyObject * _pymsg, void * ros_message); +ROSIDL_GENERATOR_C_IMPORT +PyObject * advrobotics_lab3_interfaces__msg__gripper__convert_to_py(void * raw_ros_message); + + +ROSIDL_GENERATOR_C_IMPORT +const rosidl_message_type_support_t * +ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, msg, Gripper); + +int8_t +_register_msg_type__msg__gripper(PyObject * pymodule) +{ + int8_t err; + + PyObject * pyobject_create_ros_message = NULL; + pyobject_create_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__gripper__create_ros_message, + NULL, NULL); + if (!pyobject_create_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "create_ros_message_msg__msg__gripper", + pyobject_create_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_create_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_destroy_ros_message = NULL; + pyobject_destroy_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__gripper__destroy_ros_message, + NULL, NULL); + if (!pyobject_destroy_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "destroy_ros_message_msg__msg__gripper", + pyobject_destroy_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_destroy_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_from_py = NULL; + pyobject_convert_from_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__gripper__convert_from_py, + NULL, NULL); + if (!pyobject_convert_from_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_from_py_msg__msg__gripper", + pyobject_convert_from_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_from_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_to_py = NULL; + pyobject_convert_to_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__gripper__convert_to_py, + NULL, NULL); + if (!pyobject_convert_to_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_to_py_msg__msg__gripper", + pyobject_convert_to_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_to_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_type_support = NULL; + pyobject_type_support = PyCapsule_New( + (void *)ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, msg, Gripper), + NULL, NULL); + if (!pyobject_type_support) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "type_support_msg__msg__gripper", + pyobject_type_support); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_type_support); + // previously added objects will be removed when the module is destroyed + return err; + } + return 0; +} + +// already included above +// #include +// already included above +// #include +// already included above +// #include "rosidl_runtime_c/visibility_control.h" +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/service_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/action_type_support_struct.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__functions.h" + +static void * advrobotics_lab3_interfaces__srv__invkin__request__create_ros_message(void) +{ + return advrobotics_lab3_interfaces__srv__Invkin_Request__create(); +} + +static void advrobotics_lab3_interfaces__srv__invkin__request__destroy_ros_message(void * raw_ros_message) +{ + advrobotics_lab3_interfaces__srv__Invkin_Request * ros_message = (advrobotics_lab3_interfaces__srv__Invkin_Request *)raw_ros_message; + advrobotics_lab3_interfaces__srv__Invkin_Request__destroy(ros_message); +} + +ROSIDL_GENERATOR_C_IMPORT +bool advrobotics_lab3_interfaces__srv__invkin__request__convert_from_py(PyObject * _pymsg, void * ros_message); +ROSIDL_GENERATOR_C_IMPORT +PyObject * advrobotics_lab3_interfaces__srv__invkin__request__convert_to_py(void * raw_ros_message); + + +ROSIDL_GENERATOR_C_IMPORT +const rosidl_message_type_support_t * +ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, srv, Invkin_Request); + +int8_t +_register_msg_type__srv__invkin__request(PyObject * pymodule) +{ + int8_t err; + + PyObject * pyobject_create_ros_message = NULL; + pyobject_create_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__request__create_ros_message, + NULL, NULL); + if (!pyobject_create_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "create_ros_message_msg__srv__invkin__request", + pyobject_create_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_create_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_destroy_ros_message = NULL; + pyobject_destroy_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__request__destroy_ros_message, + NULL, NULL); + if (!pyobject_destroy_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "destroy_ros_message_msg__srv__invkin__request", + pyobject_destroy_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_destroy_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_from_py = NULL; + pyobject_convert_from_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__request__convert_from_py, + NULL, NULL); + if (!pyobject_convert_from_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_from_py_msg__srv__invkin__request", + pyobject_convert_from_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_from_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_to_py = NULL; + pyobject_convert_to_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__request__convert_to_py, + NULL, NULL); + if (!pyobject_convert_to_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_to_py_msg__srv__invkin__request", + pyobject_convert_to_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_to_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_type_support = NULL; + pyobject_type_support = PyCapsule_New( + (void *)ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, srv, Invkin_Request), + NULL, NULL); + if (!pyobject_type_support) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "type_support_msg__srv__invkin__request", + pyobject_type_support); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_type_support); + // previously added objects will be removed when the module is destroyed + return err; + } + return 0; +} + +// already included above +// #include +// already included above +// #include +// already included above +// #include "rosidl_runtime_c/visibility_control.h" +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/service_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/action_type_support_struct.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__functions.h" + +static void * advrobotics_lab3_interfaces__srv__invkin__response__create_ros_message(void) +{ + return advrobotics_lab3_interfaces__srv__Invkin_Response__create(); +} + +static void advrobotics_lab3_interfaces__srv__invkin__response__destroy_ros_message(void * raw_ros_message) +{ + advrobotics_lab3_interfaces__srv__Invkin_Response * ros_message = (advrobotics_lab3_interfaces__srv__Invkin_Response *)raw_ros_message; + advrobotics_lab3_interfaces__srv__Invkin_Response__destroy(ros_message); +} + +ROSIDL_GENERATOR_C_IMPORT +bool advrobotics_lab3_interfaces__srv__invkin__response__convert_from_py(PyObject * _pymsg, void * ros_message); +ROSIDL_GENERATOR_C_IMPORT +PyObject * advrobotics_lab3_interfaces__srv__invkin__response__convert_to_py(void * raw_ros_message); + + +ROSIDL_GENERATOR_C_IMPORT +const rosidl_message_type_support_t * +ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, srv, Invkin_Response); + +int8_t +_register_msg_type__srv__invkin__response(PyObject * pymodule) +{ + int8_t err; + + PyObject * pyobject_create_ros_message = NULL; + pyobject_create_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__response__create_ros_message, + NULL, NULL); + if (!pyobject_create_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "create_ros_message_msg__srv__invkin__response", + pyobject_create_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_create_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_destroy_ros_message = NULL; + pyobject_destroy_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__response__destroy_ros_message, + NULL, NULL); + if (!pyobject_destroy_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "destroy_ros_message_msg__srv__invkin__response", + pyobject_destroy_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_destroy_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_from_py = NULL; + pyobject_convert_from_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__response__convert_from_py, + NULL, NULL); + if (!pyobject_convert_from_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_from_py_msg__srv__invkin__response", + pyobject_convert_from_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_from_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_to_py = NULL; + pyobject_convert_to_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__response__convert_to_py, + NULL, NULL); + if (!pyobject_convert_to_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_to_py_msg__srv__invkin__response", + pyobject_convert_to_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_to_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_type_support = NULL; + pyobject_type_support = PyCapsule_New( + (void *)ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, srv, Invkin_Response), + NULL, NULL); + if (!pyobject_type_support) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "type_support_msg__srv__invkin__response", + pyobject_type_support); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_type_support); + // previously added objects will be removed when the module is destroyed + return err; + } + return 0; +} + +ROSIDL_GENERATOR_C_IMPORT +const rosidl_service_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_c, advrobotics_lab3_interfaces, srv, Invkin)(); + +int8_t +_register_srv_type__srv__invkin(PyObject * pymodule) +{ + int8_t err; + PyObject * pyobject_type_support = NULL; + pyobject_type_support = PyCapsule_New( + (void *)ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_c, advrobotics_lab3_interfaces, srv, Invkin)(), + NULL, NULL); + if (!pyobject_type_support) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "type_support_srv__srv__invkin", + pyobject_type_support); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_type_support); + // previously added objects will be removed when the module is destroyed + return err; + } + return 0; +} + +PyMODINIT_FUNC +PyInit_advrobotics_lab3_interfaces_s__rosidl_typesupport_c(void) +{ + PyObject * pymodule = NULL; + pymodule = PyModule_Create(&advrobotics_lab3_interfaces__module); + if (!pymodule) { + return NULL; + } + int8_t err; + + err = _register_msg_type__msg__joints(pymodule); + if (err) { + Py_XDECREF(pymodule); + return NULL; + } + + err = _register_msg_type__msg__gripper(pymodule); + if (err) { + Py_XDECREF(pymodule); + return NULL; + } + + err = _register_msg_type__srv__invkin__request(pymodule); + if (err) { + Py_XDECREF(pymodule); + return NULL; + } + + err = _register_msg_type__srv__invkin__response(pymodule); + if (err) { + Py_XDECREF(pymodule); + return NULL; + } + + err = _register_srv_type__srv__invkin(pymodule); + if (err) { + Py_XDECREF(pymodule); + return NULL; + } + + return pymodule; +} diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c new file mode 100644 index 0000000..703ec00 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c @@ -0,0 +1,644 @@ +// generated from rosidl_generator_py/resource/_idl_pkg_typesupport_entry_point.c.em +// generated code does not contain a copyright notice +#include + +static PyMethodDef advrobotics_lab3_interfaces__methods[] = { + {NULL, NULL, 0, NULL} /* sentinel */ +}; + +static struct PyModuleDef advrobotics_lab3_interfaces__module = { + PyModuleDef_HEAD_INIT, + "_advrobotics_lab3_interfaces_support", + "_advrobotics_lab3_interfaces_doc", + -1, /* -1 means that the module keeps state in global variables */ + advrobotics_lab3_interfaces__methods, + NULL, + NULL, + NULL, + NULL, +}; + +#include +#include +#include "rosidl_runtime_c/visibility_control.h" +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_runtime_c/service_type_support_struct.h" +#include "rosidl_runtime_c/action_type_support_struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__type_support.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__functions.h" + +static void * advrobotics_lab3_interfaces__msg__joints__create_ros_message(void) +{ + return advrobotics_lab3_interfaces__msg__Joints__create(); +} + +static void advrobotics_lab3_interfaces__msg__joints__destroy_ros_message(void * raw_ros_message) +{ + advrobotics_lab3_interfaces__msg__Joints * ros_message = (advrobotics_lab3_interfaces__msg__Joints *)raw_ros_message; + advrobotics_lab3_interfaces__msg__Joints__destroy(ros_message); +} + +ROSIDL_GENERATOR_C_IMPORT +bool advrobotics_lab3_interfaces__msg__joints__convert_from_py(PyObject * _pymsg, void * ros_message); +ROSIDL_GENERATOR_C_IMPORT +PyObject * advrobotics_lab3_interfaces__msg__joints__convert_to_py(void * raw_ros_message); + + +ROSIDL_GENERATOR_C_IMPORT +const rosidl_message_type_support_t * +ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, msg, Joints); + +int8_t +_register_msg_type__msg__joints(PyObject * pymodule) +{ + int8_t err; + + PyObject * pyobject_create_ros_message = NULL; + pyobject_create_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__joints__create_ros_message, + NULL, NULL); + if (!pyobject_create_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "create_ros_message_msg__msg__joints", + pyobject_create_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_create_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_destroy_ros_message = NULL; + pyobject_destroy_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__joints__destroy_ros_message, + NULL, NULL); + if (!pyobject_destroy_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "destroy_ros_message_msg__msg__joints", + pyobject_destroy_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_destroy_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_from_py = NULL; + pyobject_convert_from_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__joints__convert_from_py, + NULL, NULL); + if (!pyobject_convert_from_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_from_py_msg__msg__joints", + pyobject_convert_from_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_from_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_to_py = NULL; + pyobject_convert_to_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__joints__convert_to_py, + NULL, NULL); + if (!pyobject_convert_to_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_to_py_msg__msg__joints", + pyobject_convert_to_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_to_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_type_support = NULL; + pyobject_type_support = PyCapsule_New( + (void *)ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, msg, Joints), + NULL, NULL); + if (!pyobject_type_support) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "type_support_msg__msg__joints", + pyobject_type_support); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_type_support); + // previously added objects will be removed when the module is destroyed + return err; + } + return 0; +} + +// already included above +// #include +// already included above +// #include +// already included above +// #include "rosidl_runtime_c/visibility_control.h" +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/service_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/action_type_support_struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__functions.h" + +static void * advrobotics_lab3_interfaces__msg__gripper__create_ros_message(void) +{ + return advrobotics_lab3_interfaces__msg__Gripper__create(); +} + +static void advrobotics_lab3_interfaces__msg__gripper__destroy_ros_message(void * raw_ros_message) +{ + advrobotics_lab3_interfaces__msg__Gripper * ros_message = (advrobotics_lab3_interfaces__msg__Gripper *)raw_ros_message; + advrobotics_lab3_interfaces__msg__Gripper__destroy(ros_message); +} + +ROSIDL_GENERATOR_C_IMPORT +bool advrobotics_lab3_interfaces__msg__gripper__convert_from_py(PyObject * _pymsg, void * ros_message); +ROSIDL_GENERATOR_C_IMPORT +PyObject * advrobotics_lab3_interfaces__msg__gripper__convert_to_py(void * raw_ros_message); + + +ROSIDL_GENERATOR_C_IMPORT +const rosidl_message_type_support_t * +ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, msg, Gripper); + +int8_t +_register_msg_type__msg__gripper(PyObject * pymodule) +{ + int8_t err; + + PyObject * pyobject_create_ros_message = NULL; + pyobject_create_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__gripper__create_ros_message, + NULL, NULL); + if (!pyobject_create_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "create_ros_message_msg__msg__gripper", + pyobject_create_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_create_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_destroy_ros_message = NULL; + pyobject_destroy_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__gripper__destroy_ros_message, + NULL, NULL); + if (!pyobject_destroy_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "destroy_ros_message_msg__msg__gripper", + pyobject_destroy_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_destroy_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_from_py = NULL; + pyobject_convert_from_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__gripper__convert_from_py, + NULL, NULL); + if (!pyobject_convert_from_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_from_py_msg__msg__gripper", + pyobject_convert_from_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_from_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_to_py = NULL; + pyobject_convert_to_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__gripper__convert_to_py, + NULL, NULL); + if (!pyobject_convert_to_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_to_py_msg__msg__gripper", + pyobject_convert_to_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_to_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_type_support = NULL; + pyobject_type_support = PyCapsule_New( + (void *)ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, msg, Gripper), + NULL, NULL); + if (!pyobject_type_support) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "type_support_msg__msg__gripper", + pyobject_type_support); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_type_support); + // previously added objects will be removed when the module is destroyed + return err; + } + return 0; +} + +// already included above +// #include +// already included above +// #include +// already included above +// #include "rosidl_runtime_c/visibility_control.h" +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/service_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/action_type_support_struct.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__functions.h" + +static void * advrobotics_lab3_interfaces__srv__invkin__request__create_ros_message(void) +{ + return advrobotics_lab3_interfaces__srv__Invkin_Request__create(); +} + +static void advrobotics_lab3_interfaces__srv__invkin__request__destroy_ros_message(void * raw_ros_message) +{ + advrobotics_lab3_interfaces__srv__Invkin_Request * ros_message = (advrobotics_lab3_interfaces__srv__Invkin_Request *)raw_ros_message; + advrobotics_lab3_interfaces__srv__Invkin_Request__destroy(ros_message); +} + +ROSIDL_GENERATOR_C_IMPORT +bool advrobotics_lab3_interfaces__srv__invkin__request__convert_from_py(PyObject * _pymsg, void * ros_message); +ROSIDL_GENERATOR_C_IMPORT +PyObject * advrobotics_lab3_interfaces__srv__invkin__request__convert_to_py(void * raw_ros_message); + + +ROSIDL_GENERATOR_C_IMPORT +const rosidl_message_type_support_t * +ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, srv, Invkin_Request); + +int8_t +_register_msg_type__srv__invkin__request(PyObject * pymodule) +{ + int8_t err; + + PyObject * pyobject_create_ros_message = NULL; + pyobject_create_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__request__create_ros_message, + NULL, NULL); + if (!pyobject_create_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "create_ros_message_msg__srv__invkin__request", + pyobject_create_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_create_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_destroy_ros_message = NULL; + pyobject_destroy_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__request__destroy_ros_message, + NULL, NULL); + if (!pyobject_destroy_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "destroy_ros_message_msg__srv__invkin__request", + pyobject_destroy_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_destroy_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_from_py = NULL; + pyobject_convert_from_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__request__convert_from_py, + NULL, NULL); + if (!pyobject_convert_from_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_from_py_msg__srv__invkin__request", + pyobject_convert_from_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_from_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_to_py = NULL; + pyobject_convert_to_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__request__convert_to_py, + NULL, NULL); + if (!pyobject_convert_to_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_to_py_msg__srv__invkin__request", + pyobject_convert_to_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_to_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_type_support = NULL; + pyobject_type_support = PyCapsule_New( + (void *)ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, srv, Invkin_Request), + NULL, NULL); + if (!pyobject_type_support) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "type_support_msg__srv__invkin__request", + pyobject_type_support); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_type_support); + // previously added objects will be removed when the module is destroyed + return err; + } + return 0; +} + +// already included above +// #include +// already included above +// #include +// already included above +// #include "rosidl_runtime_c/visibility_control.h" +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/service_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/action_type_support_struct.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__functions.h" + +static void * advrobotics_lab3_interfaces__srv__invkin__response__create_ros_message(void) +{ + return advrobotics_lab3_interfaces__srv__Invkin_Response__create(); +} + +static void advrobotics_lab3_interfaces__srv__invkin__response__destroy_ros_message(void * raw_ros_message) +{ + advrobotics_lab3_interfaces__srv__Invkin_Response * ros_message = (advrobotics_lab3_interfaces__srv__Invkin_Response *)raw_ros_message; + advrobotics_lab3_interfaces__srv__Invkin_Response__destroy(ros_message); +} + +ROSIDL_GENERATOR_C_IMPORT +bool advrobotics_lab3_interfaces__srv__invkin__response__convert_from_py(PyObject * _pymsg, void * ros_message); +ROSIDL_GENERATOR_C_IMPORT +PyObject * advrobotics_lab3_interfaces__srv__invkin__response__convert_to_py(void * raw_ros_message); + + +ROSIDL_GENERATOR_C_IMPORT +const rosidl_message_type_support_t * +ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, srv, Invkin_Response); + +int8_t +_register_msg_type__srv__invkin__response(PyObject * pymodule) +{ + int8_t err; + + PyObject * pyobject_create_ros_message = NULL; + pyobject_create_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__response__create_ros_message, + NULL, NULL); + if (!pyobject_create_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "create_ros_message_msg__srv__invkin__response", + pyobject_create_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_create_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_destroy_ros_message = NULL; + pyobject_destroy_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__response__destroy_ros_message, + NULL, NULL); + if (!pyobject_destroy_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "destroy_ros_message_msg__srv__invkin__response", + pyobject_destroy_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_destroy_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_from_py = NULL; + pyobject_convert_from_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__response__convert_from_py, + NULL, NULL); + if (!pyobject_convert_from_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_from_py_msg__srv__invkin__response", + pyobject_convert_from_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_from_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_to_py = NULL; + pyobject_convert_to_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__response__convert_to_py, + NULL, NULL); + if (!pyobject_convert_to_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_to_py_msg__srv__invkin__response", + pyobject_convert_to_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_to_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_type_support = NULL; + pyobject_type_support = PyCapsule_New( + (void *)ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, srv, Invkin_Response), + NULL, NULL); + if (!pyobject_type_support) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "type_support_msg__srv__invkin__response", + pyobject_type_support); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_type_support); + // previously added objects will be removed when the module is destroyed + return err; + } + return 0; +} + +ROSIDL_GENERATOR_C_IMPORT +const rosidl_service_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_c, advrobotics_lab3_interfaces, srv, Invkin)(); + +int8_t +_register_srv_type__srv__invkin(PyObject * pymodule) +{ + int8_t err; + PyObject * pyobject_type_support = NULL; + pyobject_type_support = PyCapsule_New( + (void *)ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_c, advrobotics_lab3_interfaces, srv, Invkin)(), + NULL, NULL); + if (!pyobject_type_support) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "type_support_srv__srv__invkin", + pyobject_type_support); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_type_support); + // previously added objects will be removed when the module is destroyed + return err; + } + return 0; +} + +PyMODINIT_FUNC +PyInit_advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c(void) +{ + PyObject * pymodule = NULL; + pymodule = PyModule_Create(&advrobotics_lab3_interfaces__module); + if (!pymodule) { + return NULL; + } + int8_t err; + + err = _register_msg_type__msg__joints(pymodule); + if (err) { + Py_XDECREF(pymodule); + return NULL; + } + + err = _register_msg_type__msg__gripper(pymodule); + if (err) { + Py_XDECREF(pymodule); + return NULL; + } + + err = _register_msg_type__srv__invkin__request(pymodule); + if (err) { + Py_XDECREF(pymodule); + return NULL; + } + + err = _register_msg_type__srv__invkin__response(pymodule); + if (err) { + Py_XDECREF(pymodule); + return NULL; + } + + err = _register_srv_type__srv__invkin(pymodule); + if (err) { + Py_XDECREF(pymodule); + return NULL; + } + + return pymodule; +} diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c new file mode 100644 index 0000000..a7a9ae0 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c @@ -0,0 +1,644 @@ +// generated from rosidl_generator_py/resource/_idl_pkg_typesupport_entry_point.c.em +// generated code does not contain a copyright notice +#include + +static PyMethodDef advrobotics_lab3_interfaces__methods[] = { + {NULL, NULL, 0, NULL} /* sentinel */ +}; + +static struct PyModuleDef advrobotics_lab3_interfaces__module = { + PyModuleDef_HEAD_INIT, + "_advrobotics_lab3_interfaces_support", + "_advrobotics_lab3_interfaces_doc", + -1, /* -1 means that the module keeps state in global variables */ + advrobotics_lab3_interfaces__methods, + NULL, + NULL, + NULL, + NULL, +}; + +#include +#include +#include "rosidl_runtime_c/visibility_control.h" +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_runtime_c/service_type_support_struct.h" +#include "rosidl_runtime_c/action_type_support_struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__type_support.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__functions.h" + +static void * advrobotics_lab3_interfaces__msg__joints__create_ros_message(void) +{ + return advrobotics_lab3_interfaces__msg__Joints__create(); +} + +static void advrobotics_lab3_interfaces__msg__joints__destroy_ros_message(void * raw_ros_message) +{ + advrobotics_lab3_interfaces__msg__Joints * ros_message = (advrobotics_lab3_interfaces__msg__Joints *)raw_ros_message; + advrobotics_lab3_interfaces__msg__Joints__destroy(ros_message); +} + +ROSIDL_GENERATOR_C_IMPORT +bool advrobotics_lab3_interfaces__msg__joints__convert_from_py(PyObject * _pymsg, void * ros_message); +ROSIDL_GENERATOR_C_IMPORT +PyObject * advrobotics_lab3_interfaces__msg__joints__convert_to_py(void * raw_ros_message); + + +ROSIDL_GENERATOR_C_IMPORT +const rosidl_message_type_support_t * +ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, msg, Joints); + +int8_t +_register_msg_type__msg__joints(PyObject * pymodule) +{ + int8_t err; + + PyObject * pyobject_create_ros_message = NULL; + pyobject_create_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__joints__create_ros_message, + NULL, NULL); + if (!pyobject_create_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "create_ros_message_msg__msg__joints", + pyobject_create_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_create_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_destroy_ros_message = NULL; + pyobject_destroy_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__joints__destroy_ros_message, + NULL, NULL); + if (!pyobject_destroy_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "destroy_ros_message_msg__msg__joints", + pyobject_destroy_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_destroy_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_from_py = NULL; + pyobject_convert_from_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__joints__convert_from_py, + NULL, NULL); + if (!pyobject_convert_from_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_from_py_msg__msg__joints", + pyobject_convert_from_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_from_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_to_py = NULL; + pyobject_convert_to_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__joints__convert_to_py, + NULL, NULL); + if (!pyobject_convert_to_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_to_py_msg__msg__joints", + pyobject_convert_to_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_to_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_type_support = NULL; + pyobject_type_support = PyCapsule_New( + (void *)ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, msg, Joints), + NULL, NULL); + if (!pyobject_type_support) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "type_support_msg__msg__joints", + pyobject_type_support); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_type_support); + // previously added objects will be removed when the module is destroyed + return err; + } + return 0; +} + +// already included above +// #include +// already included above +// #include +// already included above +// #include "rosidl_runtime_c/visibility_control.h" +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/service_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/action_type_support_struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__functions.h" + +static void * advrobotics_lab3_interfaces__msg__gripper__create_ros_message(void) +{ + return advrobotics_lab3_interfaces__msg__Gripper__create(); +} + +static void advrobotics_lab3_interfaces__msg__gripper__destroy_ros_message(void * raw_ros_message) +{ + advrobotics_lab3_interfaces__msg__Gripper * ros_message = (advrobotics_lab3_interfaces__msg__Gripper *)raw_ros_message; + advrobotics_lab3_interfaces__msg__Gripper__destroy(ros_message); +} + +ROSIDL_GENERATOR_C_IMPORT +bool advrobotics_lab3_interfaces__msg__gripper__convert_from_py(PyObject * _pymsg, void * ros_message); +ROSIDL_GENERATOR_C_IMPORT +PyObject * advrobotics_lab3_interfaces__msg__gripper__convert_to_py(void * raw_ros_message); + + +ROSIDL_GENERATOR_C_IMPORT +const rosidl_message_type_support_t * +ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, msg, Gripper); + +int8_t +_register_msg_type__msg__gripper(PyObject * pymodule) +{ + int8_t err; + + PyObject * pyobject_create_ros_message = NULL; + pyobject_create_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__gripper__create_ros_message, + NULL, NULL); + if (!pyobject_create_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "create_ros_message_msg__msg__gripper", + pyobject_create_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_create_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_destroy_ros_message = NULL; + pyobject_destroy_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__gripper__destroy_ros_message, + NULL, NULL); + if (!pyobject_destroy_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "destroy_ros_message_msg__msg__gripper", + pyobject_destroy_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_destroy_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_from_py = NULL; + pyobject_convert_from_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__gripper__convert_from_py, + NULL, NULL); + if (!pyobject_convert_from_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_from_py_msg__msg__gripper", + pyobject_convert_from_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_from_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_to_py = NULL; + pyobject_convert_to_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__gripper__convert_to_py, + NULL, NULL); + if (!pyobject_convert_to_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_to_py_msg__msg__gripper", + pyobject_convert_to_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_to_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_type_support = NULL; + pyobject_type_support = PyCapsule_New( + (void *)ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, msg, Gripper), + NULL, NULL); + if (!pyobject_type_support) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "type_support_msg__msg__gripper", + pyobject_type_support); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_type_support); + // previously added objects will be removed when the module is destroyed + return err; + } + return 0; +} + +// already included above +// #include +// already included above +// #include +// already included above +// #include "rosidl_runtime_c/visibility_control.h" +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/service_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/action_type_support_struct.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__functions.h" + +static void * advrobotics_lab3_interfaces__srv__invkin__request__create_ros_message(void) +{ + return advrobotics_lab3_interfaces__srv__Invkin_Request__create(); +} + +static void advrobotics_lab3_interfaces__srv__invkin__request__destroy_ros_message(void * raw_ros_message) +{ + advrobotics_lab3_interfaces__srv__Invkin_Request * ros_message = (advrobotics_lab3_interfaces__srv__Invkin_Request *)raw_ros_message; + advrobotics_lab3_interfaces__srv__Invkin_Request__destroy(ros_message); +} + +ROSIDL_GENERATOR_C_IMPORT +bool advrobotics_lab3_interfaces__srv__invkin__request__convert_from_py(PyObject * _pymsg, void * ros_message); +ROSIDL_GENERATOR_C_IMPORT +PyObject * advrobotics_lab3_interfaces__srv__invkin__request__convert_to_py(void * raw_ros_message); + + +ROSIDL_GENERATOR_C_IMPORT +const rosidl_message_type_support_t * +ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, srv, Invkin_Request); + +int8_t +_register_msg_type__srv__invkin__request(PyObject * pymodule) +{ + int8_t err; + + PyObject * pyobject_create_ros_message = NULL; + pyobject_create_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__request__create_ros_message, + NULL, NULL); + if (!pyobject_create_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "create_ros_message_msg__srv__invkin__request", + pyobject_create_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_create_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_destroy_ros_message = NULL; + pyobject_destroy_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__request__destroy_ros_message, + NULL, NULL); + if (!pyobject_destroy_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "destroy_ros_message_msg__srv__invkin__request", + pyobject_destroy_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_destroy_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_from_py = NULL; + pyobject_convert_from_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__request__convert_from_py, + NULL, NULL); + if (!pyobject_convert_from_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_from_py_msg__srv__invkin__request", + pyobject_convert_from_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_from_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_to_py = NULL; + pyobject_convert_to_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__request__convert_to_py, + NULL, NULL); + if (!pyobject_convert_to_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_to_py_msg__srv__invkin__request", + pyobject_convert_to_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_to_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_type_support = NULL; + pyobject_type_support = PyCapsule_New( + (void *)ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, srv, Invkin_Request), + NULL, NULL); + if (!pyobject_type_support) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "type_support_msg__srv__invkin__request", + pyobject_type_support); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_type_support); + // previously added objects will be removed when the module is destroyed + return err; + } + return 0; +} + +// already included above +// #include +// already included above +// #include +// already included above +// #include "rosidl_runtime_c/visibility_control.h" +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/service_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/action_type_support_struct.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__functions.h" + +static void * advrobotics_lab3_interfaces__srv__invkin__response__create_ros_message(void) +{ + return advrobotics_lab3_interfaces__srv__Invkin_Response__create(); +} + +static void advrobotics_lab3_interfaces__srv__invkin__response__destroy_ros_message(void * raw_ros_message) +{ + advrobotics_lab3_interfaces__srv__Invkin_Response * ros_message = (advrobotics_lab3_interfaces__srv__Invkin_Response *)raw_ros_message; + advrobotics_lab3_interfaces__srv__Invkin_Response__destroy(ros_message); +} + +ROSIDL_GENERATOR_C_IMPORT +bool advrobotics_lab3_interfaces__srv__invkin__response__convert_from_py(PyObject * _pymsg, void * ros_message); +ROSIDL_GENERATOR_C_IMPORT +PyObject * advrobotics_lab3_interfaces__srv__invkin__response__convert_to_py(void * raw_ros_message); + + +ROSIDL_GENERATOR_C_IMPORT +const rosidl_message_type_support_t * +ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, srv, Invkin_Response); + +int8_t +_register_msg_type__srv__invkin__response(PyObject * pymodule) +{ + int8_t err; + + PyObject * pyobject_create_ros_message = NULL; + pyobject_create_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__response__create_ros_message, + NULL, NULL); + if (!pyobject_create_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "create_ros_message_msg__srv__invkin__response", + pyobject_create_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_create_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_destroy_ros_message = NULL; + pyobject_destroy_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__response__destroy_ros_message, + NULL, NULL); + if (!pyobject_destroy_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "destroy_ros_message_msg__srv__invkin__response", + pyobject_destroy_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_destroy_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_from_py = NULL; + pyobject_convert_from_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__response__convert_from_py, + NULL, NULL); + if (!pyobject_convert_from_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_from_py_msg__srv__invkin__response", + pyobject_convert_from_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_from_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_to_py = NULL; + pyobject_convert_to_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__response__convert_to_py, + NULL, NULL); + if (!pyobject_convert_to_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_to_py_msg__srv__invkin__response", + pyobject_convert_to_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_to_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_type_support = NULL; + pyobject_type_support = PyCapsule_New( + (void *)ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, srv, Invkin_Response), + NULL, NULL); + if (!pyobject_type_support) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "type_support_msg__srv__invkin__response", + pyobject_type_support); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_type_support); + // previously added objects will be removed when the module is destroyed + return err; + } + return 0; +} + +ROSIDL_GENERATOR_C_IMPORT +const rosidl_service_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_c, advrobotics_lab3_interfaces, srv, Invkin)(); + +int8_t +_register_srv_type__srv__invkin(PyObject * pymodule) +{ + int8_t err; + PyObject * pyobject_type_support = NULL; + pyobject_type_support = PyCapsule_New( + (void *)ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_c, advrobotics_lab3_interfaces, srv, Invkin)(), + NULL, NULL); + if (!pyobject_type_support) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "type_support_srv__srv__invkin", + pyobject_type_support); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_type_support); + // previously added objects will be removed when the module is destroyed + return err; + } + return 0; +} + +PyMODINIT_FUNC +PyInit_advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c(void) +{ + PyObject * pymodule = NULL; + pymodule = PyModule_Create(&advrobotics_lab3_interfaces__module); + if (!pymodule) { + return NULL; + } + int8_t err; + + err = _register_msg_type__msg__joints(pymodule); + if (err) { + Py_XDECREF(pymodule); + return NULL; + } + + err = _register_msg_type__msg__gripper(pymodule); + if (err) { + Py_XDECREF(pymodule); + return NULL; + } + + err = _register_msg_type__srv__invkin__request(pymodule); + if (err) { + Py_XDECREF(pymodule); + return NULL; + } + + err = _register_msg_type__srv__invkin__response(pymodule); + if (err) { + Py_XDECREF(pymodule); + return NULL; + } + + err = _register_srv_type__srv__invkin(pymodule); + if (err) { + Py_XDECREF(pymodule); + return NULL; + } + + return pymodule; +} diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so new file mode 100755 index 0000000..42637dd Binary files /dev/null and b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so differ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so new file mode 100755 index 0000000..f497000 Binary files /dev/null and b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so differ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so new file mode 100755 index 0000000..86bb231 Binary files /dev/null and b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so differ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so new file mode 100755 index 0000000..6b025b5 Binary files /dev/null and b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so differ diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/__init__.py b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/__init__.py new file mode 100644 index 0000000..a39c1e7 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/__init__.py @@ -0,0 +1,2 @@ +from advrobotics_lab3_interfaces.msg._gripper import Gripper # noqa: F401 +from advrobotics_lab3_interfaces.msg._joints import Joints # noqa: F401 diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper.py b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper.py new file mode 100644 index 0000000..56472e1 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper.py @@ -0,0 +1,128 @@ +# generated from rosidl_generator_py/resource/_idl.py.em +# with input from advrobotics_lab3_interfaces:msg/Gripper.idl +# generated code does not contain a copyright notice + + +# Import statements for member types + +import builtins # noqa: E402, I100 + +import math # noqa: E402, I100 + +import rosidl_parser.definition # noqa: E402, I100 + + +class Metaclass_Gripper(type): + """Metaclass of message 'Gripper'.""" + + _CREATE_ROS_MESSAGE = None + _CONVERT_FROM_PY = None + _CONVERT_TO_PY = None + _DESTROY_ROS_MESSAGE = None + _TYPE_SUPPORT = None + + __constants = { + } + + @classmethod + def __import_type_support__(cls): + try: + from rosidl_generator_py import import_type_support + module = import_type_support('advrobotics_lab3_interfaces') + except ImportError: + import logging + import traceback + logger = logging.getLogger( + 'advrobotics_lab3_interfaces.msg.Gripper') + logger.debug( + 'Failed to import needed modules for type support:\n' + + traceback.format_exc()) + else: + cls._CREATE_ROS_MESSAGE = module.create_ros_message_msg__msg__gripper + cls._CONVERT_FROM_PY = module.convert_from_py_msg__msg__gripper + cls._CONVERT_TO_PY = module.convert_to_py_msg__msg__gripper + cls._TYPE_SUPPORT = module.type_support_msg__msg__gripper + cls._DESTROY_ROS_MESSAGE = module.destroy_ros_message_msg__msg__gripper + + @classmethod + def __prepare__(cls, name, bases, **kwargs): + # list constant names here so that they appear in the help text of + # the message class under "Data and other attributes defined here:" + # as well as populate each message instance + return { + } + + +class Gripper(metaclass=Metaclass_Gripper): + """Message class 'Gripper'.""" + + __slots__ = [ + '_gripper', + ] + + _fields_and_field_types = { + 'gripper': 'float', + } + + SLOT_TYPES = ( + rosidl_parser.definition.BasicType('float'), # noqa: E501 + ) + + def __init__(self, **kwargs): + assert all('_' + key in self.__slots__ for key in kwargs.keys()), \ + 'Invalid arguments passed to constructor: %s' % \ + ', '.join(sorted(k for k in kwargs.keys() if '_' + k not in self.__slots__)) + self.gripper = kwargs.get('gripper', float()) + + def __repr__(self): + typename = self.__class__.__module__.split('.') + typename.pop() + typename.append(self.__class__.__name__) + args = [] + for s, t in zip(self.__slots__, self.SLOT_TYPES): + field = getattr(self, s) + fieldstr = repr(field) + # We use Python array type for fields that can be directly stored + # in them, and "normal" sequences for everything else. If it is + # a type that we store in an array, strip off the 'array' portion. + if ( + isinstance(t, rosidl_parser.definition.AbstractSequence) and + isinstance(t.value_type, rosidl_parser.definition.BasicType) and + t.value_type.typename in ['float', 'double', 'int8', 'uint8', 'int16', 'uint16', 'int32', 'uint32', 'int64', 'uint64'] + ): + if len(field) == 0: + fieldstr = '[]' + else: + assert fieldstr.startswith('array(') + prefix = "array('X', " + suffix = ')' + fieldstr = fieldstr[len(prefix):-len(suffix)] + args.append(s[1:] + '=' + fieldstr) + return '%s(%s)' % ('.'.join(typename), ', '.join(args)) + + def __eq__(self, other): + if not isinstance(other, self.__class__): + return False + if self.gripper != other.gripper: + return False + return True + + @classmethod + def get_fields_and_field_types(cls): + from copy import copy + return copy(cls._fields_and_field_types) + + @builtins.property + def gripper(self): + """Message field 'gripper'.""" + return self._gripper + + @gripper.setter + def gripper(self, value): + if __debug__: + assert \ + isinstance(value, float), \ + "The 'gripper' field must be of type 'float'" + assert not (value < -3.402823466e+38 or value > 3.402823466e+38) or math.isinf(value), \ + "The 'gripper' field must be a float in [-3.402823466e+38, 3.402823466e+38]" + self._gripper = value diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c new file mode 100644 index 0000000..94c99c7 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c @@ -0,0 +1,98 @@ +// generated from rosidl_generator_py/resource/_idl_support.c.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice +#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION +#include +#include +#ifndef _WIN32 +# pragma GCC diagnostic push +# pragma GCC diagnostic ignored "-Wunused-function" +#endif +#include "numpy/ndarrayobject.h" +#ifndef _WIN32 +# pragma GCC diagnostic pop +#endif +#include "rosidl_runtime_c/visibility_control.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__functions.h" + + +ROSIDL_GENERATOR_C_EXPORT +bool advrobotics_lab3_interfaces__msg__gripper__convert_from_py(PyObject * _pymsg, void * _ros_message) +{ + // check that the passed message is of the expected Python class + { + char full_classname_dest[49]; + { + char * class_name = NULL; + char * module_name = NULL; + { + PyObject * class_attr = PyObject_GetAttrString(_pymsg, "__class__"); + if (class_attr) { + PyObject * name_attr = PyObject_GetAttrString(class_attr, "__name__"); + if (name_attr) { + class_name = (char *)PyUnicode_1BYTE_DATA(name_attr); + Py_DECREF(name_attr); + } + PyObject * module_attr = PyObject_GetAttrString(class_attr, "__module__"); + if (module_attr) { + module_name = (char *)PyUnicode_1BYTE_DATA(module_attr); + Py_DECREF(module_attr); + } + Py_DECREF(class_attr); + } + } + if (!class_name || !module_name) { + return false; + } + snprintf(full_classname_dest, sizeof(full_classname_dest), "%s.%s", module_name, class_name); + } + assert(strncmp("advrobotics_lab3_interfaces.msg._gripper.Gripper", full_classname_dest, 48) == 0); + } + advrobotics_lab3_interfaces__msg__Gripper * ros_message = _ros_message; + { // gripper + PyObject * field = PyObject_GetAttrString(_pymsg, "gripper"); + if (!field) { + return false; + } + assert(PyFloat_Check(field)); + ros_message->gripper = (float)PyFloat_AS_DOUBLE(field); + Py_DECREF(field); + } + + return true; +} + +ROSIDL_GENERATOR_C_EXPORT +PyObject * advrobotics_lab3_interfaces__msg__gripper__convert_to_py(void * raw_ros_message) +{ + /* NOTE(esteve): Call constructor of Gripper */ + PyObject * _pymessage = NULL; + { + PyObject * pymessage_module = PyImport_ImportModule("advrobotics_lab3_interfaces.msg._gripper"); + assert(pymessage_module); + PyObject * pymessage_class = PyObject_GetAttrString(pymessage_module, "Gripper"); + assert(pymessage_class); + Py_DECREF(pymessage_module); + _pymessage = PyObject_CallObject(pymessage_class, NULL); + Py_DECREF(pymessage_class); + if (!_pymessage) { + return NULL; + } + } + advrobotics_lab3_interfaces__msg__Gripper * ros_message = (advrobotics_lab3_interfaces__msg__Gripper *)raw_ros_message; + { // gripper + PyObject * field = NULL; + field = PyFloat_FromDouble(ros_message->gripper); + { + int rc = PyObject_SetAttrString(_pymessage, "gripper", field); + Py_DECREF(field); + if (rc) { + return NULL; + } + } + } + + // ownership of _pymessage is transferred to the caller + return _pymessage; +} diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints.py b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints.py new file mode 100644 index 0000000..5007990 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints.py @@ -0,0 +1,170 @@ +# generated from rosidl_generator_py/resource/_idl.py.em +# with input from advrobotics_lab3_interfaces:msg/Joints.idl +# generated code does not contain a copyright notice + + +# Import statements for member types + +import builtins # noqa: E402, I100 + +import math # noqa: E402, I100 + +import rosidl_parser.definition # noqa: E402, I100 + + +class Metaclass_Joints(type): + """Metaclass of message 'Joints'.""" + + _CREATE_ROS_MESSAGE = None + _CONVERT_FROM_PY = None + _CONVERT_TO_PY = None + _DESTROY_ROS_MESSAGE = None + _TYPE_SUPPORT = None + + __constants = { + } + + @classmethod + def __import_type_support__(cls): + try: + from rosidl_generator_py import import_type_support + module = import_type_support('advrobotics_lab3_interfaces') + except ImportError: + import logging + import traceback + logger = logging.getLogger( + 'advrobotics_lab3_interfaces.msg.Joints') + logger.debug( + 'Failed to import needed modules for type support:\n' + + traceback.format_exc()) + else: + cls._CREATE_ROS_MESSAGE = module.create_ros_message_msg__msg__joints + cls._CONVERT_FROM_PY = module.convert_from_py_msg__msg__joints + cls._CONVERT_TO_PY = module.convert_to_py_msg__msg__joints + cls._TYPE_SUPPORT = module.type_support_msg__msg__joints + cls._DESTROY_ROS_MESSAGE = module.destroy_ros_message_msg__msg__joints + + @classmethod + def __prepare__(cls, name, bases, **kwargs): + # list constant names here so that they appear in the help text of + # the message class under "Data and other attributes defined here:" + # as well as populate each message instance + return { + } + + +class Joints(metaclass=Metaclass_Joints): + """Message class 'Joints'.""" + + __slots__ = [ + '_q1', + '_q2', + '_q3', + ] + + _fields_and_field_types = { + 'q1': 'float', + 'q2': 'float', + 'q3': 'float', + } + + SLOT_TYPES = ( + rosidl_parser.definition.BasicType('float'), # noqa: E501 + rosidl_parser.definition.BasicType('float'), # noqa: E501 + rosidl_parser.definition.BasicType('float'), # noqa: E501 + ) + + def __init__(self, **kwargs): + assert all('_' + key in self.__slots__ for key in kwargs.keys()), \ + 'Invalid arguments passed to constructor: %s' % \ + ', '.join(sorted(k for k in kwargs.keys() if '_' + k not in self.__slots__)) + self.q1 = kwargs.get('q1', float()) + self.q2 = kwargs.get('q2', float()) + self.q3 = kwargs.get('q3', float()) + + def __repr__(self): + typename = self.__class__.__module__.split('.') + typename.pop() + typename.append(self.__class__.__name__) + args = [] + for s, t in zip(self.__slots__, self.SLOT_TYPES): + field = getattr(self, s) + fieldstr = repr(field) + # We use Python array type for fields that can be directly stored + # in them, and "normal" sequences for everything else. If it is + # a type that we store in an array, strip off the 'array' portion. + if ( + isinstance(t, rosidl_parser.definition.AbstractSequence) and + isinstance(t.value_type, rosidl_parser.definition.BasicType) and + t.value_type.typename in ['float', 'double', 'int8', 'uint8', 'int16', 'uint16', 'int32', 'uint32', 'int64', 'uint64'] + ): + if len(field) == 0: + fieldstr = '[]' + else: + assert fieldstr.startswith('array(') + prefix = "array('X', " + suffix = ')' + fieldstr = fieldstr[len(prefix):-len(suffix)] + args.append(s[1:] + '=' + fieldstr) + return '%s(%s)' % ('.'.join(typename), ', '.join(args)) + + def __eq__(self, other): + if not isinstance(other, self.__class__): + return False + if self.q1 != other.q1: + return False + if self.q2 != other.q2: + return False + if self.q3 != other.q3: + return False + return True + + @classmethod + def get_fields_and_field_types(cls): + from copy import copy + return copy(cls._fields_and_field_types) + + @builtins.property + def q1(self): + """Message field 'q1'.""" + return self._q1 + + @q1.setter + def q1(self, value): + if __debug__: + assert \ + isinstance(value, float), \ + "The 'q1' field must be of type 'float'" + assert not (value < -3.402823466e+38 or value > 3.402823466e+38) or math.isinf(value), \ + "The 'q1' field must be a float in [-3.402823466e+38, 3.402823466e+38]" + self._q1 = value + + @builtins.property + def q2(self): + """Message field 'q2'.""" + return self._q2 + + @q2.setter + def q2(self, value): + if __debug__: + assert \ + isinstance(value, float), \ + "The 'q2' field must be of type 'float'" + assert not (value < -3.402823466e+38 or value > 3.402823466e+38) or math.isinf(value), \ + "The 'q2' field must be a float in [-3.402823466e+38, 3.402823466e+38]" + self._q2 = value + + @builtins.property + def q3(self): + """Message field 'q3'.""" + return self._q3 + + @q3.setter + def q3(self, value): + if __debug__: + assert \ + isinstance(value, float), \ + "The 'q3' field must be of type 'float'" + assert not (value < -3.402823466e+38 or value > 3.402823466e+38) or math.isinf(value), \ + "The 'q3' field must be a float in [-3.402823466e+38, 3.402823466e+38]" + self._q3 = value diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c new file mode 100644 index 0000000..136aeeb --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c @@ -0,0 +1,138 @@ +// generated from rosidl_generator_py/resource/_idl_support.c.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice +#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION +#include +#include +#ifndef _WIN32 +# pragma GCC diagnostic push +# pragma GCC diagnostic ignored "-Wunused-function" +#endif +#include "numpy/ndarrayobject.h" +#ifndef _WIN32 +# pragma GCC diagnostic pop +#endif +#include "rosidl_runtime_c/visibility_control.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__functions.h" + + +ROSIDL_GENERATOR_C_EXPORT +bool advrobotics_lab3_interfaces__msg__joints__convert_from_py(PyObject * _pymsg, void * _ros_message) +{ + // check that the passed message is of the expected Python class + { + char full_classname_dest[47]; + { + char * class_name = NULL; + char * module_name = NULL; + { + PyObject * class_attr = PyObject_GetAttrString(_pymsg, "__class__"); + if (class_attr) { + PyObject * name_attr = PyObject_GetAttrString(class_attr, "__name__"); + if (name_attr) { + class_name = (char *)PyUnicode_1BYTE_DATA(name_attr); + Py_DECREF(name_attr); + } + PyObject * module_attr = PyObject_GetAttrString(class_attr, "__module__"); + if (module_attr) { + module_name = (char *)PyUnicode_1BYTE_DATA(module_attr); + Py_DECREF(module_attr); + } + Py_DECREF(class_attr); + } + } + if (!class_name || !module_name) { + return false; + } + snprintf(full_classname_dest, sizeof(full_classname_dest), "%s.%s", module_name, class_name); + } + assert(strncmp("advrobotics_lab3_interfaces.msg._joints.Joints", full_classname_dest, 46) == 0); + } + advrobotics_lab3_interfaces__msg__Joints * ros_message = _ros_message; + { // q1 + PyObject * field = PyObject_GetAttrString(_pymsg, "q1"); + if (!field) { + return false; + } + assert(PyFloat_Check(field)); + ros_message->q1 = (float)PyFloat_AS_DOUBLE(field); + Py_DECREF(field); + } + { // q2 + PyObject * field = PyObject_GetAttrString(_pymsg, "q2"); + if (!field) { + return false; + } + assert(PyFloat_Check(field)); + ros_message->q2 = (float)PyFloat_AS_DOUBLE(field); + Py_DECREF(field); + } + { // q3 + PyObject * field = PyObject_GetAttrString(_pymsg, "q3"); + if (!field) { + return false; + } + assert(PyFloat_Check(field)); + ros_message->q3 = (float)PyFloat_AS_DOUBLE(field); + Py_DECREF(field); + } + + return true; +} + +ROSIDL_GENERATOR_C_EXPORT +PyObject * advrobotics_lab3_interfaces__msg__joints__convert_to_py(void * raw_ros_message) +{ + /* NOTE(esteve): Call constructor of Joints */ + PyObject * _pymessage = NULL; + { + PyObject * pymessage_module = PyImport_ImportModule("advrobotics_lab3_interfaces.msg._joints"); + assert(pymessage_module); + PyObject * pymessage_class = PyObject_GetAttrString(pymessage_module, "Joints"); + assert(pymessage_class); + Py_DECREF(pymessage_module); + _pymessage = PyObject_CallObject(pymessage_class, NULL); + Py_DECREF(pymessage_class); + if (!_pymessage) { + return NULL; + } + } + advrobotics_lab3_interfaces__msg__Joints * ros_message = (advrobotics_lab3_interfaces__msg__Joints *)raw_ros_message; + { // q1 + PyObject * field = NULL; + field = PyFloat_FromDouble(ros_message->q1); + { + int rc = PyObject_SetAttrString(_pymessage, "q1", field); + Py_DECREF(field); + if (rc) { + return NULL; + } + } + } + { // q2 + PyObject * field = NULL; + field = PyFloat_FromDouble(ros_message->q2); + { + int rc = PyObject_SetAttrString(_pymessage, "q2", field); + Py_DECREF(field); + if (rc) { + return NULL; + } + } + } + { // q3 + PyObject * field = NULL; + field = PyFloat_FromDouble(ros_message->q3); + { + int rc = PyObject_SetAttrString(_pymessage, "q3", field); + Py_DECREF(field); + if (rc) { + return NULL; + } + } + } + + // ownership of _pymessage is transferred to the caller + return _pymessage; +} diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/srv/__init__.py b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/srv/__init__.py new file mode 100644 index 0000000..cf51b59 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/srv/__init__.py @@ -0,0 +1 @@ +from advrobotics_lab3_interfaces.srv._invkin import Invkin # noqa: F401 diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin.py b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin.py new file mode 100644 index 0000000..d487620 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin.py @@ -0,0 +1,397 @@ +# generated from rosidl_generator_py/resource/_idl.py.em +# with input from advrobotics_lab3_interfaces:srv/Invkin.idl +# generated code does not contain a copyright notice + + +# Import statements for member types + +import builtins # noqa: E402, I100 + +import math # noqa: E402, I100 + +import rosidl_parser.definition # noqa: E402, I100 + + +class Metaclass_Invkin_Request(type): + """Metaclass of message 'Invkin_Request'.""" + + _CREATE_ROS_MESSAGE = None + _CONVERT_FROM_PY = None + _CONVERT_TO_PY = None + _DESTROY_ROS_MESSAGE = None + _TYPE_SUPPORT = None + + __constants = { + } + + @classmethod + def __import_type_support__(cls): + try: + from rosidl_generator_py import import_type_support + module = import_type_support('advrobotics_lab3_interfaces') + except ImportError: + import logging + import traceback + logger = logging.getLogger( + 'advrobotics_lab3_interfaces.srv.Invkin_Request') + logger.debug( + 'Failed to import needed modules for type support:\n' + + traceback.format_exc()) + else: + cls._CREATE_ROS_MESSAGE = module.create_ros_message_msg__srv__invkin__request + cls._CONVERT_FROM_PY = module.convert_from_py_msg__srv__invkin__request + cls._CONVERT_TO_PY = module.convert_to_py_msg__srv__invkin__request + cls._TYPE_SUPPORT = module.type_support_msg__srv__invkin__request + cls._DESTROY_ROS_MESSAGE = module.destroy_ros_message_msg__srv__invkin__request + + @classmethod + def __prepare__(cls, name, bases, **kwargs): + # list constant names here so that they appear in the help text of + # the message class under "Data and other attributes defined here:" + # as well as populate each message instance + return { + } + + +class Invkin_Request(metaclass=Metaclass_Invkin_Request): + """Message class 'Invkin_Request'.""" + + __slots__ = [ + '_x', + '_y', + '_z', + ] + + _fields_and_field_types = { + 'x': 'float', + 'y': 'float', + 'z': 'float', + } + + SLOT_TYPES = ( + rosidl_parser.definition.BasicType('float'), # noqa: E501 + rosidl_parser.definition.BasicType('float'), # noqa: E501 + rosidl_parser.definition.BasicType('float'), # noqa: E501 + ) + + def __init__(self, **kwargs): + assert all('_' + key in self.__slots__ for key in kwargs.keys()), \ + 'Invalid arguments passed to constructor: %s' % \ + ', '.join(sorted(k for k in kwargs.keys() if '_' + k not in self.__slots__)) + self.x = kwargs.get('x', float()) + self.y = kwargs.get('y', float()) + self.z = kwargs.get('z', float()) + + def __repr__(self): + typename = self.__class__.__module__.split('.') + typename.pop() + typename.append(self.__class__.__name__) + args = [] + for s, t in zip(self.__slots__, self.SLOT_TYPES): + field = getattr(self, s) + fieldstr = repr(field) + # We use Python array type for fields that can be directly stored + # in them, and "normal" sequences for everything else. If it is + # a type that we store in an array, strip off the 'array' portion. + if ( + isinstance(t, rosidl_parser.definition.AbstractSequence) and + isinstance(t.value_type, rosidl_parser.definition.BasicType) and + t.value_type.typename in ['float', 'double', 'int8', 'uint8', 'int16', 'uint16', 'int32', 'uint32', 'int64', 'uint64'] + ): + if len(field) == 0: + fieldstr = '[]' + else: + assert fieldstr.startswith('array(') + prefix = "array('X', " + suffix = ')' + fieldstr = fieldstr[len(prefix):-len(suffix)] + args.append(s[1:] + '=' + fieldstr) + return '%s(%s)' % ('.'.join(typename), ', '.join(args)) + + def __eq__(self, other): + if not isinstance(other, self.__class__): + return False + if self.x != other.x: + return False + if self.y != other.y: + return False + if self.z != other.z: + return False + return True + + @classmethod + def get_fields_and_field_types(cls): + from copy import copy + return copy(cls._fields_and_field_types) + + @builtins.property + def x(self): + """Message field 'x'.""" + return self._x + + @x.setter + def x(self, value): + if __debug__: + assert \ + isinstance(value, float), \ + "The 'x' field must be of type 'float'" + assert not (value < -3.402823466e+38 or value > 3.402823466e+38) or math.isinf(value), \ + "The 'x' field must be a float in [-3.402823466e+38, 3.402823466e+38]" + self._x = value + + @builtins.property + def y(self): + """Message field 'y'.""" + return self._y + + @y.setter + def y(self, value): + if __debug__: + assert \ + isinstance(value, float), \ + "The 'y' field must be of type 'float'" + assert not (value < -3.402823466e+38 or value > 3.402823466e+38) or math.isinf(value), \ + "The 'y' field must be a float in [-3.402823466e+38, 3.402823466e+38]" + self._y = value + + @builtins.property + def z(self): + """Message field 'z'.""" + return self._z + + @z.setter + def z(self, value): + if __debug__: + assert \ + isinstance(value, float), \ + "The 'z' field must be of type 'float'" + assert not (value < -3.402823466e+38 or value > 3.402823466e+38) or math.isinf(value), \ + "The 'z' field must be a float in [-3.402823466e+38, 3.402823466e+38]" + self._z = value + + +# Import statements for member types + +# already imported above +# import builtins + +# already imported above +# import math + +# already imported above +# import rosidl_parser.definition + + +class Metaclass_Invkin_Response(type): + """Metaclass of message 'Invkin_Response'.""" + + _CREATE_ROS_MESSAGE = None + _CONVERT_FROM_PY = None + _CONVERT_TO_PY = None + _DESTROY_ROS_MESSAGE = None + _TYPE_SUPPORT = None + + __constants = { + } + + @classmethod + def __import_type_support__(cls): + try: + from rosidl_generator_py import import_type_support + module = import_type_support('advrobotics_lab3_interfaces') + except ImportError: + import logging + import traceback + logger = logging.getLogger( + 'advrobotics_lab3_interfaces.srv.Invkin_Response') + logger.debug( + 'Failed to import needed modules for type support:\n' + + traceback.format_exc()) + else: + cls._CREATE_ROS_MESSAGE = module.create_ros_message_msg__srv__invkin__response + cls._CONVERT_FROM_PY = module.convert_from_py_msg__srv__invkin__response + cls._CONVERT_TO_PY = module.convert_to_py_msg__srv__invkin__response + cls._TYPE_SUPPORT = module.type_support_msg__srv__invkin__response + cls._DESTROY_ROS_MESSAGE = module.destroy_ros_message_msg__srv__invkin__response + + @classmethod + def __prepare__(cls, name, bases, **kwargs): + # list constant names here so that they appear in the help text of + # the message class under "Data and other attributes defined here:" + # as well as populate each message instance + return { + } + + +class Invkin_Response(metaclass=Metaclass_Invkin_Response): + """Message class 'Invkin_Response'.""" + + __slots__ = [ + '_sol', + '_q1', + '_q2', + '_q3', + ] + + _fields_and_field_types = { + 'sol': 'int8', + 'q1': 'float', + 'q2': 'float', + 'q3': 'float', + } + + SLOT_TYPES = ( + rosidl_parser.definition.BasicType('int8'), # noqa: E501 + rosidl_parser.definition.BasicType('float'), # noqa: E501 + rosidl_parser.definition.BasicType('float'), # noqa: E501 + rosidl_parser.definition.BasicType('float'), # noqa: E501 + ) + + def __init__(self, **kwargs): + assert all('_' + key in self.__slots__ for key in kwargs.keys()), \ + 'Invalid arguments passed to constructor: %s' % \ + ', '.join(sorted(k for k in kwargs.keys() if '_' + k not in self.__slots__)) + self.sol = kwargs.get('sol', int()) + self.q1 = kwargs.get('q1', float()) + self.q2 = kwargs.get('q2', float()) + self.q3 = kwargs.get('q3', float()) + + def __repr__(self): + typename = self.__class__.__module__.split('.') + typename.pop() + typename.append(self.__class__.__name__) + args = [] + for s, t in zip(self.__slots__, self.SLOT_TYPES): + field = getattr(self, s) + fieldstr = repr(field) + # We use Python array type for fields that can be directly stored + # in them, and "normal" sequences for everything else. If it is + # a type that we store in an array, strip off the 'array' portion. + if ( + isinstance(t, rosidl_parser.definition.AbstractSequence) and + isinstance(t.value_type, rosidl_parser.definition.BasicType) and + t.value_type.typename in ['float', 'double', 'int8', 'uint8', 'int16', 'uint16', 'int32', 'uint32', 'int64', 'uint64'] + ): + if len(field) == 0: + fieldstr = '[]' + else: + assert fieldstr.startswith('array(') + prefix = "array('X', " + suffix = ')' + fieldstr = fieldstr[len(prefix):-len(suffix)] + args.append(s[1:] + '=' + fieldstr) + return '%s(%s)' % ('.'.join(typename), ', '.join(args)) + + def __eq__(self, other): + if not isinstance(other, self.__class__): + return False + if self.sol != other.sol: + return False + if self.q1 != other.q1: + return False + if self.q2 != other.q2: + return False + if self.q3 != other.q3: + return False + return True + + @classmethod + def get_fields_and_field_types(cls): + from copy import copy + return copy(cls._fields_and_field_types) + + @builtins.property + def sol(self): + """Message field 'sol'.""" + return self._sol + + @sol.setter + def sol(self, value): + if __debug__: + assert \ + isinstance(value, int), \ + "The 'sol' field must be of type 'int'" + assert value >= -128 and value < 128, \ + "The 'sol' field must be an integer in [-128, 127]" + self._sol = value + + @builtins.property + def q1(self): + """Message field 'q1'.""" + return self._q1 + + @q1.setter + def q1(self, value): + if __debug__: + assert \ + isinstance(value, float), \ + "The 'q1' field must be of type 'float'" + assert not (value < -3.402823466e+38 or value > 3.402823466e+38) or math.isinf(value), \ + "The 'q1' field must be a float in [-3.402823466e+38, 3.402823466e+38]" + self._q1 = value + + @builtins.property + def q2(self): + """Message field 'q2'.""" + return self._q2 + + @q2.setter + def q2(self, value): + if __debug__: + assert \ + isinstance(value, float), \ + "The 'q2' field must be of type 'float'" + assert not (value < -3.402823466e+38 or value > 3.402823466e+38) or math.isinf(value), \ + "The 'q2' field must be a float in [-3.402823466e+38, 3.402823466e+38]" + self._q2 = value + + @builtins.property + def q3(self): + """Message field 'q3'.""" + return self._q3 + + @q3.setter + def q3(self, value): + if __debug__: + assert \ + isinstance(value, float), \ + "The 'q3' field must be of type 'float'" + assert not (value < -3.402823466e+38 or value > 3.402823466e+38) or math.isinf(value), \ + "The 'q3' field must be a float in [-3.402823466e+38, 3.402823466e+38]" + self._q3 = value + + +class Metaclass_Invkin(type): + """Metaclass of service 'Invkin'.""" + + _TYPE_SUPPORT = None + + @classmethod + def __import_type_support__(cls): + try: + from rosidl_generator_py import import_type_support + module = import_type_support('advrobotics_lab3_interfaces') + except ImportError: + import logging + import traceback + logger = logging.getLogger( + 'advrobotics_lab3_interfaces.srv.Invkin') + logger.debug( + 'Failed to import needed modules for type support:\n' + + traceback.format_exc()) + else: + cls._TYPE_SUPPORT = module.type_support_srv__srv__invkin + + from advrobotics_lab3_interfaces.srv import _invkin + if _invkin.Metaclass_Invkin_Request._TYPE_SUPPORT is None: + _invkin.Metaclass_Invkin_Request.__import_type_support__() + if _invkin.Metaclass_Invkin_Response._TYPE_SUPPORT is None: + _invkin.Metaclass_Invkin_Response.__import_type_support__() + + +class Invkin(metaclass=Metaclass_Invkin): + from advrobotics_lab3_interfaces.srv._invkin import Invkin_Request as Request + from advrobotics_lab3_interfaces.srv._invkin import Invkin_Response as Response + + def __init__(self): + raise NotImplementedError('Service classes can not be instantiated') diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c new file mode 100644 index 0000000..61a5120 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c @@ -0,0 +1,293 @@ +// generated from rosidl_generator_py/resource/_idl_support.c.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice +#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION +#include +#include +#ifndef _WIN32 +# pragma GCC diagnostic push +# pragma GCC diagnostic ignored "-Wunused-function" +#endif +#include "numpy/ndarrayobject.h" +#ifndef _WIN32 +# pragma GCC diagnostic pop +#endif +#include "rosidl_runtime_c/visibility_control.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__functions.h" + + +ROSIDL_GENERATOR_C_EXPORT +bool advrobotics_lab3_interfaces__srv__invkin__request__convert_from_py(PyObject * _pymsg, void * _ros_message) +{ + // check that the passed message is of the expected Python class + { + char full_classname_dest[55]; + { + char * class_name = NULL; + char * module_name = NULL; + { + PyObject * class_attr = PyObject_GetAttrString(_pymsg, "__class__"); + if (class_attr) { + PyObject * name_attr = PyObject_GetAttrString(class_attr, "__name__"); + if (name_attr) { + class_name = (char *)PyUnicode_1BYTE_DATA(name_attr); + Py_DECREF(name_attr); + } + PyObject * module_attr = PyObject_GetAttrString(class_attr, "__module__"); + if (module_attr) { + module_name = (char *)PyUnicode_1BYTE_DATA(module_attr); + Py_DECREF(module_attr); + } + Py_DECREF(class_attr); + } + } + if (!class_name || !module_name) { + return false; + } + snprintf(full_classname_dest, sizeof(full_classname_dest), "%s.%s", module_name, class_name); + } + assert(strncmp("advrobotics_lab3_interfaces.srv._invkin.Invkin_Request", full_classname_dest, 54) == 0); + } + advrobotics_lab3_interfaces__srv__Invkin_Request * ros_message = _ros_message; + { // x + PyObject * field = PyObject_GetAttrString(_pymsg, "x"); + if (!field) { + return false; + } + assert(PyFloat_Check(field)); + ros_message->x = (float)PyFloat_AS_DOUBLE(field); + Py_DECREF(field); + } + { // y + PyObject * field = PyObject_GetAttrString(_pymsg, "y"); + if (!field) { + return false; + } + assert(PyFloat_Check(field)); + ros_message->y = (float)PyFloat_AS_DOUBLE(field); + Py_DECREF(field); + } + { // z + PyObject * field = PyObject_GetAttrString(_pymsg, "z"); + if (!field) { + return false; + } + assert(PyFloat_Check(field)); + ros_message->z = (float)PyFloat_AS_DOUBLE(field); + Py_DECREF(field); + } + + return true; +} + +ROSIDL_GENERATOR_C_EXPORT +PyObject * advrobotics_lab3_interfaces__srv__invkin__request__convert_to_py(void * raw_ros_message) +{ + /* NOTE(esteve): Call constructor of Invkin_Request */ + PyObject * _pymessage = NULL; + { + PyObject * pymessage_module = PyImport_ImportModule("advrobotics_lab3_interfaces.srv._invkin"); + assert(pymessage_module); + PyObject * pymessage_class = PyObject_GetAttrString(pymessage_module, "Invkin_Request"); + assert(pymessage_class); + Py_DECREF(pymessage_module); + _pymessage = PyObject_CallObject(pymessage_class, NULL); + Py_DECREF(pymessage_class); + if (!_pymessage) { + return NULL; + } + } + advrobotics_lab3_interfaces__srv__Invkin_Request * ros_message = (advrobotics_lab3_interfaces__srv__Invkin_Request *)raw_ros_message; + { // x + PyObject * field = NULL; + field = PyFloat_FromDouble(ros_message->x); + { + int rc = PyObject_SetAttrString(_pymessage, "x", field); + Py_DECREF(field); + if (rc) { + return NULL; + } + } + } + { // y + PyObject * field = NULL; + field = PyFloat_FromDouble(ros_message->y); + { + int rc = PyObject_SetAttrString(_pymessage, "y", field); + Py_DECREF(field); + if (rc) { + return NULL; + } + } + } + { // z + PyObject * field = NULL; + field = PyFloat_FromDouble(ros_message->z); + { + int rc = PyObject_SetAttrString(_pymessage, "z", field); + Py_DECREF(field); + if (rc) { + return NULL; + } + } + } + + // ownership of _pymessage is transferred to the caller + return _pymessage; +} + +#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION +// already included above +// #include +// already included above +// #include +// already included above +// #include "numpy/ndarrayobject.h" +// already included above +// #include "rosidl_runtime_c/visibility_control.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__functions.h" + + +ROSIDL_GENERATOR_C_EXPORT +bool advrobotics_lab3_interfaces__srv__invkin__response__convert_from_py(PyObject * _pymsg, void * _ros_message) +{ + // check that the passed message is of the expected Python class + { + char full_classname_dest[56]; + { + char * class_name = NULL; + char * module_name = NULL; + { + PyObject * class_attr = PyObject_GetAttrString(_pymsg, "__class__"); + if (class_attr) { + PyObject * name_attr = PyObject_GetAttrString(class_attr, "__name__"); + if (name_attr) { + class_name = (char *)PyUnicode_1BYTE_DATA(name_attr); + Py_DECREF(name_attr); + } + PyObject * module_attr = PyObject_GetAttrString(class_attr, "__module__"); + if (module_attr) { + module_name = (char *)PyUnicode_1BYTE_DATA(module_attr); + Py_DECREF(module_attr); + } + Py_DECREF(class_attr); + } + } + if (!class_name || !module_name) { + return false; + } + snprintf(full_classname_dest, sizeof(full_classname_dest), "%s.%s", module_name, class_name); + } + assert(strncmp("advrobotics_lab3_interfaces.srv._invkin.Invkin_Response", full_classname_dest, 55) == 0); + } + advrobotics_lab3_interfaces__srv__Invkin_Response * ros_message = _ros_message; + { // sol + PyObject * field = PyObject_GetAttrString(_pymsg, "sol"); + if (!field) { + return false; + } + assert(PyLong_Check(field)); + ros_message->sol = (int8_t)PyLong_AsLong(field); + Py_DECREF(field); + } + { // q1 + PyObject * field = PyObject_GetAttrString(_pymsg, "q1"); + if (!field) { + return false; + } + assert(PyFloat_Check(field)); + ros_message->q1 = (float)PyFloat_AS_DOUBLE(field); + Py_DECREF(field); + } + { // q2 + PyObject * field = PyObject_GetAttrString(_pymsg, "q2"); + if (!field) { + return false; + } + assert(PyFloat_Check(field)); + ros_message->q2 = (float)PyFloat_AS_DOUBLE(field); + Py_DECREF(field); + } + { // q3 + PyObject * field = PyObject_GetAttrString(_pymsg, "q3"); + if (!field) { + return false; + } + assert(PyFloat_Check(field)); + ros_message->q3 = (float)PyFloat_AS_DOUBLE(field); + Py_DECREF(field); + } + + return true; +} + +ROSIDL_GENERATOR_C_EXPORT +PyObject * advrobotics_lab3_interfaces__srv__invkin__response__convert_to_py(void * raw_ros_message) +{ + /* NOTE(esteve): Call constructor of Invkin_Response */ + PyObject * _pymessage = NULL; + { + PyObject * pymessage_module = PyImport_ImportModule("advrobotics_lab3_interfaces.srv._invkin"); + assert(pymessage_module); + PyObject * pymessage_class = PyObject_GetAttrString(pymessage_module, "Invkin_Response"); + assert(pymessage_class); + Py_DECREF(pymessage_module); + _pymessage = PyObject_CallObject(pymessage_class, NULL); + Py_DECREF(pymessage_class); + if (!_pymessage) { + return NULL; + } + } + advrobotics_lab3_interfaces__srv__Invkin_Response * ros_message = (advrobotics_lab3_interfaces__srv__Invkin_Response *)raw_ros_message; + { // sol + PyObject * field = NULL; + field = PyLong_FromLong(ros_message->sol); + { + int rc = PyObject_SetAttrString(_pymessage, "sol", field); + Py_DECREF(field); + if (rc) { + return NULL; + } + } + } + { // q1 + PyObject * field = NULL; + field = PyFloat_FromDouble(ros_message->q1); + { + int rc = PyObject_SetAttrString(_pymessage, "q1", field); + Py_DECREF(field); + if (rc) { + return NULL; + } + } + } + { // q2 + PyObject * field = NULL; + field = PyFloat_FromDouble(ros_message->q2); + { + int rc = PyObject_SetAttrString(_pymessage, "q2", field); + Py_DECREF(field); + if (rc) { + return NULL; + } + } + } + { // q3 + PyObject * field = NULL; + field = PyFloat_FromDouble(ros_message->q3); + { + int rc = PyObject_SetAttrString(_pymessage, "q3", field); + Py_DECREF(field); + if (rc) { + return NULL; + } + } + } + + // ownership of _pymessage is transferred to the caller + return _pymessage; +} diff --git a/build/advrobotics_lab3_interfaces/rosidl_generator_py__arguments.json b/build/advrobotics_lab3_interfaces/rosidl_generator_py__arguments.json new file mode 100644 index 0000000..87d3ae6 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_generator_py__arguments.json @@ -0,0 +1,94 @@ +{ + "package_name": "advrobotics_lab3_interfaces", + "output_dir": "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_generator_py/advrobotics_lab3_interfaces", + "template_dir": "/opt/ros/humble/share/rosidl_generator_py/cmake/../resource", + "idl_tuples": [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces:msg/Joints.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces:msg/Gripper.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces:srv/Invkin.idl" + ], + "ros_interface_dependencies": [ + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Bool.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Byte.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/ByteMultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Char.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/ColorRGBA.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Empty.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float32.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float32MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float64.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float64MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Header.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int16.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int16MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int32.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int32MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int64.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int64MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int8.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int8MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/MultiArrayDimension.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/MultiArrayLayout.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/String.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt16.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt16MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt32.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt32MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt64.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt64MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt8.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt8MultiArray.idl", + "builtin_interfaces:/opt/ros/humble/share/builtin_interfaces/msg/Duration.idl", + "builtin_interfaces:/opt/ros/humble/share/builtin_interfaces/msg/Time.idl" + ], + "target_dependencies": [ + "/opt/ros/humble/share/rosidl_generator_py/cmake/../../../lib/rosidl_generator_py/rosidl_generator_py", + "/opt/ros/humble/local/lib/python3.10/dist-packages/rosidl_generator_py/__init__.py", + "/opt/ros/humble/local/lib/python3.10/dist-packages/rosidl_generator_py/generate_py_impl.py", + "/opt/ros/humble/share/rosidl_generator_py/cmake/../resource/_action_pkg_typesupport_entry_point.c.em", + "/opt/ros/humble/share/rosidl_generator_py/cmake/../resource/_action.py.em", + "/opt/ros/humble/share/rosidl_generator_py/cmake/../resource/_idl_pkg_typesupport_entry_point.c.em", + "/opt/ros/humble/share/rosidl_generator_py/cmake/../resource/_idl_support.c.em", + "/opt/ros/humble/share/rosidl_generator_py/cmake/../resource/_idl.py.em", + "/opt/ros/humble/share/rosidl_generator_py/cmake/../resource/_msg_pkg_typesupport_entry_point.c.em", + "/opt/ros/humble/share/rosidl_generator_py/cmake/../resource/_msg_support.c.em", + "/opt/ros/humble/share/rosidl_generator_py/cmake/../resource/_msg.py.em", + "/opt/ros/humble/share/rosidl_generator_py/cmake/../resource/_srv_pkg_typesupport_entry_point.c.em", + "/opt/ros/humble/share/rosidl_generator_py/cmake/../resource/_srv.py.em", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/msg/Joints.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/msg/Gripper.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/srv/Invkin.idl", + "/opt/ros/humble/share/std_msgs/msg/Bool.idl", + "/opt/ros/humble/share/std_msgs/msg/Byte.idl", + "/opt/ros/humble/share/std_msgs/msg/ByteMultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Char.idl", + "/opt/ros/humble/share/std_msgs/msg/ColorRGBA.idl", + "/opt/ros/humble/share/std_msgs/msg/Empty.idl", + "/opt/ros/humble/share/std_msgs/msg/Float32.idl", + "/opt/ros/humble/share/std_msgs/msg/Float32MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Float64.idl", + "/opt/ros/humble/share/std_msgs/msg/Float64MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Header.idl", + "/opt/ros/humble/share/std_msgs/msg/Int16.idl", + "/opt/ros/humble/share/std_msgs/msg/Int16MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Int32.idl", + "/opt/ros/humble/share/std_msgs/msg/Int32MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Int64.idl", + "/opt/ros/humble/share/std_msgs/msg/Int64MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Int8.idl", + "/opt/ros/humble/share/std_msgs/msg/Int8MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/MultiArrayDimension.idl", + "/opt/ros/humble/share/std_msgs/msg/MultiArrayLayout.idl", + "/opt/ros/humble/share/std_msgs/msg/String.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt16.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt16MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt32.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt32MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt64.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt64MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt8.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt8MultiArray.idl", + "/opt/ros/humble/share/builtin_interfaces/msg/Duration.idl", + "/opt/ros/humble/share/builtin_interfaces/msg/Time.idl" + ] +} diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp b/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp new file mode 100644 index 0000000..49df2ac --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp @@ -0,0 +1,95 @@ +// generated from rosidl_typesupport_c/resource/idl__type_support.cpp.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice + +#include "cstddef" +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h" +#include "rosidl_typesupport_c/identifier.h" +#include "rosidl_typesupport_c/message_type_support_dispatch.h" +#include "rosidl_typesupport_c/type_support_map.h" +#include "rosidl_typesupport_c/visibility_control.h" +#include "rosidl_typesupport_interface/macros.h" + +namespace advrobotics_lab3_interfaces +{ + +namespace msg +{ + +namespace rosidl_typesupport_c +{ + +typedef struct _Gripper_type_support_ids_t +{ + const char * typesupport_identifier[2]; +} _Gripper_type_support_ids_t; + +static const _Gripper_type_support_ids_t _Gripper_message_typesupport_ids = { + { + "rosidl_typesupport_fastrtps_c", // ::rosidl_typesupport_fastrtps_c::typesupport_identifier, + "rosidl_typesupport_introspection_c", // ::rosidl_typesupport_introspection_c::typesupport_identifier, + } +}; + +typedef struct _Gripper_type_support_symbol_names_t +{ + const char * symbol_name[2]; +} _Gripper_type_support_symbol_names_t; + +#define STRINGIFY_(s) #s +#define STRINGIFY(s) STRINGIFY_(s) + +static const _Gripper_type_support_symbol_names_t _Gripper_message_typesupport_symbol_names = { + { + STRINGIFY(ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_c, advrobotics_lab3_interfaces, msg, Gripper)), + STRINGIFY(ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, msg, Gripper)), + } +}; + +typedef struct _Gripper_type_support_data_t +{ + void * data[2]; +} _Gripper_type_support_data_t; + +static _Gripper_type_support_data_t _Gripper_message_typesupport_data = { + { + 0, // will store the shared library later + 0, // will store the shared library later + } +}; + +static const type_support_map_t _Gripper_message_typesupport_map = { + 2, + "advrobotics_lab3_interfaces", + &_Gripper_message_typesupport_ids.typesupport_identifier[0], + &_Gripper_message_typesupport_symbol_names.symbol_name[0], + &_Gripper_message_typesupport_data.data[0], +}; + +static const rosidl_message_type_support_t Gripper_message_type_support_handle = { + rosidl_typesupport_c__typesupport_identifier, + reinterpret_cast(&_Gripper_message_typesupport_map), + rosidl_typesupport_c__get_message_typesupport_handle_function, +}; + +} // namespace rosidl_typesupport_c + +} // namespace msg + +} // namespace advrobotics_lab3_interfaces + +#ifdef __cplusplus +extern "C" +{ +#endif + +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_c, advrobotics_lab3_interfaces, msg, Gripper)() { + return &::advrobotics_lab3_interfaces::msg::rosidl_typesupport_c::Gripper_message_type_support_handle; +} + +#ifdef __cplusplus +} +#endif diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp b/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp new file mode 100644 index 0000000..3b1ea72 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp @@ -0,0 +1,95 @@ +// generated from rosidl_typesupport_c/resource/idl__type_support.cpp.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice + +#include "cstddef" +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__type_support.h" +#include "rosidl_typesupport_c/identifier.h" +#include "rosidl_typesupport_c/message_type_support_dispatch.h" +#include "rosidl_typesupport_c/type_support_map.h" +#include "rosidl_typesupport_c/visibility_control.h" +#include "rosidl_typesupport_interface/macros.h" + +namespace advrobotics_lab3_interfaces +{ + +namespace msg +{ + +namespace rosidl_typesupport_c +{ + +typedef struct _Joints_type_support_ids_t +{ + const char * typesupport_identifier[2]; +} _Joints_type_support_ids_t; + +static const _Joints_type_support_ids_t _Joints_message_typesupport_ids = { + { + "rosidl_typesupport_fastrtps_c", // ::rosidl_typesupport_fastrtps_c::typesupport_identifier, + "rosidl_typesupport_introspection_c", // ::rosidl_typesupport_introspection_c::typesupport_identifier, + } +}; + +typedef struct _Joints_type_support_symbol_names_t +{ + const char * symbol_name[2]; +} _Joints_type_support_symbol_names_t; + +#define STRINGIFY_(s) #s +#define STRINGIFY(s) STRINGIFY_(s) + +static const _Joints_type_support_symbol_names_t _Joints_message_typesupport_symbol_names = { + { + STRINGIFY(ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_c, advrobotics_lab3_interfaces, msg, Joints)), + STRINGIFY(ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, msg, Joints)), + } +}; + +typedef struct _Joints_type_support_data_t +{ + void * data[2]; +} _Joints_type_support_data_t; + +static _Joints_type_support_data_t _Joints_message_typesupport_data = { + { + 0, // will store the shared library later + 0, // will store the shared library later + } +}; + +static const type_support_map_t _Joints_message_typesupport_map = { + 2, + "advrobotics_lab3_interfaces", + &_Joints_message_typesupport_ids.typesupport_identifier[0], + &_Joints_message_typesupport_symbol_names.symbol_name[0], + &_Joints_message_typesupport_data.data[0], +}; + +static const rosidl_message_type_support_t Joints_message_type_support_handle = { + rosidl_typesupport_c__typesupport_identifier, + reinterpret_cast(&_Joints_message_typesupport_map), + rosidl_typesupport_c__get_message_typesupport_handle_function, +}; + +} // namespace rosidl_typesupport_c + +} // namespace msg + +} // namespace advrobotics_lab3_interfaces + +#ifdef __cplusplus +extern "C" +{ +#endif + +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_c, advrobotics_lab3_interfaces, msg, Joints)() { + return &::advrobotics_lab3_interfaces::msg::rosidl_typesupport_c::Joints_message_type_support_handle; +} + +#ifdef __cplusplus +} +#endif diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp b/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp new file mode 100644 index 0000000..3e5a169 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp @@ -0,0 +1,291 @@ +// generated from rosidl_typesupport_c/resource/idl__type_support.cpp.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice + +#include "cstddef" +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h" +#include "rosidl_typesupport_c/identifier.h" +#include "rosidl_typesupport_c/message_type_support_dispatch.h" +#include "rosidl_typesupport_c/type_support_map.h" +#include "rosidl_typesupport_c/visibility_control.h" +#include "rosidl_typesupport_interface/macros.h" + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +namespace rosidl_typesupport_c +{ + +typedef struct _Invkin_Request_type_support_ids_t +{ + const char * typesupport_identifier[2]; +} _Invkin_Request_type_support_ids_t; + +static const _Invkin_Request_type_support_ids_t _Invkin_Request_message_typesupport_ids = { + { + "rosidl_typesupport_fastrtps_c", // ::rosidl_typesupport_fastrtps_c::typesupport_identifier, + "rosidl_typesupport_introspection_c", // ::rosidl_typesupport_introspection_c::typesupport_identifier, + } +}; + +typedef struct _Invkin_Request_type_support_symbol_names_t +{ + const char * symbol_name[2]; +} _Invkin_Request_type_support_symbol_names_t; + +#define STRINGIFY_(s) #s +#define STRINGIFY(s) STRINGIFY_(s) + +static const _Invkin_Request_type_support_symbol_names_t _Invkin_Request_message_typesupport_symbol_names = { + { + STRINGIFY(ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_c, advrobotics_lab3_interfaces, srv, Invkin_Request)), + STRINGIFY(ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, srv, Invkin_Request)), + } +}; + +typedef struct _Invkin_Request_type_support_data_t +{ + void * data[2]; +} _Invkin_Request_type_support_data_t; + +static _Invkin_Request_type_support_data_t _Invkin_Request_message_typesupport_data = { + { + 0, // will store the shared library later + 0, // will store the shared library later + } +}; + +static const type_support_map_t _Invkin_Request_message_typesupport_map = { + 2, + "advrobotics_lab3_interfaces", + &_Invkin_Request_message_typesupport_ids.typesupport_identifier[0], + &_Invkin_Request_message_typesupport_symbol_names.symbol_name[0], + &_Invkin_Request_message_typesupport_data.data[0], +}; + +static const rosidl_message_type_support_t Invkin_Request_message_type_support_handle = { + rosidl_typesupport_c__typesupport_identifier, + reinterpret_cast(&_Invkin_Request_message_typesupport_map), + rosidl_typesupport_c__get_message_typesupport_handle_function, +}; + +} // namespace rosidl_typesupport_c + +} // namespace srv + +} // namespace advrobotics_lab3_interfaces + +#ifdef __cplusplus +extern "C" +{ +#endif + +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_c, advrobotics_lab3_interfaces, srv, Invkin_Request)() { + return &::advrobotics_lab3_interfaces::srv::rosidl_typesupport_c::Invkin_Request_message_type_support_handle; +} + +#ifdef __cplusplus +} +#endif + +// already included above +// #include "cstddef" +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h" +// already included above +// #include "rosidl_typesupport_c/identifier.h" +// already included above +// #include "rosidl_typesupport_c/message_type_support_dispatch.h" +// already included above +// #include "rosidl_typesupport_c/type_support_map.h" +// already included above +// #include "rosidl_typesupport_c/visibility_control.h" +// already included above +// #include "rosidl_typesupport_interface/macros.h" + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +namespace rosidl_typesupport_c +{ + +typedef struct _Invkin_Response_type_support_ids_t +{ + const char * typesupport_identifier[2]; +} _Invkin_Response_type_support_ids_t; + +static const _Invkin_Response_type_support_ids_t _Invkin_Response_message_typesupport_ids = { + { + "rosidl_typesupport_fastrtps_c", // ::rosidl_typesupport_fastrtps_c::typesupport_identifier, + "rosidl_typesupport_introspection_c", // ::rosidl_typesupport_introspection_c::typesupport_identifier, + } +}; + +typedef struct _Invkin_Response_type_support_symbol_names_t +{ + const char * symbol_name[2]; +} _Invkin_Response_type_support_symbol_names_t; + +#define STRINGIFY_(s) #s +#define STRINGIFY(s) STRINGIFY_(s) + +static const _Invkin_Response_type_support_symbol_names_t _Invkin_Response_message_typesupport_symbol_names = { + { + STRINGIFY(ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_c, advrobotics_lab3_interfaces, srv, Invkin_Response)), + STRINGIFY(ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, srv, Invkin_Response)), + } +}; + +typedef struct _Invkin_Response_type_support_data_t +{ + void * data[2]; +} _Invkin_Response_type_support_data_t; + +static _Invkin_Response_type_support_data_t _Invkin_Response_message_typesupport_data = { + { + 0, // will store the shared library later + 0, // will store the shared library later + } +}; + +static const type_support_map_t _Invkin_Response_message_typesupport_map = { + 2, + "advrobotics_lab3_interfaces", + &_Invkin_Response_message_typesupport_ids.typesupport_identifier[0], + &_Invkin_Response_message_typesupport_symbol_names.symbol_name[0], + &_Invkin_Response_message_typesupport_data.data[0], +}; + +static const rosidl_message_type_support_t Invkin_Response_message_type_support_handle = { + rosidl_typesupport_c__typesupport_identifier, + reinterpret_cast(&_Invkin_Response_message_typesupport_map), + rosidl_typesupport_c__get_message_typesupport_handle_function, +}; + +} // namespace rosidl_typesupport_c + +} // namespace srv + +} // namespace advrobotics_lab3_interfaces + +#ifdef __cplusplus +extern "C" +{ +#endif + +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_c, advrobotics_lab3_interfaces, srv, Invkin_Response)() { + return &::advrobotics_lab3_interfaces::srv::rosidl_typesupport_c::Invkin_Response_message_type_support_handle; +} + +#ifdef __cplusplus +} +#endif + +// already included above +// #include "cstddef" +#include "rosidl_runtime_c/service_type_support_struct.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h" +// already included above +// #include "rosidl_typesupport_c/identifier.h" +#include "rosidl_typesupport_c/service_type_support_dispatch.h" +// already included above +// #include "rosidl_typesupport_c/type_support_map.h" +// already included above +// #include "rosidl_typesupport_interface/macros.h" + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +namespace rosidl_typesupport_c +{ + +typedef struct _Invkin_type_support_ids_t +{ + const char * typesupport_identifier[2]; +} _Invkin_type_support_ids_t; + +static const _Invkin_type_support_ids_t _Invkin_service_typesupport_ids = { + { + "rosidl_typesupport_fastrtps_c", // ::rosidl_typesupport_fastrtps_c::typesupport_identifier, + "rosidl_typesupport_introspection_c", // ::rosidl_typesupport_introspection_c::typesupport_identifier, + } +}; + +typedef struct _Invkin_type_support_symbol_names_t +{ + const char * symbol_name[2]; +} _Invkin_type_support_symbol_names_t; + +#define STRINGIFY_(s) #s +#define STRINGIFY(s) STRINGIFY_(s) + +static const _Invkin_type_support_symbol_names_t _Invkin_service_typesupport_symbol_names = { + { + STRINGIFY(ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_fastrtps_c, advrobotics_lab3_interfaces, srv, Invkin)), + STRINGIFY(ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, srv, Invkin)), + } +}; + +typedef struct _Invkin_type_support_data_t +{ + void * data[2]; +} _Invkin_type_support_data_t; + +static _Invkin_type_support_data_t _Invkin_service_typesupport_data = { + { + 0, // will store the shared library later + 0, // will store the shared library later + } +}; + +static const type_support_map_t _Invkin_service_typesupport_map = { + 2, + "advrobotics_lab3_interfaces", + &_Invkin_service_typesupport_ids.typesupport_identifier[0], + &_Invkin_service_typesupport_symbol_names.symbol_name[0], + &_Invkin_service_typesupport_data.data[0], +}; + +static const rosidl_service_type_support_t Invkin_service_type_support_handle = { + rosidl_typesupport_c__typesupport_identifier, + reinterpret_cast(&_Invkin_service_typesupport_map), + rosidl_typesupport_c__get_service_typesupport_handle_function, +}; + +} // namespace rosidl_typesupport_c + +} // namespace srv + +} // namespace advrobotics_lab3_interfaces + +#ifdef __cplusplus +extern "C" +{ +#endif + +const rosidl_service_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_c, advrobotics_lab3_interfaces, srv, Invkin)() { + return &::advrobotics_lab3_interfaces::srv::rosidl_typesupport_c::Invkin_service_type_support_handle; +} + +#ifdef __cplusplus +} +#endif diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_c__arguments.json b/build/advrobotics_lab3_interfaces/rosidl_typesupport_c__arguments.json new file mode 100644 index 0000000..2642f2f --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_c__arguments.json @@ -0,0 +1,87 @@ +{ + "package_name": "advrobotics_lab3_interfaces", + "output_dir": "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_c/advrobotics_lab3_interfaces", + "template_dir": "/opt/ros/humble/share/rosidl_typesupport_c/resource", + "idl_tuples": [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces:msg/Joints.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces:msg/Gripper.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces:srv/Invkin.idl" + ], + "ros_interface_dependencies": [ + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Bool.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Byte.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/ByteMultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Char.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/ColorRGBA.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Empty.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float32.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float32MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float64.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float64MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Header.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int16.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int16MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int32.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int32MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int64.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int64MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int8.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int8MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/MultiArrayDimension.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/MultiArrayLayout.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/String.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt16.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt16MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt32.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt32MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt64.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt64MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt8.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt8MultiArray.idl", + "builtin_interfaces:/opt/ros/humble/share/builtin_interfaces/msg/Duration.idl", + "builtin_interfaces:/opt/ros/humble/share/builtin_interfaces/msg/Time.idl" + ], + "target_dependencies": [ + "/opt/ros/humble/lib/rosidl_typesupport_c/rosidl_typesupport_c", + "/opt/ros/humble/local/lib/python3.10/dist-packages/rosidl_typesupport_c/__init__.py", + "/opt/ros/humble/share/rosidl_typesupport_c/resource/action__type_support.c.em", + "/opt/ros/humble/share/rosidl_typesupport_c/resource/idl__type_support.cpp.em", + "/opt/ros/humble/share/rosidl_typesupport_c/resource/msg__type_support.cpp.em", + "/opt/ros/humble/share/rosidl_typesupport_c/resource/srv__type_support.cpp.em", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/msg/Joints.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/msg/Gripper.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/srv/Invkin.idl", + "/opt/ros/humble/share/std_msgs/msg/Bool.idl", + "/opt/ros/humble/share/std_msgs/msg/Byte.idl", + "/opt/ros/humble/share/std_msgs/msg/ByteMultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Char.idl", + "/opt/ros/humble/share/std_msgs/msg/ColorRGBA.idl", + "/opt/ros/humble/share/std_msgs/msg/Empty.idl", + "/opt/ros/humble/share/std_msgs/msg/Float32.idl", + "/opt/ros/humble/share/std_msgs/msg/Float32MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Float64.idl", + "/opt/ros/humble/share/std_msgs/msg/Float64MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Header.idl", + "/opt/ros/humble/share/std_msgs/msg/Int16.idl", + "/opt/ros/humble/share/std_msgs/msg/Int16MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Int32.idl", + "/opt/ros/humble/share/std_msgs/msg/Int32MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Int64.idl", + "/opt/ros/humble/share/std_msgs/msg/Int64MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Int8.idl", + "/opt/ros/humble/share/std_msgs/msg/Int8MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/MultiArrayDimension.idl", + "/opt/ros/humble/share/std_msgs/msg/MultiArrayLayout.idl", + "/opt/ros/humble/share/std_msgs/msg/String.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt16.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt16MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt32.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt32MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt64.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt64MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt8.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt8MultiArray.idl", + "/opt/ros/humble/share/builtin_interfaces/msg/Duration.idl", + "/opt/ros/humble/share/builtin_interfaces/msg/Time.idl" + ] +} diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp b/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp new file mode 100644 index 0000000..59b16f9 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp @@ -0,0 +1,108 @@ +// generated from rosidl_typesupport_cpp/resource/idl__type_support.cpp.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice + +#include "cstddef" +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp" +#include "rosidl_typesupport_cpp/identifier.hpp" +#include "rosidl_typesupport_cpp/message_type_support.hpp" +#include "rosidl_typesupport_c/type_support_map.h" +#include "rosidl_typesupport_cpp/message_type_support_dispatch.hpp" +#include "rosidl_typesupport_cpp/visibility_control.h" +#include "rosidl_typesupport_interface/macros.h" + +namespace advrobotics_lab3_interfaces +{ + +namespace msg +{ + +namespace rosidl_typesupport_cpp +{ + +typedef struct _Gripper_type_support_ids_t +{ + const char * typesupport_identifier[2]; +} _Gripper_type_support_ids_t; + +static const _Gripper_type_support_ids_t _Gripper_message_typesupport_ids = { + { + "rosidl_typesupport_fastrtps_cpp", // ::rosidl_typesupport_fastrtps_cpp::typesupport_identifier, + "rosidl_typesupport_introspection_cpp", // ::rosidl_typesupport_introspection_cpp::typesupport_identifier, + } +}; + +typedef struct _Gripper_type_support_symbol_names_t +{ + const char * symbol_name[2]; +} _Gripper_type_support_symbol_names_t; + +#define STRINGIFY_(s) #s +#define STRINGIFY(s) STRINGIFY_(s) + +static const _Gripper_type_support_symbol_names_t _Gripper_message_typesupport_symbol_names = { + { + STRINGIFY(ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_cpp, advrobotics_lab3_interfaces, msg, Gripper)), + STRINGIFY(ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_cpp, advrobotics_lab3_interfaces, msg, Gripper)), + } +}; + +typedef struct _Gripper_type_support_data_t +{ + void * data[2]; +} _Gripper_type_support_data_t; + +static _Gripper_type_support_data_t _Gripper_message_typesupport_data = { + { + 0, // will store the shared library later + 0, // will store the shared library later + } +}; + +static const type_support_map_t _Gripper_message_typesupport_map = { + 2, + "advrobotics_lab3_interfaces", + &_Gripper_message_typesupport_ids.typesupport_identifier[0], + &_Gripper_message_typesupport_symbol_names.symbol_name[0], + &_Gripper_message_typesupport_data.data[0], +}; + +static const rosidl_message_type_support_t Gripper_message_type_support_handle = { + ::rosidl_typesupport_cpp::typesupport_identifier, + reinterpret_cast(&_Gripper_message_typesupport_map), + ::rosidl_typesupport_cpp::get_message_typesupport_handle_function, +}; + +} // namespace rosidl_typesupport_cpp + +} // namespace msg + +} // namespace advrobotics_lab3_interfaces + +namespace rosidl_typesupport_cpp +{ + +template<> +ROSIDL_TYPESUPPORT_CPP_PUBLIC +const rosidl_message_type_support_t * +get_message_type_support_handle() +{ + return &::advrobotics_lab3_interfaces::msg::rosidl_typesupport_cpp::Gripper_message_type_support_handle; +} + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_CPP_PUBLIC +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cpp, advrobotics_lab3_interfaces, msg, Gripper)() { + return get_message_type_support_handle(); +} + +#ifdef __cplusplus +} +#endif +} // namespace rosidl_typesupport_cpp diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp b/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp new file mode 100644 index 0000000..ae9359f --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp @@ -0,0 +1,108 @@ +// generated from rosidl_typesupport_cpp/resource/idl__type_support.cpp.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice + +#include "cstddef" +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp" +#include "rosidl_typesupport_cpp/identifier.hpp" +#include "rosidl_typesupport_cpp/message_type_support.hpp" +#include "rosidl_typesupport_c/type_support_map.h" +#include "rosidl_typesupport_cpp/message_type_support_dispatch.hpp" +#include "rosidl_typesupport_cpp/visibility_control.h" +#include "rosidl_typesupport_interface/macros.h" + +namespace advrobotics_lab3_interfaces +{ + +namespace msg +{ + +namespace rosidl_typesupport_cpp +{ + +typedef struct _Joints_type_support_ids_t +{ + const char * typesupport_identifier[2]; +} _Joints_type_support_ids_t; + +static const _Joints_type_support_ids_t _Joints_message_typesupport_ids = { + { + "rosidl_typesupport_fastrtps_cpp", // ::rosidl_typesupport_fastrtps_cpp::typesupport_identifier, + "rosidl_typesupport_introspection_cpp", // ::rosidl_typesupport_introspection_cpp::typesupport_identifier, + } +}; + +typedef struct _Joints_type_support_symbol_names_t +{ + const char * symbol_name[2]; +} _Joints_type_support_symbol_names_t; + +#define STRINGIFY_(s) #s +#define STRINGIFY(s) STRINGIFY_(s) + +static const _Joints_type_support_symbol_names_t _Joints_message_typesupport_symbol_names = { + { + STRINGIFY(ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_cpp, advrobotics_lab3_interfaces, msg, Joints)), + STRINGIFY(ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_cpp, advrobotics_lab3_interfaces, msg, Joints)), + } +}; + +typedef struct _Joints_type_support_data_t +{ + void * data[2]; +} _Joints_type_support_data_t; + +static _Joints_type_support_data_t _Joints_message_typesupport_data = { + { + 0, // will store the shared library later + 0, // will store the shared library later + } +}; + +static const type_support_map_t _Joints_message_typesupport_map = { + 2, + "advrobotics_lab3_interfaces", + &_Joints_message_typesupport_ids.typesupport_identifier[0], + &_Joints_message_typesupport_symbol_names.symbol_name[0], + &_Joints_message_typesupport_data.data[0], +}; + +static const rosidl_message_type_support_t Joints_message_type_support_handle = { + ::rosidl_typesupport_cpp::typesupport_identifier, + reinterpret_cast(&_Joints_message_typesupport_map), + ::rosidl_typesupport_cpp::get_message_typesupport_handle_function, +}; + +} // namespace rosidl_typesupport_cpp + +} // namespace msg + +} // namespace advrobotics_lab3_interfaces + +namespace rosidl_typesupport_cpp +{ + +template<> +ROSIDL_TYPESUPPORT_CPP_PUBLIC +const rosidl_message_type_support_t * +get_message_type_support_handle() +{ + return &::advrobotics_lab3_interfaces::msg::rosidl_typesupport_cpp::Joints_message_type_support_handle; +} + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_CPP_PUBLIC +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cpp, advrobotics_lab3_interfaces, msg, Joints)() { + return get_message_type_support_handle(); +} + +#ifdef __cplusplus +} +#endif +} // namespace rosidl_typesupport_cpp diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp b/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp new file mode 100644 index 0000000..75a9944 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp @@ -0,0 +1,334 @@ +// generated from rosidl_typesupport_cpp/resource/idl__type_support.cpp.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice + +#include "cstddef" +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp" +#include "rosidl_typesupport_cpp/identifier.hpp" +#include "rosidl_typesupport_cpp/message_type_support.hpp" +#include "rosidl_typesupport_c/type_support_map.h" +#include "rosidl_typesupport_cpp/message_type_support_dispatch.hpp" +#include "rosidl_typesupport_cpp/visibility_control.h" +#include "rosidl_typesupport_interface/macros.h" + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +namespace rosidl_typesupport_cpp +{ + +typedef struct _Invkin_Request_type_support_ids_t +{ + const char * typesupport_identifier[2]; +} _Invkin_Request_type_support_ids_t; + +static const _Invkin_Request_type_support_ids_t _Invkin_Request_message_typesupport_ids = { + { + "rosidl_typesupport_fastrtps_cpp", // ::rosidl_typesupport_fastrtps_cpp::typesupport_identifier, + "rosidl_typesupport_introspection_cpp", // ::rosidl_typesupport_introspection_cpp::typesupport_identifier, + } +}; + +typedef struct _Invkin_Request_type_support_symbol_names_t +{ + const char * symbol_name[2]; +} _Invkin_Request_type_support_symbol_names_t; + +#define STRINGIFY_(s) #s +#define STRINGIFY(s) STRINGIFY_(s) + +static const _Invkin_Request_type_support_symbol_names_t _Invkin_Request_message_typesupport_symbol_names = { + { + STRINGIFY(ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_cpp, advrobotics_lab3_interfaces, srv, Invkin_Request)), + STRINGIFY(ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_cpp, advrobotics_lab3_interfaces, srv, Invkin_Request)), + } +}; + +typedef struct _Invkin_Request_type_support_data_t +{ + void * data[2]; +} _Invkin_Request_type_support_data_t; + +static _Invkin_Request_type_support_data_t _Invkin_Request_message_typesupport_data = { + { + 0, // will store the shared library later + 0, // will store the shared library later + } +}; + +static const type_support_map_t _Invkin_Request_message_typesupport_map = { + 2, + "advrobotics_lab3_interfaces", + &_Invkin_Request_message_typesupport_ids.typesupport_identifier[0], + &_Invkin_Request_message_typesupport_symbol_names.symbol_name[0], + &_Invkin_Request_message_typesupport_data.data[0], +}; + +static const rosidl_message_type_support_t Invkin_Request_message_type_support_handle = { + ::rosidl_typesupport_cpp::typesupport_identifier, + reinterpret_cast(&_Invkin_Request_message_typesupport_map), + ::rosidl_typesupport_cpp::get_message_typesupport_handle_function, +}; + +} // namespace rosidl_typesupport_cpp + +} // namespace srv + +} // namespace advrobotics_lab3_interfaces + +namespace rosidl_typesupport_cpp +{ + +template<> +ROSIDL_TYPESUPPORT_CPP_PUBLIC +const rosidl_message_type_support_t * +get_message_type_support_handle() +{ + return &::advrobotics_lab3_interfaces::srv::rosidl_typesupport_cpp::Invkin_Request_message_type_support_handle; +} + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_CPP_PUBLIC +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cpp, advrobotics_lab3_interfaces, srv, Invkin_Request)() { + return get_message_type_support_handle(); +} + +#ifdef __cplusplus +} +#endif +} // namespace rosidl_typesupport_cpp + +// already included above +// #include "cstddef" +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp" +// already included above +// #include "rosidl_typesupport_cpp/identifier.hpp" +// already included above +// #include "rosidl_typesupport_cpp/message_type_support.hpp" +// already included above +// #include "rosidl_typesupport_c/type_support_map.h" +// already included above +// #include "rosidl_typesupport_cpp/message_type_support_dispatch.hpp" +// already included above +// #include "rosidl_typesupport_cpp/visibility_control.h" +// already included above +// #include "rosidl_typesupport_interface/macros.h" + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +namespace rosidl_typesupport_cpp +{ + +typedef struct _Invkin_Response_type_support_ids_t +{ + const char * typesupport_identifier[2]; +} _Invkin_Response_type_support_ids_t; + +static const _Invkin_Response_type_support_ids_t _Invkin_Response_message_typesupport_ids = { + { + "rosidl_typesupport_fastrtps_cpp", // ::rosidl_typesupport_fastrtps_cpp::typesupport_identifier, + "rosidl_typesupport_introspection_cpp", // ::rosidl_typesupport_introspection_cpp::typesupport_identifier, + } +}; + +typedef struct _Invkin_Response_type_support_symbol_names_t +{ + const char * symbol_name[2]; +} _Invkin_Response_type_support_symbol_names_t; + +#define STRINGIFY_(s) #s +#define STRINGIFY(s) STRINGIFY_(s) + +static const _Invkin_Response_type_support_symbol_names_t _Invkin_Response_message_typesupport_symbol_names = { + { + STRINGIFY(ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_cpp, advrobotics_lab3_interfaces, srv, Invkin_Response)), + STRINGIFY(ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_cpp, advrobotics_lab3_interfaces, srv, Invkin_Response)), + } +}; + +typedef struct _Invkin_Response_type_support_data_t +{ + void * data[2]; +} _Invkin_Response_type_support_data_t; + +static _Invkin_Response_type_support_data_t _Invkin_Response_message_typesupport_data = { + { + 0, // will store the shared library later + 0, // will store the shared library later + } +}; + +static const type_support_map_t _Invkin_Response_message_typesupport_map = { + 2, + "advrobotics_lab3_interfaces", + &_Invkin_Response_message_typesupport_ids.typesupport_identifier[0], + &_Invkin_Response_message_typesupport_symbol_names.symbol_name[0], + &_Invkin_Response_message_typesupport_data.data[0], +}; + +static const rosidl_message_type_support_t Invkin_Response_message_type_support_handle = { + ::rosidl_typesupport_cpp::typesupport_identifier, + reinterpret_cast(&_Invkin_Response_message_typesupport_map), + ::rosidl_typesupport_cpp::get_message_typesupport_handle_function, +}; + +} // namespace rosidl_typesupport_cpp + +} // namespace srv + +} // namespace advrobotics_lab3_interfaces + +namespace rosidl_typesupport_cpp +{ + +template<> +ROSIDL_TYPESUPPORT_CPP_PUBLIC +const rosidl_message_type_support_t * +get_message_type_support_handle() +{ + return &::advrobotics_lab3_interfaces::srv::rosidl_typesupport_cpp::Invkin_Response_message_type_support_handle; +} + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_CPP_PUBLIC +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cpp, advrobotics_lab3_interfaces, srv, Invkin_Response)() { + return get_message_type_support_handle(); +} + +#ifdef __cplusplus +} +#endif +} // namespace rosidl_typesupport_cpp + +// already included above +// #include "cstddef" +#include "rosidl_runtime_c/service_type_support_struct.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp" +// already included above +// #include "rosidl_typesupport_cpp/identifier.hpp" +#include "rosidl_typesupport_cpp/service_type_support.hpp" +// already included above +// #include "rosidl_typesupport_c/type_support_map.h" +#include "rosidl_typesupport_cpp/service_type_support_dispatch.hpp" +// already included above +// #include "rosidl_typesupport_cpp/visibility_control.h" +// already included above +// #include "rosidl_typesupport_interface/macros.h" + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +namespace rosidl_typesupport_cpp +{ + +typedef struct _Invkin_type_support_ids_t +{ + const char * typesupport_identifier[2]; +} _Invkin_type_support_ids_t; + +static const _Invkin_type_support_ids_t _Invkin_service_typesupport_ids = { + { + "rosidl_typesupport_fastrtps_cpp", // ::rosidl_typesupport_fastrtps_cpp::typesupport_identifier, + "rosidl_typesupport_introspection_cpp", // ::rosidl_typesupport_introspection_cpp::typesupport_identifier, + } +}; + +typedef struct _Invkin_type_support_symbol_names_t +{ + const char * symbol_name[2]; +} _Invkin_type_support_symbol_names_t; + +#define STRINGIFY_(s) #s +#define STRINGIFY(s) STRINGIFY_(s) + +static const _Invkin_type_support_symbol_names_t _Invkin_service_typesupport_symbol_names = { + { + STRINGIFY(ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_fastrtps_cpp, advrobotics_lab3_interfaces, srv, Invkin)), + STRINGIFY(ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_introspection_cpp, advrobotics_lab3_interfaces, srv, Invkin)), + } +}; + +typedef struct _Invkin_type_support_data_t +{ + void * data[2]; +} _Invkin_type_support_data_t; + +static _Invkin_type_support_data_t _Invkin_service_typesupport_data = { + { + 0, // will store the shared library later + 0, // will store the shared library later + } +}; + +static const type_support_map_t _Invkin_service_typesupport_map = { + 2, + "advrobotics_lab3_interfaces", + &_Invkin_service_typesupport_ids.typesupport_identifier[0], + &_Invkin_service_typesupport_symbol_names.symbol_name[0], + &_Invkin_service_typesupport_data.data[0], +}; + +static const rosidl_service_type_support_t Invkin_service_type_support_handle = { + ::rosidl_typesupport_cpp::typesupport_identifier, + reinterpret_cast(&_Invkin_service_typesupport_map), + ::rosidl_typesupport_cpp::get_service_typesupport_handle_function, +}; + +} // namespace rosidl_typesupport_cpp + +} // namespace srv + +} // namespace advrobotics_lab3_interfaces + +namespace rosidl_typesupport_cpp +{ + +template<> +ROSIDL_TYPESUPPORT_CPP_PUBLIC +const rosidl_service_type_support_t * +get_service_type_support_handle() +{ + return &::advrobotics_lab3_interfaces::srv::rosidl_typesupport_cpp::Invkin_service_type_support_handle; +} + +} // namespace rosidl_typesupport_cpp + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_CPP_PUBLIC +const rosidl_service_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cpp, advrobotics_lab3_interfaces, srv, Invkin)() { + return ::rosidl_typesupport_cpp::get_service_type_support_handle(); +} + +#ifdef __cplusplus +} +#endif diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp__arguments.json b/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp__arguments.json new file mode 100644 index 0000000..aca7948 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp__arguments.json @@ -0,0 +1,87 @@ +{ + "package_name": "advrobotics_lab3_interfaces", + "output_dir": "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_cpp/advrobotics_lab3_interfaces", + "template_dir": "/opt/ros/humble/share/rosidl_typesupport_cpp/resource", + "idl_tuples": [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces:msg/Joints.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces:msg/Gripper.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces:srv/Invkin.idl" + ], + "ros_interface_dependencies": [ + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Bool.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Byte.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/ByteMultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Char.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/ColorRGBA.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Empty.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float32.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float32MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float64.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float64MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Header.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int16.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int16MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int32.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int32MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int64.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int64MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int8.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int8MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/MultiArrayDimension.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/MultiArrayLayout.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/String.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt16.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt16MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt32.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt32MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt64.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt64MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt8.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt8MultiArray.idl", + "builtin_interfaces:/opt/ros/humble/share/builtin_interfaces/msg/Duration.idl", + "builtin_interfaces:/opt/ros/humble/share/builtin_interfaces/msg/Time.idl" + ], + "target_dependencies": [ + "/opt/ros/humble/lib/rosidl_typesupport_cpp/rosidl_typesupport_cpp", + "/opt/ros/humble/local/lib/python3.10/dist-packages/rosidl_typesupport_cpp/__init__.py", + "/opt/ros/humble/share/rosidl_typesupport_cpp/resource/action__type_support.cpp.em", + "/opt/ros/humble/share/rosidl_typesupport_cpp/resource/idl__type_support.cpp.em", + "/opt/ros/humble/share/rosidl_typesupport_cpp/resource/msg__type_support.cpp.em", + "/opt/ros/humble/share/rosidl_typesupport_cpp/resource/srv__type_support.cpp.em", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/msg/Joints.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/msg/Gripper.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/srv/Invkin.idl", + "/opt/ros/humble/share/std_msgs/msg/Bool.idl", + "/opt/ros/humble/share/std_msgs/msg/Byte.idl", + "/opt/ros/humble/share/std_msgs/msg/ByteMultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Char.idl", + "/opt/ros/humble/share/std_msgs/msg/ColorRGBA.idl", + "/opt/ros/humble/share/std_msgs/msg/Empty.idl", + "/opt/ros/humble/share/std_msgs/msg/Float32.idl", + "/opt/ros/humble/share/std_msgs/msg/Float32MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Float64.idl", + "/opt/ros/humble/share/std_msgs/msg/Float64MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Header.idl", + "/opt/ros/humble/share/std_msgs/msg/Int16.idl", + "/opt/ros/humble/share/std_msgs/msg/Int16MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Int32.idl", + "/opt/ros/humble/share/std_msgs/msg/Int32MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Int64.idl", + "/opt/ros/humble/share/std_msgs/msg/Int64MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Int8.idl", + "/opt/ros/humble/share/std_msgs/msg/Int8MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/MultiArrayDimension.idl", + "/opt/ros/humble/share/std_msgs/msg/MultiArrayLayout.idl", + "/opt/ros/humble/share/std_msgs/msg/String.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt16.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt16MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt32.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt32MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt64.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt64MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt8.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt8MultiArray.idl", + "/opt/ros/humble/share/builtin_interfaces/msg/Duration.idl", + "/opt/ros/humble/share/builtin_interfaces/msg/Time.idl" + ] +} diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h new file mode 100644 index 0000000..2027ce0 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h @@ -0,0 +1,37 @@ +// generated from rosidl_typesupport_fastrtps_c/resource/idl__rosidl_typesupport_fastrtps_c.h.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__ROSIDL_TYPESUPPORT_FASTRTPS_C_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__ROSIDL_TYPESUPPORT_FASTRTPS_C_H_ + + +#include +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_typesupport_interface/macros.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h" + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +size_t get_serialized_size_advrobotics_lab3_interfaces__msg__Gripper( + const void * untyped_ros_message, + size_t current_alignment); + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +size_t max_serialized_size_advrobotics_lab3_interfaces__msg__Gripper( + bool & full_bounded, + bool & is_plain, + size_t current_alignment); + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_c, advrobotics_lab3_interfaces, msg, Gripper)(); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__ROSIDL_TYPESUPPORT_FASTRTPS_C_H_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp new file mode 100644 index 0000000..5d54287 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp @@ -0,0 +1,189 @@ +// generated from rosidl_typesupport_fastrtps_c/resource/idl__type_support_c.cpp.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice +#include "advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h" + + +#include +#include +#include +#include "rosidl_typesupport_fastrtps_c/identifier.h" +#include "rosidl_typesupport_fastrtps_c/wstring_conversion.hpp" +#include "rosidl_typesupport_fastrtps_cpp/message_type_support.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__functions.h" +#include "fastcdr/Cdr.h" + +#ifndef _WIN32 +# pragma GCC diagnostic push +# pragma GCC diagnostic ignored "-Wunused-parameter" +# ifdef __clang__ +# pragma clang diagnostic ignored "-Wdeprecated-register" +# pragma clang diagnostic ignored "-Wreturn-type-c-linkage" +# endif +#endif +#ifndef _WIN32 +# pragma GCC diagnostic pop +#endif + +// includes and forward declarations of message dependencies and their conversion functions + +#if defined(__cplusplus) +extern "C" +{ +#endif + + +// forward declare type support functions + + +using _Gripper__ros_msg_type = advrobotics_lab3_interfaces__msg__Gripper; + +static bool _Gripper__cdr_serialize( + const void * untyped_ros_message, + eprosima::fastcdr::Cdr & cdr) +{ + if (!untyped_ros_message) { + fprintf(stderr, "ros message handle is null\n"); + return false; + } + const _Gripper__ros_msg_type * ros_message = static_cast(untyped_ros_message); + // Field name: gripper + { + cdr << ros_message->gripper; + } + + return true; +} + +static bool _Gripper__cdr_deserialize( + eprosima::fastcdr::Cdr & cdr, + void * untyped_ros_message) +{ + if (!untyped_ros_message) { + fprintf(stderr, "ros message handle is null\n"); + return false; + } + _Gripper__ros_msg_type * ros_message = static_cast<_Gripper__ros_msg_type *>(untyped_ros_message); + // Field name: gripper + { + cdr >> ros_message->gripper; + } + + return true; +} // NOLINT(readability/fn_size) + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +size_t get_serialized_size_advrobotics_lab3_interfaces__msg__Gripper( + const void * untyped_ros_message, + size_t current_alignment) +{ + const _Gripper__ros_msg_type * ros_message = static_cast(untyped_ros_message); + (void)ros_message; + size_t initial_alignment = current_alignment; + + const size_t padding = 4; + const size_t wchar_size = 4; + (void)padding; + (void)wchar_size; + + // field.name gripper + { + size_t item_size = sizeof(ros_message->gripper); + current_alignment += item_size + + eprosima::fastcdr::Cdr::alignment(current_alignment, item_size); + } + + return current_alignment - initial_alignment; +} + +static uint32_t _Gripper__get_serialized_size(const void * untyped_ros_message) +{ + return static_cast( + get_serialized_size_advrobotics_lab3_interfaces__msg__Gripper( + untyped_ros_message, 0)); +} + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +size_t max_serialized_size_advrobotics_lab3_interfaces__msg__Gripper( + bool & full_bounded, + bool & is_plain, + size_t current_alignment) +{ + size_t initial_alignment = current_alignment; + + const size_t padding = 4; + const size_t wchar_size = 4; + size_t last_member_size = 0; + (void)last_member_size; + (void)padding; + (void)wchar_size; + + full_bounded = true; + is_plain = true; + + // member: gripper + { + size_t array_size = 1; + + last_member_size = array_size * sizeof(uint32_t); + current_alignment += array_size * sizeof(uint32_t) + + eprosima::fastcdr::Cdr::alignment(current_alignment, sizeof(uint32_t)); + } + + size_t ret_val = current_alignment - initial_alignment; + if (is_plain) { + // All members are plain, and type is not empty. + // We still need to check that the in-memory alignment + // is the same as the CDR mandated alignment. + using DataType = advrobotics_lab3_interfaces__msg__Gripper; + is_plain = + ( + offsetof(DataType, gripper) + + last_member_size + ) == ret_val; + } + + return ret_val; +} + +static size_t _Gripper__max_serialized_size(char & bounds_info) +{ + bool full_bounded; + bool is_plain; + size_t ret_val; + + ret_val = max_serialized_size_advrobotics_lab3_interfaces__msg__Gripper( + full_bounded, is_plain, 0); + + bounds_info = + is_plain ? ROSIDL_TYPESUPPORT_FASTRTPS_PLAIN_TYPE : + full_bounded ? ROSIDL_TYPESUPPORT_FASTRTPS_BOUNDED_TYPE : ROSIDL_TYPESUPPORT_FASTRTPS_UNBOUNDED_TYPE; + return ret_val; +} + + +static message_type_support_callbacks_t __callbacks_Gripper = { + "advrobotics_lab3_interfaces::msg", + "Gripper", + _Gripper__cdr_serialize, + _Gripper__cdr_deserialize, + _Gripper__get_serialized_size, + _Gripper__max_serialized_size +}; + +static rosidl_message_type_support_t _Gripper__type_support = { + rosidl_typesupport_fastrtps_c__identifier, + &__callbacks_Gripper, + get_message_typesupport_handle_function, +}; + +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_c, advrobotics_lab3_interfaces, msg, Gripper)() { + return &_Gripper__type_support; +} + +#if defined(__cplusplus) +} +#endif diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h new file mode 100644 index 0000000..4bcfde1 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h @@ -0,0 +1,37 @@ +// generated from rosidl_typesupport_fastrtps_c/resource/idl__rosidl_typesupport_fastrtps_c.h.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__ROSIDL_TYPESUPPORT_FASTRTPS_C_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__ROSIDL_TYPESUPPORT_FASTRTPS_C_H_ + + +#include +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_typesupport_interface/macros.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h" + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +size_t get_serialized_size_advrobotics_lab3_interfaces__msg__Joints( + const void * untyped_ros_message, + size_t current_alignment); + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +size_t max_serialized_size_advrobotics_lab3_interfaces__msg__Joints( + bool & full_bounded, + bool & is_plain, + size_t current_alignment); + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_c, advrobotics_lab3_interfaces, msg, Joints)(); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__ROSIDL_TYPESUPPORT_FASTRTPS_C_H_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp new file mode 100644 index 0000000..a0fe3ec --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp @@ -0,0 +1,237 @@ +// generated from rosidl_typesupport_fastrtps_c/resource/idl__type_support_c.cpp.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice +#include "advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h" + + +#include +#include +#include +#include "rosidl_typesupport_fastrtps_c/identifier.h" +#include "rosidl_typesupport_fastrtps_c/wstring_conversion.hpp" +#include "rosidl_typesupport_fastrtps_cpp/message_type_support.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__functions.h" +#include "fastcdr/Cdr.h" + +#ifndef _WIN32 +# pragma GCC diagnostic push +# pragma GCC diagnostic ignored "-Wunused-parameter" +# ifdef __clang__ +# pragma clang diagnostic ignored "-Wdeprecated-register" +# pragma clang diagnostic ignored "-Wreturn-type-c-linkage" +# endif +#endif +#ifndef _WIN32 +# pragma GCC diagnostic pop +#endif + +// includes and forward declarations of message dependencies and their conversion functions + +#if defined(__cplusplus) +extern "C" +{ +#endif + + +// forward declare type support functions + + +using _Joints__ros_msg_type = advrobotics_lab3_interfaces__msg__Joints; + +static bool _Joints__cdr_serialize( + const void * untyped_ros_message, + eprosima::fastcdr::Cdr & cdr) +{ + if (!untyped_ros_message) { + fprintf(stderr, "ros message handle is null\n"); + return false; + } + const _Joints__ros_msg_type * ros_message = static_cast(untyped_ros_message); + // Field name: q1 + { + cdr << ros_message->q1; + } + + // Field name: q2 + { + cdr << ros_message->q2; + } + + // Field name: q3 + { + cdr << ros_message->q3; + } + + return true; +} + +static bool _Joints__cdr_deserialize( + eprosima::fastcdr::Cdr & cdr, + void * untyped_ros_message) +{ + if (!untyped_ros_message) { + fprintf(stderr, "ros message handle is null\n"); + return false; + } + _Joints__ros_msg_type * ros_message = static_cast<_Joints__ros_msg_type *>(untyped_ros_message); + // Field name: q1 + { + cdr >> ros_message->q1; + } + + // Field name: q2 + { + cdr >> ros_message->q2; + } + + // Field name: q3 + { + cdr >> ros_message->q3; + } + + return true; +} // NOLINT(readability/fn_size) + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +size_t get_serialized_size_advrobotics_lab3_interfaces__msg__Joints( + const void * untyped_ros_message, + size_t current_alignment) +{ + const _Joints__ros_msg_type * ros_message = static_cast(untyped_ros_message); + (void)ros_message; + size_t initial_alignment = current_alignment; + + const size_t padding = 4; + const size_t wchar_size = 4; + (void)padding; + (void)wchar_size; + + // field.name q1 + { + size_t item_size = sizeof(ros_message->q1); + current_alignment += item_size + + eprosima::fastcdr::Cdr::alignment(current_alignment, item_size); + } + // field.name q2 + { + size_t item_size = sizeof(ros_message->q2); + current_alignment += item_size + + eprosima::fastcdr::Cdr::alignment(current_alignment, item_size); + } + // field.name q3 + { + size_t item_size = sizeof(ros_message->q3); + current_alignment += item_size + + eprosima::fastcdr::Cdr::alignment(current_alignment, item_size); + } + + return current_alignment - initial_alignment; +} + +static uint32_t _Joints__get_serialized_size(const void * untyped_ros_message) +{ + return static_cast( + get_serialized_size_advrobotics_lab3_interfaces__msg__Joints( + untyped_ros_message, 0)); +} + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +size_t max_serialized_size_advrobotics_lab3_interfaces__msg__Joints( + bool & full_bounded, + bool & is_plain, + size_t current_alignment) +{ + size_t initial_alignment = current_alignment; + + const size_t padding = 4; + const size_t wchar_size = 4; + size_t last_member_size = 0; + (void)last_member_size; + (void)padding; + (void)wchar_size; + + full_bounded = true; + is_plain = true; + + // member: q1 + { + size_t array_size = 1; + + last_member_size = array_size * sizeof(uint32_t); + current_alignment += array_size * sizeof(uint32_t) + + eprosima::fastcdr::Cdr::alignment(current_alignment, sizeof(uint32_t)); + } + // member: q2 + { + size_t array_size = 1; + + last_member_size = array_size * sizeof(uint32_t); + current_alignment += array_size * sizeof(uint32_t) + + eprosima::fastcdr::Cdr::alignment(current_alignment, sizeof(uint32_t)); + } + // member: q3 + { + size_t array_size = 1; + + last_member_size = array_size * sizeof(uint32_t); + current_alignment += array_size * sizeof(uint32_t) + + eprosima::fastcdr::Cdr::alignment(current_alignment, sizeof(uint32_t)); + } + + size_t ret_val = current_alignment - initial_alignment; + if (is_plain) { + // All members are plain, and type is not empty. + // We still need to check that the in-memory alignment + // is the same as the CDR mandated alignment. + using DataType = advrobotics_lab3_interfaces__msg__Joints; + is_plain = + ( + offsetof(DataType, q3) + + last_member_size + ) == ret_val; + } + + return ret_val; +} + +static size_t _Joints__max_serialized_size(char & bounds_info) +{ + bool full_bounded; + bool is_plain; + size_t ret_val; + + ret_val = max_serialized_size_advrobotics_lab3_interfaces__msg__Joints( + full_bounded, is_plain, 0); + + bounds_info = + is_plain ? ROSIDL_TYPESUPPORT_FASTRTPS_PLAIN_TYPE : + full_bounded ? ROSIDL_TYPESUPPORT_FASTRTPS_BOUNDED_TYPE : ROSIDL_TYPESUPPORT_FASTRTPS_UNBOUNDED_TYPE; + return ret_val; +} + + +static message_type_support_callbacks_t __callbacks_Joints = { + "advrobotics_lab3_interfaces::msg", + "Joints", + _Joints__cdr_serialize, + _Joints__cdr_deserialize, + _Joints__get_serialized_size, + _Joints__max_serialized_size +}; + +static rosidl_message_type_support_t _Joints__type_support = { + rosidl_typesupport_fastrtps_c__identifier, + &__callbacks_Joints, + get_message_typesupport_handle_function, +}; + +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_c, advrobotics_lab3_interfaces, msg, Joints)() { + return &_Joints__type_support; +} + +#if defined(__cplusplus) +} +#endif diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h new file mode 100644 index 0000000..a7c9f4f --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h @@ -0,0 +1,43 @@ +// generated from +// rosidl_typesupport_fastrtps_c/resource/rosidl_typesupport_fastrtps_c__visibility_control.h.in +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__ROSIDL_TYPESUPPORT_FASTRTPS_C__VISIBILITY_CONTROL_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__ROSIDL_TYPESUPPORT_FASTRTPS_C__VISIBILITY_CONTROL_H_ + +#if __cplusplus +extern "C" +{ +#endif + +// This logic was borrowed (then namespaced) from the examples on the gcc wiki: +// https://gcc.gnu.org/wiki/Visibility + +#if defined _WIN32 || defined __CYGWIN__ + #ifdef __GNUC__ + #define ROSIDL_TYPESUPPORT_FASTRTPS_C_EXPORT_advrobotics_lab3_interfaces __attribute__ ((dllexport)) + #define ROSIDL_TYPESUPPORT_FASTRTPS_C_IMPORT_advrobotics_lab3_interfaces __attribute__ ((dllimport)) + #else + #define ROSIDL_TYPESUPPORT_FASTRTPS_C_EXPORT_advrobotics_lab3_interfaces __declspec(dllexport) + #define ROSIDL_TYPESUPPORT_FASTRTPS_C_IMPORT_advrobotics_lab3_interfaces __declspec(dllimport) + #endif + #ifdef ROSIDL_TYPESUPPORT_FASTRTPS_C_BUILDING_DLL_advrobotics_lab3_interfaces + #define ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces ROSIDL_TYPESUPPORT_FASTRTPS_C_EXPORT_advrobotics_lab3_interfaces + #else + #define ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces ROSIDL_TYPESUPPORT_FASTRTPS_C_IMPORT_advrobotics_lab3_interfaces + #endif +#else + #define ROSIDL_TYPESUPPORT_FASTRTPS_C_EXPORT_advrobotics_lab3_interfaces __attribute__ ((visibility("default"))) + #define ROSIDL_TYPESUPPORT_FASTRTPS_C_IMPORT_advrobotics_lab3_interfaces + #if __GNUC__ >= 4 + #define ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces __attribute__ ((visibility("default"))) + #else + #define ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces + #endif +#endif + +#if __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__ROSIDL_TYPESUPPORT_FASTRTPS_C__VISIBILITY_CONTROL_H_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h new file mode 100644 index 0000000..adeecab --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h @@ -0,0 +1,89 @@ +// generated from rosidl_typesupport_fastrtps_c/resource/idl__rosidl_typesupport_fastrtps_c.h.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice +#ifndef ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__ROSIDL_TYPESUPPORT_FASTRTPS_C_H_ +#define ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__ROSIDL_TYPESUPPORT_FASTRTPS_C_H_ + + +#include +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_typesupport_interface/macros.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h" + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +size_t get_serialized_size_advrobotics_lab3_interfaces__srv__Invkin_Request( + const void * untyped_ros_message, + size_t current_alignment); + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +size_t max_serialized_size_advrobotics_lab3_interfaces__srv__Invkin_Request( + bool & full_bounded, + bool & is_plain, + size_t current_alignment); + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_c, advrobotics_lab3_interfaces, srv, Invkin_Request)(); + +#ifdef __cplusplus +} +#endif + +// already included above +// #include +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" +// already included above +// #include "rosidl_typesupport_interface/macros.h" +// already included above +// #include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h" + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +size_t get_serialized_size_advrobotics_lab3_interfaces__srv__Invkin_Response( + const void * untyped_ros_message, + size_t current_alignment); + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +size_t max_serialized_size_advrobotics_lab3_interfaces__srv__Invkin_Response( + bool & full_bounded, + bool & is_plain, + size_t current_alignment); + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_c, advrobotics_lab3_interfaces, srv, Invkin_Response)(); + +#ifdef __cplusplus +} +#endif + +#include "rosidl_runtime_c/service_type_support_struct.h" +// already included above +// #include "rosidl_typesupport_interface/macros.h" +// already included above +// #include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h" + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +const rosidl_service_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_fastrtps_c, advrobotics_lab3_interfaces, srv, Invkin)(); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__ROSIDL_TYPESUPPORT_FASTRTPS_C_H_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp new file mode 100644 index 0000000..1f0186e --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp @@ -0,0 +1,537 @@ +// generated from rosidl_typesupport_fastrtps_c/resource/idl__type_support_c.cpp.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice +#include "advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h" + + +#include +#include +#include +#include "rosidl_typesupport_fastrtps_c/identifier.h" +#include "rosidl_typesupport_fastrtps_c/wstring_conversion.hpp" +#include "rosidl_typesupport_fastrtps_cpp/message_type_support.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__functions.h" +#include "fastcdr/Cdr.h" + +#ifndef _WIN32 +# pragma GCC diagnostic push +# pragma GCC diagnostic ignored "-Wunused-parameter" +# ifdef __clang__ +# pragma clang diagnostic ignored "-Wdeprecated-register" +# pragma clang diagnostic ignored "-Wreturn-type-c-linkage" +# endif +#endif +#ifndef _WIN32 +# pragma GCC diagnostic pop +#endif + +// includes and forward declarations of message dependencies and their conversion functions + +#if defined(__cplusplus) +extern "C" +{ +#endif + + +// forward declare type support functions + + +using _Invkin_Request__ros_msg_type = advrobotics_lab3_interfaces__srv__Invkin_Request; + +static bool _Invkin_Request__cdr_serialize( + const void * untyped_ros_message, + eprosima::fastcdr::Cdr & cdr) +{ + if (!untyped_ros_message) { + fprintf(stderr, "ros message handle is null\n"); + return false; + } + const _Invkin_Request__ros_msg_type * ros_message = static_cast(untyped_ros_message); + // Field name: x + { + cdr << ros_message->x; + } + + // Field name: y + { + cdr << ros_message->y; + } + + // Field name: z + { + cdr << ros_message->z; + } + + return true; +} + +static bool _Invkin_Request__cdr_deserialize( + eprosima::fastcdr::Cdr & cdr, + void * untyped_ros_message) +{ + if (!untyped_ros_message) { + fprintf(stderr, "ros message handle is null\n"); + return false; + } + _Invkin_Request__ros_msg_type * ros_message = static_cast<_Invkin_Request__ros_msg_type *>(untyped_ros_message); + // Field name: x + { + cdr >> ros_message->x; + } + + // Field name: y + { + cdr >> ros_message->y; + } + + // Field name: z + { + cdr >> ros_message->z; + } + + return true; +} // NOLINT(readability/fn_size) + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +size_t get_serialized_size_advrobotics_lab3_interfaces__srv__Invkin_Request( + const void * untyped_ros_message, + size_t current_alignment) +{ + const _Invkin_Request__ros_msg_type * ros_message = static_cast(untyped_ros_message); + (void)ros_message; + size_t initial_alignment = current_alignment; + + const size_t padding = 4; + const size_t wchar_size = 4; + (void)padding; + (void)wchar_size; + + // field.name x + { + size_t item_size = sizeof(ros_message->x); + current_alignment += item_size + + eprosima::fastcdr::Cdr::alignment(current_alignment, item_size); + } + // field.name y + { + size_t item_size = sizeof(ros_message->y); + current_alignment += item_size + + eprosima::fastcdr::Cdr::alignment(current_alignment, item_size); + } + // field.name z + { + size_t item_size = sizeof(ros_message->z); + current_alignment += item_size + + eprosima::fastcdr::Cdr::alignment(current_alignment, item_size); + } + + return current_alignment - initial_alignment; +} + +static uint32_t _Invkin_Request__get_serialized_size(const void * untyped_ros_message) +{ + return static_cast( + get_serialized_size_advrobotics_lab3_interfaces__srv__Invkin_Request( + untyped_ros_message, 0)); +} + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +size_t max_serialized_size_advrobotics_lab3_interfaces__srv__Invkin_Request( + bool & full_bounded, + bool & is_plain, + size_t current_alignment) +{ + size_t initial_alignment = current_alignment; + + const size_t padding = 4; + const size_t wchar_size = 4; + size_t last_member_size = 0; + (void)last_member_size; + (void)padding; + (void)wchar_size; + + full_bounded = true; + is_plain = true; + + // member: x + { + size_t array_size = 1; + + last_member_size = array_size * sizeof(uint32_t); + current_alignment += array_size * sizeof(uint32_t) + + eprosima::fastcdr::Cdr::alignment(current_alignment, sizeof(uint32_t)); + } + // member: y + { + size_t array_size = 1; + + last_member_size = array_size * sizeof(uint32_t); + current_alignment += array_size * sizeof(uint32_t) + + eprosima::fastcdr::Cdr::alignment(current_alignment, sizeof(uint32_t)); + } + // member: z + { + size_t array_size = 1; + + last_member_size = array_size * sizeof(uint32_t); + current_alignment += array_size * sizeof(uint32_t) + + eprosima::fastcdr::Cdr::alignment(current_alignment, sizeof(uint32_t)); + } + + size_t ret_val = current_alignment - initial_alignment; + if (is_plain) { + // All members are plain, and type is not empty. + // We still need to check that the in-memory alignment + // is the same as the CDR mandated alignment. + using DataType = advrobotics_lab3_interfaces__srv__Invkin_Request; + is_plain = + ( + offsetof(DataType, z) + + last_member_size + ) == ret_val; + } + + return ret_val; +} + +static size_t _Invkin_Request__max_serialized_size(char & bounds_info) +{ + bool full_bounded; + bool is_plain; + size_t ret_val; + + ret_val = max_serialized_size_advrobotics_lab3_interfaces__srv__Invkin_Request( + full_bounded, is_plain, 0); + + bounds_info = + is_plain ? ROSIDL_TYPESUPPORT_FASTRTPS_PLAIN_TYPE : + full_bounded ? ROSIDL_TYPESUPPORT_FASTRTPS_BOUNDED_TYPE : ROSIDL_TYPESUPPORT_FASTRTPS_UNBOUNDED_TYPE; + return ret_val; +} + + +static message_type_support_callbacks_t __callbacks_Invkin_Request = { + "advrobotics_lab3_interfaces::srv", + "Invkin_Request", + _Invkin_Request__cdr_serialize, + _Invkin_Request__cdr_deserialize, + _Invkin_Request__get_serialized_size, + _Invkin_Request__max_serialized_size +}; + +static rosidl_message_type_support_t _Invkin_Request__type_support = { + rosidl_typesupport_fastrtps_c__identifier, + &__callbacks_Invkin_Request, + get_message_typesupport_handle_function, +}; + +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_c, advrobotics_lab3_interfaces, srv, Invkin_Request)() { + return &_Invkin_Request__type_support; +} + +#if defined(__cplusplus) +} +#endif + +// already included above +// #include +// already included above +// #include +// already included above +// #include +// already included above +// #include "rosidl_typesupport_fastrtps_c/identifier.h" +// already included above +// #include "rosidl_typesupport_fastrtps_c/wstring_conversion.hpp" +// already included above +// #include "rosidl_typesupport_fastrtps_cpp/message_type_support.h" +// already included above +// #include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__functions.h" +// already included above +// #include "fastcdr/Cdr.h" + +#ifndef _WIN32 +# pragma GCC diagnostic push +# pragma GCC diagnostic ignored "-Wunused-parameter" +# ifdef __clang__ +# pragma clang diagnostic ignored "-Wdeprecated-register" +# pragma clang diagnostic ignored "-Wreturn-type-c-linkage" +# endif +#endif +#ifndef _WIN32 +# pragma GCC diagnostic pop +#endif + +// includes and forward declarations of message dependencies and their conversion functions + +#if defined(__cplusplus) +extern "C" +{ +#endif + + +// forward declare type support functions + + +using _Invkin_Response__ros_msg_type = advrobotics_lab3_interfaces__srv__Invkin_Response; + +static bool _Invkin_Response__cdr_serialize( + const void * untyped_ros_message, + eprosima::fastcdr::Cdr & cdr) +{ + if (!untyped_ros_message) { + fprintf(stderr, "ros message handle is null\n"); + return false; + } + const _Invkin_Response__ros_msg_type * ros_message = static_cast(untyped_ros_message); + // Field name: sol + { + cdr << ros_message->sol; + } + + // Field name: q1 + { + cdr << ros_message->q1; + } + + // Field name: q2 + { + cdr << ros_message->q2; + } + + // Field name: q3 + { + cdr << ros_message->q3; + } + + return true; +} + +static bool _Invkin_Response__cdr_deserialize( + eprosima::fastcdr::Cdr & cdr, + void * untyped_ros_message) +{ + if (!untyped_ros_message) { + fprintf(stderr, "ros message handle is null\n"); + return false; + } + _Invkin_Response__ros_msg_type * ros_message = static_cast<_Invkin_Response__ros_msg_type *>(untyped_ros_message); + // Field name: sol + { + cdr >> ros_message->sol; + } + + // Field name: q1 + { + cdr >> ros_message->q1; + } + + // Field name: q2 + { + cdr >> ros_message->q2; + } + + // Field name: q3 + { + cdr >> ros_message->q3; + } + + return true; +} // NOLINT(readability/fn_size) + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +size_t get_serialized_size_advrobotics_lab3_interfaces__srv__Invkin_Response( + const void * untyped_ros_message, + size_t current_alignment) +{ + const _Invkin_Response__ros_msg_type * ros_message = static_cast(untyped_ros_message); + (void)ros_message; + size_t initial_alignment = current_alignment; + + const size_t padding = 4; + const size_t wchar_size = 4; + (void)padding; + (void)wchar_size; + + // field.name sol + { + size_t item_size = sizeof(ros_message->sol); + current_alignment += item_size + + eprosima::fastcdr::Cdr::alignment(current_alignment, item_size); + } + // field.name q1 + { + size_t item_size = sizeof(ros_message->q1); + current_alignment += item_size + + eprosima::fastcdr::Cdr::alignment(current_alignment, item_size); + } + // field.name q2 + { + size_t item_size = sizeof(ros_message->q2); + current_alignment += item_size + + eprosima::fastcdr::Cdr::alignment(current_alignment, item_size); + } + // field.name q3 + { + size_t item_size = sizeof(ros_message->q3); + current_alignment += item_size + + eprosima::fastcdr::Cdr::alignment(current_alignment, item_size); + } + + return current_alignment - initial_alignment; +} + +static uint32_t _Invkin_Response__get_serialized_size(const void * untyped_ros_message) +{ + return static_cast( + get_serialized_size_advrobotics_lab3_interfaces__srv__Invkin_Response( + untyped_ros_message, 0)); +} + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +size_t max_serialized_size_advrobotics_lab3_interfaces__srv__Invkin_Response( + bool & full_bounded, + bool & is_plain, + size_t current_alignment) +{ + size_t initial_alignment = current_alignment; + + const size_t padding = 4; + const size_t wchar_size = 4; + size_t last_member_size = 0; + (void)last_member_size; + (void)padding; + (void)wchar_size; + + full_bounded = true; + is_plain = true; + + // member: sol + { + size_t array_size = 1; + + last_member_size = array_size * sizeof(uint8_t); + current_alignment += array_size * sizeof(uint8_t); + } + // member: q1 + { + size_t array_size = 1; + + last_member_size = array_size * sizeof(uint32_t); + current_alignment += array_size * sizeof(uint32_t) + + eprosima::fastcdr::Cdr::alignment(current_alignment, sizeof(uint32_t)); + } + // member: q2 + { + size_t array_size = 1; + + last_member_size = array_size * sizeof(uint32_t); + current_alignment += array_size * sizeof(uint32_t) + + eprosima::fastcdr::Cdr::alignment(current_alignment, sizeof(uint32_t)); + } + // member: q3 + { + size_t array_size = 1; + + last_member_size = array_size * sizeof(uint32_t); + current_alignment += array_size * sizeof(uint32_t) + + eprosima::fastcdr::Cdr::alignment(current_alignment, sizeof(uint32_t)); + } + + size_t ret_val = current_alignment - initial_alignment; + if (is_plain) { + // All members are plain, and type is not empty. + // We still need to check that the in-memory alignment + // is the same as the CDR mandated alignment. + using DataType = advrobotics_lab3_interfaces__srv__Invkin_Response; + is_plain = + ( + offsetof(DataType, q3) + + last_member_size + ) == ret_val; + } + + return ret_val; +} + +static size_t _Invkin_Response__max_serialized_size(char & bounds_info) +{ + bool full_bounded; + bool is_plain; + size_t ret_val; + + ret_val = max_serialized_size_advrobotics_lab3_interfaces__srv__Invkin_Response( + full_bounded, is_plain, 0); + + bounds_info = + is_plain ? ROSIDL_TYPESUPPORT_FASTRTPS_PLAIN_TYPE : + full_bounded ? ROSIDL_TYPESUPPORT_FASTRTPS_BOUNDED_TYPE : ROSIDL_TYPESUPPORT_FASTRTPS_UNBOUNDED_TYPE; + return ret_val; +} + + +static message_type_support_callbacks_t __callbacks_Invkin_Response = { + "advrobotics_lab3_interfaces::srv", + "Invkin_Response", + _Invkin_Response__cdr_serialize, + _Invkin_Response__cdr_deserialize, + _Invkin_Response__get_serialized_size, + _Invkin_Response__max_serialized_size +}; + +static rosidl_message_type_support_t _Invkin_Response__type_support = { + rosidl_typesupport_fastrtps_c__identifier, + &__callbacks_Invkin_Response, + get_message_typesupport_handle_function, +}; + +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_c, advrobotics_lab3_interfaces, srv, Invkin_Response)() { + return &_Invkin_Response__type_support; +} + +#if defined(__cplusplus) +} +#endif + +#include "rosidl_typesupport_fastrtps_cpp/service_type_support.h" +#include "rosidl_typesupport_cpp/service_type_support.hpp" +// already included above +// #include "rosidl_typesupport_fastrtps_c/identifier.h" +// already included above +// #include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h" +#include "advrobotics_lab3_interfaces/srv/invkin.h" + +#if defined(__cplusplus) +extern "C" +{ +#endif + +static service_type_support_callbacks_t Invkin__callbacks = { + "advrobotics_lab3_interfaces::srv", + "Invkin", + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_c, advrobotics_lab3_interfaces, srv, Invkin_Request)(), + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_c, advrobotics_lab3_interfaces, srv, Invkin_Response)(), +}; + +static rosidl_service_type_support_t Invkin__handle = { + rosidl_typesupport_fastrtps_c__identifier, + &Invkin__callbacks, + get_service_typesupport_handle_function, +}; + +const rosidl_service_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_fastrtps_c, advrobotics_lab3_interfaces, srv, Invkin)() { + return &Invkin__handle; +} + +#if defined(__cplusplus) +} +#endif diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c__arguments.json b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c__arguments.json new file mode 100644 index 0000000..b67fb97 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c__arguments.json @@ -0,0 +1,89 @@ +{ + "package_name": "advrobotics_lab3_interfaces", + "output_dir": "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces", + "template_dir": "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/resource", + "idl_tuples": [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces:msg/Joints.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces:msg/Gripper.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces:srv/Invkin.idl" + ], + "ros_interface_dependencies": [ + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Bool.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Byte.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/ByteMultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Char.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/ColorRGBA.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Empty.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float32.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float32MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float64.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float64MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Header.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int16.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int16MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int32.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int32MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int64.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int64MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int8.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int8MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/MultiArrayDimension.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/MultiArrayLayout.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/String.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt16.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt16MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt32.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt32MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt64.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt64MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt8.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt8MultiArray.idl", + "builtin_interfaces:/opt/ros/humble/share/builtin_interfaces/msg/Duration.idl", + "builtin_interfaces:/opt/ros/humble/share/builtin_interfaces/msg/Time.idl" + ], + "target_dependencies": [ + "/opt/ros/humble/lib/rosidl_typesupport_fastrtps_c/rosidl_typesupport_fastrtps_c", + "/opt/ros/humble/local/lib/python3.10/dist-packages/rosidl_typesupport_fastrtps_c/__init__.py", + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/resource/idl__rosidl_typesupport_fastrtps_c.h.em", + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/resource/idl__type_support_c.cpp.em", + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/resource/msg__rosidl_typesupport_fastrtps_c.h.em", + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/resource/msg__type_support_c.cpp.em", + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/resource/srv__rosidl_typesupport_fastrtps_c.h.em", + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/resource/srv__type_support_c.cpp.em", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/msg/Joints.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/msg/Gripper.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/srv/Invkin.idl", + "/opt/ros/humble/share/std_msgs/msg/Bool.idl", + "/opt/ros/humble/share/std_msgs/msg/Byte.idl", + "/opt/ros/humble/share/std_msgs/msg/ByteMultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Char.idl", + "/opt/ros/humble/share/std_msgs/msg/ColorRGBA.idl", + "/opt/ros/humble/share/std_msgs/msg/Empty.idl", + "/opt/ros/humble/share/std_msgs/msg/Float32.idl", + "/opt/ros/humble/share/std_msgs/msg/Float32MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Float64.idl", + "/opt/ros/humble/share/std_msgs/msg/Float64MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Header.idl", + "/opt/ros/humble/share/std_msgs/msg/Int16.idl", + "/opt/ros/humble/share/std_msgs/msg/Int16MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Int32.idl", + "/opt/ros/humble/share/std_msgs/msg/Int32MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Int64.idl", + "/opt/ros/humble/share/std_msgs/msg/Int64MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Int8.idl", + "/opt/ros/humble/share/std_msgs/msg/Int8MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/MultiArrayDimension.idl", + "/opt/ros/humble/share/std_msgs/msg/MultiArrayLayout.idl", + "/opt/ros/humble/share/std_msgs/msg/String.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt16.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt16MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt32.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt32MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt64.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt64MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt8.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt8MultiArray.idl", + "/opt/ros/humble/share/builtin_interfaces/msg/Duration.idl", + "/opt/ros/humble/share/builtin_interfaces/msg/Time.idl" + ] +} diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp new file mode 100644 index 0000000..fba7af8 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp @@ -0,0 +1,209 @@ +// generated from rosidl_typesupport_fastrtps_cpp/resource/idl__type_support.cpp.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice +#include "advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp" + +#include +#include +#include +#include "rosidl_typesupport_cpp/message_type_support.hpp" +#include "rosidl_typesupport_fastrtps_cpp/identifier.hpp" +#include "rosidl_typesupport_fastrtps_cpp/message_type_support.h" +#include "rosidl_typesupport_fastrtps_cpp/message_type_support_decl.hpp" +#include "rosidl_typesupport_fastrtps_cpp/wstring_conversion.hpp" +#include "fastcdr/Cdr.h" + + +// forward declaration of message dependencies and their conversion functions + +namespace advrobotics_lab3_interfaces +{ + +namespace msg +{ + +namespace typesupport_fastrtps_cpp +{ + +bool +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +cdr_serialize( + const advrobotics_lab3_interfaces::msg::Gripper & ros_message, + eprosima::fastcdr::Cdr & cdr) +{ + // Member: gripper + cdr << ros_message.gripper; + return true; +} + +bool +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +cdr_deserialize( + eprosima::fastcdr::Cdr & cdr, + advrobotics_lab3_interfaces::msg::Gripper & ros_message) +{ + // Member: gripper + cdr >> ros_message.gripper; + + return true; +} // NOLINT(readability/fn_size) + +size_t +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +get_serialized_size( + const advrobotics_lab3_interfaces::msg::Gripper & ros_message, + size_t current_alignment) +{ + size_t initial_alignment = current_alignment; + + const size_t padding = 4; + const size_t wchar_size = 4; + (void)padding; + (void)wchar_size; + + // Member: gripper + { + size_t item_size = sizeof(ros_message.gripper); + current_alignment += item_size + + eprosima::fastcdr::Cdr::alignment(current_alignment, item_size); + } + + return current_alignment - initial_alignment; +} + +size_t +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +max_serialized_size_Gripper( + bool & full_bounded, + bool & is_plain, + size_t current_alignment) +{ + size_t initial_alignment = current_alignment; + + const size_t padding = 4; + const size_t wchar_size = 4; + size_t last_member_size = 0; + (void)last_member_size; + (void)padding; + (void)wchar_size; + + full_bounded = true; + is_plain = true; + + + // Member: gripper + { + size_t array_size = 1; + + last_member_size = array_size * sizeof(uint32_t); + current_alignment += array_size * sizeof(uint32_t) + + eprosima::fastcdr::Cdr::alignment(current_alignment, sizeof(uint32_t)); + } + + size_t ret_val = current_alignment - initial_alignment; + if (is_plain) { + // All members are plain, and type is not empty. + // We still need to check that the in-memory alignment + // is the same as the CDR mandated alignment. + using DataType = advrobotics_lab3_interfaces::msg::Gripper; + is_plain = + ( + offsetof(DataType, gripper) + + last_member_size + ) == ret_val; + } + + return ret_val; +} + +static bool _Gripper__cdr_serialize( + const void * untyped_ros_message, + eprosima::fastcdr::Cdr & cdr) +{ + auto typed_message = + static_cast( + untyped_ros_message); + return cdr_serialize(*typed_message, cdr); +} + +static bool _Gripper__cdr_deserialize( + eprosima::fastcdr::Cdr & cdr, + void * untyped_ros_message) +{ + auto typed_message = + static_cast( + untyped_ros_message); + return cdr_deserialize(cdr, *typed_message); +} + +static uint32_t _Gripper__get_serialized_size( + const void * untyped_ros_message) +{ + auto typed_message = + static_cast( + untyped_ros_message); + return static_cast(get_serialized_size(*typed_message, 0)); +} + +static size_t _Gripper__max_serialized_size(char & bounds_info) +{ + bool full_bounded; + bool is_plain; + size_t ret_val; + + ret_val = max_serialized_size_Gripper(full_bounded, is_plain, 0); + + bounds_info = + is_plain ? ROSIDL_TYPESUPPORT_FASTRTPS_PLAIN_TYPE : + full_bounded ? ROSIDL_TYPESUPPORT_FASTRTPS_BOUNDED_TYPE : ROSIDL_TYPESUPPORT_FASTRTPS_UNBOUNDED_TYPE; + return ret_val; +} + +static message_type_support_callbacks_t _Gripper__callbacks = { + "advrobotics_lab3_interfaces::msg", + "Gripper", + _Gripper__cdr_serialize, + _Gripper__cdr_deserialize, + _Gripper__get_serialized_size, + _Gripper__max_serialized_size +}; + +static rosidl_message_type_support_t _Gripper__handle = { + rosidl_typesupport_fastrtps_cpp::typesupport_identifier, + &_Gripper__callbacks, + get_message_typesupport_handle_function, +}; + +} // namespace typesupport_fastrtps_cpp + +} // namespace msg + +} // namespace advrobotics_lab3_interfaces + +namespace rosidl_typesupport_fastrtps_cpp +{ + +template<> +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_EXPORT_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +get_message_type_support_handle() +{ + return &advrobotics_lab3_interfaces::msg::typesupport_fastrtps_cpp::_Gripper__handle; +} + +} // namespace rosidl_typesupport_fastrtps_cpp + +#ifdef __cplusplus +extern "C" +{ +#endif + +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_cpp, advrobotics_lab3_interfaces, msg, Gripper)() { + return &advrobotics_lab3_interfaces::msg::typesupport_fastrtps_cpp::_Gripper__handle; +} + +#ifdef __cplusplus +} +#endif diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp new file mode 100644 index 0000000..d108e00 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp @@ -0,0 +1,249 @@ +// generated from rosidl_typesupport_fastrtps_cpp/resource/idl__type_support.cpp.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice +#include "advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp" +#include "advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp" + +#include +#include +#include +#include "rosidl_typesupport_cpp/message_type_support.hpp" +#include "rosidl_typesupport_fastrtps_cpp/identifier.hpp" +#include "rosidl_typesupport_fastrtps_cpp/message_type_support.h" +#include "rosidl_typesupport_fastrtps_cpp/message_type_support_decl.hpp" +#include "rosidl_typesupport_fastrtps_cpp/wstring_conversion.hpp" +#include "fastcdr/Cdr.h" + + +// forward declaration of message dependencies and their conversion functions + +namespace advrobotics_lab3_interfaces +{ + +namespace msg +{ + +namespace typesupport_fastrtps_cpp +{ + +bool +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +cdr_serialize( + const advrobotics_lab3_interfaces::msg::Joints & ros_message, + eprosima::fastcdr::Cdr & cdr) +{ + // Member: q1 + cdr << ros_message.q1; + // Member: q2 + cdr << ros_message.q2; + // Member: q3 + cdr << ros_message.q3; + return true; +} + +bool +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +cdr_deserialize( + eprosima::fastcdr::Cdr & cdr, + advrobotics_lab3_interfaces::msg::Joints & ros_message) +{ + // Member: q1 + cdr >> ros_message.q1; + + // Member: q2 + cdr >> ros_message.q2; + + // Member: q3 + cdr >> ros_message.q3; + + return true; +} // NOLINT(readability/fn_size) + +size_t +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +get_serialized_size( + const advrobotics_lab3_interfaces::msg::Joints & ros_message, + size_t current_alignment) +{ + size_t initial_alignment = current_alignment; + + const size_t padding = 4; + const size_t wchar_size = 4; + (void)padding; + (void)wchar_size; + + // Member: q1 + { + size_t item_size = sizeof(ros_message.q1); + current_alignment += item_size + + eprosima::fastcdr::Cdr::alignment(current_alignment, item_size); + } + // Member: q2 + { + size_t item_size = sizeof(ros_message.q2); + current_alignment += item_size + + eprosima::fastcdr::Cdr::alignment(current_alignment, item_size); + } + // Member: q3 + { + size_t item_size = sizeof(ros_message.q3); + current_alignment += item_size + + eprosima::fastcdr::Cdr::alignment(current_alignment, item_size); + } + + return current_alignment - initial_alignment; +} + +size_t +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +max_serialized_size_Joints( + bool & full_bounded, + bool & is_plain, + size_t current_alignment) +{ + size_t initial_alignment = current_alignment; + + const size_t padding = 4; + const size_t wchar_size = 4; + size_t last_member_size = 0; + (void)last_member_size; + (void)padding; + (void)wchar_size; + + full_bounded = true; + is_plain = true; + + + // Member: q1 + { + size_t array_size = 1; + + last_member_size = array_size * sizeof(uint32_t); + current_alignment += array_size * sizeof(uint32_t) + + eprosima::fastcdr::Cdr::alignment(current_alignment, sizeof(uint32_t)); + } + + // Member: q2 + { + size_t array_size = 1; + + last_member_size = array_size * sizeof(uint32_t); + current_alignment += array_size * sizeof(uint32_t) + + eprosima::fastcdr::Cdr::alignment(current_alignment, sizeof(uint32_t)); + } + + // Member: q3 + { + size_t array_size = 1; + + last_member_size = array_size * sizeof(uint32_t); + current_alignment += array_size * sizeof(uint32_t) + + eprosima::fastcdr::Cdr::alignment(current_alignment, sizeof(uint32_t)); + } + + size_t ret_val = current_alignment - initial_alignment; + if (is_plain) { + // All members are plain, and type is not empty. + // We still need to check that the in-memory alignment + // is the same as the CDR mandated alignment. + using DataType = advrobotics_lab3_interfaces::msg::Joints; + is_plain = + ( + offsetof(DataType, q3) + + last_member_size + ) == ret_val; + } + + return ret_val; +} + +static bool _Joints__cdr_serialize( + const void * untyped_ros_message, + eprosima::fastcdr::Cdr & cdr) +{ + auto typed_message = + static_cast( + untyped_ros_message); + return cdr_serialize(*typed_message, cdr); +} + +static bool _Joints__cdr_deserialize( + eprosima::fastcdr::Cdr & cdr, + void * untyped_ros_message) +{ + auto typed_message = + static_cast( + untyped_ros_message); + return cdr_deserialize(cdr, *typed_message); +} + +static uint32_t _Joints__get_serialized_size( + const void * untyped_ros_message) +{ + auto typed_message = + static_cast( + untyped_ros_message); + return static_cast(get_serialized_size(*typed_message, 0)); +} + +static size_t _Joints__max_serialized_size(char & bounds_info) +{ + bool full_bounded; + bool is_plain; + size_t ret_val; + + ret_val = max_serialized_size_Joints(full_bounded, is_plain, 0); + + bounds_info = + is_plain ? ROSIDL_TYPESUPPORT_FASTRTPS_PLAIN_TYPE : + full_bounded ? ROSIDL_TYPESUPPORT_FASTRTPS_BOUNDED_TYPE : ROSIDL_TYPESUPPORT_FASTRTPS_UNBOUNDED_TYPE; + return ret_val; +} + +static message_type_support_callbacks_t _Joints__callbacks = { + "advrobotics_lab3_interfaces::msg", + "Joints", + _Joints__cdr_serialize, + _Joints__cdr_deserialize, + _Joints__get_serialized_size, + _Joints__max_serialized_size +}; + +static rosidl_message_type_support_t _Joints__handle = { + rosidl_typesupport_fastrtps_cpp::typesupport_identifier, + &_Joints__callbacks, + get_message_typesupport_handle_function, +}; + +} // namespace typesupport_fastrtps_cpp + +} // namespace msg + +} // namespace advrobotics_lab3_interfaces + +namespace rosidl_typesupport_fastrtps_cpp +{ + +template<> +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_EXPORT_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +get_message_type_support_handle() +{ + return &advrobotics_lab3_interfaces::msg::typesupport_fastrtps_cpp::_Joints__handle; +} + +} // namespace rosidl_typesupport_fastrtps_cpp + +#ifdef __cplusplus +extern "C" +{ +#endif + +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_cpp, advrobotics_lab3_interfaces, msg, Joints)() { + return &advrobotics_lab3_interfaces::msg::typesupport_fastrtps_cpp::_Joints__handle; +} + +#ifdef __cplusplus +} +#endif diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp new file mode 100644 index 0000000..81875e4 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp @@ -0,0 +1,80 @@ +// generated from rosidl_typesupport_fastrtps_cpp/resource/idl__rosidl_typesupport_fastrtps_cpp.hpp.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__ROSIDL_TYPESUPPORT_FASTRTPS_CPP_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__ROSIDL_TYPESUPPORT_FASTRTPS_CPP_HPP_ + +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_typesupport_interface/macros.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp" + +#ifndef _WIN32 +# pragma GCC diagnostic push +# pragma GCC diagnostic ignored "-Wunused-parameter" +# ifdef __clang__ +# pragma clang diagnostic ignored "-Wdeprecated-register" +# pragma clang diagnostic ignored "-Wreturn-type-c-linkage" +# endif +#endif +#ifndef _WIN32 +# pragma GCC diagnostic pop +#endif + +#include "fastcdr/Cdr.h" + +namespace advrobotics_lab3_interfaces +{ + +namespace msg +{ + +namespace typesupport_fastrtps_cpp +{ + +bool +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +cdr_serialize( + const advrobotics_lab3_interfaces::msg::Gripper & ros_message, + eprosima::fastcdr::Cdr & cdr); + +bool +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +cdr_deserialize( + eprosima::fastcdr::Cdr & cdr, + advrobotics_lab3_interfaces::msg::Gripper & ros_message); + +size_t +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +get_serialized_size( + const advrobotics_lab3_interfaces::msg::Gripper & ros_message, + size_t current_alignment); + +size_t +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +max_serialized_size_Gripper( + bool & full_bounded, + bool & is_plain, + size_t current_alignment); + +} // namespace typesupport_fastrtps_cpp + +} // namespace msg + +} // namespace advrobotics_lab3_interfaces + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_cpp, advrobotics_lab3_interfaces, msg, Gripper)(); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__ROSIDL_TYPESUPPORT_FASTRTPS_CPP_HPP_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp new file mode 100644 index 0000000..ab7439d --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp @@ -0,0 +1,80 @@ +// generated from rosidl_typesupport_fastrtps_cpp/resource/idl__rosidl_typesupport_fastrtps_cpp.hpp.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__ROSIDL_TYPESUPPORT_FASTRTPS_CPP_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__ROSIDL_TYPESUPPORT_FASTRTPS_CPP_HPP_ + +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_typesupport_interface/macros.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp" + +#ifndef _WIN32 +# pragma GCC diagnostic push +# pragma GCC diagnostic ignored "-Wunused-parameter" +# ifdef __clang__ +# pragma clang diagnostic ignored "-Wdeprecated-register" +# pragma clang diagnostic ignored "-Wreturn-type-c-linkage" +# endif +#endif +#ifndef _WIN32 +# pragma GCC diagnostic pop +#endif + +#include "fastcdr/Cdr.h" + +namespace advrobotics_lab3_interfaces +{ + +namespace msg +{ + +namespace typesupport_fastrtps_cpp +{ + +bool +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +cdr_serialize( + const advrobotics_lab3_interfaces::msg::Joints & ros_message, + eprosima::fastcdr::Cdr & cdr); + +bool +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +cdr_deserialize( + eprosima::fastcdr::Cdr & cdr, + advrobotics_lab3_interfaces::msg::Joints & ros_message); + +size_t +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +get_serialized_size( + const advrobotics_lab3_interfaces::msg::Joints & ros_message, + size_t current_alignment); + +size_t +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +max_serialized_size_Joints( + bool & full_bounded, + bool & is_plain, + size_t current_alignment); + +} // namespace typesupport_fastrtps_cpp + +} // namespace msg + +} // namespace advrobotics_lab3_interfaces + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_cpp, advrobotics_lab3_interfaces, msg, Joints)(); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__ROSIDL_TYPESUPPORT_FASTRTPS_CPP_HPP_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h new file mode 100644 index 0000000..ee59e75 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h @@ -0,0 +1,43 @@ +// generated from +// rosidl_typesupport_fastrtps_cpp/resource/rosidl_typesupport_fastrtps_cpp__visibility_control.h.in +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__ROSIDL_TYPESUPPORT_FASTRTPS_CPP__VISIBILITY_CONTROL_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__ROSIDL_TYPESUPPORT_FASTRTPS_CPP__VISIBILITY_CONTROL_H_ + +#if __cplusplus +extern "C" +{ +#endif + +// This logic was borrowed (then namespaced) from the examples on the gcc wiki: +// https://gcc.gnu.org/wiki/Visibility + +#if defined _WIN32 || defined __CYGWIN__ + #ifdef __GNUC__ + #define ROSIDL_TYPESUPPORT_FASTRTPS_CPP_EXPORT_advrobotics_lab3_interfaces __attribute__ ((dllexport)) + #define ROSIDL_TYPESUPPORT_FASTRTPS_CPP_IMPORT_advrobotics_lab3_interfaces __attribute__ ((dllimport)) + #else + #define ROSIDL_TYPESUPPORT_FASTRTPS_CPP_EXPORT_advrobotics_lab3_interfaces __declspec(dllexport) + #define ROSIDL_TYPESUPPORT_FASTRTPS_CPP_IMPORT_advrobotics_lab3_interfaces __declspec(dllimport) + #endif + #ifdef ROSIDL_TYPESUPPORT_FASTRTPS_CPP_BUILDING_DLL_advrobotics_lab3_interfaces + #define ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces ROSIDL_TYPESUPPORT_FASTRTPS_CPP_EXPORT_advrobotics_lab3_interfaces + #else + #define ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces ROSIDL_TYPESUPPORT_FASTRTPS_CPP_IMPORT_advrobotics_lab3_interfaces + #endif +#else + #define ROSIDL_TYPESUPPORT_FASTRTPS_CPP_EXPORT_advrobotics_lab3_interfaces __attribute__ ((visibility("default"))) + #define ROSIDL_TYPESUPPORT_FASTRTPS_CPP_IMPORT_advrobotics_lab3_interfaces + #if __GNUC__ >= 4 + #define ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces __attribute__ ((visibility("default"))) + #else + #define ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces + #endif +#endif + +#if __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__ROSIDL_TYPESUPPORT_FASTRTPS_CPP__VISIBILITY_CONTROL_H_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp new file mode 100644 index 0000000..99dfdd6 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp @@ -0,0 +1,582 @@ +// generated from rosidl_typesupport_fastrtps_cpp/resource/idl__type_support.cpp.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice +#include "advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp" + +#include +#include +#include +#include "rosidl_typesupport_cpp/message_type_support.hpp" +#include "rosidl_typesupport_fastrtps_cpp/identifier.hpp" +#include "rosidl_typesupport_fastrtps_cpp/message_type_support.h" +#include "rosidl_typesupport_fastrtps_cpp/message_type_support_decl.hpp" +#include "rosidl_typesupport_fastrtps_cpp/wstring_conversion.hpp" +#include "fastcdr/Cdr.h" + + +// forward declaration of message dependencies and their conversion functions + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +namespace typesupport_fastrtps_cpp +{ + +bool +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +cdr_serialize( + const advrobotics_lab3_interfaces::srv::Invkin_Request & ros_message, + eprosima::fastcdr::Cdr & cdr) +{ + // Member: x + cdr << ros_message.x; + // Member: y + cdr << ros_message.y; + // Member: z + cdr << ros_message.z; + return true; +} + +bool +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +cdr_deserialize( + eprosima::fastcdr::Cdr & cdr, + advrobotics_lab3_interfaces::srv::Invkin_Request & ros_message) +{ + // Member: x + cdr >> ros_message.x; + + // Member: y + cdr >> ros_message.y; + + // Member: z + cdr >> ros_message.z; + + return true; +} // NOLINT(readability/fn_size) + +size_t +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +get_serialized_size( + const advrobotics_lab3_interfaces::srv::Invkin_Request & ros_message, + size_t current_alignment) +{ + size_t initial_alignment = current_alignment; + + const size_t padding = 4; + const size_t wchar_size = 4; + (void)padding; + (void)wchar_size; + + // Member: x + { + size_t item_size = sizeof(ros_message.x); + current_alignment += item_size + + eprosima::fastcdr::Cdr::alignment(current_alignment, item_size); + } + // Member: y + { + size_t item_size = sizeof(ros_message.y); + current_alignment += item_size + + eprosima::fastcdr::Cdr::alignment(current_alignment, item_size); + } + // Member: z + { + size_t item_size = sizeof(ros_message.z); + current_alignment += item_size + + eprosima::fastcdr::Cdr::alignment(current_alignment, item_size); + } + + return current_alignment - initial_alignment; +} + +size_t +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +max_serialized_size_Invkin_Request( + bool & full_bounded, + bool & is_plain, + size_t current_alignment) +{ + size_t initial_alignment = current_alignment; + + const size_t padding = 4; + const size_t wchar_size = 4; + size_t last_member_size = 0; + (void)last_member_size; + (void)padding; + (void)wchar_size; + + full_bounded = true; + is_plain = true; + + + // Member: x + { + size_t array_size = 1; + + last_member_size = array_size * sizeof(uint32_t); + current_alignment += array_size * sizeof(uint32_t) + + eprosima::fastcdr::Cdr::alignment(current_alignment, sizeof(uint32_t)); + } + + // Member: y + { + size_t array_size = 1; + + last_member_size = array_size * sizeof(uint32_t); + current_alignment += array_size * sizeof(uint32_t) + + eprosima::fastcdr::Cdr::alignment(current_alignment, sizeof(uint32_t)); + } + + // Member: z + { + size_t array_size = 1; + + last_member_size = array_size * sizeof(uint32_t); + current_alignment += array_size * sizeof(uint32_t) + + eprosima::fastcdr::Cdr::alignment(current_alignment, sizeof(uint32_t)); + } + + size_t ret_val = current_alignment - initial_alignment; + if (is_plain) { + // All members are plain, and type is not empty. + // We still need to check that the in-memory alignment + // is the same as the CDR mandated alignment. + using DataType = advrobotics_lab3_interfaces::srv::Invkin_Request; + is_plain = + ( + offsetof(DataType, z) + + last_member_size + ) == ret_val; + } + + return ret_val; +} + +static bool _Invkin_Request__cdr_serialize( + const void * untyped_ros_message, + eprosima::fastcdr::Cdr & cdr) +{ + auto typed_message = + static_cast( + untyped_ros_message); + return cdr_serialize(*typed_message, cdr); +} + +static bool _Invkin_Request__cdr_deserialize( + eprosima::fastcdr::Cdr & cdr, + void * untyped_ros_message) +{ + auto typed_message = + static_cast( + untyped_ros_message); + return cdr_deserialize(cdr, *typed_message); +} + +static uint32_t _Invkin_Request__get_serialized_size( + const void * untyped_ros_message) +{ + auto typed_message = + static_cast( + untyped_ros_message); + return static_cast(get_serialized_size(*typed_message, 0)); +} + +static size_t _Invkin_Request__max_serialized_size(char & bounds_info) +{ + bool full_bounded; + bool is_plain; + size_t ret_val; + + ret_val = max_serialized_size_Invkin_Request(full_bounded, is_plain, 0); + + bounds_info = + is_plain ? ROSIDL_TYPESUPPORT_FASTRTPS_PLAIN_TYPE : + full_bounded ? ROSIDL_TYPESUPPORT_FASTRTPS_BOUNDED_TYPE : ROSIDL_TYPESUPPORT_FASTRTPS_UNBOUNDED_TYPE; + return ret_val; +} + +static message_type_support_callbacks_t _Invkin_Request__callbacks = { + "advrobotics_lab3_interfaces::srv", + "Invkin_Request", + _Invkin_Request__cdr_serialize, + _Invkin_Request__cdr_deserialize, + _Invkin_Request__get_serialized_size, + _Invkin_Request__max_serialized_size +}; + +static rosidl_message_type_support_t _Invkin_Request__handle = { + rosidl_typesupport_fastrtps_cpp::typesupport_identifier, + &_Invkin_Request__callbacks, + get_message_typesupport_handle_function, +}; + +} // namespace typesupport_fastrtps_cpp + +} // namespace srv + +} // namespace advrobotics_lab3_interfaces + +namespace rosidl_typesupport_fastrtps_cpp +{ + +template<> +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_EXPORT_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +get_message_type_support_handle() +{ + return &advrobotics_lab3_interfaces::srv::typesupport_fastrtps_cpp::_Invkin_Request__handle; +} + +} // namespace rosidl_typesupport_fastrtps_cpp + +#ifdef __cplusplus +extern "C" +{ +#endif + +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_cpp, advrobotics_lab3_interfaces, srv, Invkin_Request)() { + return &advrobotics_lab3_interfaces::srv::typesupport_fastrtps_cpp::_Invkin_Request__handle; +} + +#ifdef __cplusplus +} +#endif + +// already included above +// #include +// already included above +// #include +// already included above +// #include +// already included above +// #include "rosidl_typesupport_cpp/message_type_support.hpp" +// already included above +// #include "rosidl_typesupport_fastrtps_cpp/identifier.hpp" +// already included above +// #include "rosidl_typesupport_fastrtps_cpp/message_type_support.h" +// already included above +// #include "rosidl_typesupport_fastrtps_cpp/message_type_support_decl.hpp" +// already included above +// #include "rosidl_typesupport_fastrtps_cpp/wstring_conversion.hpp" +// already included above +// #include "fastcdr/Cdr.h" + + +// forward declaration of message dependencies and their conversion functions + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +namespace typesupport_fastrtps_cpp +{ + +bool +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +cdr_serialize( + const advrobotics_lab3_interfaces::srv::Invkin_Response & ros_message, + eprosima::fastcdr::Cdr & cdr) +{ + // Member: sol + cdr << ros_message.sol; + // Member: q1 + cdr << ros_message.q1; + // Member: q2 + cdr << ros_message.q2; + // Member: q3 + cdr << ros_message.q3; + return true; +} + +bool +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +cdr_deserialize( + eprosima::fastcdr::Cdr & cdr, + advrobotics_lab3_interfaces::srv::Invkin_Response & ros_message) +{ + // Member: sol + cdr >> ros_message.sol; + + // Member: q1 + cdr >> ros_message.q1; + + // Member: q2 + cdr >> ros_message.q2; + + // Member: q3 + cdr >> ros_message.q3; + + return true; +} // NOLINT(readability/fn_size) + +size_t +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +get_serialized_size( + const advrobotics_lab3_interfaces::srv::Invkin_Response & ros_message, + size_t current_alignment) +{ + size_t initial_alignment = current_alignment; + + const size_t padding = 4; + const size_t wchar_size = 4; + (void)padding; + (void)wchar_size; + + // Member: sol + { + size_t item_size = sizeof(ros_message.sol); + current_alignment += item_size + + eprosima::fastcdr::Cdr::alignment(current_alignment, item_size); + } + // Member: q1 + { + size_t item_size = sizeof(ros_message.q1); + current_alignment += item_size + + eprosima::fastcdr::Cdr::alignment(current_alignment, item_size); + } + // Member: q2 + { + size_t item_size = sizeof(ros_message.q2); + current_alignment += item_size + + eprosima::fastcdr::Cdr::alignment(current_alignment, item_size); + } + // Member: q3 + { + size_t item_size = sizeof(ros_message.q3); + current_alignment += item_size + + eprosima::fastcdr::Cdr::alignment(current_alignment, item_size); + } + + return current_alignment - initial_alignment; +} + +size_t +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +max_serialized_size_Invkin_Response( + bool & full_bounded, + bool & is_plain, + size_t current_alignment) +{ + size_t initial_alignment = current_alignment; + + const size_t padding = 4; + const size_t wchar_size = 4; + size_t last_member_size = 0; + (void)last_member_size; + (void)padding; + (void)wchar_size; + + full_bounded = true; + is_plain = true; + + + // Member: sol + { + size_t array_size = 1; + + last_member_size = array_size * sizeof(uint8_t); + current_alignment += array_size * sizeof(uint8_t); + } + + // Member: q1 + { + size_t array_size = 1; + + last_member_size = array_size * sizeof(uint32_t); + current_alignment += array_size * sizeof(uint32_t) + + eprosima::fastcdr::Cdr::alignment(current_alignment, sizeof(uint32_t)); + } + + // Member: q2 + { + size_t array_size = 1; + + last_member_size = array_size * sizeof(uint32_t); + current_alignment += array_size * sizeof(uint32_t) + + eprosima::fastcdr::Cdr::alignment(current_alignment, sizeof(uint32_t)); + } + + // Member: q3 + { + size_t array_size = 1; + + last_member_size = array_size * sizeof(uint32_t); + current_alignment += array_size * sizeof(uint32_t) + + eprosima::fastcdr::Cdr::alignment(current_alignment, sizeof(uint32_t)); + } + + size_t ret_val = current_alignment - initial_alignment; + if (is_plain) { + // All members are plain, and type is not empty. + // We still need to check that the in-memory alignment + // is the same as the CDR mandated alignment. + using DataType = advrobotics_lab3_interfaces::srv::Invkin_Response; + is_plain = + ( + offsetof(DataType, q3) + + last_member_size + ) == ret_val; + } + + return ret_val; +} + +static bool _Invkin_Response__cdr_serialize( + const void * untyped_ros_message, + eprosima::fastcdr::Cdr & cdr) +{ + auto typed_message = + static_cast( + untyped_ros_message); + return cdr_serialize(*typed_message, cdr); +} + +static bool _Invkin_Response__cdr_deserialize( + eprosima::fastcdr::Cdr & cdr, + void * untyped_ros_message) +{ + auto typed_message = + static_cast( + untyped_ros_message); + return cdr_deserialize(cdr, *typed_message); +} + +static uint32_t _Invkin_Response__get_serialized_size( + const void * untyped_ros_message) +{ + auto typed_message = + static_cast( + untyped_ros_message); + return static_cast(get_serialized_size(*typed_message, 0)); +} + +static size_t _Invkin_Response__max_serialized_size(char & bounds_info) +{ + bool full_bounded; + bool is_plain; + size_t ret_val; + + ret_val = max_serialized_size_Invkin_Response(full_bounded, is_plain, 0); + + bounds_info = + is_plain ? ROSIDL_TYPESUPPORT_FASTRTPS_PLAIN_TYPE : + full_bounded ? ROSIDL_TYPESUPPORT_FASTRTPS_BOUNDED_TYPE : ROSIDL_TYPESUPPORT_FASTRTPS_UNBOUNDED_TYPE; + return ret_val; +} + +static message_type_support_callbacks_t _Invkin_Response__callbacks = { + "advrobotics_lab3_interfaces::srv", + "Invkin_Response", + _Invkin_Response__cdr_serialize, + _Invkin_Response__cdr_deserialize, + _Invkin_Response__get_serialized_size, + _Invkin_Response__max_serialized_size +}; + +static rosidl_message_type_support_t _Invkin_Response__handle = { + rosidl_typesupport_fastrtps_cpp::typesupport_identifier, + &_Invkin_Response__callbacks, + get_message_typesupport_handle_function, +}; + +} // namespace typesupport_fastrtps_cpp + +} // namespace srv + +} // namespace advrobotics_lab3_interfaces + +namespace rosidl_typesupport_fastrtps_cpp +{ + +template<> +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_EXPORT_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +get_message_type_support_handle() +{ + return &advrobotics_lab3_interfaces::srv::typesupport_fastrtps_cpp::_Invkin_Response__handle; +} + +} // namespace rosidl_typesupport_fastrtps_cpp + +#ifdef __cplusplus +extern "C" +{ +#endif + +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_cpp, advrobotics_lab3_interfaces, srv, Invkin_Response)() { + return &advrobotics_lab3_interfaces::srv::typesupport_fastrtps_cpp::_Invkin_Response__handle; +} + +#ifdef __cplusplus +} +#endif + +#include "rmw/error_handling.h" +// already included above +// #include "rosidl_typesupport_fastrtps_cpp/identifier.hpp" +#include "rosidl_typesupport_fastrtps_cpp/service_type_support.h" +#include "rosidl_typesupport_fastrtps_cpp/service_type_support_decl.hpp" + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +namespace typesupport_fastrtps_cpp +{ + +static service_type_support_callbacks_t _Invkin__callbacks = { + "advrobotics_lab3_interfaces::srv", + "Invkin", + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_cpp, advrobotics_lab3_interfaces, srv, Invkin_Request)(), + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_cpp, advrobotics_lab3_interfaces, srv, Invkin_Response)(), +}; + +static rosidl_service_type_support_t _Invkin__handle = { + rosidl_typesupport_fastrtps_cpp::typesupport_identifier, + &_Invkin__callbacks, + get_service_typesupport_handle_function, +}; + +} // namespace typesupport_fastrtps_cpp + +} // namespace srv + +} // namespace advrobotics_lab3_interfaces + +namespace rosidl_typesupport_fastrtps_cpp +{ + +template<> +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_EXPORT_advrobotics_lab3_interfaces +const rosidl_service_type_support_t * +get_service_type_support_handle() +{ + return &advrobotics_lab3_interfaces::srv::typesupport_fastrtps_cpp::_Invkin__handle; +} + +} // namespace rosidl_typesupport_fastrtps_cpp + +#ifdef __cplusplus +extern "C" +{ +#endif + +const rosidl_service_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_fastrtps_cpp, advrobotics_lab3_interfaces, srv, Invkin)() { + return &advrobotics_lab3_interfaces::srv::typesupport_fastrtps_cpp::_Invkin__handle; +} + +#ifdef __cplusplus +} +#endif diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp new file mode 100644 index 0000000..7b17436 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp @@ -0,0 +1,177 @@ +// generated from rosidl_typesupport_fastrtps_cpp/resource/idl__rosidl_typesupport_fastrtps_cpp.hpp.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__ROSIDL_TYPESUPPORT_FASTRTPS_CPP_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__ROSIDL_TYPESUPPORT_FASTRTPS_CPP_HPP_ + +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_typesupport_interface/macros.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp" + +#ifndef _WIN32 +# pragma GCC diagnostic push +# pragma GCC diagnostic ignored "-Wunused-parameter" +# ifdef __clang__ +# pragma clang diagnostic ignored "-Wdeprecated-register" +# pragma clang diagnostic ignored "-Wreturn-type-c-linkage" +# endif +#endif +#ifndef _WIN32 +# pragma GCC diagnostic pop +#endif + +#include "fastcdr/Cdr.h" + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +namespace typesupport_fastrtps_cpp +{ + +bool +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +cdr_serialize( + const advrobotics_lab3_interfaces::srv::Invkin_Request & ros_message, + eprosima::fastcdr::Cdr & cdr); + +bool +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +cdr_deserialize( + eprosima::fastcdr::Cdr & cdr, + advrobotics_lab3_interfaces::srv::Invkin_Request & ros_message); + +size_t +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +get_serialized_size( + const advrobotics_lab3_interfaces::srv::Invkin_Request & ros_message, + size_t current_alignment); + +size_t +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +max_serialized_size_Invkin_Request( + bool & full_bounded, + bool & is_plain, + size_t current_alignment); + +} // namespace typesupport_fastrtps_cpp + +} // namespace srv + +} // namespace advrobotics_lab3_interfaces + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_cpp, advrobotics_lab3_interfaces, srv, Invkin_Request)(); + +#ifdef __cplusplus +} +#endif + +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" +// already included above +// #include "rosidl_typesupport_interface/macros.h" +// already included above +// #include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp" + +#ifndef _WIN32 +# pragma GCC diagnostic push +# pragma GCC diagnostic ignored "-Wunused-parameter" +# ifdef __clang__ +# pragma clang diagnostic ignored "-Wdeprecated-register" +# pragma clang diagnostic ignored "-Wreturn-type-c-linkage" +# endif +#endif +#ifndef _WIN32 +# pragma GCC diagnostic pop +#endif + +// already included above +// #include "fastcdr/Cdr.h" + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +namespace typesupport_fastrtps_cpp +{ + +bool +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +cdr_serialize( + const advrobotics_lab3_interfaces::srv::Invkin_Response & ros_message, + eprosima::fastcdr::Cdr & cdr); + +bool +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +cdr_deserialize( + eprosima::fastcdr::Cdr & cdr, + advrobotics_lab3_interfaces::srv::Invkin_Response & ros_message); + +size_t +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +get_serialized_size( + const advrobotics_lab3_interfaces::srv::Invkin_Response & ros_message, + size_t current_alignment); + +size_t +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +max_serialized_size_Invkin_Response( + bool & full_bounded, + bool & is_plain, + size_t current_alignment); + +} // namespace typesupport_fastrtps_cpp + +} // namespace srv + +} // namespace advrobotics_lab3_interfaces + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_cpp, advrobotics_lab3_interfaces, srv, Invkin_Response)(); + +#ifdef __cplusplus +} +#endif + +#include "rmw/types.h" +#include "rosidl_typesupport_cpp/service_type_support.hpp" +// already included above +// #include "rosidl_typesupport_interface/macros.h" +// already included above +// #include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h" + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +const rosidl_service_type_support_t * + ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_fastrtps_cpp, advrobotics_lab3_interfaces, srv, Invkin)(); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__ROSIDL_TYPESUPPORT_FASTRTPS_CPP_HPP_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp__arguments.json b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp__arguments.json new file mode 100644 index 0000000..ed5df83 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp__arguments.json @@ -0,0 +1,89 @@ +{ + "package_name": "advrobotics_lab3_interfaces", + "output_dir": "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces", + "template_dir": "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/resource", + "idl_tuples": [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces:msg/Joints.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces:msg/Gripper.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces:srv/Invkin.idl" + ], + "ros_interface_dependencies": [ + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Bool.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Byte.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/ByteMultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Char.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/ColorRGBA.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Empty.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float32.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float32MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float64.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float64MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Header.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int16.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int16MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int32.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int32MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int64.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int64MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int8.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int8MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/MultiArrayDimension.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/MultiArrayLayout.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/String.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt16.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt16MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt32.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt32MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt64.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt64MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt8.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt8MultiArray.idl", + "builtin_interfaces:/opt/ros/humble/share/builtin_interfaces/msg/Duration.idl", + "builtin_interfaces:/opt/ros/humble/share/builtin_interfaces/msg/Time.idl" + ], + "target_dependencies": [ + "/opt/ros/humble/lib/rosidl_typesupport_fastrtps_cpp/rosidl_typesupport_fastrtps_cpp", + "/opt/ros/humble/local/lib/python3.10/dist-packages/rosidl_typesupport_fastrtps_cpp/__init__.py", + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/resource/idl__rosidl_typesupport_fastrtps_cpp.hpp.em", + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/resource/idl__type_support.cpp.em", + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/resource/msg__rosidl_typesupport_fastrtps_cpp.hpp.em", + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/resource/msg__type_support.cpp.em", + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/resource/srv__rosidl_typesupport_fastrtps_cpp.hpp.em", + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/resource/srv__type_support.cpp.em", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/msg/Joints.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/msg/Gripper.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/srv/Invkin.idl", + "/opt/ros/humble/share/std_msgs/msg/Bool.idl", + "/opt/ros/humble/share/std_msgs/msg/Byte.idl", + "/opt/ros/humble/share/std_msgs/msg/ByteMultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Char.idl", + "/opt/ros/humble/share/std_msgs/msg/ColorRGBA.idl", + "/opt/ros/humble/share/std_msgs/msg/Empty.idl", + "/opt/ros/humble/share/std_msgs/msg/Float32.idl", + "/opt/ros/humble/share/std_msgs/msg/Float32MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Float64.idl", + "/opt/ros/humble/share/std_msgs/msg/Float64MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Header.idl", + "/opt/ros/humble/share/std_msgs/msg/Int16.idl", + "/opt/ros/humble/share/std_msgs/msg/Int16MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Int32.idl", + "/opt/ros/humble/share/std_msgs/msg/Int32MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Int64.idl", + "/opt/ros/humble/share/std_msgs/msg/Int64MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Int8.idl", + "/opt/ros/humble/share/std_msgs/msg/Int8MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/MultiArrayDimension.idl", + "/opt/ros/humble/share/std_msgs/msg/MultiArrayLayout.idl", + "/opt/ros/humble/share/std_msgs/msg/String.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt16.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt16MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt32.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt32MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt64.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt64MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt8.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt8MultiArray.idl", + "/opt/ros/humble/share/builtin_interfaces/msg/Duration.idl", + "/opt/ros/humble/share/builtin_interfaces/msg/Time.idl" + ] +} diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h b/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h new file mode 100644 index 0000000..dc6923c --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h @@ -0,0 +1,26 @@ +// generated from rosidl_typesupport_introspection_c/resource/idl__rosidl_typesupport_introspection_c.h.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__ROSIDL_TYPESUPPORT_INTROSPECTION_C_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__ROSIDL_TYPESUPPORT_INTROSPECTION_C_H_ + +#ifdef __cplusplus +extern "C" +{ +#endif + + +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_typesupport_interface/macros.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h" + +ROSIDL_TYPESUPPORT_INTROSPECTION_C_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, msg, Gripper)(); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__ROSIDL_TYPESUPPORT_INTROSPECTION_C_H_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c b/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c new file mode 100644 index 0000000..64fdfa2 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c @@ -0,0 +1,83 @@ +// generated from rosidl_typesupport_introspection_c/resource/idl__type_support.c.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice + +#include +#include "advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h" +#include "rosidl_typesupport_introspection_c/field_types.h" +#include "rosidl_typesupport_introspection_c/identifier.h" +#include "rosidl_typesupport_introspection_c/message_introspection.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__functions.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__struct.h" + + +#ifdef __cplusplus +extern "C" +{ +#endif + +void advrobotics_lab3_interfaces__msg__Gripper__rosidl_typesupport_introspection_c__Gripper_init_function( + void * message_memory, enum rosidl_runtime_c__message_initialization _init) +{ + // TODO(karsten1987): initializers are not yet implemented for typesupport c + // see https://github.com/ros2/ros2/issues/397 + (void) _init; + advrobotics_lab3_interfaces__msg__Gripper__init(message_memory); +} + +void advrobotics_lab3_interfaces__msg__Gripper__rosidl_typesupport_introspection_c__Gripper_fini_function(void * message_memory) +{ + advrobotics_lab3_interfaces__msg__Gripper__fini(message_memory); +} + +static rosidl_typesupport_introspection_c__MessageMember advrobotics_lab3_interfaces__msg__Gripper__rosidl_typesupport_introspection_c__Gripper_message_member_array[1] = { + { + "gripper", // name + rosidl_typesupport_introspection_c__ROS_TYPE_FLOAT, // type + 0, // upper bound of string + NULL, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces__msg__Gripper, gripper), // bytes offset in struct + NULL, // default value + NULL, // size() function pointer + NULL, // get_const(index) function pointer + NULL, // get(index) function pointer + NULL, // fetch(index, &value) function pointer + NULL, // assign(index, value) function pointer + NULL // resize(index) function pointer + } +}; + +static const rosidl_typesupport_introspection_c__MessageMembers advrobotics_lab3_interfaces__msg__Gripper__rosidl_typesupport_introspection_c__Gripper_message_members = { + "advrobotics_lab3_interfaces__msg", // message namespace + "Gripper", // message name + 1, // number of fields + sizeof(advrobotics_lab3_interfaces__msg__Gripper), + advrobotics_lab3_interfaces__msg__Gripper__rosidl_typesupport_introspection_c__Gripper_message_member_array, // message members + advrobotics_lab3_interfaces__msg__Gripper__rosidl_typesupport_introspection_c__Gripper_init_function, // function to initialize message memory (memory has to be allocated) + advrobotics_lab3_interfaces__msg__Gripper__rosidl_typesupport_introspection_c__Gripper_fini_function // function to terminate message instance (will not free memory) +}; + +// this is not const since it must be initialized on first access +// since C does not allow non-integral compile-time constants +static rosidl_message_type_support_t advrobotics_lab3_interfaces__msg__Gripper__rosidl_typesupport_introspection_c__Gripper_message_type_support_handle = { + 0, + &advrobotics_lab3_interfaces__msg__Gripper__rosidl_typesupport_introspection_c__Gripper_message_members, + get_message_typesupport_handle_function, +}; + +ROSIDL_TYPESUPPORT_INTROSPECTION_C_EXPORT_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, msg, Gripper)() { + if (!advrobotics_lab3_interfaces__msg__Gripper__rosidl_typesupport_introspection_c__Gripper_message_type_support_handle.typesupport_identifier) { + advrobotics_lab3_interfaces__msg__Gripper__rosidl_typesupport_introspection_c__Gripper_message_type_support_handle.typesupport_identifier = + rosidl_typesupport_introspection_c__identifier; + } + return &advrobotics_lab3_interfaces__msg__Gripper__rosidl_typesupport_introspection_c__Gripper_message_type_support_handle; +} +#ifdef __cplusplus +} +#endif diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h b/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h new file mode 100644 index 0000000..44fae02 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h @@ -0,0 +1,26 @@ +// generated from rosidl_typesupport_introspection_c/resource/idl__rosidl_typesupport_introspection_c.h.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__ROSIDL_TYPESUPPORT_INTROSPECTION_C_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__ROSIDL_TYPESUPPORT_INTROSPECTION_C_H_ + +#ifdef __cplusplus +extern "C" +{ +#endif + + +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_typesupport_interface/macros.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h" + +ROSIDL_TYPESUPPORT_INTROSPECTION_C_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, msg, Joints)(); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__ROSIDL_TYPESUPPORT_INTROSPECTION_C_H_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c b/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c new file mode 100644 index 0000000..3ad4750 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c @@ -0,0 +1,117 @@ +// generated from rosidl_typesupport_introspection_c/resource/idl__type_support.c.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice + +#include +#include "advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h" +#include "rosidl_typesupport_introspection_c/field_types.h" +#include "rosidl_typesupport_introspection_c/identifier.h" +#include "rosidl_typesupport_introspection_c/message_introspection.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__functions.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__struct.h" + + +#ifdef __cplusplus +extern "C" +{ +#endif + +void advrobotics_lab3_interfaces__msg__Joints__rosidl_typesupport_introspection_c__Joints_init_function( + void * message_memory, enum rosidl_runtime_c__message_initialization _init) +{ + // TODO(karsten1987): initializers are not yet implemented for typesupport c + // see https://github.com/ros2/ros2/issues/397 + (void) _init; + advrobotics_lab3_interfaces__msg__Joints__init(message_memory); +} + +void advrobotics_lab3_interfaces__msg__Joints__rosidl_typesupport_introspection_c__Joints_fini_function(void * message_memory) +{ + advrobotics_lab3_interfaces__msg__Joints__fini(message_memory); +} + +static rosidl_typesupport_introspection_c__MessageMember advrobotics_lab3_interfaces__msg__Joints__rosidl_typesupport_introspection_c__Joints_message_member_array[3] = { + { + "q1", // name + rosidl_typesupport_introspection_c__ROS_TYPE_FLOAT, // type + 0, // upper bound of string + NULL, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces__msg__Joints, q1), // bytes offset in struct + NULL, // default value + NULL, // size() function pointer + NULL, // get_const(index) function pointer + NULL, // get(index) function pointer + NULL, // fetch(index, &value) function pointer + NULL, // assign(index, value) function pointer + NULL // resize(index) function pointer + }, + { + "q2", // name + rosidl_typesupport_introspection_c__ROS_TYPE_FLOAT, // type + 0, // upper bound of string + NULL, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces__msg__Joints, q2), // bytes offset in struct + NULL, // default value + NULL, // size() function pointer + NULL, // get_const(index) function pointer + NULL, // get(index) function pointer + NULL, // fetch(index, &value) function pointer + NULL, // assign(index, value) function pointer + NULL // resize(index) function pointer + }, + { + "q3", // name + rosidl_typesupport_introspection_c__ROS_TYPE_FLOAT, // type + 0, // upper bound of string + NULL, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces__msg__Joints, q3), // bytes offset in struct + NULL, // default value + NULL, // size() function pointer + NULL, // get_const(index) function pointer + NULL, // get(index) function pointer + NULL, // fetch(index, &value) function pointer + NULL, // assign(index, value) function pointer + NULL // resize(index) function pointer + } +}; + +static const rosidl_typesupport_introspection_c__MessageMembers advrobotics_lab3_interfaces__msg__Joints__rosidl_typesupport_introspection_c__Joints_message_members = { + "advrobotics_lab3_interfaces__msg", // message namespace + "Joints", // message name + 3, // number of fields + sizeof(advrobotics_lab3_interfaces__msg__Joints), + advrobotics_lab3_interfaces__msg__Joints__rosidl_typesupport_introspection_c__Joints_message_member_array, // message members + advrobotics_lab3_interfaces__msg__Joints__rosidl_typesupport_introspection_c__Joints_init_function, // function to initialize message memory (memory has to be allocated) + advrobotics_lab3_interfaces__msg__Joints__rosidl_typesupport_introspection_c__Joints_fini_function // function to terminate message instance (will not free memory) +}; + +// this is not const since it must be initialized on first access +// since C does not allow non-integral compile-time constants +static rosidl_message_type_support_t advrobotics_lab3_interfaces__msg__Joints__rosidl_typesupport_introspection_c__Joints_message_type_support_handle = { + 0, + &advrobotics_lab3_interfaces__msg__Joints__rosidl_typesupport_introspection_c__Joints_message_members, + get_message_typesupport_handle_function, +}; + +ROSIDL_TYPESUPPORT_INTROSPECTION_C_EXPORT_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, msg, Joints)() { + if (!advrobotics_lab3_interfaces__msg__Joints__rosidl_typesupport_introspection_c__Joints_message_type_support_handle.typesupport_identifier) { + advrobotics_lab3_interfaces__msg__Joints__rosidl_typesupport_introspection_c__Joints_message_type_support_handle.typesupport_identifier = + rosidl_typesupport_introspection_c__identifier; + } + return &advrobotics_lab3_interfaces__msg__Joints__rosidl_typesupport_introspection_c__Joints_message_type_support_handle; +} +#ifdef __cplusplus +} +#endif diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h b/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h new file mode 100644 index 0000000..1153afe --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h @@ -0,0 +1,43 @@ +// generated from +// rosidl_typesupport_introspection_c/resource/rosidl_typesupport_introspection_c__visibility_control.h.in +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__ROSIDL_TYPESUPPORT_INTROSPECTION_C__VISIBILITY_CONTROL_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__ROSIDL_TYPESUPPORT_INTROSPECTION_C__VISIBILITY_CONTROL_H_ + +#ifdef __cplusplus +extern "C" +{ +#endif + +// This logic was borrowed (then namespaced) from the examples on the gcc wiki: +// https://gcc.gnu.org/wiki/Visibility + +#if defined _WIN32 || defined __CYGWIN__ + #ifdef __GNUC__ + #define ROSIDL_TYPESUPPORT_INTROSPECTION_C_EXPORT_advrobotics_lab3_interfaces __attribute__ ((dllexport)) + #define ROSIDL_TYPESUPPORT_INTROSPECTION_C_IMPORT_advrobotics_lab3_interfaces __attribute__ ((dllimport)) + #else + #define ROSIDL_TYPESUPPORT_INTROSPECTION_C_EXPORT_advrobotics_lab3_interfaces __declspec(dllexport) + #define ROSIDL_TYPESUPPORT_INTROSPECTION_C_IMPORT_advrobotics_lab3_interfaces __declspec(dllimport) + #endif + #ifdef ROSIDL_TYPESUPPORT_INTROSPECTION_C_BUILDING_DLL_advrobotics_lab3_interfaces + #define ROSIDL_TYPESUPPORT_INTROSPECTION_C_PUBLIC_advrobotics_lab3_interfaces ROSIDL_TYPESUPPORT_INTROSPECTION_C_EXPORT_advrobotics_lab3_interfaces + #else + #define ROSIDL_TYPESUPPORT_INTROSPECTION_C_PUBLIC_advrobotics_lab3_interfaces ROSIDL_TYPESUPPORT_INTROSPECTION_C_IMPORT_advrobotics_lab3_interfaces + #endif +#else + #define ROSIDL_TYPESUPPORT_INTROSPECTION_C_EXPORT_advrobotics_lab3_interfaces __attribute__ ((visibility("default"))) + #define ROSIDL_TYPESUPPORT_INTROSPECTION_C_IMPORT_advrobotics_lab3_interfaces + #if __GNUC__ >= 4 + #define ROSIDL_TYPESUPPORT_INTROSPECTION_C_PUBLIC_advrobotics_lab3_interfaces __attribute__ ((visibility("default"))) + #else + #define ROSIDL_TYPESUPPORT_INTROSPECTION_C_PUBLIC_advrobotics_lab3_interfaces + #endif +#endif + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__ROSIDL_TYPESUPPORT_INTROSPECTION_C__VISIBILITY_CONTROL_H_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h b/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h new file mode 100644 index 0000000..984a5fd --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h @@ -0,0 +1,47 @@ +// generated from rosidl_typesupport_introspection_c/resource/idl__rosidl_typesupport_introspection_c.h.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__ROSIDL_TYPESUPPORT_INTROSPECTION_C_H_ +#define ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__ROSIDL_TYPESUPPORT_INTROSPECTION_C_H_ + +#ifdef __cplusplus +extern "C" +{ +#endif + + +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_typesupport_interface/macros.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h" + +ROSIDL_TYPESUPPORT_INTROSPECTION_C_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, srv, Invkin_Request)(); + +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" +// already included above +// #include "rosidl_typesupport_interface/macros.h" +// already included above +// #include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h" + +ROSIDL_TYPESUPPORT_INTROSPECTION_C_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, srv, Invkin_Response)(); + +#include "rosidl_runtime_c/service_type_support_struct.h" +// already included above +// #include "rosidl_typesupport_interface/macros.h" +// already included above +// #include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h" + +ROSIDL_TYPESUPPORT_INTROSPECTION_C_PUBLIC_advrobotics_lab3_interfaces +const rosidl_service_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, srv, Invkin)(); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__ROSIDL_TYPESUPPORT_INTROSPECTION_C_H_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c b/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c new file mode 100644 index 0000000..efe04e7 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c @@ -0,0 +1,313 @@ +// generated from rosidl_typesupport_introspection_c/resource/idl__type_support.c.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice + +#include +#include "advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h" +#include "rosidl_typesupport_introspection_c/field_types.h" +#include "rosidl_typesupport_introspection_c/identifier.h" +#include "rosidl_typesupport_introspection_c/message_introspection.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__functions.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.h" + + +#ifdef __cplusplus +extern "C" +{ +#endif + +void advrobotics_lab3_interfaces__srv__Invkin_Request__rosidl_typesupport_introspection_c__Invkin_Request_init_function( + void * message_memory, enum rosidl_runtime_c__message_initialization _init) +{ + // TODO(karsten1987): initializers are not yet implemented for typesupport c + // see https://github.com/ros2/ros2/issues/397 + (void) _init; + advrobotics_lab3_interfaces__srv__Invkin_Request__init(message_memory); +} + +void advrobotics_lab3_interfaces__srv__Invkin_Request__rosidl_typesupport_introspection_c__Invkin_Request_fini_function(void * message_memory) +{ + advrobotics_lab3_interfaces__srv__Invkin_Request__fini(message_memory); +} + +static rosidl_typesupport_introspection_c__MessageMember advrobotics_lab3_interfaces__srv__Invkin_Request__rosidl_typesupport_introspection_c__Invkin_Request_message_member_array[3] = { + { + "x", // name + rosidl_typesupport_introspection_c__ROS_TYPE_FLOAT, // type + 0, // upper bound of string + NULL, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces__srv__Invkin_Request, x), // bytes offset in struct + NULL, // default value + NULL, // size() function pointer + NULL, // get_const(index) function pointer + NULL, // get(index) function pointer + NULL, // fetch(index, &value) function pointer + NULL, // assign(index, value) function pointer + NULL // resize(index) function pointer + }, + { + "y", // name + rosidl_typesupport_introspection_c__ROS_TYPE_FLOAT, // type + 0, // upper bound of string + NULL, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces__srv__Invkin_Request, y), // bytes offset in struct + NULL, // default value + NULL, // size() function pointer + NULL, // get_const(index) function pointer + NULL, // get(index) function pointer + NULL, // fetch(index, &value) function pointer + NULL, // assign(index, value) function pointer + NULL // resize(index) function pointer + }, + { + "z", // name + rosidl_typesupport_introspection_c__ROS_TYPE_FLOAT, // type + 0, // upper bound of string + NULL, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces__srv__Invkin_Request, z), // bytes offset in struct + NULL, // default value + NULL, // size() function pointer + NULL, // get_const(index) function pointer + NULL, // get(index) function pointer + NULL, // fetch(index, &value) function pointer + NULL, // assign(index, value) function pointer + NULL // resize(index) function pointer + } +}; + +static const rosidl_typesupport_introspection_c__MessageMembers advrobotics_lab3_interfaces__srv__Invkin_Request__rosidl_typesupport_introspection_c__Invkin_Request_message_members = { + "advrobotics_lab3_interfaces__srv", // message namespace + "Invkin_Request", // message name + 3, // number of fields + sizeof(advrobotics_lab3_interfaces__srv__Invkin_Request), + advrobotics_lab3_interfaces__srv__Invkin_Request__rosidl_typesupport_introspection_c__Invkin_Request_message_member_array, // message members + advrobotics_lab3_interfaces__srv__Invkin_Request__rosidl_typesupport_introspection_c__Invkin_Request_init_function, // function to initialize message memory (memory has to be allocated) + advrobotics_lab3_interfaces__srv__Invkin_Request__rosidl_typesupport_introspection_c__Invkin_Request_fini_function // function to terminate message instance (will not free memory) +}; + +// this is not const since it must be initialized on first access +// since C does not allow non-integral compile-time constants +static rosidl_message_type_support_t advrobotics_lab3_interfaces__srv__Invkin_Request__rosidl_typesupport_introspection_c__Invkin_Request_message_type_support_handle = { + 0, + &advrobotics_lab3_interfaces__srv__Invkin_Request__rosidl_typesupport_introspection_c__Invkin_Request_message_members, + get_message_typesupport_handle_function, +}; + +ROSIDL_TYPESUPPORT_INTROSPECTION_C_EXPORT_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, srv, Invkin_Request)() { + if (!advrobotics_lab3_interfaces__srv__Invkin_Request__rosidl_typesupport_introspection_c__Invkin_Request_message_type_support_handle.typesupport_identifier) { + advrobotics_lab3_interfaces__srv__Invkin_Request__rosidl_typesupport_introspection_c__Invkin_Request_message_type_support_handle.typesupport_identifier = + rosidl_typesupport_introspection_c__identifier; + } + return &advrobotics_lab3_interfaces__srv__Invkin_Request__rosidl_typesupport_introspection_c__Invkin_Request_message_type_support_handle; +} +#ifdef __cplusplus +} +#endif + +// already included above +// #include +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h" +// already included above +// #include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h" +// already included above +// #include "rosidl_typesupport_introspection_c/field_types.h" +// already included above +// #include "rosidl_typesupport_introspection_c/identifier.h" +// already included above +// #include "rosidl_typesupport_introspection_c/message_introspection.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__functions.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.h" + + +#ifdef __cplusplus +extern "C" +{ +#endif + +void advrobotics_lab3_interfaces__srv__Invkin_Response__rosidl_typesupport_introspection_c__Invkin_Response_init_function( + void * message_memory, enum rosidl_runtime_c__message_initialization _init) +{ + // TODO(karsten1987): initializers are not yet implemented for typesupport c + // see https://github.com/ros2/ros2/issues/397 + (void) _init; + advrobotics_lab3_interfaces__srv__Invkin_Response__init(message_memory); +} + +void advrobotics_lab3_interfaces__srv__Invkin_Response__rosidl_typesupport_introspection_c__Invkin_Response_fini_function(void * message_memory) +{ + advrobotics_lab3_interfaces__srv__Invkin_Response__fini(message_memory); +} + +static rosidl_typesupport_introspection_c__MessageMember advrobotics_lab3_interfaces__srv__Invkin_Response__rosidl_typesupport_introspection_c__Invkin_Response_message_member_array[4] = { + { + "sol", // name + rosidl_typesupport_introspection_c__ROS_TYPE_INT8, // type + 0, // upper bound of string + NULL, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces__srv__Invkin_Response, sol), // bytes offset in struct + NULL, // default value + NULL, // size() function pointer + NULL, // get_const(index) function pointer + NULL, // get(index) function pointer + NULL, // fetch(index, &value) function pointer + NULL, // assign(index, value) function pointer + NULL // resize(index) function pointer + }, + { + "q1", // name + rosidl_typesupport_introspection_c__ROS_TYPE_FLOAT, // type + 0, // upper bound of string + NULL, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces__srv__Invkin_Response, q1), // bytes offset in struct + NULL, // default value + NULL, // size() function pointer + NULL, // get_const(index) function pointer + NULL, // get(index) function pointer + NULL, // fetch(index, &value) function pointer + NULL, // assign(index, value) function pointer + NULL // resize(index) function pointer + }, + { + "q2", // name + rosidl_typesupport_introspection_c__ROS_TYPE_FLOAT, // type + 0, // upper bound of string + NULL, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces__srv__Invkin_Response, q2), // bytes offset in struct + NULL, // default value + NULL, // size() function pointer + NULL, // get_const(index) function pointer + NULL, // get(index) function pointer + NULL, // fetch(index, &value) function pointer + NULL, // assign(index, value) function pointer + NULL // resize(index) function pointer + }, + { + "q3", // name + rosidl_typesupport_introspection_c__ROS_TYPE_FLOAT, // type + 0, // upper bound of string + NULL, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces__srv__Invkin_Response, q3), // bytes offset in struct + NULL, // default value + NULL, // size() function pointer + NULL, // get_const(index) function pointer + NULL, // get(index) function pointer + NULL, // fetch(index, &value) function pointer + NULL, // assign(index, value) function pointer + NULL // resize(index) function pointer + } +}; + +static const rosidl_typesupport_introspection_c__MessageMembers advrobotics_lab3_interfaces__srv__Invkin_Response__rosidl_typesupport_introspection_c__Invkin_Response_message_members = { + "advrobotics_lab3_interfaces__srv", // message namespace + "Invkin_Response", // message name + 4, // number of fields + sizeof(advrobotics_lab3_interfaces__srv__Invkin_Response), + advrobotics_lab3_interfaces__srv__Invkin_Response__rosidl_typesupport_introspection_c__Invkin_Response_message_member_array, // message members + advrobotics_lab3_interfaces__srv__Invkin_Response__rosidl_typesupport_introspection_c__Invkin_Response_init_function, // function to initialize message memory (memory has to be allocated) + advrobotics_lab3_interfaces__srv__Invkin_Response__rosidl_typesupport_introspection_c__Invkin_Response_fini_function // function to terminate message instance (will not free memory) +}; + +// this is not const since it must be initialized on first access +// since C does not allow non-integral compile-time constants +static rosidl_message_type_support_t advrobotics_lab3_interfaces__srv__Invkin_Response__rosidl_typesupport_introspection_c__Invkin_Response_message_type_support_handle = { + 0, + &advrobotics_lab3_interfaces__srv__Invkin_Response__rosidl_typesupport_introspection_c__Invkin_Response_message_members, + get_message_typesupport_handle_function, +}; + +ROSIDL_TYPESUPPORT_INTROSPECTION_C_EXPORT_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, srv, Invkin_Response)() { + if (!advrobotics_lab3_interfaces__srv__Invkin_Response__rosidl_typesupport_introspection_c__Invkin_Response_message_type_support_handle.typesupport_identifier) { + advrobotics_lab3_interfaces__srv__Invkin_Response__rosidl_typesupport_introspection_c__Invkin_Response_message_type_support_handle.typesupport_identifier = + rosidl_typesupport_introspection_c__identifier; + } + return &advrobotics_lab3_interfaces__srv__Invkin_Response__rosidl_typesupport_introspection_c__Invkin_Response_message_type_support_handle; +} +#ifdef __cplusplus +} +#endif + +#include "rosidl_runtime_c/service_type_support_struct.h" +// already included above +// #include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h" +// already included above +// #include "rosidl_typesupport_introspection_c/identifier.h" +#include "rosidl_typesupport_introspection_c/service_introspection.h" + +// this is intentionally not const to allow initialization later to prevent an initialization race +static rosidl_typesupport_introspection_c__ServiceMembers advrobotics_lab3_interfaces__srv__detail__invkin__rosidl_typesupport_introspection_c__Invkin_service_members = { + "advrobotics_lab3_interfaces__srv", // service namespace + "Invkin", // service name + // these two fields are initialized below on the first access + NULL, // request message + // advrobotics_lab3_interfaces__srv__detail__invkin__rosidl_typesupport_introspection_c__Invkin_Request_message_type_support_handle, + NULL // response message + // advrobotics_lab3_interfaces__srv__detail__invkin__rosidl_typesupport_introspection_c__Invkin_Response_message_type_support_handle +}; + +static rosidl_service_type_support_t advrobotics_lab3_interfaces__srv__detail__invkin__rosidl_typesupport_introspection_c__Invkin_service_type_support_handle = { + 0, + &advrobotics_lab3_interfaces__srv__detail__invkin__rosidl_typesupport_introspection_c__Invkin_service_members, + get_service_typesupport_handle_function, +}; + +// Forward declaration of request/response type support functions +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, srv, Invkin_Request)(); + +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, srv, Invkin_Response)(); + +ROSIDL_TYPESUPPORT_INTROSPECTION_C_EXPORT_advrobotics_lab3_interfaces +const rosidl_service_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, srv, Invkin)() { + if (!advrobotics_lab3_interfaces__srv__detail__invkin__rosidl_typesupport_introspection_c__Invkin_service_type_support_handle.typesupport_identifier) { + advrobotics_lab3_interfaces__srv__detail__invkin__rosidl_typesupport_introspection_c__Invkin_service_type_support_handle.typesupport_identifier = + rosidl_typesupport_introspection_c__identifier; + } + rosidl_typesupport_introspection_c__ServiceMembers * service_members = + (rosidl_typesupport_introspection_c__ServiceMembers *)advrobotics_lab3_interfaces__srv__detail__invkin__rosidl_typesupport_introspection_c__Invkin_service_type_support_handle.data; + + if (!service_members->request_members_) { + service_members->request_members_ = + (const rosidl_typesupport_introspection_c__MessageMembers *) + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, srv, Invkin_Request)()->data; + } + if (!service_members->response_members_) { + service_members->response_members_ = + (const rosidl_typesupport_introspection_c__MessageMembers *) + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, srv, Invkin_Response)()->data; + } + + return &advrobotics_lab3_interfaces__srv__detail__invkin__rosidl_typesupport_introspection_c__Invkin_service_type_support_handle; +} diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c__arguments.json b/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c__arguments.json new file mode 100644 index 0000000..5287767 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c__arguments.json @@ -0,0 +1,89 @@ +{ + "package_name": "advrobotics_lab3_interfaces", + "output_dir": "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces", + "template_dir": "/opt/ros/humble/share/rosidl_typesupport_introspection_c/resource", + "idl_tuples": [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces:msg/Joints.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces:msg/Gripper.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces:srv/Invkin.idl" + ], + "ros_interface_dependencies": [ + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Bool.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Byte.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/ByteMultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Char.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/ColorRGBA.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Empty.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float32.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float32MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float64.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float64MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Header.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int16.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int16MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int32.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int32MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int64.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int64MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int8.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int8MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/MultiArrayDimension.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/MultiArrayLayout.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/String.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt16.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt16MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt32.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt32MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt64.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt64MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt8.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt8MultiArray.idl", + "builtin_interfaces:/opt/ros/humble/share/builtin_interfaces/msg/Duration.idl", + "builtin_interfaces:/opt/ros/humble/share/builtin_interfaces/msg/Time.idl" + ], + "target_dependencies": [ + "/opt/ros/humble/lib/rosidl_typesupport_introspection_c/rosidl_typesupport_introspection_c", + "/opt/ros/humble/local/lib/python3.10/dist-packages/rosidl_typesupport_introspection_c/__init__.py", + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/resource/idl__rosidl_typesupport_introspection_c.h.em", + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/resource/idl__type_support.c.em", + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/resource/msg__rosidl_typesupport_introspection_c.h.em", + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/resource/msg__type_support.c.em", + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/resource/srv__rosidl_typesupport_introspection_c.h.em", + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/resource/srv__type_support.c.em", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/msg/Joints.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/msg/Gripper.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/srv/Invkin.idl", + "/opt/ros/humble/share/std_msgs/msg/Bool.idl", + "/opt/ros/humble/share/std_msgs/msg/Byte.idl", + "/opt/ros/humble/share/std_msgs/msg/ByteMultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Char.idl", + "/opt/ros/humble/share/std_msgs/msg/ColorRGBA.idl", + "/opt/ros/humble/share/std_msgs/msg/Empty.idl", + "/opt/ros/humble/share/std_msgs/msg/Float32.idl", + "/opt/ros/humble/share/std_msgs/msg/Float32MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Float64.idl", + "/opt/ros/humble/share/std_msgs/msg/Float64MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Header.idl", + "/opt/ros/humble/share/std_msgs/msg/Int16.idl", + "/opt/ros/humble/share/std_msgs/msg/Int16MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Int32.idl", + "/opt/ros/humble/share/std_msgs/msg/Int32MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Int64.idl", + "/opt/ros/humble/share/std_msgs/msg/Int64MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Int8.idl", + "/opt/ros/humble/share/std_msgs/msg/Int8MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/MultiArrayDimension.idl", + "/opt/ros/humble/share/std_msgs/msg/MultiArrayLayout.idl", + "/opt/ros/humble/share/std_msgs/msg/String.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt16.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt16MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt32.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt32MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt64.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt64MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt8.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt8MultiArray.idl", + "/opt/ros/humble/share/builtin_interfaces/msg/Duration.idl", + "/opt/ros/humble/share/builtin_interfaces/msg/Time.idl" + ] +} diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp b/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp new file mode 100644 index 0000000..23892b3 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp @@ -0,0 +1,27 @@ +// generated from rosidl_typesupport_introspection_cpp/resource/idl__rosidl_typesupport_introspection_cpp.h.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_HPP_ + + +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_typesupport_interface/macros.h" +#include "rosidl_typesupport_introspection_cpp/visibility_control.h" + +#ifdef __cplusplus +extern "C" +{ +#endif + +// TODO(dirk-thomas) these visibility macros should be message package specific +ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC +const rosidl_message_type_support_t * + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_cpp, advrobotics_lab3_interfaces, msg, Gripper)(); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_HPP_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp b/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp new file mode 100644 index 0000000..1daa8c5 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp @@ -0,0 +1,109 @@ +// generated from rosidl_typesupport_introspection_cpp/resource/idl__type_support.cpp.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice + +#include "array" +#include "cstddef" +#include "string" +#include "vector" +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_typesupport_cpp/message_type_support.hpp" +#include "rosidl_typesupport_interface/macros.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp" +#include "rosidl_typesupport_introspection_cpp/field_types.hpp" +#include "rosidl_typesupport_introspection_cpp/identifier.hpp" +#include "rosidl_typesupport_introspection_cpp/message_introspection.hpp" +#include "rosidl_typesupport_introspection_cpp/message_type_support_decl.hpp" +#include "rosidl_typesupport_introspection_cpp/visibility_control.h" + +namespace advrobotics_lab3_interfaces +{ + +namespace msg +{ + +namespace rosidl_typesupport_introspection_cpp +{ + +void Gripper_init_function( + void * message_memory, rosidl_runtime_cpp::MessageInitialization _init) +{ + new (message_memory) advrobotics_lab3_interfaces::msg::Gripper(_init); +} + +void Gripper_fini_function(void * message_memory) +{ + auto typed_message = static_cast(message_memory); + typed_message->~Gripper(); +} + +static const ::rosidl_typesupport_introspection_cpp::MessageMember Gripper_message_member_array[1] = { + { + "gripper", // name + ::rosidl_typesupport_introspection_cpp::ROS_TYPE_FLOAT, // type + 0, // upper bound of string + nullptr, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces::msg::Gripper, gripper), // bytes offset in struct + nullptr, // default value + nullptr, // size() function pointer + nullptr, // get_const(index) function pointer + nullptr, // get(index) function pointer + nullptr, // fetch(index, &value) function pointer + nullptr, // assign(index, value) function pointer + nullptr // resize(index) function pointer + } +}; + +static const ::rosidl_typesupport_introspection_cpp::MessageMembers Gripper_message_members = { + "advrobotics_lab3_interfaces::msg", // message namespace + "Gripper", // message name + 1, // number of fields + sizeof(advrobotics_lab3_interfaces::msg::Gripper), + Gripper_message_member_array, // message members + Gripper_init_function, // function to initialize message memory (memory has to be allocated) + Gripper_fini_function // function to terminate message instance (will not free memory) +}; + +static const rosidl_message_type_support_t Gripper_message_type_support_handle = { + ::rosidl_typesupport_introspection_cpp::typesupport_identifier, + &Gripper_message_members, + get_message_typesupport_handle_function, +}; + +} // namespace rosidl_typesupport_introspection_cpp + +} // namespace msg + +} // namespace advrobotics_lab3_interfaces + + +namespace rosidl_typesupport_introspection_cpp +{ + +template<> +ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC +const rosidl_message_type_support_t * +get_message_type_support_handle() +{ + return &::advrobotics_lab3_interfaces::msg::rosidl_typesupport_introspection_cpp::Gripper_message_type_support_handle; +} + +} // namespace rosidl_typesupport_introspection_cpp + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_cpp, advrobotics_lab3_interfaces, msg, Gripper)() { + return &::advrobotics_lab3_interfaces::msg::rosidl_typesupport_introspection_cpp::Gripper_message_type_support_handle; +} + +#ifdef __cplusplus +} +#endif diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp b/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp new file mode 100644 index 0000000..fb4c87f --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp @@ -0,0 +1,27 @@ +// generated from rosidl_typesupport_introspection_cpp/resource/idl__rosidl_typesupport_introspection_cpp.h.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_HPP_ + + +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_typesupport_interface/macros.h" +#include "rosidl_typesupport_introspection_cpp/visibility_control.h" + +#ifdef __cplusplus +extern "C" +{ +#endif + +// TODO(dirk-thomas) these visibility macros should be message package specific +ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC +const rosidl_message_type_support_t * + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_cpp, advrobotics_lab3_interfaces, msg, Joints)(); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_HPP_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp b/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp new file mode 100644 index 0000000..f252004 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp @@ -0,0 +1,143 @@ +// generated from rosidl_typesupport_introspection_cpp/resource/idl__type_support.cpp.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice + +#include "array" +#include "cstddef" +#include "string" +#include "vector" +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_typesupport_cpp/message_type_support.hpp" +#include "rosidl_typesupport_interface/macros.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp" +#include "rosidl_typesupport_introspection_cpp/field_types.hpp" +#include "rosidl_typesupport_introspection_cpp/identifier.hpp" +#include "rosidl_typesupport_introspection_cpp/message_introspection.hpp" +#include "rosidl_typesupport_introspection_cpp/message_type_support_decl.hpp" +#include "rosidl_typesupport_introspection_cpp/visibility_control.h" + +namespace advrobotics_lab3_interfaces +{ + +namespace msg +{ + +namespace rosidl_typesupport_introspection_cpp +{ + +void Joints_init_function( + void * message_memory, rosidl_runtime_cpp::MessageInitialization _init) +{ + new (message_memory) advrobotics_lab3_interfaces::msg::Joints(_init); +} + +void Joints_fini_function(void * message_memory) +{ + auto typed_message = static_cast(message_memory); + typed_message->~Joints(); +} + +static const ::rosidl_typesupport_introspection_cpp::MessageMember Joints_message_member_array[3] = { + { + "q1", // name + ::rosidl_typesupport_introspection_cpp::ROS_TYPE_FLOAT, // type + 0, // upper bound of string + nullptr, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces::msg::Joints, q1), // bytes offset in struct + nullptr, // default value + nullptr, // size() function pointer + nullptr, // get_const(index) function pointer + nullptr, // get(index) function pointer + nullptr, // fetch(index, &value) function pointer + nullptr, // assign(index, value) function pointer + nullptr // resize(index) function pointer + }, + { + "q2", // name + ::rosidl_typesupport_introspection_cpp::ROS_TYPE_FLOAT, // type + 0, // upper bound of string + nullptr, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces::msg::Joints, q2), // bytes offset in struct + nullptr, // default value + nullptr, // size() function pointer + nullptr, // get_const(index) function pointer + nullptr, // get(index) function pointer + nullptr, // fetch(index, &value) function pointer + nullptr, // assign(index, value) function pointer + nullptr // resize(index) function pointer + }, + { + "q3", // name + ::rosidl_typesupport_introspection_cpp::ROS_TYPE_FLOAT, // type + 0, // upper bound of string + nullptr, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces::msg::Joints, q3), // bytes offset in struct + nullptr, // default value + nullptr, // size() function pointer + nullptr, // get_const(index) function pointer + nullptr, // get(index) function pointer + nullptr, // fetch(index, &value) function pointer + nullptr, // assign(index, value) function pointer + nullptr // resize(index) function pointer + } +}; + +static const ::rosidl_typesupport_introspection_cpp::MessageMembers Joints_message_members = { + "advrobotics_lab3_interfaces::msg", // message namespace + "Joints", // message name + 3, // number of fields + sizeof(advrobotics_lab3_interfaces::msg::Joints), + Joints_message_member_array, // message members + Joints_init_function, // function to initialize message memory (memory has to be allocated) + Joints_fini_function // function to terminate message instance (will not free memory) +}; + +static const rosidl_message_type_support_t Joints_message_type_support_handle = { + ::rosidl_typesupport_introspection_cpp::typesupport_identifier, + &Joints_message_members, + get_message_typesupport_handle_function, +}; + +} // namespace rosidl_typesupport_introspection_cpp + +} // namespace msg + +} // namespace advrobotics_lab3_interfaces + + +namespace rosidl_typesupport_introspection_cpp +{ + +template<> +ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC +const rosidl_message_type_support_t * +get_message_type_support_handle() +{ + return &::advrobotics_lab3_interfaces::msg::rosidl_typesupport_introspection_cpp::Joints_message_type_support_handle; +} + +} // namespace rosidl_typesupport_introspection_cpp + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_cpp, advrobotics_lab3_interfaces, msg, Joints)() { + return &::advrobotics_lab3_interfaces::msg::rosidl_typesupport_introspection_cpp::Joints_message_type_support_handle; +} + +#ifdef __cplusplus +} +#endif diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp b/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp new file mode 100644 index 0000000..df3d083 --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp @@ -0,0 +1,67 @@ +// generated from rosidl_typesupport_introspection_cpp/resource/idl__rosidl_typesupport_introspection_cpp.h.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_HPP_ + + +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_typesupport_interface/macros.h" +#include "rosidl_typesupport_introspection_cpp/visibility_control.h" + +#ifdef __cplusplus +extern "C" +{ +#endif + +// TODO(dirk-thomas) these visibility macros should be message package specific +ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC +const rosidl_message_type_support_t * + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_cpp, advrobotics_lab3_interfaces, srv, Invkin_Request)(); + +#ifdef __cplusplus +} +#endif + +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" +// already included above +// #include "rosidl_typesupport_interface/macros.h" +// already included above +// #include "rosidl_typesupport_introspection_cpp/visibility_control.h" + +#ifdef __cplusplus +extern "C" +{ +#endif + +// TODO(dirk-thomas) these visibility macros should be message package specific +ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC +const rosidl_message_type_support_t * + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_cpp, advrobotics_lab3_interfaces, srv, Invkin_Response)(); + +#ifdef __cplusplus +} +#endif + +#include "rosidl_runtime_c/service_type_support_struct.h" +// already included above +// #include "rosidl_typesupport_interface/macros.h" +// already included above +// #include "rosidl_typesupport_introspection_cpp/visibility_control.h" + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC +const rosidl_service_type_support_t * + ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_introspection_cpp, advrobotics_lab3_interfaces, srv, Invkin)(); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_HPP_ diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp b/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp new file mode 100644 index 0000000..516476d --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp @@ -0,0 +1,421 @@ +// generated from rosidl_typesupport_introspection_cpp/resource/idl__type_support.cpp.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice + +#include "array" +#include "cstddef" +#include "string" +#include "vector" +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_typesupport_cpp/message_type_support.hpp" +#include "rosidl_typesupport_interface/macros.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp" +#include "rosidl_typesupport_introspection_cpp/field_types.hpp" +#include "rosidl_typesupport_introspection_cpp/identifier.hpp" +#include "rosidl_typesupport_introspection_cpp/message_introspection.hpp" +#include "rosidl_typesupport_introspection_cpp/message_type_support_decl.hpp" +#include "rosidl_typesupport_introspection_cpp/visibility_control.h" + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +namespace rosidl_typesupport_introspection_cpp +{ + +void Invkin_Request_init_function( + void * message_memory, rosidl_runtime_cpp::MessageInitialization _init) +{ + new (message_memory) advrobotics_lab3_interfaces::srv::Invkin_Request(_init); +} + +void Invkin_Request_fini_function(void * message_memory) +{ + auto typed_message = static_cast(message_memory); + typed_message->~Invkin_Request(); +} + +static const ::rosidl_typesupport_introspection_cpp::MessageMember Invkin_Request_message_member_array[3] = { + { + "x", // name + ::rosidl_typesupport_introspection_cpp::ROS_TYPE_FLOAT, // type + 0, // upper bound of string + nullptr, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces::srv::Invkin_Request, x), // bytes offset in struct + nullptr, // default value + nullptr, // size() function pointer + nullptr, // get_const(index) function pointer + nullptr, // get(index) function pointer + nullptr, // fetch(index, &value) function pointer + nullptr, // assign(index, value) function pointer + nullptr // resize(index) function pointer + }, + { + "y", // name + ::rosidl_typesupport_introspection_cpp::ROS_TYPE_FLOAT, // type + 0, // upper bound of string + nullptr, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces::srv::Invkin_Request, y), // bytes offset in struct + nullptr, // default value + nullptr, // size() function pointer + nullptr, // get_const(index) function pointer + nullptr, // get(index) function pointer + nullptr, // fetch(index, &value) function pointer + nullptr, // assign(index, value) function pointer + nullptr // resize(index) function pointer + }, + { + "z", // name + ::rosidl_typesupport_introspection_cpp::ROS_TYPE_FLOAT, // type + 0, // upper bound of string + nullptr, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces::srv::Invkin_Request, z), // bytes offset in struct + nullptr, // default value + nullptr, // size() function pointer + nullptr, // get_const(index) function pointer + nullptr, // get(index) function pointer + nullptr, // fetch(index, &value) function pointer + nullptr, // assign(index, value) function pointer + nullptr // resize(index) function pointer + } +}; + +static const ::rosidl_typesupport_introspection_cpp::MessageMembers Invkin_Request_message_members = { + "advrobotics_lab3_interfaces::srv", // message namespace + "Invkin_Request", // message name + 3, // number of fields + sizeof(advrobotics_lab3_interfaces::srv::Invkin_Request), + Invkin_Request_message_member_array, // message members + Invkin_Request_init_function, // function to initialize message memory (memory has to be allocated) + Invkin_Request_fini_function // function to terminate message instance (will not free memory) +}; + +static const rosidl_message_type_support_t Invkin_Request_message_type_support_handle = { + ::rosidl_typesupport_introspection_cpp::typesupport_identifier, + &Invkin_Request_message_members, + get_message_typesupport_handle_function, +}; + +} // namespace rosidl_typesupport_introspection_cpp + +} // namespace srv + +} // namespace advrobotics_lab3_interfaces + + +namespace rosidl_typesupport_introspection_cpp +{ + +template<> +ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC +const rosidl_message_type_support_t * +get_message_type_support_handle() +{ + return &::advrobotics_lab3_interfaces::srv::rosidl_typesupport_introspection_cpp::Invkin_Request_message_type_support_handle; +} + +} // namespace rosidl_typesupport_introspection_cpp + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_cpp, advrobotics_lab3_interfaces, srv, Invkin_Request)() { + return &::advrobotics_lab3_interfaces::srv::rosidl_typesupport_introspection_cpp::Invkin_Request_message_type_support_handle; +} + +#ifdef __cplusplus +} +#endif + +// already included above +// #include "array" +// already included above +// #include "cstddef" +// already included above +// #include "string" +// already included above +// #include "vector" +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" +// already included above +// #include "rosidl_typesupport_cpp/message_type_support.hpp" +// already included above +// #include "rosidl_typesupport_interface/macros.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp" +// already included above +// #include "rosidl_typesupport_introspection_cpp/field_types.hpp" +// already included above +// #include "rosidl_typesupport_introspection_cpp/identifier.hpp" +// already included above +// #include "rosidl_typesupport_introspection_cpp/message_introspection.hpp" +// already included above +// #include "rosidl_typesupport_introspection_cpp/message_type_support_decl.hpp" +// already included above +// #include "rosidl_typesupport_introspection_cpp/visibility_control.h" + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +namespace rosidl_typesupport_introspection_cpp +{ + +void Invkin_Response_init_function( + void * message_memory, rosidl_runtime_cpp::MessageInitialization _init) +{ + new (message_memory) advrobotics_lab3_interfaces::srv::Invkin_Response(_init); +} + +void Invkin_Response_fini_function(void * message_memory) +{ + auto typed_message = static_cast(message_memory); + typed_message->~Invkin_Response(); +} + +static const ::rosidl_typesupport_introspection_cpp::MessageMember Invkin_Response_message_member_array[4] = { + { + "sol", // name + ::rosidl_typesupport_introspection_cpp::ROS_TYPE_INT8, // type + 0, // upper bound of string + nullptr, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces::srv::Invkin_Response, sol), // bytes offset in struct + nullptr, // default value + nullptr, // size() function pointer + nullptr, // get_const(index) function pointer + nullptr, // get(index) function pointer + nullptr, // fetch(index, &value) function pointer + nullptr, // assign(index, value) function pointer + nullptr // resize(index) function pointer + }, + { + "q1", // name + ::rosidl_typesupport_introspection_cpp::ROS_TYPE_FLOAT, // type + 0, // upper bound of string + nullptr, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces::srv::Invkin_Response, q1), // bytes offset in struct + nullptr, // default value + nullptr, // size() function pointer + nullptr, // get_const(index) function pointer + nullptr, // get(index) function pointer + nullptr, // fetch(index, &value) function pointer + nullptr, // assign(index, value) function pointer + nullptr // resize(index) function pointer + }, + { + "q2", // name + ::rosidl_typesupport_introspection_cpp::ROS_TYPE_FLOAT, // type + 0, // upper bound of string + nullptr, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces::srv::Invkin_Response, q2), // bytes offset in struct + nullptr, // default value + nullptr, // size() function pointer + nullptr, // get_const(index) function pointer + nullptr, // get(index) function pointer + nullptr, // fetch(index, &value) function pointer + nullptr, // assign(index, value) function pointer + nullptr // resize(index) function pointer + }, + { + "q3", // name + ::rosidl_typesupport_introspection_cpp::ROS_TYPE_FLOAT, // type + 0, // upper bound of string + nullptr, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces::srv::Invkin_Response, q3), // bytes offset in struct + nullptr, // default value + nullptr, // size() function pointer + nullptr, // get_const(index) function pointer + nullptr, // get(index) function pointer + nullptr, // fetch(index, &value) function pointer + nullptr, // assign(index, value) function pointer + nullptr // resize(index) function pointer + } +}; + +static const ::rosidl_typesupport_introspection_cpp::MessageMembers Invkin_Response_message_members = { + "advrobotics_lab3_interfaces::srv", // message namespace + "Invkin_Response", // message name + 4, // number of fields + sizeof(advrobotics_lab3_interfaces::srv::Invkin_Response), + Invkin_Response_message_member_array, // message members + Invkin_Response_init_function, // function to initialize message memory (memory has to be allocated) + Invkin_Response_fini_function // function to terminate message instance (will not free memory) +}; + +static const rosidl_message_type_support_t Invkin_Response_message_type_support_handle = { + ::rosidl_typesupport_introspection_cpp::typesupport_identifier, + &Invkin_Response_message_members, + get_message_typesupport_handle_function, +}; + +} // namespace rosidl_typesupport_introspection_cpp + +} // namespace srv + +} // namespace advrobotics_lab3_interfaces + + +namespace rosidl_typesupport_introspection_cpp +{ + +template<> +ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC +const rosidl_message_type_support_t * +get_message_type_support_handle() +{ + return &::advrobotics_lab3_interfaces::srv::rosidl_typesupport_introspection_cpp::Invkin_Response_message_type_support_handle; +} + +} // namespace rosidl_typesupport_introspection_cpp + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_cpp, advrobotics_lab3_interfaces, srv, Invkin_Response)() { + return &::advrobotics_lab3_interfaces::srv::rosidl_typesupport_introspection_cpp::Invkin_Response_message_type_support_handle; +} + +#ifdef __cplusplus +} +#endif + +#include "rosidl_runtime_c/service_type_support_struct.h" +// already included above +// #include "rosidl_typesupport_cpp/message_type_support.hpp" +#include "rosidl_typesupport_cpp/service_type_support.hpp" +// already included above +// #include "rosidl_typesupport_interface/macros.h" +// already included above +// #include "rosidl_typesupport_introspection_cpp/visibility_control.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp" +// already included above +// #include "rosidl_typesupport_introspection_cpp/identifier.hpp" +// already included above +// #include "rosidl_typesupport_introspection_cpp/message_type_support_decl.hpp" +#include "rosidl_typesupport_introspection_cpp/service_introspection.hpp" +#include "rosidl_typesupport_introspection_cpp/service_type_support_decl.hpp" + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +namespace rosidl_typesupport_introspection_cpp +{ + +// this is intentionally not const to allow initialization later to prevent an initialization race +static ::rosidl_typesupport_introspection_cpp::ServiceMembers Invkin_service_members = { + "advrobotics_lab3_interfaces::srv", // service namespace + "Invkin", // service name + // these two fields are initialized below on the first access + // see get_service_type_support_handle() + nullptr, // request message + nullptr // response message +}; + +static const rosidl_service_type_support_t Invkin_service_type_support_handle = { + ::rosidl_typesupport_introspection_cpp::typesupport_identifier, + &Invkin_service_members, + get_service_typesupport_handle_function, +}; + +} // namespace rosidl_typesupport_introspection_cpp + +} // namespace srv + +} // namespace advrobotics_lab3_interfaces + + +namespace rosidl_typesupport_introspection_cpp +{ + +template<> +ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC +const rosidl_service_type_support_t * +get_service_type_support_handle() +{ + // get a handle to the value to be returned + auto service_type_support = + &::advrobotics_lab3_interfaces::srv::rosidl_typesupport_introspection_cpp::Invkin_service_type_support_handle; + // get a non-const and properly typed version of the data void * + auto service_members = const_cast<::rosidl_typesupport_introspection_cpp::ServiceMembers *>( + static_cast( + service_type_support->data)); + // make sure that both the request_members_ and the response_members_ are initialized + // if they are not, initialize them + if ( + service_members->request_members_ == nullptr || + service_members->response_members_ == nullptr) + { + // initialize the request_members_ with the static function from the external library + service_members->request_members_ = static_cast< + const ::rosidl_typesupport_introspection_cpp::MessageMembers * + >( + ::rosidl_typesupport_introspection_cpp::get_message_type_support_handle< + ::advrobotics_lab3_interfaces::srv::Invkin_Request + >()->data + ); + // initialize the response_members_ with the static function from the external library + service_members->response_members_ = static_cast< + const ::rosidl_typesupport_introspection_cpp::MessageMembers * + >( + ::rosidl_typesupport_introspection_cpp::get_message_type_support_handle< + ::advrobotics_lab3_interfaces::srv::Invkin_Response + >()->data + ); + } + // finally return the properly initialized service_type_support handle + return service_type_support; +} + +} // namespace rosidl_typesupport_introspection_cpp + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC +const rosidl_service_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_introspection_cpp, advrobotics_lab3_interfaces, srv, Invkin)() { + return ::rosidl_typesupport_introspection_cpp::get_service_type_support_handle(); +} + +#ifdef __cplusplus +} +#endif diff --git a/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp__arguments.json b/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp__arguments.json new file mode 100644 index 0000000..163778d --- /dev/null +++ b/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp__arguments.json @@ -0,0 +1,89 @@ +{ + "package_name": "advrobotics_lab3_interfaces", + "output_dir": "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces", + "template_dir": "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/resource", + "idl_tuples": [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces:msg/Joints.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces:msg/Gripper.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces:srv/Invkin.idl" + ], + "ros_interface_dependencies": [ + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Bool.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Byte.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/ByteMultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Char.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/ColorRGBA.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Empty.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float32.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float32MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float64.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Float64MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Header.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int16.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int16MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int32.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int32MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int64.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int64MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int8.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/Int8MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/MultiArrayDimension.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/MultiArrayLayout.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/String.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt16.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt16MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt32.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt32MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt64.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt64MultiArray.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt8.idl", + "std_msgs:/opt/ros/humble/share/std_msgs/msg/UInt8MultiArray.idl", + "builtin_interfaces:/opt/ros/humble/share/builtin_interfaces/msg/Duration.idl", + "builtin_interfaces:/opt/ros/humble/share/builtin_interfaces/msg/Time.idl" + ], + "target_dependencies": [ + "/opt/ros/humble/lib/rosidl_typesupport_introspection_cpp/rosidl_typesupport_introspection_cpp", + "/opt/ros/humble/local/lib/python3.10/dist-packages/rosidl_typesupport_introspection_cpp/__init__.py", + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/resource/idl__rosidl_typesupport_introspection_cpp.hpp.em", + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/resource/idl__type_support.cpp.em", + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/resource/msg__rosidl_typesupport_introspection_cpp.hpp.em", + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/resource/msg__type_support.cpp.em", + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/resource/srv__rosidl_typesupport_introspection_cpp.hpp.em", + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/resource/srv__type_support.cpp.em", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/msg/Joints.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/msg/Gripper.idl", + "/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces/rosidl_adapter/advrobotics_lab3_interfaces/srv/Invkin.idl", + "/opt/ros/humble/share/std_msgs/msg/Bool.idl", + "/opt/ros/humble/share/std_msgs/msg/Byte.idl", + "/opt/ros/humble/share/std_msgs/msg/ByteMultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Char.idl", + "/opt/ros/humble/share/std_msgs/msg/ColorRGBA.idl", + "/opt/ros/humble/share/std_msgs/msg/Empty.idl", + "/opt/ros/humble/share/std_msgs/msg/Float32.idl", + "/opt/ros/humble/share/std_msgs/msg/Float32MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Float64.idl", + "/opt/ros/humble/share/std_msgs/msg/Float64MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Header.idl", + "/opt/ros/humble/share/std_msgs/msg/Int16.idl", + "/opt/ros/humble/share/std_msgs/msg/Int16MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Int32.idl", + "/opt/ros/humble/share/std_msgs/msg/Int32MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Int64.idl", + "/opt/ros/humble/share/std_msgs/msg/Int64MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/Int8.idl", + "/opt/ros/humble/share/std_msgs/msg/Int8MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/MultiArrayDimension.idl", + "/opt/ros/humble/share/std_msgs/msg/MultiArrayLayout.idl", + "/opt/ros/humble/share/std_msgs/msg/String.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt16.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt16MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt32.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt32MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt64.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt64MultiArray.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt8.idl", + "/opt/ros/humble/share/std_msgs/msg/UInt8MultiArray.idl", + "/opt/ros/humble/share/builtin_interfaces/msg/Duration.idl", + "/opt/ros/humble/share/builtin_interfaces/msg/Time.idl" + ] +} diff --git a/build/advrobotics_lab3_ros2/.cmake/api/v1/query/client-colcon-cmake/codemodel-v2 b/build/advrobotics_lab3_ros2/.cmake/api/v1/query/client-colcon-cmake/codemodel-v2 new file mode 100644 index 0000000..e69de29 diff --git a/build/advrobotics_lab3_ros2/.cmake/api/v1/reply/codemodel-v2-427f7b47dda318fde985.json b/build/advrobotics_lab3_ros2/.cmake/api/v1/reply/codemodel-v2-427f7b47dda318fde985.json new file mode 100644 index 0000000..8a41c14 --- /dev/null +++ b/build/advrobotics_lab3_ros2/.cmake/api/v1/reply/codemodel-v2-427f7b47dda318fde985.json @@ -0,0 +1,97 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "hasInstallRule" : true, + "jsonFile" : "directory-.-02496800fa5cf54acc87.json", + "minimumCMakeVersion" : + { + "string" : "3.12" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0, + 1, + 2, + 3, + 4 + ] + } + ], + "name" : "", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "advrobotics_lab3_ros2", + "targetIndexes" : + [ + 0, + 1, + 2, + 3, + 4 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "advrobotics_lab3_ros2_uninstall::@6890427a1f51a3e7e1df", + "jsonFile" : "target-advrobotics_lab3_ros2_uninstall-930a9b6c85ca2588c178.json", + "name" : "advrobotics_lab3_ros2_uninstall", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "ik_client::@6890427a1f51a3e7e1df", + "jsonFile" : "target-ik_client-d0c1f0e96223d8f4538c.json", + "name" : "ik_client", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "ik_server::@6890427a1f51a3e7e1df", + "jsonFile" : "target-ik_server-550f898d8ede77d69aec.json", + "name" : "ik_server", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "poppy_core::@6890427a1f51a3e7e1df", + "jsonFile" : "target-poppy_core-caf7b72227cf731d06ad.json", + "name" : "poppy_core", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "uninstall::@6890427a1f51a3e7e1df", + "jsonFile" : "target-uninstall-15da9567a3274b8e8c5b.json", + "name" : "uninstall", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2", + "source" : "/home/ros/lab3_robotics/advrobotics_lab3_ros2" + }, + "version" : + { + "major" : 2, + "minor" : 3 + } +} diff --git a/build/advrobotics_lab3_ros2/.cmake/api/v1/reply/directory-.-02496800fa5cf54acc87.json b/build/advrobotics_lab3_ros2/.cmake/api/v1/reply/directory-.-02496800fa5cf54acc87.json new file mode 100644 index 0000000..f58e913 --- /dev/null +++ b/build/advrobotics_lab3_ros2/.cmake/api/v1/reply/directory-.-02496800fa5cf54acc87.json @@ -0,0 +1,409 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install", + "ament_index_register_resource", + "ament_cmake_environment_generate_package_run_dependencies_marker", + "include", + "ament_execute_extensions", + "ament_package", + "ament_cmake_environment_generate_parent_prefix_path_marker", + "ament_environment_hooks", + "ament_generate_package_environment", + "ament_index_register_package", + "_ament_package" + ], + "files" : + [ + "CMakeLists.txt", + "/opt/ros/humble/share/ament_cmake_core/cmake/index/ament_index_register_resource.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/environment/ament_cmake_environment_package_hook.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_package.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/ament_environment_hooks.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/ament_cmake_environment_hooks_package_hook.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/ament_generate_package_environment.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/index/ament_index_register_package.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/index/ament_cmake_index_package_hook.cmake" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 32, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 51, + "parent" : 0 + }, + { + "command" : 4, + "file" : 4, + "line" : 66, + "parent" : 2 + }, + { + "command" : 3, + "file" : 3, + "line" : 48, + "parent" : 3 + }, + { + "file" : 2, + "parent" : 4 + }, + { + "command" : 2, + "file" : 2, + "line" : 47, + "parent" : 5 + }, + { + "command" : 1, + "file" : 2, + "line" : 29, + "parent" : 6 + }, + { + "command" : 0, + "file" : 1, + "line" : 105, + "parent" : 7 + }, + { + "command" : 6, + "file" : 2, + "line" : 48, + "parent" : 5 + }, + { + "command" : 1, + "file" : 2, + "line" : 43, + "parent" : 9 + }, + { + "command" : 0, + "file" : 1, + "line" : 105, + "parent" : 10 + }, + { + "command" : 3, + "file" : 3, + "line" : 48, + "parent" : 3 + }, + { + "file" : 6, + "parent" : 12 + }, + { + "command" : 7, + "file" : 6, + "line" : 20, + "parent" : 13 + }, + { + "command" : 0, + "file" : 5, + "line" : 70, + "parent" : 14 + }, + { + "command" : 0, + "file" : 5, + "line" : 87, + "parent" : 14 + }, + { + "command" : 0, + "file" : 5, + "line" : 70, + "parent" : 14 + }, + { + "command" : 0, + "file" : 5, + "line" : 87, + "parent" : 14 + }, + { + "command" : 8, + "file" : 6, + "line" : 26, + "parent" : 13 + }, + { + "command" : 0, + "file" : 7, + "line" : 91, + "parent" : 19 + }, + { + "command" : 0, + "file" : 7, + "line" : 91, + "parent" : 19 + }, + { + "command" : 0, + "file" : 7, + "line" : 91, + "parent" : 19 + }, + { + "command" : 0, + "file" : 7, + "line" : 107, + "parent" : 19 + }, + { + "command" : 0, + "file" : 7, + "line" : 119, + "parent" : 19 + }, + { + "command" : 3, + "file" : 3, + "line" : 48, + "parent" : 3 + }, + { + "file" : 9, + "parent" : 25 + }, + { + "command" : 9, + "file" : 9, + "line" : 16, + "parent" : 26 + }, + { + "command" : 1, + "file" : 8, + "line" : 29, + "parent" : 27 + }, + { + "command" : 0, + "file" : 1, + "line" : 105, + "parent" : 28 + }, + { + "command" : 10, + "file" : 4, + "line" : 68, + "parent" : 2 + }, + { + "command" : 0, + "file" : 4, + "line" : 150, + "parent" : 30 + }, + { + "command" : 0, + "file" : 4, + "line" : 157, + "parent" : 30 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "lib/advrobotics_lab3_ros2", + "paths" : + [ + "ik_server" + ], + "targetId" : "ik_server::@6890427a1f51a3e7e1df", + "targetIndex" : 2, + "type" : "target" + }, + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "lib/advrobotics_lab3_ros2", + "paths" : + [ + "ik_client" + ], + "targetId" : "ik_client::@6890427a1f51a3e7e1df", + "targetIndex" : 1, + "type" : "target" + }, + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "lib/advrobotics_lab3_ros2", + "paths" : + [ + "poppy_core" + ], + "targetId" : "poppy_core::@6890427a1f51a3e7e1df", + "targetIndex" : 3, + "type" : "target" + }, + { + "backtrace" : 8, + "component" : "Unspecified", + "destination" : "share/ament_index/resource_index/package_run_dependencies", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_ros2" + ], + "type" : "file" + }, + { + "backtrace" : 11, + "component" : "Unspecified", + "destination" : "share/ament_index/resource_index/parent_prefix_path", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_ros2" + ], + "type" : "file" + }, + { + "backtrace" : 15, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_ros2/environment", + "paths" : + [ + "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/environment/ament_prefix_path.sh" + ], + "type" : "file" + }, + { + "backtrace" : 16, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_ros2/environment", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/ament_prefix_path.dsv" + ], + "type" : "file" + }, + { + "backtrace" : 17, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_ros2/environment", + "paths" : + [ + "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/environment/path.sh" + ], + "type" : "file" + }, + { + "backtrace" : 18, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_ros2/environment", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/path.dsv" + ], + "type" : "file" + }, + { + "backtrace" : 20, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_ros2", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/local_setup.bash" + ], + "type" : "file" + }, + { + "backtrace" : 21, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_ros2", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/local_setup.sh" + ], + "type" : "file" + }, + { + "backtrace" : 22, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_ros2", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/local_setup.zsh" + ], + "type" : "file" + }, + { + "backtrace" : 23, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_ros2", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/local_setup.dsv" + ], + "type" : "file" + }, + { + "backtrace" : 24, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_ros2", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/package.dsv" + ], + "type" : "file" + }, + { + "backtrace" : 29, + "component" : "Unspecified", + "destination" : "share/ament_index/resource_index/packages", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ament_cmake_index/share/ament_index/resource_index/packages/advrobotics_lab3_ros2" + ], + "type" : "file" + }, + { + "backtrace" : 31, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_ros2/cmake", + "paths" : + [ + "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ament_cmake_core/advrobotics_lab3_ros2Config.cmake", + "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ament_cmake_core/advrobotics_lab3_ros2Config-version.cmake" + ], + "type" : "file" + }, + { + "backtrace" : 32, + "component" : "Unspecified", + "destination" : "share/advrobotics_lab3_ros2", + "paths" : + [ + "package.xml" + ], + "type" : "file" + } + ], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/build/advrobotics_lab3_ros2/.cmake/api/v1/reply/index-2025-12-17T07-21-51-0122.json b/build/advrobotics_lab3_ros2/.cmake/api/v1/reply/index-2025-12-17T07-21-51-0122.json new file mode 100644 index 0000000..f021a6d --- /dev/null +++ b/build/advrobotics_lab3_ros2/.cmake/api/v1/reply/index-2025-12-17T07-21-51-0122.json @@ -0,0 +1,54 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Unix Makefiles" + }, + "paths" : + { + "cmake" : "/usr/bin/cmake", + "cpack" : "/usr/bin/cpack", + "ctest" : "/usr/bin/ctest", + "root" : "/usr/share/cmake-3.22" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 22, + "patch" : 1, + "string" : "3.22.1", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-427f7b47dda318fde985.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + } + ], + "reply" : + { + "client-colcon-cmake" : + { + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-427f7b47dda318fde985.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 3 + } + } + } + } +} diff --git a/build/advrobotics_lab3_ros2/.cmake/api/v1/reply/target-advrobotics_lab3_ros2_uninstall-930a9b6c85ca2588c178.json b/build/advrobotics_lab3_ros2/.cmake/api/v1/reply/target-advrobotics_lab3_ros2_uninstall-930a9b6c85ca2588c178.json new file mode 100644 index 0000000..d121d4d --- /dev/null +++ b/build/advrobotics_lab3_ros2/.cmake/api/v1/reply/target-advrobotics_lab3_ros2_uninstall-930a9b6c85ca2588c178.json @@ -0,0 +1,112 @@ +{ + "backtrace" : 9, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target", + "include", + "find_package" + ], + "files" : + [ + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_uninstall_target-extras.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_coreConfig.cmake", + "/opt/ros/humble/share/ament_cmake/cmake/ament_cmake_export_dependencies-extras.cmake", + "/opt/ros/humble/share/ament_cmake/cmake/ament_cmakeConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 4 + }, + { + "command" : 2, + "file" : 4, + "line" : 9, + "parent" : 0 + }, + { + "file" : 3, + "parent" : 1 + }, + { + "command" : 1, + "file" : 3, + "line" : 41, + "parent" : 2 + }, + { + "file" : 2, + "parent" : 3 + }, + { + "command" : 2, + "file" : 2, + "line" : 15, + "parent" : 4 + }, + { + "file" : 1, + "parent" : 5 + }, + { + "command" : 1, + "file" : 1, + "line" : 41, + "parent" : 6 + }, + { + "file" : 0, + "parent" : 7 + }, + { + "command" : 0, + "file" : 0, + "line" : 40, + "parent" : 8 + } + ] + }, + "id" : "advrobotics_lab3_ros2_uninstall::@6890427a1f51a3e7e1df", + "name" : "advrobotics_lab3_ros2_uninstall", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 9, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/advrobotics_lab3_ros2_uninstall", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/advrobotics_lab3_ros2_uninstall.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/advrobotics_lab3_ros2/.cmake/api/v1/reply/target-ik_client-d0c1f0e96223d8f4538c.json b/build/advrobotics_lab3_ros2/.cmake/api/v1/reply/target-ik_client-d0c1f0e96223d8f4538c.json new file mode 100644 index 0000000..e884983 --- /dev/null +++ b/build/advrobotics_lab3_ros2/.cmake/api/v1/reply/target-ik_client-d0c1f0e96223d8f4538c.json @@ -0,0 +1,615 @@ +{ + "artifacts" : + [ + { + "path" : "ik_client" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "ament_target_dependencies", + "add_compile_options", + "include_directories", + "target_include_directories" + ], + "files" : + [ + "CMakeLists.txt", + "/opt/ros/humble/share/ament_cmake_target_dependencies/cmake/ament_target_dependencies.cmake" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 25, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 32, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 26, + "parent" : 0 + }, + { + "command" : 2, + "file" : 1, + "line" : 145, + "parent" : 3 + }, + { + "command" : 4, + "file" : 0, + "line" : 5, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 17, + "parent" : 0 + }, + { + "command" : 6, + "file" : 1, + "line" : 141, + "parent" : 3 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "backtrace" : 5, + "fragment" : "-Wall" + }, + { + "backtrace" : 5, + "fragment" : "-Wextra" + }, + { + "backtrace" : 5, + "fragment" : "-Wpedantic" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "DEFAULT_RMW_IMPLEMENTATION=rmw_fastrtps_cpp" + }, + { + "backtrace" : 4, + "define" : "RCUTILS_ENABLE_FAULT_INJECTION" + } + ], + "includes" : + [ + { + "backtrace" : 6, + "path" : "/home/ros/lab3_robotics/advrobotics_lab3_ros2/include" + }, + { + "backtrace" : 6, + "path" : "/home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rclcpp" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/ament_index_cpp" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/libstatistics_collector" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/builtin_interfaces" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_runtime_c" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rcutils" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_interface" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/fastcdr" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_runtime_cpp" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rmw" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_fastrtps_c" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_introspection_c" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_introspection_cpp" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rcl" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rcl_interfaces" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rcl_logging_interface" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rcl_yaml_param_parser" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/libyaml_vendor" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/tracetools" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rcpputils" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/statistics_msgs" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosgraph_msgs" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_cpp" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_c" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/std_msgs" + } + ], + "language" : "CXX", + "sourceIndexes" : + [ + 0, + 1 + ] + } + ], + "id" : "ik_client::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib/advrobotics_lab3_ros2" + } + ], + "prefix" : + { + "path" : "/home/ros/lab3_robotics/install/advrobotics_lab3_ros2" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/opt/ros/humble/lib:/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib:", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/opt/ros/humble/lib/librclcpp.so", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/liblibstatistics_collector.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librmw_implementation.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libament_index_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_logging_spdlog.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_logging_interface.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_generator_py.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_yaml_param_parser.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libyaml.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_generator_py.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_generator_py.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libtracetools.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libfastcdr.so.1.0.24", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librmw.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_generator_py.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_py.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcpputils.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_runtime_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcutils.so", + "role" : "libraries" + }, + { + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libpython3.10.so", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "ik_client", + "nameOnDisk" : "ik_client", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/ik_client.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/Kinematics.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/advrobotics_lab3_ros2/.cmake/api/v1/reply/target-ik_server-550f898d8ede77d69aec.json b/build/advrobotics_lab3_ros2/.cmake/api/v1/reply/target-ik_server-550f898d8ede77d69aec.json new file mode 100644 index 0000000..9091797 --- /dev/null +++ b/build/advrobotics_lab3_ros2/.cmake/api/v1/reply/target-ik_server-550f898d8ede77d69aec.json @@ -0,0 +1,615 @@ +{ + "artifacts" : + [ + { + "path" : "ik_server" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "ament_target_dependencies", + "add_compile_options", + "include_directories", + "target_include_directories" + ], + "files" : + [ + "CMakeLists.txt", + "/opt/ros/humble/share/ament_cmake_target_dependencies/cmake/ament_target_dependencies.cmake" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 22, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 32, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 23, + "parent" : 0 + }, + { + "command" : 2, + "file" : 1, + "line" : 145, + "parent" : 3 + }, + { + "command" : 4, + "file" : 0, + "line" : 5, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 17, + "parent" : 0 + }, + { + "command" : 6, + "file" : 1, + "line" : 141, + "parent" : 3 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "backtrace" : 5, + "fragment" : "-Wall" + }, + { + "backtrace" : 5, + "fragment" : "-Wextra" + }, + { + "backtrace" : 5, + "fragment" : "-Wpedantic" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "DEFAULT_RMW_IMPLEMENTATION=rmw_fastrtps_cpp" + }, + { + "backtrace" : 4, + "define" : "RCUTILS_ENABLE_FAULT_INJECTION" + } + ], + "includes" : + [ + { + "backtrace" : 6, + "path" : "/home/ros/lab3_robotics/advrobotics_lab3_ros2/include" + }, + { + "backtrace" : 6, + "path" : "/home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces" + }, + { + "backtrace" : 7, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rclcpp" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/ament_index_cpp" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/libstatistics_collector" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/builtin_interfaces" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_runtime_c" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rcutils" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_interface" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/fastcdr" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_runtime_cpp" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rmw" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_fastrtps_c" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_introspection_c" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_introspection_cpp" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rcl" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rcl_interfaces" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rcl_logging_interface" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rcl_yaml_param_parser" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/libyaml_vendor" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/tracetools" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rcpputils" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/statistics_msgs" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosgraph_msgs" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_cpp" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_c" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/std_msgs" + } + ], + "language" : "CXX", + "sourceIndexes" : + [ + 0, + 1 + ] + } + ], + "id" : "ik_server::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib/advrobotics_lab3_ros2" + } + ], + "prefix" : + { + "path" : "/home/ros/lab3_robotics/install/advrobotics_lab3_ros2" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/opt/ros/humble/lib:/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib:", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/opt/ros/humble/lib/librclcpp.so", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/liblibstatistics_collector.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librmw_implementation.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libament_index_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_logging_spdlog.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_logging_interface.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_generator_py.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_yaml_param_parser.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libyaml.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_generator_py.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_generator_py.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libtracetools.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libfastcdr.so.1.0.24", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librmw.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_generator_py.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_py.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcpputils.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_runtime_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcutils.so", + "role" : "libraries" + }, + { + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libpython3.10.so", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "ik_server", + "nameOnDisk" : "ik_server", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/ik_server.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/Kinematics.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/advrobotics_lab3_ros2/.cmake/api/v1/reply/target-poppy_core-caf7b72227cf731d06ad.json b/build/advrobotics_lab3_ros2/.cmake/api/v1/reply/target-poppy_core-caf7b72227cf731d06ad.json new file mode 100644 index 0000000..0378ef2 --- /dev/null +++ b/build/advrobotics_lab3_ros2/.cmake/api/v1/reply/target-poppy_core-caf7b72227cf731d06ad.json @@ -0,0 +1,631 @@ +{ + "artifacts" : + [ + { + "path" : "poppy_core" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "ament_target_dependencies", + "add_compile_options", + "include_directories", + "target_include_directories" + ], + "files" : + [ + "CMakeLists.txt", + "/opt/ros/humble/share/ament_cmake_target_dependencies/cmake/ament_target_dependencies.cmake" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 28, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 32, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 29, + "parent" : 0 + }, + { + "command" : 2, + "file" : 1, + "line" : 145, + "parent" : 3 + }, + { + "command" : 2, + "file" : 0, + "line" : 30, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 5, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 17, + "parent" : 0 + }, + { + "command" : 6, + "file" : 1, + "line" : 141, + "parent" : 3 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "backtrace" : 6, + "fragment" : "-Wall" + }, + { + "backtrace" : 6, + "fragment" : "-Wextra" + }, + { + "backtrace" : 6, + "fragment" : "-Wpedantic" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "DEFAULT_RMW_IMPLEMENTATION=rmw_fastrtps_cpp" + }, + { + "backtrace" : 4, + "define" : "RCUTILS_ENABLE_FAULT_INJECTION" + } + ], + "includes" : + [ + { + "backtrace" : 7, + "path" : "/home/ros/lab3_robotics/advrobotics_lab3_ros2/include" + }, + { + "backtrace" : 7, + "path" : "/home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel" + }, + { + "backtrace" : 8, + "isSystem" : true, + "path" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces" + }, + { + "backtrace" : 8, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rclcpp" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/ament_index_cpp" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/libstatistics_collector" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/builtin_interfaces" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_runtime_c" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rcutils" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_interface" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/fastcdr" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_runtime_cpp" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rmw" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_fastrtps_c" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_introspection_c" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_introspection_cpp" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rcl" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rcl_interfaces" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rcl_logging_interface" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rcl_yaml_param_parser" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/libyaml_vendor" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/tracetools" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rcpputils" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/statistics_msgs" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosgraph_msgs" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_cpp" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/rosidl_typesupport_c" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/opt/ros/humble/include/std_msgs" + } + ], + "language" : "CXX", + "sourceIndexes" : + [ + 0, + 1 + ] + } + ], + "id" : "poppy_core::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib/advrobotics_lab3_ros2" + } + ], + "prefix" : + { + "path" : "/home/ros/lab3_robotics/install/advrobotics_lab3_ros2" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/opt/ros/humble/lib:/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib:", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/opt/ros/humble/lib/librclcpp.so", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so", + "role" : "libraries" + }, + { + "backtrace" : 5, + "fragment" : "-ldxl_x64_cpp", + "role" : "libraries" + }, + { + "backtrace" : 5, + "fragment" : "-lrt", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/liblibstatistics_collector.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librmw_implementation.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libament_index_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_logging_spdlog.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_logging_interface.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_generator_py.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_interfaces__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcl_yaml_param_parser.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libyaml.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_generator_py.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosgraph_msgs__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_generator_py.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstatistics_msgs__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libtracetools.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_fastrtps_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_fastrtps_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libfastcdr.so.1.0.24", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librmw.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_introspection_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_introspection_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_cpp.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_cpp.so", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_generator_py.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_py.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_typesupport_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcpputils.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librosidl_runtime_c.so", + "role" : "libraries" + }, + { + "fragment" : "/opt/ros/humble/lib/librcutils.so", + "role" : "libraries" + }, + { + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libpython3.10.so", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "poppy_core", + "nameOnDisk" : "poppy_core", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/PoppyDriver.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/toolkit-dynamixel/DynamixelHandler.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/advrobotics_lab3_ros2/.cmake/api/v1/reply/target-uninstall-15da9567a3274b8e8c5b.json b/build/advrobotics_lab3_ros2/.cmake/api/v1/reply/target-uninstall-15da9567a3274b8e8c5b.json new file mode 100644 index 0000000..bd229f7 --- /dev/null +++ b/build/advrobotics_lab3_ros2/.cmake/api/v1/reply/target-uninstall-15da9567a3274b8e8c5b.json @@ -0,0 +1,95 @@ +{ + "backtrace" : 9, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target", + "include", + "find_package", + "add_dependencies" + ], + "files" : + [ + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_uninstall_target-extras.cmake", + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_coreConfig.cmake", + "/opt/ros/humble/share/ament_cmake/cmake/ament_cmake_export_dependencies-extras.cmake", + "/opt/ros/humble/share/ament_cmake/cmake/ament_cmakeConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 4 + }, + { + "command" : 2, + "file" : 4, + "line" : 9, + "parent" : 0 + }, + { + "file" : 3, + "parent" : 1 + }, + { + "command" : 1, + "file" : 3, + "line" : 41, + "parent" : 2 + }, + { + "file" : 2, + "parent" : 3 + }, + { + "command" : 2, + "file" : 2, + "line" : 15, + "parent" : 4 + }, + { + "file" : 1, + "parent" : 5 + }, + { + "command" : 1, + "file" : 1, + "line" : 41, + "parent" : 6 + }, + { + "file" : 0, + "parent" : 7 + }, + { + "command" : 0, + "file" : 0, + "line" : 35, + "parent" : 8 + }, + { + "command" : 3, + "file" : 0, + "line" : 42, + "parent" : 8 + } + ] + }, + "dependencies" : + [ + { + "backtrace" : 10, + "id" : "advrobotics_lab3_ros2_uninstall::@6890427a1f51a3e7e1df" + } + ], + "id" : "uninstall::@6890427a1f51a3e7e1df", + "name" : "uninstall", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "UTILITY" +} diff --git a/build/advrobotics_lab3_ros2/CMakeCache.txt b/build/advrobotics_lab3_ros2/CMakeCache.txt new file mode 100644 index 0000000..794c37d --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeCache.txt @@ -0,0 +1,641 @@ +# This is the CMakeCache file. +# For build in directory: /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Generate environment files in the CMAKE_INSTALL_PREFIX +AMENT_CMAKE_ENVIRONMENT_GENERATION:BOOL=OFF + +//Generate environment files in the package share folder +AMENT_CMAKE_ENVIRONMENT_PACKAGE_GENERATION:BOOL=ON + +//Generate marker file containing the parent prefix path +AMENT_CMAKE_ENVIRONMENT_PARENT_PREFIX_PATH_GENERATION:BOOL=ON + +//Replace the CMake install command with a custom implementation +// using symlinks instead of copying resources +AMENT_CMAKE_SYMLINK_INSTALL:BOOL=OFF + +//Generate an uninstall target to revert the effects of the install +// step +AMENT_CMAKE_UNINSTALL_TARGET:BOOL=ON + +//The path where test results are generated +AMENT_TEST_RESULTS_DIR:PATH=/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/test_results + +//Build the testing tree. +BUILD_TESTING:BOOL=ON + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//Choose the type of build, options are: None Debug Release RelWithDebInfo +// MinSizeRel ... +CMAKE_BUILD_TYPE:STRING= + +//Enable/Disable color output during build. +CMAKE_COLOR_MAKEFILE:BOOL=ON + +//CXX compiler +CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-11 + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-11 + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//C compiler +CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-11 + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-11 + +//Flags used by the C compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//Flags used by the C compiler during DEBUG builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the C compiler during MINSIZEREL builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the C compiler during RELEASE builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the C compiler during RELWITHDEBINFO builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_ros2 + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Path to a program. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=advrobotics_lab3_ros2 + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//The directory containing a CMake configuration file for CycloneDDS. +CycloneDDS_DIR:PATH=/opt/ros/humble/lib/x86_64-linux-gnu/cmake/CycloneDDS + +//Path to a program. +Python3_EXECUTABLE:FILEPATH=/usr/bin/python3 + +//Select ROS middleware implementation to link against +RMW_IMPLEMENTATION:STRING=rmw_cyclonedds_cpp + +//Name of the computer/site where compile is being run +SITE:STRING=ros-ubuntu07 + +//Path to a library. +_lib:FILEPATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so + +//The directory containing a CMake configuration file for advrobotics_lab3_interfaces. +advrobotics_lab3_interfaces_DIR:PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake + +//Value Computed by CMake +advrobotics_lab3_ros2_BINARY_DIR:STATIC=/home/ros/lab3_robotics/build/advrobotics_lab3_ros2 + +//Value Computed by CMake +advrobotics_lab3_ros2_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +advrobotics_lab3_ros2_SOURCE_DIR:STATIC=/home/ros/lab3_robotics/advrobotics_lab3_ros2 + +//The directory containing a CMake configuration file for ament_cmake. +ament_cmake_DIR:PATH=/opt/ros/humble/share/ament_cmake/cmake + +//The directory containing a CMake configuration file for ament_cmake_core. +ament_cmake_core_DIR:PATH=/opt/ros/humble/share/ament_cmake_core/cmake + +//The directory containing a CMake configuration file for ament_cmake_cppcheck. +ament_cmake_cppcheck_DIR:PATH=/opt/ros/humble/share/ament_cmake_cppcheck/cmake + +//The directory containing a CMake configuration file for ament_cmake_export_definitions. +ament_cmake_export_definitions_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_definitions/cmake + +//The directory containing a CMake configuration file for ament_cmake_export_dependencies. +ament_cmake_export_dependencies_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_dependencies/cmake + +//The directory containing a CMake configuration file for ament_cmake_export_include_directories. +ament_cmake_export_include_directories_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_include_directories/cmake + +//The directory containing a CMake configuration file for ament_cmake_export_interfaces. +ament_cmake_export_interfaces_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_interfaces/cmake + +//The directory containing a CMake configuration file for ament_cmake_export_libraries. +ament_cmake_export_libraries_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_libraries/cmake + +//The directory containing a CMake configuration file for ament_cmake_export_link_flags. +ament_cmake_export_link_flags_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_link_flags/cmake + +//The directory containing a CMake configuration file for ament_cmake_export_targets. +ament_cmake_export_targets_DIR:PATH=/opt/ros/humble/share/ament_cmake_export_targets/cmake + +//The directory containing a CMake configuration file for ament_cmake_flake8. +ament_cmake_flake8_DIR:PATH=/opt/ros/humble/share/ament_cmake_flake8/cmake + +//The directory containing a CMake configuration file for ament_cmake_gen_version_h. +ament_cmake_gen_version_h_DIR:PATH=/opt/ros/humble/share/ament_cmake_gen_version_h/cmake + +//The directory containing a CMake configuration file for ament_cmake_include_directories. +ament_cmake_include_directories_DIR:PATH=/opt/ros/humble/share/ament_cmake_include_directories/cmake + +//The directory containing a CMake configuration file for ament_cmake_libraries. +ament_cmake_libraries_DIR:PATH=/opt/ros/humble/share/ament_cmake_libraries/cmake + +//The directory containing a CMake configuration file for ament_cmake_lint_cmake. +ament_cmake_lint_cmake_DIR:PATH=/opt/ros/humble/share/ament_cmake_lint_cmake/cmake + +//The directory containing a CMake configuration file for ament_cmake_pep257. +ament_cmake_pep257_DIR:PATH=/opt/ros/humble/share/ament_cmake_pep257/cmake + +//The directory containing a CMake configuration file for ament_cmake_python. +ament_cmake_python_DIR:PATH=/opt/ros/humble/share/ament_cmake_python/cmake + +//The directory containing a CMake configuration file for ament_cmake_target_dependencies. +ament_cmake_target_dependencies_DIR:PATH=/opt/ros/humble/share/ament_cmake_target_dependencies/cmake + +//The directory containing a CMake configuration file for ament_cmake_test. +ament_cmake_test_DIR:PATH=/opt/ros/humble/share/ament_cmake_test/cmake + +//The directory containing a CMake configuration file for ament_cmake_uncrustify. +ament_cmake_uncrustify_DIR:PATH=/opt/ros/humble/share/ament_cmake_uncrustify/cmake + +//The directory containing a CMake configuration file for ament_cmake_version. +ament_cmake_version_DIR:PATH=/opt/ros/humble/share/ament_cmake_version/cmake + +//The directory containing a CMake configuration file for ament_cmake_xmllint. +ament_cmake_xmllint_DIR:PATH=/opt/ros/humble/share/ament_cmake_xmllint/cmake + +//Path to a program. +ament_cppcheck_BIN:FILEPATH=/opt/ros/humble/bin/ament_cppcheck + +//The directory containing a CMake configuration file for ament_index_cpp. +ament_index_cpp_DIR:PATH=/opt/ros/humble/share/ament_index_cpp/cmake + +//The directory containing a CMake configuration file for ament_lint_auto. +ament_lint_auto_DIR:PATH=/opt/ros/humble/share/ament_lint_auto/cmake + +//Path to a program. +ament_lint_cmake_BIN:FILEPATH=/opt/ros/humble/bin/ament_lint_cmake + +//The directory containing a CMake configuration file for ament_lint_common. +ament_lint_common_DIR:PATH=/opt/ros/humble/share/ament_lint_common/cmake + +//Path to a program. +ament_uncrustify_BIN:FILEPATH=/opt/ros/humble/bin/ament_uncrustify + +//Path to a program. +ament_xmllint_BIN:FILEPATH=/opt/ros/humble/bin/ament_xmllint + +//The directory containing a CMake configuration file for builtin_interfaces. +builtin_interfaces_DIR:PATH=/opt/ros/humble/share/builtin_interfaces/cmake + +//The directory containing a CMake configuration file for fastcdr. +fastcdr_DIR:PATH=/opt/ros/humble/lib/cmake/fastcdr + +//The directory containing a CMake configuration file for fastrtps_cmake_module. +fastrtps_cmake_module_DIR:PATH=/opt/ros/humble/share/fastrtps_cmake_module/cmake + +//The directory containing a CMake configuration file for fmt. +fmt_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/fmt + +//The directory containing a CMake configuration file for iceoryx_binding_c. +iceoryx_binding_c_DIR:PATH=/opt/ros/humble/lib/x86_64-linux-gnu/cmake/iceoryx_binding_c + +//The directory containing a CMake configuration file for iceoryx_hoofs. +iceoryx_hoofs_DIR:PATH=/opt/ros/humble/lib/x86_64-linux-gnu/cmake/iceoryx_hoofs + +//The directory containing a CMake configuration file for iceoryx_posh. +iceoryx_posh_DIR:PATH=/opt/ros/humble/lib/x86_64-linux-gnu/cmake/iceoryx_posh + +//The directory containing a CMake configuration file for libstatistics_collector. +libstatistics_collector_DIR:PATH=/opt/ros/humble/share/libstatistics_collector/cmake + +//The directory containing a CMake configuration file for libyaml_vendor. +libyaml_vendor_DIR:PATH=/opt/ros/humble/share/libyaml_vendor/cmake + +//The directory containing a CMake configuration file for rcl. +rcl_DIR:PATH=/opt/ros/humble/share/rcl/cmake + +//The directory containing a CMake configuration file for rcl_interfaces. +rcl_interfaces_DIR:PATH=/opt/ros/humble/share/rcl_interfaces/cmake + +//The directory containing a CMake configuration file for rcl_logging_interface. +rcl_logging_interface_DIR:PATH=/opt/ros/humble/share/rcl_logging_interface/cmake + +//The directory containing a CMake configuration file for rcl_logging_spdlog. +rcl_logging_spdlog_DIR:PATH=/opt/ros/humble/share/rcl_logging_spdlog/cmake + +//The directory containing a CMake configuration file for rcl_yaml_param_parser. +rcl_yaml_param_parser_DIR:PATH=/opt/ros/humble/share/rcl_yaml_param_parser/cmake + +//The directory containing a CMake configuration file for rclcpp. +rclcpp_DIR:PATH=/opt/ros/humble/share/rclcpp/cmake + +//The directory containing a CMake configuration file for rcpputils. +rcpputils_DIR:PATH=/opt/ros/humble/share/rcpputils/cmake + +//The directory containing a CMake configuration file for rcutils. +rcutils_DIR:PATH=/opt/ros/humble/share/rcutils/cmake + +//The directory containing a CMake configuration file for rmw. +rmw_DIR:PATH=/opt/ros/humble/share/rmw/cmake + +//The directory containing a CMake configuration file for rmw_cyclonedds_cpp. +rmw_cyclonedds_cpp_DIR:PATH=/opt/ros/humble/share/rmw_cyclonedds_cpp/cmake + +//The directory containing a CMake configuration file for rmw_dds_common. +rmw_dds_common_DIR:PATH=/opt/ros/humble/share/rmw_dds_common/cmake + +//The directory containing a CMake configuration file for rmw_implementation. +rmw_implementation_DIR:PATH=/opt/ros/humble/share/rmw_implementation/cmake + +//The directory containing a CMake configuration file for rmw_implementation_cmake. +rmw_implementation_cmake_DIR:PATH=/opt/ros/humble/share/rmw_implementation_cmake/cmake + +//The directory containing a CMake configuration file for rosgraph_msgs. +rosgraph_msgs_DIR:PATH=/opt/ros/humble/share/rosgraph_msgs/cmake + +//The directory containing a CMake configuration file for rosidl_adapter. +rosidl_adapter_DIR:PATH=/opt/ros/humble/share/rosidl_adapter/cmake + +//The directory containing a CMake configuration file for rosidl_cmake. +rosidl_cmake_DIR:PATH=/opt/ros/humble/share/rosidl_cmake/cmake + +//The directory containing a CMake configuration file for rosidl_default_runtime. +rosidl_default_runtime_DIR:PATH=/opt/ros/humble/share/rosidl_default_runtime/cmake + +//The directory containing a CMake configuration file for rosidl_generator_c. +rosidl_generator_c_DIR:PATH=/opt/ros/humble/share/rosidl_generator_c/cmake + +//The directory containing a CMake configuration file for rosidl_generator_cpp. +rosidl_generator_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_generator_cpp/cmake + +//The directory containing a CMake configuration file for rosidl_runtime_c. +rosidl_runtime_c_DIR:PATH=/opt/ros/humble/share/rosidl_runtime_c/cmake + +//The directory containing a CMake configuration file for rosidl_runtime_cpp. +rosidl_runtime_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_runtime_cpp/cmake + +//The directory containing a CMake configuration file for rosidl_typesupport_c. +rosidl_typesupport_c_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_c/cmake + +//The directory containing a CMake configuration file for rosidl_typesupport_cpp. +rosidl_typesupport_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_cpp/cmake + +//The directory containing a CMake configuration file for rosidl_typesupport_fastrtps_c. +rosidl_typesupport_fastrtps_c_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake + +//The directory containing a CMake configuration file for rosidl_typesupport_fastrtps_cpp. +rosidl_typesupport_fastrtps_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake + +//The directory containing a CMake configuration file for rosidl_typesupport_interface. +rosidl_typesupport_interface_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_interface/cmake + +//The directory containing a CMake configuration file for rosidl_typesupport_introspection_c. +rosidl_typesupport_introspection_c_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake + +//The directory containing a CMake configuration file for rosidl_typesupport_introspection_cpp. +rosidl_typesupport_introspection_cpp_DIR:PATH=/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake + +//The directory containing a CMake configuration file for spdlog. +spdlog_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/spdlog + +//The directory containing a CMake configuration file for spdlog_vendor. +spdlog_vendor_DIR:PATH=/opt/ros/humble/share/spdlog_vendor/cmake + +//The directory containing a CMake configuration file for statistics_msgs. +statistics_msgs_DIR:PATH=/opt/ros/humble/share/statistics_msgs/cmake + +//The directory containing a CMake configuration file for std_msgs. +std_msgs_DIR:PATH=/opt/ros/humble/share/std_msgs/cmake + +//The directory containing a CMake configuration file for tracetools. +tracetools_DIR:PATH=/opt/ros/humble/share/tracetools/cmake + +//Path to a program. +xmllint_BIN:FILEPATH=/usr/bin/xmllint + +//The directory containing a CMake configuration file for yaml. +yaml_DIR:PATH=/opt/ros/humble/cmake + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/ros/lab3_robotics/build/advrobotics_lab3_ros2 +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=22 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=1 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Unix Makefiles +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Test CMAKE_HAVE_LIBC_PTHREAD +CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1 +//Have include pthread.h +CMAKE_HAVE_PTHREAD_H:INTERNAL=1 +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/ros/lab3_robotics/advrobotics_lab3_ros2 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.22 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//Details about finding Python3 +FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[/usr/bin/python3][cfound components: Interpreter ][v3.10.12()] +//Details about finding Threads +FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] +_Python3_EXECUTABLE:INTERNAL=/usr/bin/python3 +//Python3 Properties +_Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;10;12;64;;cpython-310-x86_64-linux-gnu;/usr/lib/python3.10;/usr/lib/python3.10;/usr/lib/python3/dist-packages;/usr/lib/python3/dist-packages +_Python3_INTERPRETER_SIGNATURE:INTERNAL=0f3e53742e142b1d9e50e4ca5b901dd8 + diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/3.22.1/CMakeCCompiler.cmake b/build/advrobotics_lab3_ros2/CMakeFiles/3.22.1/CMakeCCompiler.cmake new file mode 100644 index 0000000..488ad37 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/3.22.1/CMakeCCompiler.cmake @@ -0,0 +1,72 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "11.4.0") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") +set(CMAKE_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "Linux") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-11") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-11") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/11/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/11;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake b/build/advrobotics_lab3_ros2/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..345e930 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake @@ -0,0 +1,83 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "11.4.0") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar-11") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-11") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/11;/usr/include/x86_64-linux-gnu/c++/11;/usr/include/c++/11/backward;/usr/lib/gcc/x86_64-linux-gnu/11/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/11;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin b/build/advrobotics_lab3_ros2/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000..06dd536 Binary files /dev/null and b/build/advrobotics_lab3_ros2/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin differ diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin b/build/advrobotics_lab3_ros2/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..8d4b8ab Binary files /dev/null and b/build/advrobotics_lab3_ros2/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/3.22.1/CMakeSystem.cmake b/build/advrobotics_lab3_ros2/CMakeFiles/3.22.1/CMakeSystem.cmake new file mode 100644 index 0000000..f4af1d2 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/3.22.1/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.8.0-90-generic") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.8.0-90-generic") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.8.0-90-generic") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.8.0-90-generic") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c b/build/advrobotics_lab3_ros2/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..41b99d7 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,803 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" +#if defined(__VISUALDSPVERSION__) + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if !defined(__STDC__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif __STDC_VERSION__ > 201710L +# define C_VERSION "23" +#elif __STDC_VERSION__ >= 201710L +# define C_VERSION "17" +#elif __STDC_VERSION__ >= 201000L +# define C_VERSION "11" +#elif __STDC_VERSION__ >= 199901L +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +/* !defined(_MSC_VER) to exclude Clang's MSVC compatibility mode. */ +#if (defined(__clang__) || defined(__GNUC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) && !defined(_MSC_VER) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/3.22.1/CompilerIdC/a.out b/build/advrobotics_lab3_ros2/CMakeFiles/3.22.1/CompilerIdC/a.out new file mode 100755 index 0000000..8b8c27e Binary files /dev/null and b/build/advrobotics_lab3_ros2/CMakeFiles/3.22.1/CompilerIdC/a.out differ diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp b/build/advrobotics_lab3_ros2/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..25c62a8 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,791 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__COMO__) +# define COMPILER_ID "Comeau" + /* __COMO_VERSION__ = VRR */ +# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) +# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) + +#elif defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" +#if defined(__VISUALDSPVERSION__) + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L +# if defined(__INTEL_CXX11_MODE__) +# if defined(__cpp_aggregate_nsdmi) +# define CXX_STD 201402L +# else +# define CXX_STD 201103L +# endif +# else +# define CXX_STD 199711L +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# define CXX_STD _MSVC_LANG +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > 202002L + "23" +#elif CXX_STD > 201703L + "20" +#elif CXX_STD >= 201703L + "17" +#elif CXX_STD >= 201402L + "14" +#elif CXX_STD >= 201103L + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +/* !defined(_MSC_VER) to exclude Clang's MSVC compatibility mode. */ +#if (defined(__clang__) || defined(__GNUC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) && !defined(_MSC_VER) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/3.22.1/CompilerIdCXX/a.out b/build/advrobotics_lab3_ros2/CMakeFiles/3.22.1/CompilerIdCXX/a.out new file mode 100755 index 0000000..64ddf3c Binary files /dev/null and b/build/advrobotics_lab3_ros2/CMakeFiles/3.22.1/CompilerIdCXX/a.out differ diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/CMakeDirectoryInformation.cmake b/build/advrobotics_lab3_ros2/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..d3fd0d0 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ros/lab3_robotics/advrobotics_lab3_ros2") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/CMakeOutput.log b/build/advrobotics_lab3_ros2/CMakeFiles/CMakeOutput.log new file mode 100644 index 0000000..5f2a130 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/CMakeOutput.log @@ -0,0 +1,497 @@ +The system is: Linux - 6.8.0-90-generic - x86_64 +Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. +Compiler: /usr/bin/cc +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + +The C compiler identification is GNU, found in "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/3.22.1/CompilerIdC/a.out" + +Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. +Compiler: /usr/bin/c++ +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + +The CXX compiler identification is GNU, found in "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/3.22.1/CompilerIdCXX/a.out" + +Detecting C compiler ABI info compiled with the following output: +Change Dir: /home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_2052a/fast && /usr/bin/gmake -f CMakeFiles/cmTC_2052a.dir/build.make CMakeFiles/cmTC_2052a.dir/build +gmake[1]: Entering directory '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_2052a.dir/CMakeCCompilerABI.c.o +/usr/bin/cc -v -o CMakeFiles/cmTC_2052a.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.22/Modules/CMakeCCompilerABI.c +Using built-in specs. +COLLECT_GCC=/usr/bin/cc +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04.2' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04.2) +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_2052a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_2052a.dir/' + /usr/lib/gcc/x86_64-linux-gnu/11/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.22/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_2052a.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/ccXPICSM.s +GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04.2) version 11.4.0 (x86_64-linux-gnu) + compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/include-fixed" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/lib/gcc/x86_64-linux-gnu/11/include + /usr/local/include + /usr/include/x86_64-linux-gnu + /usr/include +End of search list. +GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04.2) version 11.4.0 (x86_64-linux-gnu) + compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: 4011c2103cba78949d7e02d0f0047a3d +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_2052a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_2052a.dir/' + as -v --64 -o CMakeFiles/cmTC_2052a.dir/CMakeCCompilerABI.c.o /tmp/ccXPICSM.s +GNU assembler version 2.38 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.38 +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_2052a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_2052a.dir/CMakeCCompilerABI.c.' +Linking C executable cmTC_2052a +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2052a.dir/link.txt --verbose=1 +/usr/bin/cc -v CMakeFiles/cmTC_2052a.dir/CMakeCCompilerABI.c.o -o cmTC_2052a +Using built-in specs. +COLLECT_GCC=/usr/bin/cc +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04.2' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04.2) +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_2052a' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_2052a.' + /usr/lib/gcc/x86_64-linux-gnu/11/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccryp3Xd.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_2052a /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. CMakeFiles/cmTC_2052a.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_2052a' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_2052a.' +gmake[1]: Leaving directory '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/CMakeTmp' + + + +Parsed C implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-linux-gnu/11/include] + add: [/usr/local/include] + add: [/usr/include/x86_64-linux-gnu] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/11/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/11/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-linux-gnu/11/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include] + + +Parsed C implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_2052a/fast && /usr/bin/gmake -f CMakeFiles/cmTC_2052a.dir/build.make CMakeFiles/cmTC_2052a.dir/build] + ignore line: [gmake[1]: Entering directory '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/CMakeTmp'] + ignore line: [Building C object CMakeFiles/cmTC_2052a.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_2052a.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.22/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04.2' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04.2) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_2052a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_2052a.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/11/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.22/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_2052a.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/ccXPICSM.s] + ignore line: [GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04.2) version 11.4.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 11.4.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/11/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include/x86_64-linux-gnu] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [GNU C17 (Ubuntu 11.4.0-1ubuntu1~22.04.2) version 11.4.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 11.4.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 4011c2103cba78949d7e02d0f0047a3d] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_2052a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_2052a.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_2052a.dir/CMakeCCompilerABI.c.o /tmp/ccXPICSM.s] + ignore line: [GNU assembler version 2.38 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.38] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_2052a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_2052a.dir/CMakeCCompilerABI.c.'] + ignore line: [Linking C executable cmTC_2052a] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2052a.dir/link.txt --verbose=1] + ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_2052a.dir/CMakeCCompilerABI.c.o -o cmTC_2052a ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04.2' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04.2) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_2052a' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_2052a.'] + link line: [ /usr/lib/gcc/x86_64-linux-gnu/11/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccryp3Xd.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_2052a /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. CMakeFiles/cmTC_2052a.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/11/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccryp3Xd.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-znow] ==> ignore + arg [-zrelro] ==> ignore + arg [-o] ==> ignore + arg [cmTC_2052a] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/11] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/11/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../..] + arg [CMakeFiles/cmTC_2052a.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11] ==> [/usr/lib/gcc/x86_64-linux-gnu/11] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../..] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit objs: [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/11;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + +Detecting CXX compiler ABI info compiled with the following output: +Change Dir: /home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_95442/fast && /usr/bin/gmake -f CMakeFiles/cmTC_95442.dir/build.make CMakeFiles/cmTC_95442.dir/build +gmake[1]: Entering directory '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/CMakeTmp' +Building CXX object CMakeFiles/cmTC_95442.dir/CMakeCXXCompilerABI.cpp.o +/usr/bin/c++ -v -o CMakeFiles/cmTC_95442.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.22/Modules/CMakeCXXCompilerABI.cpp +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04.2' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04.2) +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_95442.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_95442.dir/' + /usr/lib/gcc/x86_64-linux-gnu/11/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.22/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_95442.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/ccuat8Bq.s +GNU C++17 (Ubuntu 11.4.0-1ubuntu1~22.04.2) version 11.4.0 (x86_64-linux-gnu) + compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/11" +ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/include-fixed" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/include/c++/11 + /usr/include/x86_64-linux-gnu/c++/11 + /usr/include/c++/11/backward + /usr/lib/gcc/x86_64-linux-gnu/11/include + /usr/local/include + /usr/include/x86_64-linux-gnu + /usr/include +End of search list. +GNU C++17 (Ubuntu 11.4.0-1ubuntu1~22.04.2) version 11.4.0 (x86_64-linux-gnu) + compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: 6c87588fc345655b93b8c25f48f88886 +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_95442.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_95442.dir/' + as -v --64 -o CMakeFiles/cmTC_95442.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccuat8Bq.s +GNU assembler version 2.38 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.38 +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_95442.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_95442.dir/CMakeCXXCompilerABI.cpp.' +Linking CXX executable cmTC_95442 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_95442.dir/link.txt --verbose=1 +/usr/bin/c++ -v CMakeFiles/cmTC_95442.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_95442 +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04.2' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04.2) +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_95442' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_95442.' + /usr/lib/gcc/x86_64-linux-gnu/11/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccuB6T1I.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_95442 /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. CMakeFiles/cmTC_95442.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_95442' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_95442.' +gmake[1]: Leaving directory '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/CMakeTmp' + + + +Parsed CXX implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [/usr/include/c++/11] + add: [/usr/include/x86_64-linux-gnu/c++/11] + add: [/usr/include/c++/11/backward] + add: [/usr/lib/gcc/x86_64-linux-gnu/11/include] + add: [/usr/local/include] + add: [/usr/include/x86_64-linux-gnu] + add: [/usr/include] + end of search list found + collapse include dir [/usr/include/c++/11] ==> [/usr/include/c++/11] + collapse include dir [/usr/include/x86_64-linux-gnu/c++/11] ==> [/usr/include/x86_64-linux-gnu/c++/11] + collapse include dir [/usr/include/c++/11/backward] ==> [/usr/include/c++/11/backward] + collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/11/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/11/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/11;/usr/include/x86_64-linux-gnu/c++/11;/usr/include/c++/11/backward;/usr/lib/gcc/x86_64-linux-gnu/11/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include] + + +Parsed CXX implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_95442/fast && /usr/bin/gmake -f CMakeFiles/cmTC_95442.dir/build.make CMakeFiles/cmTC_95442.dir/build] + ignore line: [gmake[1]: Entering directory '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/CMakeTmp'] + ignore line: [Building CXX object CMakeFiles/cmTC_95442.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_95442.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.22/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04.2' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04.2) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_95442.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_95442.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/11/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.22/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_95442.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/ccuat8Bq.s] + ignore line: [GNU C++17 (Ubuntu 11.4.0-1ubuntu1~22.04.2) version 11.4.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 11.4.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/11"] + ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/include/c++/11] + ignore line: [ /usr/include/x86_64-linux-gnu/c++/11] + ignore line: [ /usr/include/c++/11/backward] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/11/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include/x86_64-linux-gnu] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [GNU C++17 (Ubuntu 11.4.0-1ubuntu1~22.04.2) version 11.4.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 11.4.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 6c87588fc345655b93b8c25f48f88886] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_95442.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_95442.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_95442.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccuat8Bq.s] + ignore line: [GNU assembler version 2.38 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.38] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_95442.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_95442.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [Linking CXX executable cmTC_95442] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_95442.dir/link.txt --verbose=1] + ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_95442.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_95442 ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04.2' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-11-2Y5pKs/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04.2) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_95442' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_95442.'] + link line: [ /usr/lib/gcc/x86_64-linux-gnu/11/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccuB6T1I.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_95442 /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. CMakeFiles/cmTC_95442.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/11/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccuB6T1I.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-znow] ==> ignore + arg [-zrelro] ==> ignore + arg [-o] ==> ignore + arg [cmTC_95442] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/11] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/11/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../..] + arg [CMakeFiles/cmTC_95442.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11] ==> [/usr/lib/gcc/x86_64-linux-gnu/11] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/11;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + +Determining if the include file pthread.h exists passed with the following output: +Change Dir: /home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_35984/fast && /usr/bin/gmake -f CMakeFiles/cmTC_35984.dir/build.make CMakeFiles/cmTC_35984.dir/build +gmake[1]: Entering directory '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_35984.dir/CheckIncludeFile.c.o +/usr/bin/cc -o CMakeFiles/cmTC_35984.dir/CheckIncludeFile.c.o -c /home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/CMakeTmp/CheckIncludeFile.c +Linking C executable cmTC_35984 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_35984.dir/link.txt --verbose=1 +/usr/bin/cc CMakeFiles/cmTC_35984.dir/CheckIncludeFile.c.o -o cmTC_35984 +gmake[1]: Leaving directory '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/CMakeTmp' + + + +Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD succeeded with the following output: +Change Dir: /home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_6c1f4/fast && /usr/bin/gmake -f CMakeFiles/cmTC_6c1f4.dir/build.make CMakeFiles/cmTC_6c1f4.dir/build +gmake[1]: Entering directory '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_6c1f4.dir/src.c.o +/usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_6c1f4.dir/src.c.o -c /home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/CMakeTmp/src.c +Linking C executable cmTC_6c1f4 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6c1f4.dir/link.txt --verbose=1 +/usr/bin/cc CMakeFiles/cmTC_6c1f4.dir/src.c.o -o cmTC_6c1f4 +gmake[1]: Leaving directory '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/CMakeTmp' + + +Source file was: +#include + +static void* test_func(void* data) +{ + return data; +} + +int main(void) +{ + pthread_t thread; + pthread_create(&thread, NULL, test_func, NULL); + pthread_detach(thread); + pthread_cancel(thread); + pthread_join(thread, NULL); + pthread_atfork(NULL, NULL, NULL); + pthread_exit(NULL); + + return 0; +} + diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/CMakeRuleHashes.txt b/build/advrobotics_lab3_ros2/CMakeFiles/CMakeRuleHashes.txt new file mode 100644 index 0000000..2ef3da6 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/CMakeRuleHashes.txt @@ -0,0 +1,2 @@ +# Hashes of file build rules. +82ca06378e9f67e812ee7af21f58b366 CMakeFiles/advrobotics_lab3_ros2_uninstall diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/Makefile.cmake b/build/advrobotics_lab3_ros2/CMakeFiles/Makefile.cmake new file mode 100644 index 0000000..ae03e82 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/Makefile.cmake @@ -0,0 +1,745 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# The generator used is: +set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") + +# The top level Makefile was generated from the following files: +set(CMAKE_MAKEFILE_DEPENDS + "CMakeCache.txt" + "/home/ros/lab3_robotics/advrobotics_lab3_ros2/CMakeLists.txt" + "/home/ros/lab3_robotics/advrobotics_lab3_ros2/package.xml" + "CMakeFiles/3.22.1/CMakeCCompiler.cmake" + "CMakeFiles/3.22.1/CMakeCXXCompiler.cmake" + "CMakeFiles/3.22.1/CMakeSystem.cmake" + "ament_cmake_core/package.cmake" + "ament_cmake_package_templates/templates.cmake" + "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig-version.cmake" + "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig.cmake" + "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake" + "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake" + "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake" + "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake" + "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake" + "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake" + "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake" + "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake" + "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake" + "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake" + "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_libraries-extras.cmake" + "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_targets-extras.cmake" + "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake" + "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake" + "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake" + "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake" + "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake" + "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake" + "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake" + "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake" + "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake" + "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake-extras.cmake" + "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake" + "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake" + "/opt/ros/humble/cmake/yamlConfig.cmake" + "/opt/ros/humble/cmake/yamlConfigVersion.cmake" + "/opt/ros/humble/cmake/yamlTargets-none.cmake" + "/opt/ros/humble/cmake/yamlTargets.cmake" + "/opt/ros/humble/lib/cmake/fastcdr/fastcdr-config-version.cmake" + "/opt/ros/humble/lib/cmake/fastcdr/fastcdr-config.cmake" + "/opt/ros/humble/lib/cmake/fastcdr/fastcdr-dynamic-targets-none.cmake" + "/opt/ros/humble/lib/cmake/fastcdr/fastcdr-dynamic-targets.cmake" + "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/package_level/local_setup.bash.in" + "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/package_level/local_setup.sh.in" + "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/package_level/local_setup.zsh.in" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/CycloneDDS/CycloneDDSConfig.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/CycloneDDS/CycloneDDSConfigVersion.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/CycloneDDS/CycloneDDSTargets-none.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/CycloneDDS/CycloneDDSTargets.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/CycloneDDS/idlc/Generate.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/iceoryx_binding_c/iceoryx_binding_cConfig.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/iceoryx_binding_c/iceoryx_binding_cConfigVersion.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/iceoryx_binding_c/iceoryx_binding_cTargets-none.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/iceoryx_binding_c/iceoryx_binding_cTargets.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/iceoryx_hoofs/iceoryx_hoofsConfig.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/iceoryx_hoofs/iceoryx_hoofsConfigVersion.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/iceoryx_hoofs/iceoryx_hoofsTargets-none.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/iceoryx_hoofs/iceoryx_hoofsTargets.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/iceoryx_posh/iceoryx_poshConfig.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/iceoryx_posh/iceoryx_poshConfigVersion.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/iceoryx_posh/iceoryx_poshTargets-none.cmake" + "/opt/ros/humble/lib/x86_64-linux-gnu/cmake/iceoryx_posh/iceoryx_poshTargets.cmake" + "/opt/ros/humble/share/ament_cmake/cmake/ament_cmakeConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake/cmake/ament_cmakeConfig.cmake" + "/opt/ros/humble/share/ament_cmake/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_core-extras.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_coreConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_coreConfig.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_environment-extras.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_environment_hooks-extras.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_index-extras.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_package_templates-extras.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_symlink_install-extras.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/ament_cmake_uninstall_target-extras.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/all.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_package.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_package_xml.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_register_extension.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/assert_file_exists.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/get_executable_path.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/list_append_unique.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/normalize_path.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/package_xml_2_cmake.py" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/python.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/stamp.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/string_ends_with.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/templates/nameConfig-version.cmake.in" + "/opt/ros/humble/share/ament_cmake_core/cmake/core/templates/nameConfig.cmake.in" + "/opt/ros/humble/share/ament_cmake_core/cmake/environment/ament_cmake_environment_package_hook.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/environment/ament_generate_environment.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/ament_cmake_environment_hooks_package_hook.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/ament_environment_hooks.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/ament_generate_package_environment.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/environment/ament_prefix_path.sh" + "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/environment/path.sh" + "/opt/ros/humble/share/ament_cmake_core/cmake/index/ament_cmake_index_package_hook.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/index/ament_index_get_prefix_path.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/index/ament_index_get_resource.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/index/ament_index_get_resources.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/index/ament_index_has_resource.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/index/ament_index_register_package.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/index/ament_index_register_resource.cmake" + "/opt/ros/humble/share/ament_cmake_core/cmake/package_templates/templates_2_cmake.py" + "/opt/ros/humble/share/ament_cmake_core/cmake/uninstall_target/ament_cmake_uninstall_target.cmake.in" + "/opt/ros/humble/share/ament_cmake_core/cmake/uninstall_target/ament_cmake_uninstall_target_append_uninstall_code.cmake" + "/opt/ros/humble/share/ament_cmake_cppcheck/cmake/ament_cmake_cppcheck-extras.cmake" + "/opt/ros/humble/share/ament_cmake_cppcheck/cmake/ament_cmake_cppcheckConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_cppcheck/cmake/ament_cmake_cppcheckConfig.cmake" + "/opt/ros/humble/share/ament_cmake_cppcheck/cmake/ament_cmake_cppcheck_lint_hook.cmake" + "/opt/ros/humble/share/ament_cmake_cppcheck/cmake/ament_cppcheck.cmake" + "/opt/ros/humble/share/ament_cmake_export_definitions/cmake/ament_cmake_export_definitions-extras.cmake" + "/opt/ros/humble/share/ament_cmake_export_definitions/cmake/ament_cmake_export_definitionsConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_export_definitions/cmake/ament_cmake_export_definitionsConfig.cmake" + "/opt/ros/humble/share/ament_cmake_export_definitions/cmake/ament_export_definitions.cmake" + "/opt/ros/humble/share/ament_cmake_export_dependencies/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/ament_cmake_export_dependencies/cmake/ament_cmake_export_dependenciesConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_export_dependencies/cmake/ament_cmake_export_dependenciesConfig.cmake" + "/opt/ros/humble/share/ament_cmake_export_dependencies/cmake/ament_export_dependencies.cmake" + "/opt/ros/humble/share/ament_cmake_export_include_directories/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/ament_cmake_export_include_directories/cmake/ament_cmake_export_include_directoriesConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_export_include_directories/cmake/ament_cmake_export_include_directoriesConfig.cmake" + "/opt/ros/humble/share/ament_cmake_export_include_directories/cmake/ament_export_include_directories.cmake" + "/opt/ros/humble/share/ament_cmake_export_interfaces/cmake/ament_cmake_export_interfaces-extras.cmake" + "/opt/ros/humble/share/ament_cmake_export_interfaces/cmake/ament_cmake_export_interfacesConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_export_interfaces/cmake/ament_cmake_export_interfacesConfig.cmake" + "/opt/ros/humble/share/ament_cmake_export_interfaces/cmake/ament_export_interfaces.cmake" + "/opt/ros/humble/share/ament_cmake_export_libraries/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/ament_cmake_export_libraries/cmake/ament_cmake_export_librariesConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_export_libraries/cmake/ament_cmake_export_librariesConfig.cmake" + "/opt/ros/humble/share/ament_cmake_export_libraries/cmake/ament_export_libraries.cmake" + "/opt/ros/humble/share/ament_cmake_export_libraries/cmake/ament_export_library_names.cmake" + "/opt/ros/humble/share/ament_cmake_export_link_flags/cmake/ament_cmake_export_link_flags-extras.cmake" + "/opt/ros/humble/share/ament_cmake_export_link_flags/cmake/ament_cmake_export_link_flagsConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_export_link_flags/cmake/ament_cmake_export_link_flagsConfig.cmake" + "/opt/ros/humble/share/ament_cmake_export_link_flags/cmake/ament_export_link_flags.cmake" + "/opt/ros/humble/share/ament_cmake_export_targets/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/ament_cmake_export_targets/cmake/ament_cmake_export_targetsConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_export_targets/cmake/ament_cmake_export_targetsConfig.cmake" + "/opt/ros/humble/share/ament_cmake_export_targets/cmake/ament_export_targets.cmake" + "/opt/ros/humble/share/ament_cmake_flake8/cmake/ament_cmake_flake8-extras.cmake" + "/opt/ros/humble/share/ament_cmake_flake8/cmake/ament_cmake_flake8Config-version.cmake" + "/opt/ros/humble/share/ament_cmake_flake8/cmake/ament_cmake_flake8Config.cmake" + "/opt/ros/humble/share/ament_cmake_flake8/cmake/ament_cmake_flake8_lint_hook.cmake" + "/opt/ros/humble/share/ament_cmake_flake8/cmake/ament_flake8.cmake" + "/opt/ros/humble/share/ament_cmake_gen_version_h/cmake/ament_cmake_gen_version_h-extras.cmake" + "/opt/ros/humble/share/ament_cmake_gen_version_h/cmake/ament_cmake_gen_version_h.cmake" + "/opt/ros/humble/share/ament_cmake_gen_version_h/cmake/ament_cmake_gen_version_hConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_gen_version_h/cmake/ament_cmake_gen_version_hConfig.cmake" + "/opt/ros/humble/share/ament_cmake_gen_version_h/cmake/ament_generate_version_header.cmake" + "/opt/ros/humble/share/ament_cmake_include_directories/cmake/ament_cmake_include_directories-extras.cmake" + "/opt/ros/humble/share/ament_cmake_include_directories/cmake/ament_cmake_include_directoriesConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_include_directories/cmake/ament_cmake_include_directoriesConfig.cmake" + "/opt/ros/humble/share/ament_cmake_include_directories/cmake/ament_include_directories_order.cmake" + "/opt/ros/humble/share/ament_cmake_libraries/cmake/ament_cmake_libraries-extras.cmake" + "/opt/ros/humble/share/ament_cmake_libraries/cmake/ament_cmake_librariesConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_libraries/cmake/ament_cmake_librariesConfig.cmake" + "/opt/ros/humble/share/ament_cmake_libraries/cmake/ament_libraries_deduplicate.cmake" + "/opt/ros/humble/share/ament_cmake_lint_cmake/cmake/ament_cmake_lint_cmake-extras.cmake" + "/opt/ros/humble/share/ament_cmake_lint_cmake/cmake/ament_cmake_lint_cmakeConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_lint_cmake/cmake/ament_cmake_lint_cmakeConfig.cmake" + "/opt/ros/humble/share/ament_cmake_lint_cmake/cmake/ament_cmake_lint_cmake_lint_hook.cmake" + "/opt/ros/humble/share/ament_cmake_lint_cmake/cmake/ament_lint_cmake.cmake" + "/opt/ros/humble/share/ament_cmake_pep257/cmake/ament_cmake_pep257-extras.cmake" + "/opt/ros/humble/share/ament_cmake_pep257/cmake/ament_cmake_pep257Config-version.cmake" + "/opt/ros/humble/share/ament_cmake_pep257/cmake/ament_cmake_pep257Config.cmake" + "/opt/ros/humble/share/ament_cmake_pep257/cmake/ament_cmake_pep257_lint_hook.cmake" + "/opt/ros/humble/share/ament_cmake_pep257/cmake/ament_pep257.cmake" + "/opt/ros/humble/share/ament_cmake_python/cmake/ament_cmake_python-extras.cmake" + "/opt/ros/humble/share/ament_cmake_python/cmake/ament_cmake_pythonConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_python/cmake/ament_cmake_pythonConfig.cmake" + "/opt/ros/humble/share/ament_cmake_python/cmake/ament_get_python_install_dir.cmake" + "/opt/ros/humble/share/ament_cmake_python/cmake/ament_python_install_module.cmake" + "/opt/ros/humble/share/ament_cmake_python/cmake/ament_python_install_package.cmake" + "/opt/ros/humble/share/ament_cmake_target_dependencies/cmake/ament_cmake_target_dependencies-extras.cmake" + "/opt/ros/humble/share/ament_cmake_target_dependencies/cmake/ament_cmake_target_dependenciesConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_target_dependencies/cmake/ament_cmake_target_dependenciesConfig.cmake" + "/opt/ros/humble/share/ament_cmake_target_dependencies/cmake/ament_get_recursive_properties.cmake" + "/opt/ros/humble/share/ament_cmake_target_dependencies/cmake/ament_target_dependencies.cmake" + "/opt/ros/humble/share/ament_cmake_test/cmake/ament_add_test.cmake" + "/opt/ros/humble/share/ament_cmake_test/cmake/ament_add_test_label.cmake" + "/opt/ros/humble/share/ament_cmake_test/cmake/ament_cmake_test-extras.cmake" + "/opt/ros/humble/share/ament_cmake_test/cmake/ament_cmake_testConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_test/cmake/ament_cmake_testConfig.cmake" + "/opt/ros/humble/share/ament_cmake_uncrustify/cmake/ament_cmake_uncrustify-extras.cmake" + "/opt/ros/humble/share/ament_cmake_uncrustify/cmake/ament_cmake_uncrustifyConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_uncrustify/cmake/ament_cmake_uncrustifyConfig.cmake" + "/opt/ros/humble/share/ament_cmake_uncrustify/cmake/ament_cmake_uncrustify_lint_hook.cmake" + "/opt/ros/humble/share/ament_cmake_uncrustify/cmake/ament_uncrustify.cmake" + "/opt/ros/humble/share/ament_cmake_version/cmake/ament_cmake_version-extras.cmake" + "/opt/ros/humble/share/ament_cmake_version/cmake/ament_cmake_versionConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_version/cmake/ament_cmake_versionConfig.cmake" + "/opt/ros/humble/share/ament_cmake_version/cmake/ament_export_development_version_if_higher_than_manifest.cmake" + "/opt/ros/humble/share/ament_cmake_xmllint/cmake/ament_cmake_xmllint-extras.cmake" + "/opt/ros/humble/share/ament_cmake_xmllint/cmake/ament_cmake_xmllintConfig-version.cmake" + "/opt/ros/humble/share/ament_cmake_xmllint/cmake/ament_cmake_xmllintConfig.cmake" + "/opt/ros/humble/share/ament_cmake_xmllint/cmake/ament_cmake_xmllint_lint_hook.cmake" + "/opt/ros/humble/share/ament_cmake_xmllint/cmake/ament_xmllint.cmake" + "/opt/ros/humble/share/ament_index_cpp/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/ament_index_cpp/cmake/ament_index_cppConfig-version.cmake" + "/opt/ros/humble/share/ament_index_cpp/cmake/ament_index_cppConfig.cmake" + "/opt/ros/humble/share/ament_index_cpp/cmake/export_ament_index_cppExport-none.cmake" + "/opt/ros/humble/share/ament_index_cpp/cmake/export_ament_index_cppExport.cmake" + "/opt/ros/humble/share/ament_lint_auto/cmake/ament_lint_auto-extras.cmake" + "/opt/ros/humble/share/ament_lint_auto/cmake/ament_lint_autoConfig-version.cmake" + "/opt/ros/humble/share/ament_lint_auto/cmake/ament_lint_autoConfig.cmake" + "/opt/ros/humble/share/ament_lint_auto/cmake/ament_lint_auto_find_test_dependencies.cmake" + "/opt/ros/humble/share/ament_lint_auto/cmake/ament_lint_auto_package_hook.cmake" + "/opt/ros/humble/share/ament_lint_common/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/ament_lint_common/cmake/ament_lint_commonConfig-version.cmake" + "/opt/ros/humble/share/ament_lint_common/cmake/ament_lint_commonConfig.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/builtin_interfacesConfig-version.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/builtin_interfacesConfig.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/builtin_interfaces__rosidl_typesupport_cExport-none.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/builtin_interfaces__rosidl_typesupport_cExport.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/builtin_interfaces__rosidl_typesupport_cppExport-none.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/builtin_interfaces__rosidl_typesupport_cppExport.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/builtin_interfaces__rosidl_typesupport_introspection_cExport-none.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/builtin_interfaces__rosidl_typesupport_introspection_cExport.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/builtin_interfaces__rosidl_typesupport_introspection_cppExport-none.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/builtin_interfaces__rosidl_typesupport_introspection_cppExport.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/export_builtin_interfaces__rosidl_generator_cExport-none.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/export_builtin_interfaces__rosidl_generator_cExport.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/export_builtin_interfaces__rosidl_generator_cppExport.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/export_builtin_interfaces__rosidl_generator_pyExport-none.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/export_builtin_interfaces__rosidl_generator_pyExport.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/export_builtin_interfaces__rosidl_typesupport_fastrtps_cExport-none.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/export_builtin_interfaces__rosidl_typesupport_fastrtps_cExport.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/export_builtin_interfaces__rosidl_typesupport_fastrtps_cppExport-none.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/export_builtin_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake" + "/opt/ros/humble/share/builtin_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake" + "/opt/ros/humble/share/fastrtps_cmake_module/cmake/fastrtps_cmake_module-extras.cmake" + "/opt/ros/humble/share/fastrtps_cmake_module/cmake/fastrtps_cmake_moduleConfig-version.cmake" + "/opt/ros/humble/share/fastrtps_cmake_module/cmake/fastrtps_cmake_moduleConfig.cmake" + "/opt/ros/humble/share/libstatistics_collector/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/libstatistics_collector/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/libstatistics_collector/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/libstatistics_collector/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/libstatistics_collector/cmake/libstatistics_collectorConfig-version.cmake" + "/opt/ros/humble/share/libstatistics_collector/cmake/libstatistics_collectorConfig.cmake" + "/opt/ros/humble/share/libstatistics_collector/cmake/libstatistics_collectorExport-none.cmake" + "/opt/ros/humble/share/libstatistics_collector/cmake/libstatistics_collectorExport.cmake" + "/opt/ros/humble/share/libstatistics_collector/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/libyaml_vendor/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/libyaml_vendor/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/libyaml_vendor/cmake/libyaml_vendor-extras.cmake" + "/opt/ros/humble/share/libyaml_vendor/cmake/libyaml_vendorConfig-version.cmake" + "/opt/ros/humble/share/libyaml_vendor/cmake/libyaml_vendorConfig.cmake" + "/opt/ros/humble/share/rcl/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rcl/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rcl/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rcl/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rcl/cmake/rcl-extras.cmake" + "/opt/ros/humble/share/rcl/cmake/rclConfig-version.cmake" + "/opt/ros/humble/share/rcl/cmake/rclConfig.cmake" + "/opt/ros/humble/share/rcl/cmake/rclExport-none.cmake" + "/opt/ros/humble/share/rcl/cmake/rclExport.cmake" + "/opt/ros/humble/share/rcl/cmake/rcl_set_symbol_visibility_hidden.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/export_rcl_interfaces__rosidl_generator_cExport-none.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/export_rcl_interfaces__rosidl_generator_cExport.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/export_rcl_interfaces__rosidl_generator_cppExport.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/export_rcl_interfaces__rosidl_generator_pyExport-none.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/export_rcl_interfaces__rosidl_generator_pyExport.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/export_rcl_interfaces__rosidl_typesupport_fastrtps_cExport-none.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/export_rcl_interfaces__rosidl_typesupport_fastrtps_cExport.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/export_rcl_interfaces__rosidl_typesupport_fastrtps_cppExport-none.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/export_rcl_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/rcl_interfacesConfig-version.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/rcl_interfacesConfig.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/rcl_interfaces__rosidl_typesupport_cExport-none.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/rcl_interfaces__rosidl_typesupport_cExport.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/rcl_interfaces__rosidl_typesupport_cppExport-none.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/rcl_interfaces__rosidl_typesupport_cppExport.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/rcl_interfaces__rosidl_typesupport_introspection_cExport-none.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/rcl_interfaces__rosidl_typesupport_introspection_cExport.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/rcl_interfaces__rosidl_typesupport_introspection_cppExport-none.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/rcl_interfaces__rosidl_typesupport_introspection_cppExport.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake" + "/opt/ros/humble/share/rcl_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake" + "/opt/ros/humble/share/rcl_logging_interface/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rcl_logging_interface/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rcl_logging_interface/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rcl_logging_interface/cmake/rcl_logging_interfaceConfig-version.cmake" + "/opt/ros/humble/share/rcl_logging_interface/cmake/rcl_logging_interfaceConfig.cmake" + "/opt/ros/humble/share/rcl_logging_interface/cmake/rcl_logging_interfaceExport-none.cmake" + "/opt/ros/humble/share/rcl_logging_interface/cmake/rcl_logging_interfaceExport.cmake" + "/opt/ros/humble/share/rcl_logging_spdlog/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rcl_logging_spdlog/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rcl_logging_spdlog/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rcl_logging_spdlog/cmake/rcl_logging_spdlogConfig-version.cmake" + "/opt/ros/humble/share/rcl_logging_spdlog/cmake/rcl_logging_spdlogConfig.cmake" + "/opt/ros/humble/share/rcl_logging_spdlog/cmake/rcl_logging_spdlogExport-none.cmake" + "/opt/ros/humble/share/rcl_logging_spdlog/cmake/rcl_logging_spdlogExport.cmake" + "/opt/ros/humble/share/rcl_yaml_param_parser/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rcl_yaml_param_parser/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rcl_yaml_param_parser/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rcl_yaml_param_parser/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rcl_yaml_param_parser/cmake/rcl_yaml_param_parserConfig-version.cmake" + "/opt/ros/humble/share/rcl_yaml_param_parser/cmake/rcl_yaml_param_parserConfig.cmake" + "/opt/ros/humble/share/rcl_yaml_param_parser/cmake/rcl_yaml_param_parserExport-none.cmake" + "/opt/ros/humble/share/rcl_yaml_param_parser/cmake/rcl_yaml_param_parserExport.cmake" + "/opt/ros/humble/share/rclcpp/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rclcpp/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rclcpp/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rclcpp/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rclcpp/cmake/rclcppConfig-version.cmake" + "/opt/ros/humble/share/rclcpp/cmake/rclcppConfig.cmake" + "/opt/ros/humble/share/rclcpp/cmake/rclcppExport-none.cmake" + "/opt/ros/humble/share/rclcpp/cmake/rclcppExport.cmake" + "/opt/ros/humble/share/rcpputils/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rcpputils/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rcpputils/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rcpputils/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rcpputils/cmake/rcpputilsConfig-version.cmake" + "/opt/ros/humble/share/rcpputils/cmake/rcpputilsConfig.cmake" + "/opt/ros/humble/share/rcpputils/cmake/rcpputilsExport-none.cmake" + "/opt/ros/humble/share/rcpputils/cmake/rcpputilsExport.cmake" + "/opt/ros/humble/share/rcutils/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rcutils/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rcutils/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rcutils/cmake/ament_cmake_export_link_flags-extras.cmake" + "/opt/ros/humble/share/rcutils/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rcutils/cmake/rcutilsConfig-version.cmake" + "/opt/ros/humble/share/rcutils/cmake/rcutilsConfig.cmake" + "/opt/ros/humble/share/rcutils/cmake/rcutilsExport-none.cmake" + "/opt/ros/humble/share/rcutils/cmake/rcutilsExport.cmake" + "/opt/ros/humble/share/rmw/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rmw/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rmw/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rmw/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rmw/cmake/configure_rmw_library.cmake" + "/opt/ros/humble/share/rmw/cmake/get_rmw_typesupport.cmake" + "/opt/ros/humble/share/rmw/cmake/register_rmw_implementation.cmake" + "/opt/ros/humble/share/rmw/cmake/rmw-extras.cmake" + "/opt/ros/humble/share/rmw/cmake/rmwConfig-version.cmake" + "/opt/ros/humble/share/rmw/cmake/rmwConfig.cmake" + "/opt/ros/humble/share/rmw/cmake/rmwExport-none.cmake" + "/opt/ros/humble/share/rmw/cmake/rmwExport.cmake" + "/opt/ros/humble/share/rmw_cyclonedds_cpp/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rmw_cyclonedds_cpp/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rmw_cyclonedds_cpp/cmake/export_rmw_cyclonedds_cppExport-none.cmake" + "/opt/ros/humble/share/rmw_cyclonedds_cpp/cmake/export_rmw_cyclonedds_cppExport.cmake" + "/opt/ros/humble/share/rmw_cyclonedds_cpp/cmake/rmw_cyclonedds_cppConfig-version.cmake" + "/opt/ros/humble/share/rmw_cyclonedds_cpp/cmake/rmw_cyclonedds_cppConfig.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/export_rmw_dds_common__rosidl_generator_cExport-none.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/export_rmw_dds_common__rosidl_generator_cExport.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/export_rmw_dds_common__rosidl_generator_cppExport.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/export_rmw_dds_common__rosidl_generator_pyExport-none.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/export_rmw_dds_common__rosidl_generator_pyExport.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/export_rmw_dds_common__rosidl_typesupport_fastrtps_cExport-none.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/export_rmw_dds_common__rosidl_typesupport_fastrtps_cExport.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/export_rmw_dds_common__rosidl_typesupport_fastrtps_cppExport-none.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/export_rmw_dds_common__rosidl_typesupport_fastrtps_cppExport.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/rmw_dds_commonConfig-version.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/rmw_dds_commonConfig.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/rmw_dds_common__rosidl_typesupport_cExport-none.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/rmw_dds_common__rosidl_typesupport_cExport.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/rmw_dds_common__rosidl_typesupport_cppExport-none.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/rmw_dds_common__rosidl_typesupport_cppExport.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/rmw_dds_common__rosidl_typesupport_introspection_cExport-none.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/rmw_dds_common__rosidl_typesupport_introspection_cExport.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/rmw_dds_common__rosidl_typesupport_introspection_cppExport-none.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/rmw_dds_common__rosidl_typesupport_introspection_cppExport.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/rmw_dds_common_libraryExport-none.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/rmw_dds_common_libraryExport.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake" + "/opt/ros/humble/share/rmw_dds_common/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake" + "/opt/ros/humble/share/rmw_implementation/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rmw_implementation/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rmw_implementation/cmake/export_rmw_implementationExport-none.cmake" + "/opt/ros/humble/share/rmw_implementation/cmake/export_rmw_implementationExport.cmake" + "/opt/ros/humble/share/rmw_implementation/cmake/rmw_implementation-extras.cmake" + "/opt/ros/humble/share/rmw_implementation/cmake/rmw_implementationConfig-version.cmake" + "/opt/ros/humble/share/rmw_implementation/cmake/rmw_implementationConfig.cmake" + "/opt/ros/humble/share/rmw_implementation_cmake/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rmw_implementation_cmake/cmake/call_for_each_rmw_implementation.cmake" + "/opt/ros/humble/share/rmw_implementation_cmake/cmake/get_available_rmw_implementations.cmake" + "/opt/ros/humble/share/rmw_implementation_cmake/cmake/get_default_rmw_implementation.cmake" + "/opt/ros/humble/share/rmw_implementation_cmake/cmake/rmw_implementation_cmake-extras.cmake" + "/opt/ros/humble/share/rmw_implementation_cmake/cmake/rmw_implementation_cmakeConfig-version.cmake" + "/opt/ros/humble/share/rmw_implementation_cmake/cmake/rmw_implementation_cmakeConfig.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/export_rosgraph_msgs__rosidl_generator_cExport-none.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/export_rosgraph_msgs__rosidl_generator_cExport.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/export_rosgraph_msgs__rosidl_generator_cppExport.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/export_rosgraph_msgs__rosidl_generator_pyExport-none.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/export_rosgraph_msgs__rosidl_generator_pyExport.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/export_rosgraph_msgs__rosidl_typesupport_fastrtps_cExport-none.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/export_rosgraph_msgs__rosidl_typesupport_fastrtps_cExport.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/export_rosgraph_msgs__rosidl_typesupport_fastrtps_cppExport-none.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/export_rosgraph_msgs__rosidl_typesupport_fastrtps_cppExport.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/rosgraph_msgsConfig-version.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/rosgraph_msgsConfig.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/rosgraph_msgs__rosidl_typesupport_cExport-none.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/rosgraph_msgs__rosidl_typesupport_cExport.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/rosgraph_msgs__rosidl_typesupport_cppExport-none.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/rosgraph_msgs__rosidl_typesupport_cppExport.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/rosgraph_msgs__rosidl_typesupport_introspection_cExport-none.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/rosgraph_msgs__rosidl_typesupport_introspection_cExport.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/rosgraph_msgs__rosidl_typesupport_introspection_cppExport-none.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/rosgraph_msgs__rosidl_typesupport_introspection_cppExport.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake" + "/opt/ros/humble/share/rosgraph_msgs/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake" + "/opt/ros/humble/share/rosidl_adapter/cmake/rosidl_adapt_interfaces.cmake" + "/opt/ros/humble/share/rosidl_adapter/cmake/rosidl_adapter-extras.cmake" + "/opt/ros/humble/share/rosidl_adapter/cmake/rosidl_adapterConfig-version.cmake" + "/opt/ros/humble/share/rosidl_adapter/cmake/rosidl_adapterConfig.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_cmakeConfig-version.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_cmakeConfig.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_export_typesupport_libraries.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_export_typesupport_targets.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_generate_interfaces.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_get_typesupport_target.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_target_interfaces.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/rosidl_write_generator_arguments.cmake" + "/opt/ros/humble/share/rosidl_cmake/cmake/string_camel_case_to_lower_case_underscore.cmake" + "/opt/ros/humble/share/rosidl_default_runtime/cmake/rosidl_default_runtime-extras.cmake" + "/opt/ros/humble/share/rosidl_default_runtime/cmake/rosidl_default_runtimeConfig-version.cmake" + "/opt/ros/humble/share/rosidl_default_runtime/cmake/rosidl_default_runtimeConfig.cmake" + "/opt/ros/humble/share/rosidl_generator_c/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_generator_c/cmake/register_c.cmake" + "/opt/ros/humble/share/rosidl_generator_c/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/rosidl_generator_c/cmake/rosidl_generator_c-extras.cmake" + "/opt/ros/humble/share/rosidl_generator_c/cmake/rosidl_generator_cConfig-version.cmake" + "/opt/ros/humble/share/rosidl_generator_c/cmake/rosidl_generator_cConfig.cmake" + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/register_cpp.cmake" + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/rosidl_generator_cpp-extras.cmake" + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/rosidl_generator_cppConfig-version.cmake" + "/opt/ros/humble/share/rosidl_generator_cpp/cmake/rosidl_generator_cppConfig.cmake" + "/opt/ros/humble/share/rosidl_runtime_c/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_runtime_c/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rosidl_runtime_c/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rosidl_runtime_c/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rosidl_runtime_c/cmake/rosidl_runtime_cConfig-version.cmake" + "/opt/ros/humble/share/rosidl_runtime_c/cmake/rosidl_runtime_cConfig.cmake" + "/opt/ros/humble/share/rosidl_runtime_c/cmake/rosidl_runtime_cExport-none.cmake" + "/opt/ros/humble/share/rosidl_runtime_c/cmake/rosidl_runtime_cExport.cmake" + "/opt/ros/humble/share/rosidl_runtime_cpp/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_runtime_cpp/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rosidl_runtime_cpp/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rosidl_runtime_cpp/cmake/rosidl_runtime_cppConfig-version.cmake" + "/opt/ros/humble/share/rosidl_runtime_cpp/cmake/rosidl_runtime_cppConfig.cmake" + "/opt/ros/humble/share/rosidl_runtime_cpp/cmake/rosidl_runtime_cppExport.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/get_used_typesupports.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/rosidl_typesupport_c-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/rosidl_typesupport_cConfig-version.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/rosidl_typesupport_cConfig.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/rosidl_typesupport_cExport-none.cmake" + "/opt/ros/humble/share/rosidl_typesupport_c/cmake/rosidl_typesupport_cExport.cmake" + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/rosidl_typesupport_cpp-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/rosidl_typesupport_cppConfig-version.cmake" + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/rosidl_typesupport_cppConfig.cmake" + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/rosidl_typesupport_cppExport-none.cmake" + "/opt/ros/humble/share/rosidl_typesupport_cpp/cmake/rosidl_typesupport_cppExport.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_c-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_cConfig-version.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_cConfig.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_cExport-none.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_cExport.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/rosidl_typesupport_fastrtps_cpp-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/rosidl_typesupport_fastrtps_cppConfig-version.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/rosidl_typesupport_fastrtps_cppConfig.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/rosidl_typesupport_fastrtps_cppExport-none.cmake" + "/opt/ros/humble/share/rosidl_typesupport_fastrtps_cpp/cmake/rosidl_typesupport_fastrtps_cppExport.cmake" + "/opt/ros/humble/share/rosidl_typesupport_interface/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_interface/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_interface/cmake/rosidl_typesupport_interfaceConfig-version.cmake" + "/opt/ros/humble/share/rosidl_typesupport_interface/cmake/rosidl_typesupport_interfaceConfig.cmake" + "/opt/ros/humble/share/rosidl_typesupport_interface/cmake/rosidl_typesupport_interfaceExport.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/rosidl_typesupport_introspection_c-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/rosidl_typesupport_introspection_cConfig-version.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/rosidl_typesupport_introspection_cConfig.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/rosidl_typesupport_introspection_cExport-none.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_c/cmake/rosidl_typesupport_introspection_cExport.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/rosidl_typesupport_introspection_cpp-extras.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/rosidl_typesupport_introspection_cppConfig-version.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/rosidl_typesupport_introspection_cppConfig.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/rosidl_typesupport_introspection_cppExport-none.cmake" + "/opt/ros/humble/share/rosidl_typesupport_introspection_cpp/cmake/rosidl_typesupport_introspection_cppExport.cmake" + "/opt/ros/humble/share/spdlog_vendor/cmake/spdlog_vendorConfig-version.cmake" + "/opt/ros/humble/share/spdlog_vendor/cmake/spdlog_vendorConfig.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/export_statistics_msgs__rosidl_generator_cExport-none.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/export_statistics_msgs__rosidl_generator_cExport.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/export_statistics_msgs__rosidl_generator_cppExport.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/export_statistics_msgs__rosidl_generator_pyExport-none.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/export_statistics_msgs__rosidl_generator_pyExport.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/export_statistics_msgs__rosidl_typesupport_fastrtps_cExport-none.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/export_statistics_msgs__rosidl_typesupport_fastrtps_cExport.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/export_statistics_msgs__rosidl_typesupport_fastrtps_cppExport-none.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/export_statistics_msgs__rosidl_typesupport_fastrtps_cppExport.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/statistics_msgsConfig-version.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/statistics_msgsConfig.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/statistics_msgs__rosidl_typesupport_cExport-none.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/statistics_msgs__rosidl_typesupport_cExport.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/statistics_msgs__rosidl_typesupport_cppExport-none.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/statistics_msgs__rosidl_typesupport_cppExport.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/statistics_msgs__rosidl_typesupport_introspection_cExport-none.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/statistics_msgs__rosidl_typesupport_introspection_cExport.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/statistics_msgs__rosidl_typesupport_introspection_cppExport-none.cmake" + "/opt/ros/humble/share/statistics_msgs/cmake/statistics_msgs__rosidl_typesupport_introspection_cppExport.cmake" + "/opt/ros/humble/share/std_msgs/cmake/ament_cmake_export_dependencies-extras.cmake" + "/opt/ros/humble/share/std_msgs/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/std_msgs/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/std_msgs/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/std_msgs/cmake/export_std_msgs__rosidl_generator_cExport-none.cmake" + "/opt/ros/humble/share/std_msgs/cmake/export_std_msgs__rosidl_generator_cExport.cmake" + "/opt/ros/humble/share/std_msgs/cmake/export_std_msgs__rosidl_generator_cppExport.cmake" + "/opt/ros/humble/share/std_msgs/cmake/export_std_msgs__rosidl_generator_pyExport-none.cmake" + "/opt/ros/humble/share/std_msgs/cmake/export_std_msgs__rosidl_generator_pyExport.cmake" + "/opt/ros/humble/share/std_msgs/cmake/export_std_msgs__rosidl_typesupport_fastrtps_cExport-none.cmake" + "/opt/ros/humble/share/std_msgs/cmake/export_std_msgs__rosidl_typesupport_fastrtps_cExport.cmake" + "/opt/ros/humble/share/std_msgs/cmake/export_std_msgs__rosidl_typesupport_fastrtps_cppExport-none.cmake" + "/opt/ros/humble/share/std_msgs/cmake/export_std_msgs__rosidl_typesupport_fastrtps_cppExport.cmake" + "/opt/ros/humble/share/std_msgs/cmake/rosidl_cmake-extras.cmake" + "/opt/ros/humble/share/std_msgs/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake" + "/opt/ros/humble/share/std_msgs/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake" + "/opt/ros/humble/share/std_msgs/cmake/std_msgsConfig-version.cmake" + "/opt/ros/humble/share/std_msgs/cmake/std_msgsConfig.cmake" + "/opt/ros/humble/share/std_msgs/cmake/std_msgs__rosidl_typesupport_cExport-none.cmake" + "/opt/ros/humble/share/std_msgs/cmake/std_msgs__rosidl_typesupport_cExport.cmake" + "/opt/ros/humble/share/std_msgs/cmake/std_msgs__rosidl_typesupport_cppExport-none.cmake" + "/opt/ros/humble/share/std_msgs/cmake/std_msgs__rosidl_typesupport_cppExport.cmake" + "/opt/ros/humble/share/std_msgs/cmake/std_msgs__rosidl_typesupport_introspection_cExport-none.cmake" + "/opt/ros/humble/share/std_msgs/cmake/std_msgs__rosidl_typesupport_introspection_cExport.cmake" + "/opt/ros/humble/share/std_msgs/cmake/std_msgs__rosidl_typesupport_introspection_cppExport-none.cmake" + "/opt/ros/humble/share/std_msgs/cmake/std_msgs__rosidl_typesupport_introspection_cppExport.cmake" + "/opt/ros/humble/share/tracetools/cmake/ament_cmake_export_include_directories-extras.cmake" + "/opt/ros/humble/share/tracetools/cmake/ament_cmake_export_libraries-extras.cmake" + "/opt/ros/humble/share/tracetools/cmake/ament_cmake_export_targets-extras.cmake" + "/opt/ros/humble/share/tracetools/cmake/tracetoolsConfig-version.cmake" + "/opt/ros/humble/share/tracetools/cmake/tracetoolsConfig.cmake" + "/opt/ros/humble/share/tracetools/cmake/tracetools_exportExport-none.cmake" + "/opt/ros/humble/share/tracetools/cmake/tracetools_exportExport.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/fmt/fmt-config-version.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/fmt/fmt-config.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/fmt/fmt-targets-none.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/fmt/fmt-targets.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/spdlog/spdlogConfig.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/spdlog/spdlogConfigTargets-none.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/spdlog/spdlogConfigTargets.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/spdlog/spdlogConfigVersion.cmake" + "/usr/share/cmake-3.22/Modules/CMakeCCompiler.cmake.in" + "/usr/share/cmake-3.22/Modules/CMakeCCompilerABI.c" + "/usr/share/cmake-3.22/Modules/CMakeCInformation.cmake" + "/usr/share/cmake-3.22/Modules/CMakeCXXCompiler.cmake.in" + "/usr/share/cmake-3.22/Modules/CMakeCXXCompilerABI.cpp" + "/usr/share/cmake-3.22/Modules/CMakeCXXInformation.cmake" + "/usr/share/cmake-3.22/Modules/CMakeCommonLanguageInclude.cmake" + "/usr/share/cmake-3.22/Modules/CMakeCompilerIdDetection.cmake" + "/usr/share/cmake-3.22/Modules/CMakeDetermineCCompiler.cmake" + "/usr/share/cmake-3.22/Modules/CMakeDetermineCXXCompiler.cmake" + "/usr/share/cmake-3.22/Modules/CMakeDetermineCompileFeatures.cmake" + "/usr/share/cmake-3.22/Modules/CMakeDetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/CMakeDetermineCompilerABI.cmake" + "/usr/share/cmake-3.22/Modules/CMakeDetermineCompilerId.cmake" + "/usr/share/cmake-3.22/Modules/CMakeDetermineSystem.cmake" + "/usr/share/cmake-3.22/Modules/CMakeFindBinUtils.cmake" + "/usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake" + "/usr/share/cmake-3.22/Modules/CMakeGenericSystem.cmake" + "/usr/share/cmake-3.22/Modules/CMakeInitializeConfigs.cmake" + "/usr/share/cmake-3.22/Modules/CMakeLanguageInformation.cmake" + "/usr/share/cmake-3.22/Modules/CMakeParseImplicitIncludeInfo.cmake" + "/usr/share/cmake-3.22/Modules/CMakeParseImplicitLinkInfo.cmake" + "/usr/share/cmake-3.22/Modules/CMakeParseLibraryArchitecture.cmake" + "/usr/share/cmake-3.22/Modules/CMakeSystem.cmake.in" + "/usr/share/cmake-3.22/Modules/CMakeSystemSpecificInformation.cmake" + "/usr/share/cmake-3.22/Modules/CMakeSystemSpecificInitialize.cmake" + "/usr/share/cmake-3.22/Modules/CMakeTestCCompiler.cmake" + "/usr/share/cmake-3.22/Modules/CMakeTestCXXCompiler.cmake" + "/usr/share/cmake-3.22/Modules/CMakeTestCompilerCommon.cmake" + "/usr/share/cmake-3.22/Modules/CMakeUnixFindMake.cmake" + "/usr/share/cmake-3.22/Modules/CheckCSourceCompiles.cmake" + "/usr/share/cmake-3.22/Modules/CheckIncludeFile.c.in" + "/usr/share/cmake-3.22/Modules/CheckIncludeFile.cmake" + "/usr/share/cmake-3.22/Modules/CheckLibraryExists.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/ADSP-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Borland-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Clang-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Cray-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/GHS-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/GNU-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/GNU-C.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/GNU-CXX.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/GNU-FindBinUtils.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/GNU.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/HP-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/IAR-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Intel-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/MSVC-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/PGI-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/PathScale-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/SCO-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/TI-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/Watcom-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/XL-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/XLClang-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/zOS-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.22/Modules/DartConfiguration.tcl.in" + "/usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake" + "/usr/share/cmake-3.22/Modules/FindPackageMessage.cmake" + "/usr/share/cmake-3.22/Modules/FindPython/Support.cmake" + "/usr/share/cmake-3.22/Modules/FindPython3.cmake" + "/usr/share/cmake-3.22/Modules/FindThreads.cmake" + "/usr/share/cmake-3.22/Modules/Internal/CheckSourceCompiles.cmake" + "/usr/share/cmake-3.22/Modules/Internal/FeatureTesting.cmake" + "/usr/share/cmake-3.22/Modules/Platform/Linux-Determine-CXX.cmake" + "/usr/share/cmake-3.22/Modules/Platform/Linux-GNU-C.cmake" + "/usr/share/cmake-3.22/Modules/Platform/Linux-GNU-CXX.cmake" + "/usr/share/cmake-3.22/Modules/Platform/Linux-GNU.cmake" + "/usr/share/cmake-3.22/Modules/Platform/Linux.cmake" + "/usr/share/cmake-3.22/Modules/Platform/UnixPaths.cmake" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/3.22.1/CMakeSystem.cmake" + "CMakeFiles/3.22.1/CMakeCCompiler.cmake" + "CMakeFiles/3.22.1/CMakeCXXCompiler.cmake" + "CMakeFiles/3.22.1/CMakeCCompiler.cmake" + "CMakeFiles/3.22.1/CMakeCXXCompiler.cmake" + "ament_cmake_core/stamps/templates_2_cmake.py.stamp" + "ament_cmake_uninstall_target/ament_cmake_uninstall_target.cmake" + "CTestConfiguration.ini" + "ament_cmake_core/stamps/package.xml.stamp" + "ament_cmake_core/stamps/package_xml_2_cmake.py.stamp" + "ament_cmake_core/stamps/ament_prefix_path.sh.stamp" + "ament_cmake_core/stamps/path.sh.stamp" + "ament_cmake_environment_hooks/local_setup.bash" + "ament_cmake_environment_hooks/local_setup.sh" + "ament_cmake_environment_hooks/local_setup.zsh" + "ament_cmake_core/stamps/nameConfig.cmake.in.stamp" + "ament_cmake_core/advrobotics_lab3_ros2Config.cmake" + "ament_cmake_core/stamps/nameConfig-version.cmake.in.stamp" + "ament_cmake_core/advrobotics_lab3_ros2Config-version.cmake" + "ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_ros2" + "ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_ros2" + "ament_cmake_index/share/ament_index/resource_index/packages/advrobotics_lab3_ros2" + "CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/uninstall.dir/DependInfo.cmake" + "CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/DependInfo.cmake" + "CMakeFiles/ik_server.dir/DependInfo.cmake" + "CMakeFiles/ik_client.dir/DependInfo.cmake" + "CMakeFiles/poppy_core.dir/DependInfo.cmake" + ) diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/Makefile2 b/build/advrobotics_lab3_ros2/CMakeFiles/Makefile2 new file mode 100644 index 0000000..cbc83be --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/Makefile2 @@ -0,0 +1,222 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ros/lab3_robotics/advrobotics_lab3_ros2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: CMakeFiles/ik_server.dir/all +all: CMakeFiles/ik_client.dir/all +all: CMakeFiles/poppy_core.dir/all +.PHONY : all + +# The main recursive "preinstall" target. +preinstall: +.PHONY : preinstall + +# The main recursive "clean" target. +clean: CMakeFiles/uninstall.dir/clean +clean: CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/clean +clean: CMakeFiles/ik_server.dir/clean +clean: CMakeFiles/ik_client.dir/clean +clean: CMakeFiles/poppy_core.dir/clean +.PHONY : clean + +#============================================================================= +# Target rules for target CMakeFiles/uninstall.dir + +# All Build rule for target. +CMakeFiles/uninstall.dir/all: CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/all + $(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles --progress-num= "Built target uninstall" +.PHONY : CMakeFiles/uninstall.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/uninstall.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/uninstall.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles 0 +.PHONY : CMakeFiles/uninstall.dir/rule + +# Convenience name for target. +uninstall: CMakeFiles/uninstall.dir/rule +.PHONY : uninstall + +# clean rule for target. +CMakeFiles/uninstall.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/clean +.PHONY : CMakeFiles/uninstall.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/advrobotics_lab3_ros2_uninstall.dir + +# All Build rule for target. +CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/build.make CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/build.make CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles --progress-num= "Built target advrobotics_lab3_ros2_uninstall" +.PHONY : CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles 0 +.PHONY : CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/rule + +# Convenience name for target. +advrobotics_lab3_ros2_uninstall: CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/rule +.PHONY : advrobotics_lab3_ros2_uninstall + +# clean rule for target. +CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/build.make CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/clean +.PHONY : CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/ik_server.dir + +# All Build rule for target. +CMakeFiles/ik_server.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ik_server.dir/build.make CMakeFiles/ik_server.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/ik_server.dir/build.make CMakeFiles/ik_server.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles --progress-num=4,5,6 "Built target ik_server" +.PHONY : CMakeFiles/ik_server.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/ik_server.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles 3 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ik_server.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles 0 +.PHONY : CMakeFiles/ik_server.dir/rule + +# Convenience name for target. +ik_server: CMakeFiles/ik_server.dir/rule +.PHONY : ik_server + +# clean rule for target. +CMakeFiles/ik_server.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ik_server.dir/build.make CMakeFiles/ik_server.dir/clean +.PHONY : CMakeFiles/ik_server.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/ik_client.dir + +# All Build rule for target. +CMakeFiles/ik_client.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ik_client.dir/build.make CMakeFiles/ik_client.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/ik_client.dir/build.make CMakeFiles/ik_client.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles --progress-num=1,2,3 "Built target ik_client" +.PHONY : CMakeFiles/ik_client.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/ik_client.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles 3 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ik_client.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles 0 +.PHONY : CMakeFiles/ik_client.dir/rule + +# Convenience name for target. +ik_client: CMakeFiles/ik_client.dir/rule +.PHONY : ik_client + +# clean rule for target. +CMakeFiles/ik_client.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ik_client.dir/build.make CMakeFiles/ik_client.dir/clean +.PHONY : CMakeFiles/ik_client.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/poppy_core.dir + +# All Build rule for target. +CMakeFiles/poppy_core.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/poppy_core.dir/build.make CMakeFiles/poppy_core.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/poppy_core.dir/build.make CMakeFiles/poppy_core.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles --progress-num=7,8,9 "Built target poppy_core" +.PHONY : CMakeFiles/poppy_core.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/poppy_core.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles 3 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/poppy_core.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles 0 +.PHONY : CMakeFiles/poppy_core.dir/rule + +# Convenience name for target. +poppy_core: CMakeFiles/poppy_core.dir/rule +.PHONY : poppy_core + +# clean rule for target. +CMakeFiles/poppy_core.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/poppy_core.dir/build.make CMakeFiles/poppy_core.dir/clean +.PHONY : CMakeFiles/poppy_core.dir/clean + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/TargetDirectories.txt b/build/advrobotics_lab3_ros2/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..2f88084 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,12 @@ +/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/uninstall.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/advrobotics_lab3_ros2_uninstall.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/test.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/edit_cache.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/rebuild_cache.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/list_install_components.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/install.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/install/local.dir +/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/install/strip.dir diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/DependInfo.cmake b/build/advrobotics_lab3_ros2/CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/DependInfo.cmake new file mode 100644 index 0000000..dc55e44 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/DependInfo.cmake @@ -0,0 +1,18 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/build.make b/build/advrobotics_lab3_ros2/CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/build.make new file mode 100644 index 0000000..9f3ae2e --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/build.make @@ -0,0 +1,87 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ros/lab3_robotics/advrobotics_lab3_ros2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 + +# Utility rule file for advrobotics_lab3_ros2_uninstall. + +# Include any custom commands dependencies for this target. +include CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/progress.make + +CMakeFiles/advrobotics_lab3_ros2_uninstall: + /usr/bin/cmake -P /home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ament_cmake_uninstall_target/ament_cmake_uninstall_target.cmake + +advrobotics_lab3_ros2_uninstall: CMakeFiles/advrobotics_lab3_ros2_uninstall +advrobotics_lab3_ros2_uninstall: CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/build.make +.PHONY : advrobotics_lab3_ros2_uninstall + +# Rule to build all files generated by this target. +CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/build: advrobotics_lab3_ros2_uninstall +.PHONY : CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/build + +CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/cmake_clean.cmake +.PHONY : CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/clean + +CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/depend: + cd /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ros/lab3_robotics/advrobotics_lab3_ros2 /home/ros/lab3_robotics/advrobotics_lab3_ros2 /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 /home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/depend + diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/cmake_clean.cmake b/build/advrobotics_lab3_ros2/CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/cmake_clean.cmake new file mode 100644 index 0000000..93efa0d --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/advrobotics_lab3_ros2_uninstall" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/compiler_depend.make b/build/advrobotics_lab3_ros2/CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/compiler_depend.make new file mode 100644 index 0000000..b4cd2e7 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for advrobotics_lab3_ros2_uninstall. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/compiler_depend.ts b/build/advrobotics_lab3_ros2/CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/compiler_depend.ts new file mode 100644 index 0000000..fa9dc47 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for advrobotics_lab3_ros2_uninstall. diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/progress.make b/build/advrobotics_lab3_ros2/CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/cmake.check_cache b/build/advrobotics_lab3_ros2/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/DependInfo.cmake b/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/DependInfo.cmake new file mode 100644 index 0000000..b755762 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/DependInfo.cmake @@ -0,0 +1,20 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/Kinematics.cpp" "CMakeFiles/ik_client.dir/src/Kinematics.cpp.o" "gcc" "CMakeFiles/ik_client.dir/src/Kinematics.cpp.o.d" + "/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/ik_client.cpp" "CMakeFiles/ik_client.dir/src/ik_client.cpp.o" "gcc" "CMakeFiles/ik_client.dir/src/ik_client.cpp.o.d" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/build.make b/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/build.make new file mode 100644 index 0000000..101888f --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/build.make @@ -0,0 +1,196 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ros/lab3_robotics/advrobotics_lab3_ros2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 + +# Include any dependencies generated for this target. +include CMakeFiles/ik_client.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/ik_client.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/ik_client.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/ik_client.dir/flags.make + +CMakeFiles/ik_client.dir/src/ik_client.cpp.o: CMakeFiles/ik_client.dir/flags.make +CMakeFiles/ik_client.dir/src/ik_client.cpp.o: /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/ik_client.cpp +CMakeFiles/ik_client.dir/src/ik_client.cpp.o: CMakeFiles/ik_client.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/ik_client.dir/src/ik_client.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/ik_client.dir/src/ik_client.cpp.o -MF CMakeFiles/ik_client.dir/src/ik_client.cpp.o.d -o CMakeFiles/ik_client.dir/src/ik_client.cpp.o -c /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/ik_client.cpp + +CMakeFiles/ik_client.dir/src/ik_client.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ik_client.dir/src/ik_client.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/ik_client.cpp > CMakeFiles/ik_client.dir/src/ik_client.cpp.i + +CMakeFiles/ik_client.dir/src/ik_client.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ik_client.dir/src/ik_client.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/ik_client.cpp -o CMakeFiles/ik_client.dir/src/ik_client.cpp.s + +CMakeFiles/ik_client.dir/src/Kinematics.cpp.o: CMakeFiles/ik_client.dir/flags.make +CMakeFiles/ik_client.dir/src/Kinematics.cpp.o: /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/Kinematics.cpp +CMakeFiles/ik_client.dir/src/Kinematics.cpp.o: CMakeFiles/ik_client.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/ik_client.dir/src/Kinematics.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/ik_client.dir/src/Kinematics.cpp.o -MF CMakeFiles/ik_client.dir/src/Kinematics.cpp.o.d -o CMakeFiles/ik_client.dir/src/Kinematics.cpp.o -c /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/Kinematics.cpp + +CMakeFiles/ik_client.dir/src/Kinematics.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ik_client.dir/src/Kinematics.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/Kinematics.cpp > CMakeFiles/ik_client.dir/src/Kinematics.cpp.i + +CMakeFiles/ik_client.dir/src/Kinematics.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ik_client.dir/src/Kinematics.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/Kinematics.cpp -o CMakeFiles/ik_client.dir/src/Kinematics.cpp.s + +# Object files for target ik_client +ik_client_OBJECTS = \ +"CMakeFiles/ik_client.dir/src/ik_client.cpp.o" \ +"CMakeFiles/ik_client.dir/src/Kinematics.cpp.o" + +# External object files for target ik_client +ik_client_EXTERNAL_OBJECTS = + +ik_client: CMakeFiles/ik_client.dir/src/ik_client.cpp.o +ik_client: CMakeFiles/ik_client.dir/src/Kinematics.cpp.o +ik_client: CMakeFiles/ik_client.dir/build.make +ik_client: /opt/ros/humble/lib/librclcpp.so +ik_client: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so +ik_client: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so +ik_client: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so +ik_client: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so +ik_client: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so +ik_client: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so +ik_client: /opt/ros/humble/lib/liblibstatistics_collector.so +ik_client: /opt/ros/humble/lib/librcl.so +ik_client: /opt/ros/humble/lib/librmw_implementation.so +ik_client: /opt/ros/humble/lib/libament_index_cpp.so +ik_client: /opt/ros/humble/lib/librcl_logging_spdlog.so +ik_client: /opt/ros/humble/lib/librcl_logging_interface.so +ik_client: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_fastrtps_c.so +ik_client: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_introspection_c.so +ik_client: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_fastrtps_cpp.so +ik_client: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_introspection_cpp.so +ik_client: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_cpp.so +ik_client: /opt/ros/humble/lib/librcl_interfaces__rosidl_generator_py.so +ik_client: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_c.so +ik_client: /opt/ros/humble/lib/librcl_interfaces__rosidl_generator_c.so +ik_client: /opt/ros/humble/lib/librcl_yaml_param_parser.so +ik_client: /opt/ros/humble/lib/libyaml.so +ik_client: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_fastrtps_c.so +ik_client: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_fastrtps_cpp.so +ik_client: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_introspection_c.so +ik_client: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_introspection_cpp.so +ik_client: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_cpp.so +ik_client: /opt/ros/humble/lib/librosgraph_msgs__rosidl_generator_py.so +ik_client: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_c.so +ik_client: /opt/ros/humble/lib/librosgraph_msgs__rosidl_generator_c.so +ik_client: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_fastrtps_c.so +ik_client: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_fastrtps_cpp.so +ik_client: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_introspection_c.so +ik_client: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_introspection_cpp.so +ik_client: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_cpp.so +ik_client: /opt/ros/humble/lib/libstatistics_msgs__rosidl_generator_py.so +ik_client: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_c.so +ik_client: /opt/ros/humble/lib/libstatistics_msgs__rosidl_generator_c.so +ik_client: /opt/ros/humble/lib/libtracetools.so +ik_client: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_c.so +ik_client: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_c.so +ik_client: /opt/ros/humble/lib/librosidl_typesupport_fastrtps_c.so +ik_client: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_cpp.so +ik_client: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_cpp.so +ik_client: /opt/ros/humble/lib/librosidl_typesupport_fastrtps_cpp.so +ik_client: /opt/ros/humble/lib/libfastcdr.so.1.0.24 +ik_client: /opt/ros/humble/lib/librmw.so +ik_client: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_c.so +ik_client: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_c.so +ik_client: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_cpp.so +ik_client: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_cpp.so +ik_client: /opt/ros/humble/lib/librosidl_typesupport_introspection_cpp.so +ik_client: /opt/ros/humble/lib/librosidl_typesupport_introspection_c.so +ik_client: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_cpp.so +ik_client: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_cpp.so +ik_client: /opt/ros/humble/lib/librosidl_typesupport_cpp.so +ik_client: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so +ik_client: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so +ik_client: /opt/ros/humble/lib/libstd_msgs__rosidl_generator_py.so +ik_client: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_py.so +ik_client: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so +ik_client: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so +ik_client: /opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so +ik_client: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so +ik_client: /opt/ros/humble/lib/librosidl_typesupport_c.so +ik_client: /opt/ros/humble/lib/librcpputils.so +ik_client: /opt/ros/humble/lib/librosidl_runtime_c.so +ik_client: /opt/ros/humble/lib/librcutils.so +ik_client: /usr/lib/x86_64-linux-gnu/libpython3.10.so +ik_client: CMakeFiles/ik_client.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX executable ik_client" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/ik_client.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/ik_client.dir/build: ik_client +.PHONY : CMakeFiles/ik_client.dir/build + +CMakeFiles/ik_client.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/ik_client.dir/cmake_clean.cmake +.PHONY : CMakeFiles/ik_client.dir/clean + +CMakeFiles/ik_client.dir/depend: + cd /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ros/lab3_robotics/advrobotics_lab3_ros2 /home/ros/lab3_robotics/advrobotics_lab3_ros2 /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 /home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/ik_client.dir/depend + diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/cmake_clean.cmake b/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/cmake_clean.cmake new file mode 100644 index 0000000..ada6421 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/cmake_clean.cmake @@ -0,0 +1,13 @@ +file(REMOVE_RECURSE + "CMakeFiles/ik_client.dir/src/Kinematics.cpp.o" + "CMakeFiles/ik_client.dir/src/Kinematics.cpp.o.d" + "CMakeFiles/ik_client.dir/src/ik_client.cpp.o" + "CMakeFiles/ik_client.dir/src/ik_client.cpp.o.d" + "ik_client" + "ik_client.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/ik_client.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/compiler_depend.make b/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/compiler_depend.make new file mode 100644 index 0000000..40eb52d --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for ik_client. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/compiler_depend.ts b/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/compiler_depend.ts new file mode 100644 index 0000000..5da6306 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for ik_client. diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/depend.make b/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/depend.make new file mode 100644 index 0000000..d130090 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for ik_client. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/flags.make b/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/flags.make new file mode 100644 index 0000000..3306c6f --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -DDEFAULT_RMW_IMPLEMENTATION=rmw_fastrtps_cpp -DRCUTILS_ENABLE_FAULT_INJECTION + +CXX_INCLUDES = -I/home/ros/lab3_robotics/advrobotics_lab3_ros2/include -I/home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel -isystem /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces -isystem /opt/ros/humble/include/rclcpp -isystem /opt/ros/humble/include/ament_index_cpp -isystem /opt/ros/humble/include/libstatistics_collector -isystem /opt/ros/humble/include/builtin_interfaces -isystem /opt/ros/humble/include/rosidl_runtime_c -isystem /opt/ros/humble/include/rcutils -isystem /opt/ros/humble/include/rosidl_typesupport_interface -isystem /opt/ros/humble/include/fastcdr -isystem /opt/ros/humble/include/rosidl_runtime_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp -isystem /opt/ros/humble/include/rmw -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_c -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_c -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_cpp -isystem /opt/ros/humble/include/rcl -isystem /opt/ros/humble/include/rcl_interfaces -isystem /opt/ros/humble/include/rcl_logging_interface -isystem /opt/ros/humble/include/rcl_yaml_param_parser -isystem /opt/ros/humble/include/libyaml_vendor -isystem /opt/ros/humble/include/tracetools -isystem /opt/ros/humble/include/rcpputils -isystem /opt/ros/humble/include/statistics_msgs -isystem /opt/ros/humble/include/rosgraph_msgs -isystem /opt/ros/humble/include/rosidl_typesupport_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_c -isystem /opt/ros/humble/include/std_msgs + +CXX_FLAGS = -Wall -Wextra -Wpedantic + diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/link.txt b/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/link.txt new file mode 100644 index 0000000..6458c2a --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ CMakeFiles/ik_client.dir/src/ik_client.cpp.o CMakeFiles/ik_client.dir/src/Kinematics.cpp.o -o ik_client -Wl,-rpath,/opt/ros/humble/lib:/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib: /opt/ros/humble/lib/librclcpp.so /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so /opt/ros/humble/lib/liblibstatistics_collector.so /opt/ros/humble/lib/librcl.so /opt/ros/humble/lib/librmw_implementation.so /opt/ros/humble/lib/libament_index_cpp.so /opt/ros/humble/lib/librcl_logging_spdlog.so /opt/ros/humble/lib/librcl_logging_interface.so /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_cpp.so /opt/ros/humble/lib/librcl_interfaces__rosidl_generator_py.so /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_c.so /opt/ros/humble/lib/librcl_interfaces__rosidl_generator_c.so /opt/ros/humble/lib/librcl_yaml_param_parser.so /opt/ros/humble/lib/libyaml.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_cpp.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_generator_py.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_c.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_cpp.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_generator_py.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_c.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libtracetools.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/librosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/librosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libfastcdr.so.1.0.24 /opt/ros/humble/lib/librmw.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/librosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/librosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_cpp.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_cpp.so /opt/ros/humble/lib/librosidl_typesupport_cpp.so /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_generator_py.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_py.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so /opt/ros/humble/lib/librosidl_typesupport_c.so /opt/ros/humble/lib/librcpputils.so /opt/ros/humble/lib/librosidl_runtime_c.so /opt/ros/humble/lib/librcutils.so -ldl /usr/lib/x86_64-linux-gnu/libpython3.10.so diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/progress.make b/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/progress.make new file mode 100644 index 0000000..6a9dc74 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = 1 +CMAKE_PROGRESS_2 = 2 +CMAKE_PROGRESS_3 = 3 + diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/src/Kinematics.cpp.o b/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/src/Kinematics.cpp.o new file mode 100644 index 0000000..296a46f Binary files /dev/null and b/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/src/Kinematics.cpp.o differ diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/src/Kinematics.cpp.o.d b/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/src/Kinematics.cpp.o.d new file mode 100644 index 0000000..b0b51f5 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/src/Kinematics.cpp.o.d @@ -0,0 +1,177 @@ +CMakeFiles/ik_client.dir/src/Kinematics.cpp.o: \ + /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/Kinematics.cpp \ + /usr/include/stdc-predef.h \ + /home/ros/lab3_robotics/advrobotics_lab3_ros2/include/Kinematics.h \ + /usr/include/c++/11/cmath \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \ + /usr/include/c++/11/pstl/pstl_config.h \ + /usr/include/c++/11/bits/cpp_type_traits.h \ + /usr/include/c++/11/ext/type_traits.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/11/bits/std_abs.h /usr/include/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/11/bits/specfun.h \ + /usr/include/c++/11/bits/stl_algobase.h \ + /usr/include/c++/11/bits/functexcept.h \ + /usr/include/c++/11/bits/exception_defines.h \ + /usr/include/c++/11/ext/numeric_traits.h \ + /usr/include/c++/11/bits/stl_pair.h /usr/include/c++/11/bits/move.h \ + /usr/include/c++/11/type_traits \ + /usr/include/c++/11/bits/stl_iterator_base_types.h \ + /usr/include/c++/11/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/11/bits/concept_check.h \ + /usr/include/c++/11/debug/assertions.h \ + /usr/include/c++/11/bits/stl_iterator.h \ + /usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \ + /usr/include/c++/11/bits/predefined_ops.h /usr/include/c++/11/limits \ + /usr/include/c++/11/tr1/gamma.tcc \ + /usr/include/c++/11/tr1/special_function_util.h \ + /usr/include/c++/11/tr1/bessel_function.tcc \ + /usr/include/c++/11/tr1/beta_function.tcc \ + /usr/include/c++/11/tr1/ell_integral.tcc \ + /usr/include/c++/11/tr1/exp_integral.tcc \ + /usr/include/c++/11/tr1/hypergeometric.tcc \ + /usr/include/c++/11/tr1/legendre_function.tcc \ + /usr/include/c++/11/tr1/modified_bessel_func.tcc \ + /usr/include/c++/11/tr1/poly_hermite.tcc \ + /usr/include/c++/11/tr1/poly_laguerre.tcc \ + /usr/include/c++/11/tr1/riemann_zeta.tcc /usr/include/c++/11/vector \ + /usr/include/c++/11/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \ + /usr/include/c++/11/ext/new_allocator.h /usr/include/c++/11/new \ + /usr/include/c++/11/bits/exception.h \ + /usr/include/c++/11/bits/memoryfwd.h \ + /usr/include/c++/11/bits/stl_construct.h \ + /usr/include/c++/11/bits/stl_uninitialized.h \ + /usr/include/c++/11/ext/alloc_traits.h \ + /usr/include/c++/11/bits/alloc_traits.h \ + /usr/include/c++/11/bits/stl_vector.h \ + /usr/include/c++/11/initializer_list \ + /usr/include/c++/11/bits/stl_bvector.h \ + /usr/include/c++/11/bits/functional_hash.h \ + /usr/include/c++/11/bits/hash_bytes.h \ + /usr/include/c++/11/bits/range_access.h \ + /usr/include/c++/11/bits/vector.tcc /usr/include/c++/11/iostream \ + /usr/include/c++/11/ostream /usr/include/c++/11/ios \ + /usr/include/c++/11/iosfwd /usr/include/c++/11/bits/stringfwd.h \ + /usr/include/c++/11/bits/postypes.h /usr/include/c++/11/cwchar \ + /usr/include/wchar.h /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/11/exception /usr/include/c++/11/bits/exception_ptr.h \ + /usr/include/c++/11/bits/cxxabi_init_exception.h \ + /usr/include/c++/11/typeinfo /usr/include/c++/11/bits/nested_exception.h \ + /usr/include/c++/11/bits/char_traits.h /usr/include/c++/11/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/11/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \ + /usr/include/c++/11/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/cctype \ + /usr/include/ctype.h /usr/include/c++/11/bits/ios_base.h \ + /usr/include/c++/11/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/11/bits/locale_classes.h /usr/include/c++/11/string \ + /usr/include/c++/11/bits/ostream_insert.h \ + /usr/include/c++/11/bits/cxxabi_forced.h \ + /usr/include/c++/11/bits/stl_function.h \ + /usr/include/c++/11/backward/binders.h \ + /usr/include/c++/11/bits/basic_string.h /usr/include/c++/11/string_view \ + /usr/include/c++/11/bits/string_view.tcc \ + /usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdlib \ + /usr/include/c++/11/cstdio /usr/include/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/c++/11/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/11/bits/charconv.h \ + /usr/include/c++/11/bits/basic_string.tcc \ + /usr/include/c++/11/bits/locale_classes.tcc \ + /usr/include/c++/11/system_error \ + /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \ + /usr/include/c++/11/stdexcept /usr/include/c++/11/streambuf \ + /usr/include/c++/11/bits/streambuf.tcc \ + /usr/include/c++/11/bits/basic_ios.h \ + /usr/include/c++/11/bits/locale_facets.h /usr/include/c++/11/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \ + /usr/include/c++/11/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \ + /usr/include/c++/11/bits/locale_facets.tcc \ + /usr/include/c++/11/bits/basic_ios.tcc \ + /usr/include/c++/11/bits/ostream.tcc /usr/include/c++/11/istream \ + /usr/include/c++/11/bits/istream.tcc diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/src/ik_client.cpp.o b/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/src/ik_client.cpp.o new file mode 100644 index 0000000..9b8a7c7 Binary files /dev/null and b/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/src/ik_client.cpp.o differ diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/src/ik_client.cpp.o.d b/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/src/ik_client.cpp.o.d new file mode 100644 index 0000000..76aeab4 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/ik_client.dir/src/ik_client.cpp.o.d @@ -0,0 +1,633 @@ +CMakeFiles/ik_client.dir/src/ik_client.cpp.o: \ + /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/ik_client.cpp \ + /usr/include/stdc-predef.h /usr/include/c++/11/math.h \ + /usr/include/c++/11/cmath \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \ + /usr/include/c++/11/pstl/pstl_config.h \ + /usr/include/c++/11/bits/cpp_type_traits.h \ + /usr/include/c++/11/ext/type_traits.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/11/bits/std_abs.h /usr/include/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/11/bits/specfun.h \ + /usr/include/c++/11/bits/stl_algobase.h \ + /usr/include/c++/11/bits/functexcept.h \ + /usr/include/c++/11/bits/exception_defines.h \ + /usr/include/c++/11/ext/numeric_traits.h \ + /usr/include/c++/11/bits/stl_pair.h /usr/include/c++/11/bits/move.h \ + /usr/include/c++/11/type_traits \ + /usr/include/c++/11/bits/stl_iterator_base_types.h \ + /usr/include/c++/11/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/11/bits/concept_check.h \ + /usr/include/c++/11/debug/assertions.h \ + /usr/include/c++/11/bits/stl_iterator.h \ + /usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \ + /usr/include/c++/11/bits/predefined_ops.h /usr/include/c++/11/limits \ + /usr/include/c++/11/tr1/gamma.tcc \ + /usr/include/c++/11/tr1/special_function_util.h \ + /usr/include/c++/11/tr1/bessel_function.tcc \ + /usr/include/c++/11/tr1/beta_function.tcc \ + /usr/include/c++/11/tr1/ell_integral.tcc \ + /usr/include/c++/11/tr1/exp_integral.tcc \ + /usr/include/c++/11/tr1/hypergeometric.tcc \ + /usr/include/c++/11/tr1/legendre_function.tcc \ + /usr/include/c++/11/tr1/modified_bessel_func.tcc \ + /usr/include/c++/11/tr1/poly_hermite.tcc \ + /usr/include/c++/11/tr1/poly_laguerre.tcc \ + /usr/include/c++/11/tr1/riemann_zeta.tcc /usr/include/c++/11/chrono \ + /usr/include/c++/11/ratio /usr/include/c++/11/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/11/ctime /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/c++/11/bits/parse_numbers.h /usr/include/c++/11/cstdlib \ + /usr/include/c++/11/memory /usr/include/c++/11/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \ + /usr/include/c++/11/ext/new_allocator.h /usr/include/c++/11/new \ + /usr/include/c++/11/bits/exception.h \ + /usr/include/c++/11/bits/memoryfwd.h \ + /usr/include/c++/11/bits/stl_construct.h \ + /usr/include/c++/11/bits/stl_uninitialized.h \ + /usr/include/c++/11/ext/alloc_traits.h \ + /usr/include/c++/11/bits/alloc_traits.h \ + /usr/include/c++/11/bits/stl_tempbuf.h \ + /usr/include/c++/11/bits/stl_raw_storage_iter.h \ + /usr/include/c++/11/bits/align.h /usr/include/c++/11/bit \ + /usr/include/c++/11/bits/uses_allocator.h \ + /usr/include/c++/11/bits/unique_ptr.h /usr/include/c++/11/utility \ + /usr/include/c++/11/bits/stl_relops.h \ + /usr/include/c++/11/initializer_list /usr/include/c++/11/tuple \ + /usr/include/c++/11/array /usr/include/c++/11/bits/range_access.h \ + /usr/include/c++/11/bits/invoke.h \ + /usr/include/c++/11/bits/stl_function.h \ + /usr/include/c++/11/backward/binders.h \ + /usr/include/c++/11/bits/functional_hash.h \ + /usr/include/c++/11/bits/hash_bytes.h \ + /usr/include/c++/11/bits/shared_ptr.h /usr/include/c++/11/iosfwd \ + /usr/include/c++/11/bits/stringfwd.h /usr/include/c++/11/bits/postypes.h \ + /usr/include/c++/11/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/11/bits/shared_ptr_base.h /usr/include/c++/11/typeinfo \ + /usr/include/c++/11/bits/allocated_ptr.h \ + /usr/include/c++/11/bits/refwrap.h \ + /usr/include/c++/11/ext/aligned_buffer.h \ + /usr/include/c++/11/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/11/ext/concurrence.h /usr/include/c++/11/exception \ + /usr/include/c++/11/bits/exception_ptr.h \ + /usr/include/c++/11/bits/cxxabi_init_exception.h \ + /usr/include/c++/11/bits/nested_exception.h \ + /usr/include/c++/11/bits/shared_ptr_atomic.h \ + /usr/include/c++/11/bits/atomic_base.h \ + /usr/include/c++/11/bits/atomic_lockfree_defines.h \ + /usr/include/c++/11/backward/auto_ptr.h \ + /usr/include/c++/11/pstl/glue_memory_defs.h \ + /usr/include/c++/11/pstl/execution_defs.h \ + /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp \ + /usr/include/c++/11/csignal /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/signum-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigstksz.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/linux/close_range.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp \ + /usr/include/c++/11/future /usr/include/c++/11/mutex \ + /usr/include/c++/11/system_error \ + /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \ + /usr/include/c++/11/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/11/stdexcept /usr/include/c++/11/string \ + /usr/include/c++/11/bits/char_traits.h \ + /usr/include/c++/11/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \ + /usr/include/c++/11/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/cctype \ + /usr/include/ctype.h /usr/include/c++/11/bits/ostream_insert.h \ + /usr/include/c++/11/bits/cxxabi_forced.h \ + /usr/include/c++/11/bits/basic_string.h /usr/include/c++/11/string_view \ + /usr/include/c++/11/bits/string_view.tcc \ + /usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/c++/11/bits/charconv.h \ + /usr/include/c++/11/bits/basic_string.tcc \ + /usr/include/c++/11/bits/std_mutex.h \ + /usr/include/c++/11/bits/unique_lock.h \ + /usr/include/c++/11/condition_variable /usr/include/c++/11/atomic \ + /usr/include/c++/11/bits/atomic_futex.h \ + /usr/include/c++/11/bits/std_function.h \ + /usr/include/c++/11/bits/std_thread.h \ + /opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp \ + /usr/include/c++/11/set /usr/include/c++/11/bits/stl_tree.h \ + /usr/include/c++/11/bits/node_handle.h \ + /usr/include/c++/11/bits/stl_set.h \ + /usr/include/c++/11/bits/stl_multiset.h \ + /usr/include/c++/11/bits/erase_if.h /usr/include/c++/11/thread \ + /usr/include/c++/11/bits/this_thread_sleep.h \ + /usr/include/c++/11/unordered_map /usr/include/c++/11/bits/hashtable.h \ + /usr/include/c++/11/bits/hashtable_policy.h \ + /usr/include/c++/11/bits/enable_special_members.h \ + /usr/include/c++/11/bits/unordered_map.h \ + /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp \ + /usr/include/c++/11/algorithm /usr/include/c++/11/bits/stl_algo.h \ + /usr/include/c++/11/bits/algorithmfwd.h \ + /usr/include/c++/11/bits/stl_heap.h \ + /usr/include/c++/11/bits/uniform_int_dist.h \ + /usr/include/c++/11/pstl/glue_algorithm_defs.h \ + /usr/include/c++/11/functional /usr/include/c++/11/vector \ + /usr/include/c++/11/bits/stl_vector.h \ + /usr/include/c++/11/bits/stl_bvector.h \ + /usr/include/c++/11/bits/vector.tcc /usr/include/c++/11/cassert \ + /usr/include/assert.h /usr/include/c++/11/iostream \ + /usr/include/c++/11/ostream /usr/include/c++/11/ios \ + /usr/include/c++/11/bits/ios_base.h \ + /usr/include/c++/11/bits/locale_classes.h \ + /usr/include/c++/11/bits/locale_classes.tcc \ + /usr/include/c++/11/streambuf /usr/include/c++/11/bits/streambuf.tcc \ + /usr/include/c++/11/bits/basic_ios.h \ + /usr/include/c++/11/bits/locale_facets.h /usr/include/c++/11/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \ + /usr/include/c++/11/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \ + /usr/include/c++/11/bits/locale_facets.tcc \ + /usr/include/c++/11/bits/basic_ios.tcc \ + /usr/include/c++/11/bits/ostream.tcc /usr/include/c++/11/istream \ + /usr/include/c++/11/bits/istream.tcc /usr/include/c++/11/list \ + /usr/include/c++/11/bits/stl_list.h /usr/include/c++/11/bits/list.tcc \ + /usr/include/c++/11/map /usr/include/c++/11/bits/stl_map.h \ + /usr/include/c++/11/bits/stl_multimap.h \ + /opt/ros/humble/include/rcl/rcl/guard_condition.h \ + /opt/ros/humble/include/rcl/rcl/allocator.h \ + /opt/ros/humble/include/rcutils/rcutils/allocator.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdbool.h \ + /opt/ros/humble/include/rcutils/rcutils/macros.h \ + /opt/ros/humble/include/rcutils/rcutils/testing/fault_injection.h \ + /opt/ros/humble/include/rcutils/rcutils/visibility_control.h \ + /opt/ros/humble/include/rcutils/rcutils/visibility_control_macros.h \ + /opt/ros/humble/include/rcutils/rcutils/types/rcutils_ret.h \ + /opt/ros/humble/include/rcl/rcl/context.h \ + /opt/ros/humble/include/rmw/rmw/init.h \ + /opt/ros/humble/include/rmw/rmw/init_options.h \ + /opt/ros/humble/include/rmw/rmw/domain_id.h \ + /opt/ros/humble/include/rmw/rmw/localhost.h \ + /opt/ros/humble/include/rmw/rmw/visibility_control.h \ + /opt/ros/humble/include/rmw/rmw/macros.h \ + /opt/ros/humble/include/rmw/rmw/ret_types.h \ + /opt/ros/humble/include/rmw/rmw/security_options.h \ + /opt/ros/humble/include/rcl/rcl/arguments.h \ + /opt/ros/humble/include/rcl/rcl/log_level.h \ + /opt/ros/humble/include/rcl/rcl/macros.h \ + /opt/ros/humble/include/rcl/rcl/types.h \ + /opt/ros/humble/include/rmw/rmw/types.h \ + /opt/ros/humble/include/rcutils/rcutils/logging.h \ + /opt/ros/humble/include/rcutils/rcutils/error_handling.h \ + /usr/include/c++/11/stdlib.h /usr/include/string.h \ + /usr/include/strings.h \ + /opt/ros/humble/include/rcutils/rcutils/snprintf.h \ + /opt/ros/humble/include/rcutils/rcutils/time.h \ + /opt/ros/humble/include/rcutils/rcutils/types.h \ + /opt/ros/humble/include/rcutils/rcutils/types/array_list.h \ + /opt/ros/humble/include/rcutils/rcutils/types/char_array.h \ + /opt/ros/humble/include/rcutils/rcutils/types/hash_map.h \ + /opt/ros/humble/include/rcutils/rcutils/types/string_array.h \ + /opt/ros/humble/include/rcutils/rcutils/qsort.h \ + /opt/ros/humble/include/rcutils/rcutils/types/string_map.h \ + /opt/ros/humble/include/rcutils/rcutils/types/uint8_array.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/events_statuses.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/incompatible_qos.h \ + /opt/ros/humble/include/rmw/rmw/qos_policy_kind.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/liveliness_changed.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/liveliness_lost.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/message_lost.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/offered_deadline_missed.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/requested_deadline_missed.h \ + /opt/ros/humble/include/rmw/rmw/serialized_message.h \ + /opt/ros/humble/include/rmw/rmw/subscription_content_filter_options.h \ + /opt/ros/humble/include/rmw/rmw/time.h \ + /opt/ros/humble/include/rcl/rcl/visibility_control.h \ + /opt/ros/humble/include/rcl_yaml_param_parser/rcl_yaml_param_parser/types.h \ + /opt/ros/humble/include/rcl/rcl/init_options.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdalign.h \ + /opt/ros/humble/include/rcl/rcl/wait.h \ + /opt/ros/humble/include/rcl/rcl/client.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/service_type_support_struct.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h \ + /opt/ros/humble/include/rcl/rcl/event_callback.h \ + /opt/ros/humble/include/rmw/rmw/event_callback_type.h \ + /opt/ros/humble/include/rcl/rcl/node.h \ + /opt/ros/humble/include/rcl/rcl/node_options.h \ + /opt/ros/humble/include/rcl/rcl/domain_id.h \ + /opt/ros/humble/include/rcl/rcl/service.h \ + /opt/ros/humble/include/rcl/rcl/subscription.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h \ + /opt/ros/humble/include/rmw/rmw/message_sequence.h \ + /opt/ros/humble/include/rcl/rcl/timer.h \ + /opt/ros/humble/include/rcl/rcl/time.h \ + /opt/ros/humble/include/rmw/rmw/rmw.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/sequence_bound.h \ + /opt/ros/humble/include/rmw/rmw/event.h \ + /opt/ros/humble/include/rmw/rmw/publisher_options.h \ + /opt/ros/humble/include/rmw/rmw/qos_profiles.h \ + /opt/ros/humble/include/rmw/rmw/subscription_options.h \ + /opt/ros/humble/include/rcl/rcl/event.h \ + /opt/ros/humble/include/rcl/rcl/publisher.h \ + /opt/ros/humble/include/rcpputils/rcpputils/scope_exit.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/context.hpp \ + /usr/include/c++/11/typeindex /usr/include/c++/11/unordered_set \ + /usr/include/c++/11/bits/unordered_set.h \ + /opt/ros/humble/include/rclcpp/rclcpp/init_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/visibility_control.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/macros.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/contexts/default_context.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/guard_condition.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/executor_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/memory_strategies.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/memory_strategy.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/any_executable.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/callback_group.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/client.hpp \ + /usr/include/c++/11/optional /usr/include/c++/11/sstream \ + /usr/include/c++/11/bits/sstream.tcc /usr/include/c++/11/variant \ + /opt/ros/humble/include/rcl/rcl/error_handling.h \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/cpp_callback_trampoline.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/exceptions.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/exceptions/exceptions.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/join.hpp \ + /usr/include/c++/11/iterator /usr/include/c++/11/bits/stream_iterator.h \ + /opt/ros/humble/include/rclcpp/rclcpp/expand_topic_or_service_name.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/function_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/logging.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/logger.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/filesystem_helper.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/visibility_control.hpp \ + /opt/ros/humble/include/rcutils/rcutils/logging_macros.h \ + /opt/ros/humble/include/rclcpp/rclcpp/utilities.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_graph_interface.hpp \ + /opt/ros/humble/include/rcl/rcl/graph.h \ + /opt/ros/humble/include/rmw/rmw/names_and_types.h \ + /opt/ros/humble/include/rmw/rmw/get_topic_names_and_types.h \ + /opt/ros/humble/include/rmw/rmw/topic_endpoint_info_array.h \ + /opt/ros/humble/include/rmw/rmw/topic_endpoint_info.h \ + /opt/ros/humble/include/rclcpp/rclcpp/event.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/qos.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/duration.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/duration.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__struct.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/bounded_vector.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/message_initialization.hpp \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_initialization.h \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__builder.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__traits.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/traits.hpp \ + /usr/include/c++/11/codecvt /usr/include/c++/11/bits/codecvt.h \ + /usr/include/c++/11/iomanip /usr/include/c++/11/locale \ + /usr/include/c++/11/bits/locale_facets_nonio.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/time_members.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/messages_members.h \ + /usr/include/libintl.h /usr/include/c++/11/bits/locale_facets_nonio.tcc \ + /usr/include/c++/11/bits/locale_conv.h \ + /usr/include/c++/11/bits/quoted_string.h \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__type_support.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/message_type_support.hpp \ + /opt/ros/humble/include/rcl/rcl/logging_rosout.h \ + /opt/ros/humble/include/rmw/rmw/incompatible_qos_events_statuses.h \ + /opt/ros/humble/include/rclcpp/rclcpp/type_support_decl.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/message_type_support_decl.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/service_type_support_decl.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/service_type_support.hpp \ + /opt/ros/humble/include/rmw/rmw/error_handling.h \ + /opt/ros/humble/include/rmw/rmw/impl/cpp/demangle.hpp \ + /usr/include/c++/11/cxxabi.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cxxabi_tweaks.h \ + /opt/ros/humble/include/rmw/rmw/impl/config.h \ + /opt/ros/humble/include/rclcpp/rclcpp/publisher_base.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/network_flow_endpoint.hpp \ + /opt/ros/humble/include/rcl/rcl/network_flow_endpoints.h \ + /opt/ros/humble/include/rmw/rmw/network_flow_endpoint.h \ + /opt/ros/humble/include/rmw/rmw/network_flow_endpoint_array.h \ + /opt/ros/humble/include/rclcpp/rclcpp/qos_event.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/waitable.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/time.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/service.hpp \ + /opt/ros/humble/include/tracetools/tracetools/tracetools.h \ + /opt/ros/humble/include/tracetools/tracetools/config.h \ + /opt/ros/humble/include/tracetools/tracetools/visibility_control.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/any_service_callback.hpp \ + /opt/ros/humble/include/tracetools/tracetools/utils.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_base.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/any_subscription_callback.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/allocator/allocator_common.hpp \ + /usr/include/c++/11/cstring \ + /opt/ros/humble/include/rclcpp/rclcpp/allocator/allocator_deleter.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/subscription_callback_type_helper.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/message_info.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/serialized_message.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/type_adapter.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/intra_process_manager.hpp \ + /usr/include/c++/11/shared_mutex \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/ros_message_intra_process_buffer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process_base.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/intra_process_buffer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/buffer_implementation_base.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process_buffer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/create_intra_process_buffer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/ring_buffer_implementation.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/intra_process_buffer_type.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_content_filter_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/timer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/clock.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/time.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/time.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__struct.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__builder.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__traits.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__type_support.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/rate.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_base_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_use_intra_process.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/intra_process_setting.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_intra_process_buffer_type.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/message_memory_strategy.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/rmw_implementation_specific_subscription_payload.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/rmw_implementation_specific_payload.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/qos_overriding_options.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/set_parameters_result.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__type_support.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/topic_statistics_state.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/topic_statistics/subscription_topic_statistics.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/collector/generate_statistics_message.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/metrics_message.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__struct.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/statistic_data_point__struct.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__builder.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__traits.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/statistic_data_point__traits.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__type_support.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/rosidl_generator_cpp__visibility_control.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/visibility_control.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/moving_average_statistics/types.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/constants.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/received_message_age.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/constants.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/topic_statistics_collector.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/collector/collector.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/moving_average_statistics/moving_average.hpp \ + /usr/include/c++/11/numeric /usr/include/c++/11/bits/stl_numeric.h \ + /usr/include/c++/11/pstl/glue_numeric_defs.h \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/moving_average_statistics/types.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/thread_safety_annotations.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/collector/metric_details_interface.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/received_message_period.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/publisher.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/get_message_type_support_handle.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/is_ros_compatible_type.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/loaned_message.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/publisher_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/rmw_implementation_specific_publisher_payload.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/future_return_code.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/list_parameters_result.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__type_support.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_descriptor.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/floating_point_range__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/integer_range__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/floating_point_range__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/integer_range__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__type_support.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_event.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__type_support.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/generic_publisher.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/shared_library.hpp \ + /opt/ros/humble/include/rcutils/rcutils/shared_library.h \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_topics_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_timers_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/publisher_factory.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_factory.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/typesupport_helpers.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/generic_subscription.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_clock_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_logging_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_parameters_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__type_support.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter_value.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_type.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__type_support.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_value.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__type_support.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_services_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_time_source_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_waitables_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_client.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_generic_publisher.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_generic_subscription.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_publisher.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_topics_interface.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/pointer_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_topics_interface_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/qos_parameters.hpp \ + /opt/ros/humble/include/rmw/rmw/qos_string_conversions.h \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_parameters_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_parameters_interface_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_service.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_subscription.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_enable_topic_statistics.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_timers_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_timers_interface_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_timer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_base_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_base_interface_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/executors/static_single_threaded_executor.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/executors/static_executor_entities_collector.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/executable_list.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter_client.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/describe_parameters.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__type_support.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/get_parameter_types.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__type_support.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/get_parameters.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__type_support.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/list_parameters.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__type_support.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/set_parameters.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__type_support.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/set_parameters_atomically.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__type_support.hpp \ + /opt/ros/humble/include/rcl_yaml_param_parser/rcl_yaml_param_parser/parser.h \ + /opt/ros/humble/include/rcl_yaml_param_parser/rcl_yaml_param_parser/visibility_control.h \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter_map.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter_event_handler.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter_service.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/dynamic_storage.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_wait_set_mask.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/detail/storage_policy_common.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/sequential_synchronization.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_result.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_result_kind.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/detail/synchronization_policy_common.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/static_storage.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/thread_safe_synchronization.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/detail/write_preferring_read_write_lock.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_template.hpp \ + /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.hpp \ + /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp \ + /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp \ + /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp \ + /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp \ + /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp \ + /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.hpp \ + /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp \ + /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp \ + /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp \ + /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp \ + /home/ros/lab3_robotics/advrobotics_lab3_ros2/include/Kinematics.h diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/DependInfo.cmake b/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/DependInfo.cmake new file mode 100644 index 0000000..e602fa2 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/DependInfo.cmake @@ -0,0 +1,20 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/Kinematics.cpp" "CMakeFiles/ik_server.dir/src/Kinematics.cpp.o" "gcc" "CMakeFiles/ik_server.dir/src/Kinematics.cpp.o.d" + "/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/ik_server.cpp" "CMakeFiles/ik_server.dir/src/ik_server.cpp.o" "gcc" "CMakeFiles/ik_server.dir/src/ik_server.cpp.o.d" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/build.make b/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/build.make new file mode 100644 index 0000000..92c361d --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/build.make @@ -0,0 +1,196 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ros/lab3_robotics/advrobotics_lab3_ros2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 + +# Include any dependencies generated for this target. +include CMakeFiles/ik_server.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/ik_server.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/ik_server.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/ik_server.dir/flags.make + +CMakeFiles/ik_server.dir/src/ik_server.cpp.o: CMakeFiles/ik_server.dir/flags.make +CMakeFiles/ik_server.dir/src/ik_server.cpp.o: /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/ik_server.cpp +CMakeFiles/ik_server.dir/src/ik_server.cpp.o: CMakeFiles/ik_server.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/ik_server.dir/src/ik_server.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/ik_server.dir/src/ik_server.cpp.o -MF CMakeFiles/ik_server.dir/src/ik_server.cpp.o.d -o CMakeFiles/ik_server.dir/src/ik_server.cpp.o -c /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/ik_server.cpp + +CMakeFiles/ik_server.dir/src/ik_server.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ik_server.dir/src/ik_server.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/ik_server.cpp > CMakeFiles/ik_server.dir/src/ik_server.cpp.i + +CMakeFiles/ik_server.dir/src/ik_server.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ik_server.dir/src/ik_server.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/ik_server.cpp -o CMakeFiles/ik_server.dir/src/ik_server.cpp.s + +CMakeFiles/ik_server.dir/src/Kinematics.cpp.o: CMakeFiles/ik_server.dir/flags.make +CMakeFiles/ik_server.dir/src/Kinematics.cpp.o: /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/Kinematics.cpp +CMakeFiles/ik_server.dir/src/Kinematics.cpp.o: CMakeFiles/ik_server.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/ik_server.dir/src/Kinematics.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/ik_server.dir/src/Kinematics.cpp.o -MF CMakeFiles/ik_server.dir/src/Kinematics.cpp.o.d -o CMakeFiles/ik_server.dir/src/Kinematics.cpp.o -c /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/Kinematics.cpp + +CMakeFiles/ik_server.dir/src/Kinematics.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ik_server.dir/src/Kinematics.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/Kinematics.cpp > CMakeFiles/ik_server.dir/src/Kinematics.cpp.i + +CMakeFiles/ik_server.dir/src/Kinematics.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ik_server.dir/src/Kinematics.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/Kinematics.cpp -o CMakeFiles/ik_server.dir/src/Kinematics.cpp.s + +# Object files for target ik_server +ik_server_OBJECTS = \ +"CMakeFiles/ik_server.dir/src/ik_server.cpp.o" \ +"CMakeFiles/ik_server.dir/src/Kinematics.cpp.o" + +# External object files for target ik_server +ik_server_EXTERNAL_OBJECTS = + +ik_server: CMakeFiles/ik_server.dir/src/ik_server.cpp.o +ik_server: CMakeFiles/ik_server.dir/src/Kinematics.cpp.o +ik_server: CMakeFiles/ik_server.dir/build.make +ik_server: /opt/ros/humble/lib/librclcpp.so +ik_server: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so +ik_server: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so +ik_server: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so +ik_server: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so +ik_server: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so +ik_server: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so +ik_server: /opt/ros/humble/lib/liblibstatistics_collector.so +ik_server: /opt/ros/humble/lib/librcl.so +ik_server: /opt/ros/humble/lib/librmw_implementation.so +ik_server: /opt/ros/humble/lib/libament_index_cpp.so +ik_server: /opt/ros/humble/lib/librcl_logging_spdlog.so +ik_server: /opt/ros/humble/lib/librcl_logging_interface.so +ik_server: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_fastrtps_c.so +ik_server: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_introspection_c.so +ik_server: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_fastrtps_cpp.so +ik_server: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_introspection_cpp.so +ik_server: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_cpp.so +ik_server: /opt/ros/humble/lib/librcl_interfaces__rosidl_generator_py.so +ik_server: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_c.so +ik_server: /opt/ros/humble/lib/librcl_interfaces__rosidl_generator_c.so +ik_server: /opt/ros/humble/lib/librcl_yaml_param_parser.so +ik_server: /opt/ros/humble/lib/libyaml.so +ik_server: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_fastrtps_c.so +ik_server: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_fastrtps_cpp.so +ik_server: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_introspection_c.so +ik_server: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_introspection_cpp.so +ik_server: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_cpp.so +ik_server: /opt/ros/humble/lib/librosgraph_msgs__rosidl_generator_py.so +ik_server: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_c.so +ik_server: /opt/ros/humble/lib/librosgraph_msgs__rosidl_generator_c.so +ik_server: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_fastrtps_c.so +ik_server: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_fastrtps_cpp.so +ik_server: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_introspection_c.so +ik_server: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_introspection_cpp.so +ik_server: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_cpp.so +ik_server: /opt/ros/humble/lib/libstatistics_msgs__rosidl_generator_py.so +ik_server: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_c.so +ik_server: /opt/ros/humble/lib/libstatistics_msgs__rosidl_generator_c.so +ik_server: /opt/ros/humble/lib/libtracetools.so +ik_server: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_c.so +ik_server: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_c.so +ik_server: /opt/ros/humble/lib/librosidl_typesupport_fastrtps_c.so +ik_server: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_cpp.so +ik_server: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_cpp.so +ik_server: /opt/ros/humble/lib/librosidl_typesupport_fastrtps_cpp.so +ik_server: /opt/ros/humble/lib/libfastcdr.so.1.0.24 +ik_server: /opt/ros/humble/lib/librmw.so +ik_server: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_c.so +ik_server: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_c.so +ik_server: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_cpp.so +ik_server: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_cpp.so +ik_server: /opt/ros/humble/lib/librosidl_typesupport_introspection_cpp.so +ik_server: /opt/ros/humble/lib/librosidl_typesupport_introspection_c.so +ik_server: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_cpp.so +ik_server: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_cpp.so +ik_server: /opt/ros/humble/lib/librosidl_typesupport_cpp.so +ik_server: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so +ik_server: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so +ik_server: /opt/ros/humble/lib/libstd_msgs__rosidl_generator_py.so +ik_server: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_py.so +ik_server: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so +ik_server: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so +ik_server: /opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so +ik_server: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so +ik_server: /opt/ros/humble/lib/librosidl_typesupport_c.so +ik_server: /opt/ros/humble/lib/librcpputils.so +ik_server: /opt/ros/humble/lib/librosidl_runtime_c.so +ik_server: /opt/ros/humble/lib/librcutils.so +ik_server: /usr/lib/x86_64-linux-gnu/libpython3.10.so +ik_server: CMakeFiles/ik_server.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX executable ik_server" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/ik_server.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/ik_server.dir/build: ik_server +.PHONY : CMakeFiles/ik_server.dir/build + +CMakeFiles/ik_server.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/ik_server.dir/cmake_clean.cmake +.PHONY : CMakeFiles/ik_server.dir/clean + +CMakeFiles/ik_server.dir/depend: + cd /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ros/lab3_robotics/advrobotics_lab3_ros2 /home/ros/lab3_robotics/advrobotics_lab3_ros2 /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 /home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/ik_server.dir/depend + diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/cmake_clean.cmake b/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/cmake_clean.cmake new file mode 100644 index 0000000..0254c4b --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/cmake_clean.cmake @@ -0,0 +1,13 @@ +file(REMOVE_RECURSE + "CMakeFiles/ik_server.dir/src/Kinematics.cpp.o" + "CMakeFiles/ik_server.dir/src/Kinematics.cpp.o.d" + "CMakeFiles/ik_server.dir/src/ik_server.cpp.o" + "CMakeFiles/ik_server.dir/src/ik_server.cpp.o.d" + "ik_server" + "ik_server.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/ik_server.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/compiler_depend.make b/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/compiler_depend.make new file mode 100644 index 0000000..4a867ce --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for ik_server. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/compiler_depend.ts b/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/compiler_depend.ts new file mode 100644 index 0000000..aeefd13 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for ik_server. diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/depend.make b/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/depend.make new file mode 100644 index 0000000..278dec7 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for ik_server. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/flags.make b/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/flags.make new file mode 100644 index 0000000..3306c6f --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -DDEFAULT_RMW_IMPLEMENTATION=rmw_fastrtps_cpp -DRCUTILS_ENABLE_FAULT_INJECTION + +CXX_INCLUDES = -I/home/ros/lab3_robotics/advrobotics_lab3_ros2/include -I/home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel -isystem /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces -isystem /opt/ros/humble/include/rclcpp -isystem /opt/ros/humble/include/ament_index_cpp -isystem /opt/ros/humble/include/libstatistics_collector -isystem /opt/ros/humble/include/builtin_interfaces -isystem /opt/ros/humble/include/rosidl_runtime_c -isystem /opt/ros/humble/include/rcutils -isystem /opt/ros/humble/include/rosidl_typesupport_interface -isystem /opt/ros/humble/include/fastcdr -isystem /opt/ros/humble/include/rosidl_runtime_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp -isystem /opt/ros/humble/include/rmw -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_c -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_c -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_cpp -isystem /opt/ros/humble/include/rcl -isystem /opt/ros/humble/include/rcl_interfaces -isystem /opt/ros/humble/include/rcl_logging_interface -isystem /opt/ros/humble/include/rcl_yaml_param_parser -isystem /opt/ros/humble/include/libyaml_vendor -isystem /opt/ros/humble/include/tracetools -isystem /opt/ros/humble/include/rcpputils -isystem /opt/ros/humble/include/statistics_msgs -isystem /opt/ros/humble/include/rosgraph_msgs -isystem /opt/ros/humble/include/rosidl_typesupport_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_c -isystem /opt/ros/humble/include/std_msgs + +CXX_FLAGS = -Wall -Wextra -Wpedantic + diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/link.txt b/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/link.txt new file mode 100644 index 0000000..4daf427 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ CMakeFiles/ik_server.dir/src/ik_server.cpp.o CMakeFiles/ik_server.dir/src/Kinematics.cpp.o -o ik_server -Wl,-rpath,/opt/ros/humble/lib:/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib: /opt/ros/humble/lib/librclcpp.so /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so /opt/ros/humble/lib/liblibstatistics_collector.so /opt/ros/humble/lib/librcl.so /opt/ros/humble/lib/librmw_implementation.so /opt/ros/humble/lib/libament_index_cpp.so /opt/ros/humble/lib/librcl_logging_spdlog.so /opt/ros/humble/lib/librcl_logging_interface.so /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_cpp.so /opt/ros/humble/lib/librcl_interfaces__rosidl_generator_py.so /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_c.so /opt/ros/humble/lib/librcl_interfaces__rosidl_generator_c.so /opt/ros/humble/lib/librcl_yaml_param_parser.so /opt/ros/humble/lib/libyaml.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_cpp.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_generator_py.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_c.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_cpp.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_generator_py.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_c.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libtracetools.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/librosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/librosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libfastcdr.so.1.0.24 /opt/ros/humble/lib/librmw.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/librosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/librosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_cpp.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_cpp.so /opt/ros/humble/lib/librosidl_typesupport_cpp.so /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_generator_py.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_py.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so /opt/ros/humble/lib/librosidl_typesupport_c.so /opt/ros/humble/lib/librcpputils.so /opt/ros/humble/lib/librosidl_runtime_c.so /opt/ros/humble/lib/librcutils.so -ldl /usr/lib/x86_64-linux-gnu/libpython3.10.so diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/progress.make b/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/progress.make new file mode 100644 index 0000000..2088a4d --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = 4 +CMAKE_PROGRESS_2 = 5 +CMAKE_PROGRESS_3 = 6 + diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/src/Kinematics.cpp.o b/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/src/Kinematics.cpp.o new file mode 100644 index 0000000..296a46f Binary files /dev/null and b/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/src/Kinematics.cpp.o differ diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/src/Kinematics.cpp.o.d b/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/src/Kinematics.cpp.o.d new file mode 100644 index 0000000..8a86ba0 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/src/Kinematics.cpp.o.d @@ -0,0 +1,177 @@ +CMakeFiles/ik_server.dir/src/Kinematics.cpp.o: \ + /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/Kinematics.cpp \ + /usr/include/stdc-predef.h \ + /home/ros/lab3_robotics/advrobotics_lab3_ros2/include/Kinematics.h \ + /usr/include/c++/11/cmath \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \ + /usr/include/c++/11/pstl/pstl_config.h \ + /usr/include/c++/11/bits/cpp_type_traits.h \ + /usr/include/c++/11/ext/type_traits.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/11/bits/std_abs.h /usr/include/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/11/bits/specfun.h \ + /usr/include/c++/11/bits/stl_algobase.h \ + /usr/include/c++/11/bits/functexcept.h \ + /usr/include/c++/11/bits/exception_defines.h \ + /usr/include/c++/11/ext/numeric_traits.h \ + /usr/include/c++/11/bits/stl_pair.h /usr/include/c++/11/bits/move.h \ + /usr/include/c++/11/type_traits \ + /usr/include/c++/11/bits/stl_iterator_base_types.h \ + /usr/include/c++/11/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/11/bits/concept_check.h \ + /usr/include/c++/11/debug/assertions.h \ + /usr/include/c++/11/bits/stl_iterator.h \ + /usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \ + /usr/include/c++/11/bits/predefined_ops.h /usr/include/c++/11/limits \ + /usr/include/c++/11/tr1/gamma.tcc \ + /usr/include/c++/11/tr1/special_function_util.h \ + /usr/include/c++/11/tr1/bessel_function.tcc \ + /usr/include/c++/11/tr1/beta_function.tcc \ + /usr/include/c++/11/tr1/ell_integral.tcc \ + /usr/include/c++/11/tr1/exp_integral.tcc \ + /usr/include/c++/11/tr1/hypergeometric.tcc \ + /usr/include/c++/11/tr1/legendre_function.tcc \ + /usr/include/c++/11/tr1/modified_bessel_func.tcc \ + /usr/include/c++/11/tr1/poly_hermite.tcc \ + /usr/include/c++/11/tr1/poly_laguerre.tcc \ + /usr/include/c++/11/tr1/riemann_zeta.tcc /usr/include/c++/11/vector \ + /usr/include/c++/11/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \ + /usr/include/c++/11/ext/new_allocator.h /usr/include/c++/11/new \ + /usr/include/c++/11/bits/exception.h \ + /usr/include/c++/11/bits/memoryfwd.h \ + /usr/include/c++/11/bits/stl_construct.h \ + /usr/include/c++/11/bits/stl_uninitialized.h \ + /usr/include/c++/11/ext/alloc_traits.h \ + /usr/include/c++/11/bits/alloc_traits.h \ + /usr/include/c++/11/bits/stl_vector.h \ + /usr/include/c++/11/initializer_list \ + /usr/include/c++/11/bits/stl_bvector.h \ + /usr/include/c++/11/bits/functional_hash.h \ + /usr/include/c++/11/bits/hash_bytes.h \ + /usr/include/c++/11/bits/range_access.h \ + /usr/include/c++/11/bits/vector.tcc /usr/include/c++/11/iostream \ + /usr/include/c++/11/ostream /usr/include/c++/11/ios \ + /usr/include/c++/11/iosfwd /usr/include/c++/11/bits/stringfwd.h \ + /usr/include/c++/11/bits/postypes.h /usr/include/c++/11/cwchar \ + /usr/include/wchar.h /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/11/exception /usr/include/c++/11/bits/exception_ptr.h \ + /usr/include/c++/11/bits/cxxabi_init_exception.h \ + /usr/include/c++/11/typeinfo /usr/include/c++/11/bits/nested_exception.h \ + /usr/include/c++/11/bits/char_traits.h /usr/include/c++/11/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/11/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \ + /usr/include/c++/11/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/cctype \ + /usr/include/ctype.h /usr/include/c++/11/bits/ios_base.h \ + /usr/include/c++/11/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/11/bits/locale_classes.h /usr/include/c++/11/string \ + /usr/include/c++/11/bits/ostream_insert.h \ + /usr/include/c++/11/bits/cxxabi_forced.h \ + /usr/include/c++/11/bits/stl_function.h \ + /usr/include/c++/11/backward/binders.h \ + /usr/include/c++/11/bits/basic_string.h /usr/include/c++/11/string_view \ + /usr/include/c++/11/bits/string_view.tcc \ + /usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdlib \ + /usr/include/c++/11/cstdio /usr/include/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/c++/11/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/11/bits/charconv.h \ + /usr/include/c++/11/bits/basic_string.tcc \ + /usr/include/c++/11/bits/locale_classes.tcc \ + /usr/include/c++/11/system_error \ + /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \ + /usr/include/c++/11/stdexcept /usr/include/c++/11/streambuf \ + /usr/include/c++/11/bits/streambuf.tcc \ + /usr/include/c++/11/bits/basic_ios.h \ + /usr/include/c++/11/bits/locale_facets.h /usr/include/c++/11/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \ + /usr/include/c++/11/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \ + /usr/include/c++/11/bits/locale_facets.tcc \ + /usr/include/c++/11/bits/basic_ios.tcc \ + /usr/include/c++/11/bits/ostream.tcc /usr/include/c++/11/istream \ + /usr/include/c++/11/bits/istream.tcc diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/src/ik_server.cpp.o b/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/src/ik_server.cpp.o new file mode 100644 index 0000000..37be73d Binary files /dev/null and b/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/src/ik_server.cpp.o differ diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/src/ik_server.cpp.o.d b/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/src/ik_server.cpp.o.d new file mode 100644 index 0000000..6ba4500 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/ik_server.dir/src/ik_server.cpp.o.d @@ -0,0 +1,627 @@ +CMakeFiles/ik_server.dir/src/ik_server.cpp.o: \ + /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/ik_server.cpp \ + /usr/include/stdc-predef.h /usr/include/c++/11/memory \ + /usr/include/c++/11/bits/stl_algobase.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \ + /usr/include/c++/11/pstl/pstl_config.h \ + /usr/include/c++/11/bits/functexcept.h \ + /usr/include/c++/11/bits/exception_defines.h \ + /usr/include/c++/11/bits/cpp_type_traits.h \ + /usr/include/c++/11/ext/type_traits.h \ + /usr/include/c++/11/ext/numeric_traits.h \ + /usr/include/c++/11/bits/stl_pair.h /usr/include/c++/11/bits/move.h \ + /usr/include/c++/11/type_traits \ + /usr/include/c++/11/bits/stl_iterator_base_types.h \ + /usr/include/c++/11/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/11/bits/concept_check.h \ + /usr/include/c++/11/debug/assertions.h \ + /usr/include/c++/11/bits/stl_iterator.h \ + /usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \ + /usr/include/c++/11/bits/predefined_ops.h \ + /usr/include/c++/11/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \ + /usr/include/c++/11/ext/new_allocator.h /usr/include/c++/11/new \ + /usr/include/c++/11/bits/exception.h \ + /usr/include/c++/11/bits/memoryfwd.h \ + /usr/include/c++/11/bits/stl_construct.h \ + /usr/include/c++/11/bits/stl_uninitialized.h \ + /usr/include/c++/11/ext/alloc_traits.h \ + /usr/include/c++/11/bits/alloc_traits.h \ + /usr/include/c++/11/bits/stl_tempbuf.h \ + /usr/include/c++/11/bits/stl_raw_storage_iter.h \ + /usr/include/c++/11/bits/align.h /usr/include/c++/11/bit \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/11/bits/uses_allocator.h \ + /usr/include/c++/11/bits/unique_ptr.h /usr/include/c++/11/utility \ + /usr/include/c++/11/bits/stl_relops.h \ + /usr/include/c++/11/initializer_list /usr/include/c++/11/tuple \ + /usr/include/c++/11/array /usr/include/c++/11/bits/range_access.h \ + /usr/include/c++/11/bits/invoke.h \ + /usr/include/c++/11/bits/stl_function.h \ + /usr/include/c++/11/backward/binders.h \ + /usr/include/c++/11/bits/functional_hash.h \ + /usr/include/c++/11/bits/hash_bytes.h \ + /usr/include/c++/11/bits/shared_ptr.h /usr/include/c++/11/iosfwd \ + /usr/include/c++/11/bits/stringfwd.h /usr/include/c++/11/bits/postypes.h \ + /usr/include/c++/11/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/11/bits/shared_ptr_base.h /usr/include/c++/11/typeinfo \ + /usr/include/c++/11/bits/allocated_ptr.h \ + /usr/include/c++/11/bits/refwrap.h \ + /usr/include/c++/11/ext/aligned_buffer.h \ + /usr/include/c++/11/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/11/ext/concurrence.h /usr/include/c++/11/exception \ + /usr/include/c++/11/bits/exception_ptr.h \ + /usr/include/c++/11/bits/cxxabi_init_exception.h \ + /usr/include/c++/11/bits/nested_exception.h \ + /usr/include/c++/11/bits/shared_ptr_atomic.h \ + /usr/include/c++/11/bits/atomic_base.h \ + /usr/include/c++/11/bits/atomic_lockfree_defines.h \ + /usr/include/c++/11/backward/auto_ptr.h \ + /usr/include/c++/11/pstl/glue_memory_defs.h \ + /usr/include/c++/11/pstl/execution_defs.h \ + /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp \ + /usr/include/c++/11/csignal /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/signum-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigstksz.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/linux/close_range.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp \ + /usr/include/c++/11/future /usr/include/c++/11/mutex \ + /usr/include/c++/11/chrono /usr/include/c++/11/ratio \ + /usr/include/c++/11/cstdint /usr/include/c++/11/limits \ + /usr/include/c++/11/ctime /usr/include/c++/11/bits/parse_numbers.h \ + /usr/include/c++/11/system_error \ + /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \ + /usr/include/c++/11/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/11/stdexcept /usr/include/c++/11/string \ + /usr/include/c++/11/bits/char_traits.h \ + /usr/include/c++/11/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \ + /usr/include/c++/11/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/cctype \ + /usr/include/ctype.h /usr/include/c++/11/bits/ostream_insert.h \ + /usr/include/c++/11/bits/cxxabi_forced.h \ + /usr/include/c++/11/bits/basic_string.h /usr/include/c++/11/string_view \ + /usr/include/c++/11/bits/string_view.tcc \ + /usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/11/bits/std_abs.h /usr/include/c++/11/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/c++/11/bits/charconv.h \ + /usr/include/c++/11/bits/basic_string.tcc \ + /usr/include/c++/11/bits/std_mutex.h \ + /usr/include/c++/11/bits/unique_lock.h \ + /usr/include/c++/11/condition_variable /usr/include/c++/11/atomic \ + /usr/include/c++/11/bits/atomic_futex.h \ + /usr/include/c++/11/bits/std_function.h \ + /usr/include/c++/11/bits/std_thread.h \ + /opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp \ + /usr/include/c++/11/set /usr/include/c++/11/bits/stl_tree.h \ + /usr/include/c++/11/bits/node_handle.h \ + /usr/include/c++/11/bits/stl_set.h \ + /usr/include/c++/11/bits/stl_multiset.h \ + /usr/include/c++/11/bits/erase_if.h /usr/include/c++/11/thread \ + /usr/include/c++/11/bits/this_thread_sleep.h \ + /usr/include/c++/11/unordered_map /usr/include/c++/11/bits/hashtable.h \ + /usr/include/c++/11/bits/hashtable_policy.h \ + /usr/include/c++/11/bits/enable_special_members.h \ + /usr/include/c++/11/bits/unordered_map.h \ + /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp \ + /usr/include/c++/11/algorithm /usr/include/c++/11/bits/stl_algo.h \ + /usr/include/c++/11/bits/algorithmfwd.h \ + /usr/include/c++/11/bits/stl_heap.h \ + /usr/include/c++/11/bits/uniform_int_dist.h \ + /usr/include/c++/11/pstl/glue_algorithm_defs.h \ + /usr/include/c++/11/functional /usr/include/c++/11/vector \ + /usr/include/c++/11/bits/stl_vector.h \ + /usr/include/c++/11/bits/stl_bvector.h \ + /usr/include/c++/11/bits/vector.tcc /usr/include/c++/11/cassert \ + /usr/include/assert.h /usr/include/c++/11/iostream \ + /usr/include/c++/11/ostream /usr/include/c++/11/ios \ + /usr/include/c++/11/bits/ios_base.h \ + /usr/include/c++/11/bits/locale_classes.h \ + /usr/include/c++/11/bits/locale_classes.tcc \ + /usr/include/c++/11/streambuf /usr/include/c++/11/bits/streambuf.tcc \ + /usr/include/c++/11/bits/basic_ios.h \ + /usr/include/c++/11/bits/locale_facets.h /usr/include/c++/11/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \ + /usr/include/c++/11/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \ + /usr/include/c++/11/bits/locale_facets.tcc \ + /usr/include/c++/11/bits/basic_ios.tcc \ + /usr/include/c++/11/bits/ostream.tcc /usr/include/c++/11/istream \ + /usr/include/c++/11/bits/istream.tcc /usr/include/c++/11/list \ + /usr/include/c++/11/bits/stl_list.h /usr/include/c++/11/bits/list.tcc \ + /usr/include/c++/11/map /usr/include/c++/11/bits/stl_map.h \ + /usr/include/c++/11/bits/stl_multimap.h \ + /opt/ros/humble/include/rcl/rcl/guard_condition.h \ + /opt/ros/humble/include/rcl/rcl/allocator.h \ + /opt/ros/humble/include/rcutils/rcutils/allocator.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdbool.h \ + /opt/ros/humble/include/rcutils/rcutils/macros.h \ + /opt/ros/humble/include/rcutils/rcutils/testing/fault_injection.h \ + /opt/ros/humble/include/rcutils/rcutils/visibility_control.h \ + /opt/ros/humble/include/rcutils/rcutils/visibility_control_macros.h \ + /opt/ros/humble/include/rcutils/rcutils/types/rcutils_ret.h \ + /opt/ros/humble/include/rcl/rcl/context.h \ + /opt/ros/humble/include/rmw/rmw/init.h \ + /opt/ros/humble/include/rmw/rmw/init_options.h \ + /opt/ros/humble/include/rmw/rmw/domain_id.h \ + /opt/ros/humble/include/rmw/rmw/localhost.h \ + /opt/ros/humble/include/rmw/rmw/visibility_control.h \ + /opt/ros/humble/include/rmw/rmw/macros.h \ + /opt/ros/humble/include/rmw/rmw/ret_types.h \ + /opt/ros/humble/include/rmw/rmw/security_options.h \ + /opt/ros/humble/include/rcl/rcl/arguments.h \ + /opt/ros/humble/include/rcl/rcl/log_level.h \ + /opt/ros/humble/include/rcl/rcl/macros.h \ + /opt/ros/humble/include/rcl/rcl/types.h \ + /opt/ros/humble/include/rmw/rmw/types.h \ + /opt/ros/humble/include/rcutils/rcutils/logging.h \ + /opt/ros/humble/include/rcutils/rcutils/error_handling.h \ + /usr/include/c++/11/stdlib.h /usr/include/string.h \ + /usr/include/strings.h \ + /opt/ros/humble/include/rcutils/rcutils/snprintf.h \ + /opt/ros/humble/include/rcutils/rcutils/time.h \ + /opt/ros/humble/include/rcutils/rcutils/types.h \ + /opt/ros/humble/include/rcutils/rcutils/types/array_list.h \ + /opt/ros/humble/include/rcutils/rcutils/types/char_array.h \ + /opt/ros/humble/include/rcutils/rcutils/types/hash_map.h \ + /opt/ros/humble/include/rcutils/rcutils/types/string_array.h \ + /opt/ros/humble/include/rcutils/rcutils/qsort.h \ + /opt/ros/humble/include/rcutils/rcutils/types/string_map.h \ + /opt/ros/humble/include/rcutils/rcutils/types/uint8_array.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/events_statuses.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/incompatible_qos.h \ + /opt/ros/humble/include/rmw/rmw/qos_policy_kind.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/liveliness_changed.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/liveliness_lost.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/message_lost.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/offered_deadline_missed.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/requested_deadline_missed.h \ + /opt/ros/humble/include/rmw/rmw/serialized_message.h \ + /opt/ros/humble/include/rmw/rmw/subscription_content_filter_options.h \ + /opt/ros/humble/include/rmw/rmw/time.h \ + /opt/ros/humble/include/rcl/rcl/visibility_control.h \ + /opt/ros/humble/include/rcl_yaml_param_parser/rcl_yaml_param_parser/types.h \ + /opt/ros/humble/include/rcl/rcl/init_options.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdalign.h \ + /opt/ros/humble/include/rcl/rcl/wait.h \ + /opt/ros/humble/include/rcl/rcl/client.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/service_type_support_struct.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h \ + /opt/ros/humble/include/rcl/rcl/event_callback.h \ + /opt/ros/humble/include/rmw/rmw/event_callback_type.h \ + /opt/ros/humble/include/rcl/rcl/node.h \ + /opt/ros/humble/include/rcl/rcl/node_options.h \ + /opt/ros/humble/include/rcl/rcl/domain_id.h \ + /opt/ros/humble/include/rcl/rcl/service.h \ + /opt/ros/humble/include/rcl/rcl/subscription.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h \ + /opt/ros/humble/include/rmw/rmw/message_sequence.h \ + /opt/ros/humble/include/rcl/rcl/timer.h \ + /opt/ros/humble/include/rcl/rcl/time.h \ + /opt/ros/humble/include/rmw/rmw/rmw.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/sequence_bound.h \ + /opt/ros/humble/include/rmw/rmw/event.h \ + /opt/ros/humble/include/rmw/rmw/publisher_options.h \ + /opt/ros/humble/include/rmw/rmw/qos_profiles.h \ + /opt/ros/humble/include/rmw/rmw/subscription_options.h \ + /opt/ros/humble/include/rcl/rcl/event.h \ + /opt/ros/humble/include/rcl/rcl/publisher.h \ + /opt/ros/humble/include/rcpputils/rcpputils/scope_exit.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/context.hpp \ + /usr/include/c++/11/typeindex /usr/include/c++/11/unordered_set \ + /usr/include/c++/11/bits/unordered_set.h \ + /opt/ros/humble/include/rclcpp/rclcpp/init_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/visibility_control.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/macros.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/contexts/default_context.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/guard_condition.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/executor_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/memory_strategies.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/memory_strategy.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/any_executable.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/callback_group.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/client.hpp \ + /usr/include/c++/11/optional /usr/include/c++/11/sstream \ + /usr/include/c++/11/bits/sstream.tcc /usr/include/c++/11/variant \ + /opt/ros/humble/include/rcl/rcl/error_handling.h \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/cpp_callback_trampoline.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/exceptions.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/exceptions/exceptions.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/join.hpp \ + /usr/include/c++/11/iterator /usr/include/c++/11/bits/stream_iterator.h \ + /opt/ros/humble/include/rclcpp/rclcpp/expand_topic_or_service_name.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/function_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/logging.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/logger.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/filesystem_helper.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/visibility_control.hpp \ + /opt/ros/humble/include/rcutils/rcutils/logging_macros.h \ + /opt/ros/humble/include/rclcpp/rclcpp/utilities.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_graph_interface.hpp \ + /opt/ros/humble/include/rcl/rcl/graph.h \ + /opt/ros/humble/include/rmw/rmw/names_and_types.h \ + /opt/ros/humble/include/rmw/rmw/get_topic_names_and_types.h \ + /opt/ros/humble/include/rmw/rmw/topic_endpoint_info_array.h \ + /opt/ros/humble/include/rmw/rmw/topic_endpoint_info.h \ + /opt/ros/humble/include/rclcpp/rclcpp/event.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/qos.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/duration.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/duration.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__struct.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/bounded_vector.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/message_initialization.hpp \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_initialization.h \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__builder.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__traits.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/traits.hpp \ + /usr/include/c++/11/codecvt /usr/include/c++/11/bits/codecvt.h \ + /usr/include/c++/11/iomanip /usr/include/c++/11/locale \ + /usr/include/c++/11/bits/locale_facets_nonio.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/time_members.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/messages_members.h \ + /usr/include/libintl.h /usr/include/c++/11/bits/locale_facets_nonio.tcc \ + /usr/include/c++/11/bits/locale_conv.h \ + /usr/include/c++/11/bits/quoted_string.h \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__type_support.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/message_type_support.hpp \ + /opt/ros/humble/include/rcl/rcl/logging_rosout.h \ + /opt/ros/humble/include/rmw/rmw/incompatible_qos_events_statuses.h \ + /opt/ros/humble/include/rclcpp/rclcpp/type_support_decl.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/message_type_support_decl.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/service_type_support_decl.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/service_type_support.hpp \ + /opt/ros/humble/include/rmw/rmw/error_handling.h \ + /opt/ros/humble/include/rmw/rmw/impl/cpp/demangle.hpp \ + /usr/include/c++/11/cxxabi.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cxxabi_tweaks.h \ + /opt/ros/humble/include/rmw/rmw/impl/config.h \ + /opt/ros/humble/include/rclcpp/rclcpp/publisher_base.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/network_flow_endpoint.hpp \ + /opt/ros/humble/include/rcl/rcl/network_flow_endpoints.h \ + /opt/ros/humble/include/rmw/rmw/network_flow_endpoint.h \ + /opt/ros/humble/include/rmw/rmw/network_flow_endpoint_array.h \ + /opt/ros/humble/include/rclcpp/rclcpp/qos_event.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/waitable.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/time.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/service.hpp \ + /opt/ros/humble/include/tracetools/tracetools/tracetools.h \ + /opt/ros/humble/include/tracetools/tracetools/config.h \ + /opt/ros/humble/include/tracetools/tracetools/visibility_control.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/any_service_callback.hpp \ + /opt/ros/humble/include/tracetools/tracetools/utils.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_base.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/any_subscription_callback.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/allocator/allocator_common.hpp \ + /usr/include/c++/11/cstring \ + /opt/ros/humble/include/rclcpp/rclcpp/allocator/allocator_deleter.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/subscription_callback_type_helper.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/message_info.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/serialized_message.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/type_adapter.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/intra_process_manager.hpp \ + /usr/include/c++/11/shared_mutex \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/ros_message_intra_process_buffer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process_base.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/intra_process_buffer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/buffer_implementation_base.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process_buffer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/create_intra_process_buffer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/ring_buffer_implementation.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/intra_process_buffer_type.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_content_filter_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/timer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/clock.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/time.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/time.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__struct.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__builder.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__traits.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__type_support.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/rate.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_base_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_use_intra_process.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/intra_process_setting.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_intra_process_buffer_type.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/message_memory_strategy.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/rmw_implementation_specific_subscription_payload.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/rmw_implementation_specific_payload.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/qos_overriding_options.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/set_parameters_result.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__type_support.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/topic_statistics_state.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/topic_statistics/subscription_topic_statistics.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/collector/generate_statistics_message.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/metrics_message.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__struct.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/statistic_data_point__struct.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__builder.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__traits.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/statistic_data_point__traits.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__type_support.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/rosidl_generator_cpp__visibility_control.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/visibility_control.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/moving_average_statistics/types.hpp \ + /usr/include/c++/11/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/11/bits/specfun.h /usr/include/c++/11/tr1/gamma.tcc \ + /usr/include/c++/11/tr1/special_function_util.h \ + /usr/include/c++/11/tr1/bessel_function.tcc \ + /usr/include/c++/11/tr1/beta_function.tcc \ + /usr/include/c++/11/tr1/ell_integral.tcc \ + /usr/include/c++/11/tr1/exp_integral.tcc \ + /usr/include/c++/11/tr1/hypergeometric.tcc \ + /usr/include/c++/11/tr1/legendre_function.tcc \ + /usr/include/c++/11/tr1/modified_bessel_func.tcc \ + /usr/include/c++/11/tr1/poly_hermite.tcc \ + /usr/include/c++/11/tr1/poly_laguerre.tcc \ + /usr/include/c++/11/tr1/riemann_zeta.tcc \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/constants.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/received_message_age.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/constants.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/topic_statistics_collector.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/collector/collector.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/moving_average_statistics/moving_average.hpp \ + /usr/include/c++/11/numeric /usr/include/c++/11/bits/stl_numeric.h \ + /usr/include/c++/11/pstl/glue_numeric_defs.h \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/moving_average_statistics/types.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/thread_safety_annotations.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/collector/metric_details_interface.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/received_message_period.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/publisher.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/get_message_type_support_handle.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/is_ros_compatible_type.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/loaned_message.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/publisher_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/rmw_implementation_specific_publisher_payload.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/future_return_code.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/list_parameters_result.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__type_support.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_descriptor.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/floating_point_range__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/integer_range__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/floating_point_range__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/integer_range__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__type_support.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_event.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__type_support.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/generic_publisher.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/shared_library.hpp \ + /opt/ros/humble/include/rcutils/rcutils/shared_library.h \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_topics_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_timers_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/publisher_factory.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_factory.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/typesupport_helpers.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/generic_subscription.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_clock_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_logging_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_parameters_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__type_support.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter_value.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_type.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__type_support.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_value.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__type_support.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_services_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_time_source_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_waitables_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_client.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_generic_publisher.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_generic_subscription.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_publisher.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_topics_interface.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/pointer_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_topics_interface_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/qos_parameters.hpp \ + /opt/ros/humble/include/rmw/rmw/qos_string_conversions.h \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_parameters_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_parameters_interface_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_service.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_subscription.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_enable_topic_statistics.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_timers_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_timers_interface_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_timer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_base_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_base_interface_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/executors/static_single_threaded_executor.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/executors/static_executor_entities_collector.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/executable_list.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter_client.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/describe_parameters.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__type_support.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/get_parameter_types.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__type_support.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/get_parameters.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__type_support.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/list_parameters.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__type_support.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/set_parameters.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__type_support.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/set_parameters_atomically.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__type_support.hpp \ + /opt/ros/humble/include/rcl_yaml_param_parser/rcl_yaml_param_parser/parser.h \ + /opt/ros/humble/include/rcl_yaml_param_parser/rcl_yaml_param_parser/visibility_control.h \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter_map.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter_event_handler.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter_service.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/dynamic_storage.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_wait_set_mask.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/detail/storage_policy_common.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/sequential_synchronization.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_result.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_result_kind.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/detail/synchronization_policy_common.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/static_storage.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/thread_safe_synchronization.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/detail/write_preferring_read_write_lock.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_template.hpp \ + /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.hpp \ + /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp \ + /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp \ + /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp \ + /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp \ + /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp \ + /home/ros/lab3_robotics/advrobotics_lab3_ros2/include/Kinematics.h diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/DependInfo.cmake b/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/DependInfo.cmake new file mode 100644 index 0000000..898c531 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/DependInfo.cmake @@ -0,0 +1,20 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/PoppyDriver.cpp" "CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.o" "gcc" "CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.o.d" + "/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp" "CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.o" "gcc" "CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.o.d" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/build.make b/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/build.make new file mode 100644 index 0000000..b0f77c1 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/build.make @@ -0,0 +1,196 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ros/lab3_robotics/advrobotics_lab3_ros2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 + +# Include any dependencies generated for this target. +include CMakeFiles/poppy_core.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/poppy_core.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/poppy_core.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/poppy_core.dir/flags.make + +CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.o: CMakeFiles/poppy_core.dir/flags.make +CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.o: /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/PoppyDriver.cpp +CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.o: CMakeFiles/poppy_core.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.o -MF CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.o.d -o CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.o -c /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/PoppyDriver.cpp + +CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/PoppyDriver.cpp > CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.i + +CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/PoppyDriver.cpp -o CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.s + +CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.o: CMakeFiles/poppy_core.dir/flags.make +CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.o: /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp +CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.o: CMakeFiles/poppy_core.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.o -MF CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.o.d -o CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.o -c /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp + +CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp > CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.i + +CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp -o CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.s + +# Object files for target poppy_core +poppy_core_OBJECTS = \ +"CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.o" \ +"CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.o" + +# External object files for target poppy_core +poppy_core_EXTERNAL_OBJECTS = + +poppy_core: CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.o +poppy_core: CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.o +poppy_core: CMakeFiles/poppy_core.dir/build.make +poppy_core: /opt/ros/humble/lib/librclcpp.so +poppy_core: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so +poppy_core: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so +poppy_core: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so +poppy_core: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so +poppy_core: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so +poppy_core: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so +poppy_core: /opt/ros/humble/lib/liblibstatistics_collector.so +poppy_core: /opt/ros/humble/lib/librcl.so +poppy_core: /opt/ros/humble/lib/librmw_implementation.so +poppy_core: /opt/ros/humble/lib/libament_index_cpp.so +poppy_core: /opt/ros/humble/lib/librcl_logging_spdlog.so +poppy_core: /opt/ros/humble/lib/librcl_logging_interface.so +poppy_core: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_fastrtps_c.so +poppy_core: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_introspection_c.so +poppy_core: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_fastrtps_cpp.so +poppy_core: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_introspection_cpp.so +poppy_core: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_cpp.so +poppy_core: /opt/ros/humble/lib/librcl_interfaces__rosidl_generator_py.so +poppy_core: /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_c.so +poppy_core: /opt/ros/humble/lib/librcl_interfaces__rosidl_generator_c.so +poppy_core: /opt/ros/humble/lib/librcl_yaml_param_parser.so +poppy_core: /opt/ros/humble/lib/libyaml.so +poppy_core: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_fastrtps_c.so +poppy_core: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_fastrtps_cpp.so +poppy_core: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_introspection_c.so +poppy_core: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_introspection_cpp.so +poppy_core: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_cpp.so +poppy_core: /opt/ros/humble/lib/librosgraph_msgs__rosidl_generator_py.so +poppy_core: /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_c.so +poppy_core: /opt/ros/humble/lib/librosgraph_msgs__rosidl_generator_c.so +poppy_core: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_fastrtps_c.so +poppy_core: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_fastrtps_cpp.so +poppy_core: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_introspection_c.so +poppy_core: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_introspection_cpp.so +poppy_core: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_cpp.so +poppy_core: /opt/ros/humble/lib/libstatistics_msgs__rosidl_generator_py.so +poppy_core: /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_c.so +poppy_core: /opt/ros/humble/lib/libstatistics_msgs__rosidl_generator_c.so +poppy_core: /opt/ros/humble/lib/libtracetools.so +poppy_core: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_c.so +poppy_core: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_c.so +poppy_core: /opt/ros/humble/lib/librosidl_typesupport_fastrtps_c.so +poppy_core: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_cpp.so +poppy_core: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_cpp.so +poppy_core: /opt/ros/humble/lib/librosidl_typesupport_fastrtps_cpp.so +poppy_core: /opt/ros/humble/lib/libfastcdr.so.1.0.24 +poppy_core: /opt/ros/humble/lib/librmw.so +poppy_core: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_c.so +poppy_core: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_c.so +poppy_core: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_cpp.so +poppy_core: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_cpp.so +poppy_core: /opt/ros/humble/lib/librosidl_typesupport_introspection_cpp.so +poppy_core: /opt/ros/humble/lib/librosidl_typesupport_introspection_c.so +poppy_core: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_cpp.so +poppy_core: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_cpp.so +poppy_core: /opt/ros/humble/lib/librosidl_typesupport_cpp.so +poppy_core: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so +poppy_core: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so +poppy_core: /opt/ros/humble/lib/libstd_msgs__rosidl_generator_py.so +poppy_core: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_py.so +poppy_core: /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so +poppy_core: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so +poppy_core: /opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so +poppy_core: /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so +poppy_core: /opt/ros/humble/lib/librosidl_typesupport_c.so +poppy_core: /opt/ros/humble/lib/librcpputils.so +poppy_core: /opt/ros/humble/lib/librosidl_runtime_c.so +poppy_core: /opt/ros/humble/lib/librcutils.so +poppy_core: /usr/lib/x86_64-linux-gnu/libpython3.10.so +poppy_core: CMakeFiles/poppy_core.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX executable poppy_core" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/poppy_core.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/poppy_core.dir/build: poppy_core +.PHONY : CMakeFiles/poppy_core.dir/build + +CMakeFiles/poppy_core.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/poppy_core.dir/cmake_clean.cmake +.PHONY : CMakeFiles/poppy_core.dir/clean + +CMakeFiles/poppy_core.dir/depend: + cd /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ros/lab3_robotics/advrobotics_lab3_ros2 /home/ros/lab3_robotics/advrobotics_lab3_ros2 /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 /home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/poppy_core.dir/depend + diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/cmake_clean.cmake b/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/cmake_clean.cmake new file mode 100644 index 0000000..aff8c7c --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/cmake_clean.cmake @@ -0,0 +1,13 @@ +file(REMOVE_RECURSE + "CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.o" + "CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.o.d" + "CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.o" + "CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.o.d" + "poppy_core" + "poppy_core.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/poppy_core.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/compiler_depend.make b/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/compiler_depend.make new file mode 100644 index 0000000..41708d3 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for poppy_core. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/compiler_depend.ts b/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/compiler_depend.ts new file mode 100644 index 0000000..bee1a31 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for poppy_core. diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/depend.make b/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/depend.make new file mode 100644 index 0000000..908f618 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for poppy_core. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/flags.make b/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/flags.make new file mode 100644 index 0000000..3306c6f --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -DDEFAULT_RMW_IMPLEMENTATION=rmw_fastrtps_cpp -DRCUTILS_ENABLE_FAULT_INJECTION + +CXX_INCLUDES = -I/home/ros/lab3_robotics/advrobotics_lab3_ros2/include -I/home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel -isystem /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces -isystem /opt/ros/humble/include/rclcpp -isystem /opt/ros/humble/include/ament_index_cpp -isystem /opt/ros/humble/include/libstatistics_collector -isystem /opt/ros/humble/include/builtin_interfaces -isystem /opt/ros/humble/include/rosidl_runtime_c -isystem /opt/ros/humble/include/rcutils -isystem /opt/ros/humble/include/rosidl_typesupport_interface -isystem /opt/ros/humble/include/fastcdr -isystem /opt/ros/humble/include/rosidl_runtime_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_cpp -isystem /opt/ros/humble/include/rmw -isystem /opt/ros/humble/include/rosidl_typesupport_fastrtps_c -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_c -isystem /opt/ros/humble/include/rosidl_typesupport_introspection_cpp -isystem /opt/ros/humble/include/rcl -isystem /opt/ros/humble/include/rcl_interfaces -isystem /opt/ros/humble/include/rcl_logging_interface -isystem /opt/ros/humble/include/rcl_yaml_param_parser -isystem /opt/ros/humble/include/libyaml_vendor -isystem /opt/ros/humble/include/tracetools -isystem /opt/ros/humble/include/rcpputils -isystem /opt/ros/humble/include/statistics_msgs -isystem /opt/ros/humble/include/rosgraph_msgs -isystem /opt/ros/humble/include/rosidl_typesupport_cpp -isystem /opt/ros/humble/include/rosidl_typesupport_c -isystem /opt/ros/humble/include/std_msgs + +CXX_FLAGS = -Wall -Wextra -Wpedantic + diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/link.txt b/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/link.txt new file mode 100644 index 0000000..1d53ae6 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.o CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.o -o poppy_core -Wl,-rpath,/opt/ros/humble/lib:/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib: /opt/ros/humble/lib/librclcpp.so /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so -ldxl_x64_cpp -lrt /opt/ros/humble/lib/liblibstatistics_collector.so /opt/ros/humble/lib/librcl.so /opt/ros/humble/lib/librmw_implementation.so /opt/ros/humble/lib/libament_index_cpp.so /opt/ros/humble/lib/librcl_logging_spdlog.so /opt/ros/humble/lib/librcl_logging_interface.so /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_cpp.so /opt/ros/humble/lib/librcl_interfaces__rosidl_generator_py.so /opt/ros/humble/lib/librcl_interfaces__rosidl_typesupport_c.so /opt/ros/humble/lib/librcl_interfaces__rosidl_generator_c.so /opt/ros/humble/lib/librcl_yaml_param_parser.so /opt/ros/humble/lib/libyaml.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_cpp.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_generator_py.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_typesupport_c.so /opt/ros/humble/lib/librosgraph_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_cpp.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_generator_py.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_typesupport_c.so /opt/ros/humble/lib/libstatistics_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libtracetools.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/librosidl_typesupport_fastrtps_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/librosidl_typesupport_fastrtps_cpp.so /opt/ros/humble/lib/libfastcdr.so.1.0.24 /opt/ros/humble/lib/librmw.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/librosidl_typesupport_introspection_cpp.so /opt/ros/humble/lib/librosidl_typesupport_introspection_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_cpp.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_cpp.so /opt/ros/humble/lib/librosidl_typesupport_cpp.so /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_generator_py.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_py.so /opt/ros/humble/lib/libstd_msgs__rosidl_typesupport_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_typesupport_c.so /opt/ros/humble/lib/libstd_msgs__rosidl_generator_c.so /opt/ros/humble/lib/libbuiltin_interfaces__rosidl_generator_c.so /opt/ros/humble/lib/librosidl_typesupport_c.so /opt/ros/humble/lib/librcpputils.so /opt/ros/humble/lib/librosidl_runtime_c.so /opt/ros/humble/lib/librcutils.so -ldl /usr/lib/x86_64-linux-gnu/libpython3.10.so diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/progress.make b/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/progress.make new file mode 100644 index 0000000..cd5d6f7 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = 7 +CMAKE_PROGRESS_2 = 8 +CMAKE_PROGRESS_3 = 9 + diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.o b/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.o new file mode 100644 index 0000000..092a83b Binary files /dev/null and b/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.o differ diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.o.d b/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.o.d new file mode 100644 index 0000000..b72e0e0 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.o.d @@ -0,0 +1,657 @@ +CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.o: \ + /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/PoppyDriver.cpp \ + /usr/include/stdc-predef.h \ + /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp \ + /usr/include/c++/11/csignal \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \ + /usr/include/c++/11/pstl/pstl_config.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/signum-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigstksz.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/linux/close_range.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/c++/11/memory /usr/include/c++/11/bits/stl_algobase.h \ + /usr/include/c++/11/bits/functexcept.h \ + /usr/include/c++/11/bits/exception_defines.h \ + /usr/include/c++/11/bits/cpp_type_traits.h \ + /usr/include/c++/11/ext/type_traits.h \ + /usr/include/c++/11/ext/numeric_traits.h \ + /usr/include/c++/11/bits/stl_pair.h /usr/include/c++/11/bits/move.h \ + /usr/include/c++/11/type_traits \ + /usr/include/c++/11/bits/stl_iterator_base_types.h \ + /usr/include/c++/11/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/11/bits/concept_check.h \ + /usr/include/c++/11/debug/assertions.h \ + /usr/include/c++/11/bits/stl_iterator.h \ + /usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \ + /usr/include/c++/11/bits/predefined_ops.h \ + /usr/include/c++/11/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \ + /usr/include/c++/11/ext/new_allocator.h /usr/include/c++/11/new \ + /usr/include/c++/11/bits/exception.h \ + /usr/include/c++/11/bits/memoryfwd.h \ + /usr/include/c++/11/bits/stl_construct.h \ + /usr/include/c++/11/bits/stl_uninitialized.h \ + /usr/include/c++/11/ext/alloc_traits.h \ + /usr/include/c++/11/bits/alloc_traits.h \ + /usr/include/c++/11/bits/stl_tempbuf.h \ + /usr/include/c++/11/bits/stl_raw_storage_iter.h \ + /usr/include/c++/11/bits/align.h /usr/include/c++/11/bit \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/11/bits/uses_allocator.h \ + /usr/include/c++/11/bits/unique_ptr.h /usr/include/c++/11/utility \ + /usr/include/c++/11/bits/stl_relops.h \ + /usr/include/c++/11/initializer_list /usr/include/c++/11/tuple \ + /usr/include/c++/11/array /usr/include/c++/11/bits/range_access.h \ + /usr/include/c++/11/bits/invoke.h \ + /usr/include/c++/11/bits/stl_function.h \ + /usr/include/c++/11/backward/binders.h \ + /usr/include/c++/11/bits/functional_hash.h \ + /usr/include/c++/11/bits/hash_bytes.h \ + /usr/include/c++/11/bits/shared_ptr.h /usr/include/c++/11/iosfwd \ + /usr/include/c++/11/bits/stringfwd.h /usr/include/c++/11/bits/postypes.h \ + /usr/include/c++/11/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/11/bits/shared_ptr_base.h /usr/include/c++/11/typeinfo \ + /usr/include/c++/11/bits/allocated_ptr.h \ + /usr/include/c++/11/bits/refwrap.h \ + /usr/include/c++/11/ext/aligned_buffer.h \ + /usr/include/c++/11/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/11/ext/concurrence.h /usr/include/c++/11/exception \ + /usr/include/c++/11/bits/exception_ptr.h \ + /usr/include/c++/11/bits/cxxabi_init_exception.h \ + /usr/include/c++/11/bits/nested_exception.h \ + /usr/include/c++/11/bits/shared_ptr_atomic.h \ + /usr/include/c++/11/bits/atomic_base.h \ + /usr/include/c++/11/bits/atomic_lockfree_defines.h \ + /usr/include/c++/11/backward/auto_ptr.h \ + /usr/include/c++/11/pstl/glue_memory_defs.h \ + /usr/include/c++/11/pstl/execution_defs.h \ + /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp \ + /usr/include/c++/11/future /usr/include/c++/11/mutex \ + /usr/include/c++/11/chrono /usr/include/c++/11/ratio \ + /usr/include/c++/11/cstdint /usr/include/c++/11/limits \ + /usr/include/c++/11/ctime /usr/include/c++/11/bits/parse_numbers.h \ + /usr/include/c++/11/system_error \ + /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \ + /usr/include/c++/11/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/11/stdexcept /usr/include/c++/11/string \ + /usr/include/c++/11/bits/char_traits.h \ + /usr/include/c++/11/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \ + /usr/include/c++/11/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/cctype \ + /usr/include/ctype.h /usr/include/c++/11/bits/ostream_insert.h \ + /usr/include/c++/11/bits/cxxabi_forced.h \ + /usr/include/c++/11/bits/basic_string.h /usr/include/c++/11/string_view \ + /usr/include/c++/11/bits/string_view.tcc \ + /usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/11/bits/std_abs.h /usr/include/c++/11/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/c++/11/bits/charconv.h \ + /usr/include/c++/11/bits/basic_string.tcc \ + /usr/include/c++/11/bits/std_mutex.h \ + /usr/include/c++/11/bits/unique_lock.h \ + /usr/include/c++/11/condition_variable /usr/include/c++/11/atomic \ + /usr/include/c++/11/bits/atomic_futex.h \ + /usr/include/c++/11/bits/std_function.h \ + /usr/include/c++/11/bits/std_thread.h \ + /opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp \ + /usr/include/c++/11/set /usr/include/c++/11/bits/stl_tree.h \ + /usr/include/c++/11/bits/node_handle.h \ + /usr/include/c++/11/bits/stl_set.h \ + /usr/include/c++/11/bits/stl_multiset.h \ + /usr/include/c++/11/bits/erase_if.h /usr/include/c++/11/thread \ + /usr/include/c++/11/bits/this_thread_sleep.h \ + /usr/include/c++/11/unordered_map /usr/include/c++/11/bits/hashtable.h \ + /usr/include/c++/11/bits/hashtable_policy.h \ + /usr/include/c++/11/bits/enable_special_members.h \ + /usr/include/c++/11/bits/unordered_map.h \ + /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp \ + /usr/include/c++/11/algorithm /usr/include/c++/11/bits/stl_algo.h \ + /usr/include/c++/11/bits/algorithmfwd.h \ + /usr/include/c++/11/bits/stl_heap.h \ + /usr/include/c++/11/bits/uniform_int_dist.h \ + /usr/include/c++/11/pstl/glue_algorithm_defs.h \ + /usr/include/c++/11/functional /usr/include/c++/11/vector \ + /usr/include/c++/11/bits/stl_vector.h \ + /usr/include/c++/11/bits/stl_bvector.h \ + /usr/include/c++/11/bits/vector.tcc /usr/include/c++/11/cassert \ + /usr/include/assert.h /usr/include/c++/11/iostream \ + /usr/include/c++/11/ostream /usr/include/c++/11/ios \ + /usr/include/c++/11/bits/ios_base.h \ + /usr/include/c++/11/bits/locale_classes.h \ + /usr/include/c++/11/bits/locale_classes.tcc \ + /usr/include/c++/11/streambuf /usr/include/c++/11/bits/streambuf.tcc \ + /usr/include/c++/11/bits/basic_ios.h \ + /usr/include/c++/11/bits/locale_facets.h /usr/include/c++/11/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \ + /usr/include/c++/11/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \ + /usr/include/c++/11/bits/locale_facets.tcc \ + /usr/include/c++/11/bits/basic_ios.tcc \ + /usr/include/c++/11/bits/ostream.tcc /usr/include/c++/11/istream \ + /usr/include/c++/11/bits/istream.tcc /usr/include/c++/11/list \ + /usr/include/c++/11/bits/stl_list.h /usr/include/c++/11/bits/list.tcc \ + /usr/include/c++/11/map /usr/include/c++/11/bits/stl_map.h \ + /usr/include/c++/11/bits/stl_multimap.h \ + /opt/ros/humble/include/rcl/rcl/guard_condition.h \ + /opt/ros/humble/include/rcl/rcl/allocator.h \ + /opt/ros/humble/include/rcutils/rcutils/allocator.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdbool.h \ + /opt/ros/humble/include/rcutils/rcutils/macros.h \ + /opt/ros/humble/include/rcutils/rcutils/testing/fault_injection.h \ + /opt/ros/humble/include/rcutils/rcutils/visibility_control.h \ + /opt/ros/humble/include/rcutils/rcutils/visibility_control_macros.h \ + /opt/ros/humble/include/rcutils/rcutils/types/rcutils_ret.h \ + /opt/ros/humble/include/rcl/rcl/context.h \ + /opt/ros/humble/include/rmw/rmw/init.h \ + /opt/ros/humble/include/rmw/rmw/init_options.h \ + /opt/ros/humble/include/rmw/rmw/domain_id.h \ + /opt/ros/humble/include/rmw/rmw/localhost.h \ + /opt/ros/humble/include/rmw/rmw/visibility_control.h \ + /opt/ros/humble/include/rmw/rmw/macros.h \ + /opt/ros/humble/include/rmw/rmw/ret_types.h \ + /opt/ros/humble/include/rmw/rmw/security_options.h \ + /opt/ros/humble/include/rcl/rcl/arguments.h \ + /opt/ros/humble/include/rcl/rcl/log_level.h \ + /opt/ros/humble/include/rcl/rcl/macros.h \ + /opt/ros/humble/include/rcl/rcl/types.h \ + /opt/ros/humble/include/rmw/rmw/types.h \ + /opt/ros/humble/include/rcutils/rcutils/logging.h \ + /opt/ros/humble/include/rcutils/rcutils/error_handling.h \ + /usr/include/c++/11/stdlib.h /usr/include/string.h \ + /usr/include/strings.h \ + /opt/ros/humble/include/rcutils/rcutils/snprintf.h \ + /opt/ros/humble/include/rcutils/rcutils/time.h \ + /opt/ros/humble/include/rcutils/rcutils/types.h \ + /opt/ros/humble/include/rcutils/rcutils/types/array_list.h \ + /opt/ros/humble/include/rcutils/rcutils/types/char_array.h \ + /opt/ros/humble/include/rcutils/rcutils/types/hash_map.h \ + /opt/ros/humble/include/rcutils/rcutils/types/string_array.h \ + /opt/ros/humble/include/rcutils/rcutils/qsort.h \ + /opt/ros/humble/include/rcutils/rcutils/types/string_map.h \ + /opt/ros/humble/include/rcutils/rcutils/types/uint8_array.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/events_statuses.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/incompatible_qos.h \ + /opt/ros/humble/include/rmw/rmw/qos_policy_kind.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/liveliness_changed.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/liveliness_lost.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/message_lost.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/offered_deadline_missed.h \ + /opt/ros/humble/include/rmw/rmw/events_statuses/requested_deadline_missed.h \ + /opt/ros/humble/include/rmw/rmw/serialized_message.h \ + /opt/ros/humble/include/rmw/rmw/subscription_content_filter_options.h \ + /opt/ros/humble/include/rmw/rmw/time.h \ + /opt/ros/humble/include/rcl/rcl/visibility_control.h \ + /opt/ros/humble/include/rcl_yaml_param_parser/rcl_yaml_param_parser/types.h \ + /opt/ros/humble/include/rcl/rcl/init_options.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdalign.h \ + /opt/ros/humble/include/rcl/rcl/wait.h \ + /opt/ros/humble/include/rcl/rcl/client.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/service_type_support_struct.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/visibility_control.h \ + /opt/ros/humble/include/rosidl_typesupport_interface/rosidl_typesupport_interface/macros.h \ + /opt/ros/humble/include/rcl/rcl/event_callback.h \ + /opt/ros/humble/include/rmw/rmw/event_callback_type.h \ + /opt/ros/humble/include/rcl/rcl/node.h \ + /opt/ros/humble/include/rcl/rcl/node_options.h \ + /opt/ros/humble/include/rcl/rcl/domain_id.h \ + /opt/ros/humble/include/rcl/rcl/service.h \ + /opt/ros/humble/include/rcl/rcl/subscription.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_type_support_struct.h \ + /opt/ros/humble/include/rmw/rmw/message_sequence.h \ + /opt/ros/humble/include/rcl/rcl/timer.h \ + /opt/ros/humble/include/rcl/rcl/time.h \ + /opt/ros/humble/include/rmw/rmw/rmw.h \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/sequence_bound.h \ + /opt/ros/humble/include/rmw/rmw/event.h \ + /opt/ros/humble/include/rmw/rmw/publisher_options.h \ + /opt/ros/humble/include/rmw/rmw/qos_profiles.h \ + /opt/ros/humble/include/rmw/rmw/subscription_options.h \ + /opt/ros/humble/include/rcl/rcl/event.h \ + /opt/ros/humble/include/rcl/rcl/publisher.h \ + /opt/ros/humble/include/rcpputils/rcpputils/scope_exit.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/context.hpp \ + /usr/include/c++/11/typeindex /usr/include/c++/11/unordered_set \ + /usr/include/c++/11/bits/unordered_set.h \ + /opt/ros/humble/include/rclcpp/rclcpp/init_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/visibility_control.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/macros.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/contexts/default_context.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/guard_condition.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/executor_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/memory_strategies.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/memory_strategy.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/any_executable.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/callback_group.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/client.hpp \ + /usr/include/c++/11/optional /usr/include/c++/11/sstream \ + /usr/include/c++/11/bits/sstream.tcc /usr/include/c++/11/variant \ + /opt/ros/humble/include/rcl/rcl/error_handling.h \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/cpp_callback_trampoline.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/exceptions.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/exceptions/exceptions.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/join.hpp \ + /usr/include/c++/11/iterator /usr/include/c++/11/bits/stream_iterator.h \ + /opt/ros/humble/include/rclcpp/rclcpp/expand_topic_or_service_name.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/function_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/logging.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/logger.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/filesystem_helper.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/visibility_control.hpp \ + /opt/ros/humble/include/rcutils/rcutils/logging_macros.h \ + /opt/ros/humble/include/rclcpp/rclcpp/utilities.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_graph_interface.hpp \ + /opt/ros/humble/include/rcl/rcl/graph.h \ + /opt/ros/humble/include/rmw/rmw/names_and_types.h \ + /opt/ros/humble/include/rmw/rmw/get_topic_names_and_types.h \ + /opt/ros/humble/include/rmw/rmw/topic_endpoint_info_array.h \ + /opt/ros/humble/include/rmw/rmw/topic_endpoint_info.h \ + /opt/ros/humble/include/rclcpp/rclcpp/event.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/qos.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/duration.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/duration.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__struct.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/bounded_vector.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/message_initialization.hpp \ + /opt/ros/humble/include/rosidl_runtime_c/rosidl_runtime_c/message_initialization.h \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__builder.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__traits.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/traits.hpp \ + /usr/include/c++/11/codecvt /usr/include/c++/11/bits/codecvt.h \ + /usr/include/c++/11/iomanip /usr/include/c++/11/locale \ + /usr/include/c++/11/bits/locale_facets_nonio.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/time_members.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/messages_members.h \ + /usr/include/libintl.h /usr/include/c++/11/bits/locale_facets_nonio.tcc \ + /usr/include/c++/11/bits/locale_conv.h \ + /usr/include/c++/11/bits/quoted_string.h \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/duration__type_support.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/message_type_support.hpp \ + /opt/ros/humble/include/rcl/rcl/logging_rosout.h \ + /opt/ros/humble/include/rmw/rmw/incompatible_qos_events_statuses.h \ + /opt/ros/humble/include/rclcpp/rclcpp/type_support_decl.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/message_type_support_decl.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_runtime_cpp/service_type_support_decl.hpp \ + /opt/ros/humble/include/rosidl_runtime_cpp/rosidl_typesupport_cpp/service_type_support.hpp \ + /opt/ros/humble/include/rmw/rmw/error_handling.h \ + /opt/ros/humble/include/rmw/rmw/impl/cpp/demangle.hpp \ + /usr/include/c++/11/cxxabi.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cxxabi_tweaks.h \ + /opt/ros/humble/include/rmw/rmw/impl/config.h \ + /opt/ros/humble/include/rclcpp/rclcpp/publisher_base.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/network_flow_endpoint.hpp \ + /opt/ros/humble/include/rcl/rcl/network_flow_endpoints.h \ + /opt/ros/humble/include/rmw/rmw/network_flow_endpoint.h \ + /opt/ros/humble/include/rmw/rmw/network_flow_endpoint_array.h \ + /opt/ros/humble/include/rclcpp/rclcpp/qos_event.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/waitable.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/time.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/service.hpp \ + /opt/ros/humble/include/tracetools/tracetools/tracetools.h \ + /opt/ros/humble/include/tracetools/tracetools/config.h \ + /opt/ros/humble/include/tracetools/tracetools/visibility_control.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/any_service_callback.hpp \ + /opt/ros/humble/include/tracetools/tracetools/utils.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_base.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/any_subscription_callback.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/allocator/allocator_common.hpp \ + /usr/include/c++/11/cstring \ + /opt/ros/humble/include/rclcpp/rclcpp/allocator/allocator_deleter.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/subscription_callback_type_helper.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/message_info.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/serialized_message.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/type_adapter.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/intra_process_manager.hpp \ + /usr/include/c++/11/shared_mutex \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/ros_message_intra_process_buffer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process_base.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/intra_process_buffer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/buffer_implementation_base.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/subscription_intra_process_buffer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/create_intra_process_buffer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/buffers/ring_buffer_implementation.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/intra_process_buffer_type.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_content_filter_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/timer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/clock.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/time.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/time.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__struct.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__builder.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__traits.hpp \ + /opt/ros/humble/include/builtin_interfaces/builtin_interfaces/msg/detail/time__type_support.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/rate.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_base_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_use_intra_process.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/intra_process_setting.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_intra_process_buffer_type.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/message_memory_strategy.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/rmw_implementation_specific_subscription_payload.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/rmw_implementation_specific_payload.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/qos_overriding_options.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/set_parameters_result.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/set_parameters_result__type_support.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/topic_statistics_state.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/topic_statistics/subscription_topic_statistics.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/collector/generate_statistics_message.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/metrics_message.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__struct.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/statistic_data_point__struct.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__builder.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__traits.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/statistic_data_point__traits.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/detail/metrics_message__type_support.hpp \ + /opt/ros/humble/include/statistics_msgs/statistics_msgs/msg/rosidl_generator_cpp__visibility_control.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/visibility_control.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/moving_average_statistics/types.hpp \ + /usr/include/c++/11/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/11/bits/specfun.h /usr/include/c++/11/tr1/gamma.tcc \ + /usr/include/c++/11/tr1/special_function_util.h \ + /usr/include/c++/11/tr1/bessel_function.tcc \ + /usr/include/c++/11/tr1/beta_function.tcc \ + /usr/include/c++/11/tr1/ell_integral.tcc \ + /usr/include/c++/11/tr1/exp_integral.tcc \ + /usr/include/c++/11/tr1/hypergeometric.tcc \ + /usr/include/c++/11/tr1/legendre_function.tcc \ + /usr/include/c++/11/tr1/modified_bessel_func.tcc \ + /usr/include/c++/11/tr1/poly_hermite.tcc \ + /usr/include/c++/11/tr1/poly_laguerre.tcc \ + /usr/include/c++/11/tr1/riemann_zeta.tcc \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/constants.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/received_message_age.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/constants.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/topic_statistics_collector.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/collector/collector.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/moving_average_statistics/moving_average.hpp \ + /usr/include/c++/11/numeric /usr/include/c++/11/bits/stl_numeric.h \ + /usr/include/c++/11/pstl/glue_numeric_defs.h \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/moving_average_statistics/types.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/thread_safety_annotations.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/collector/metric_details_interface.hpp \ + /opt/ros/humble/include/libstatistics_collector/libstatistics_collector/topic_statistics_collector/received_message_period.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/publisher.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/get_message_type_support_handle.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/is_ros_compatible_type.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/loaned_message.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/publisher_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/rmw_implementation_specific_publisher_payload.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/future_return_code.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/list_parameters_result.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/list_parameters_result__type_support.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_descriptor.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/floating_point_range__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/integer_range__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/floating_point_range__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/integer_range__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_descriptor__type_support.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_event.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_event__type_support.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/generic_publisher.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/shared_library.hpp \ + /opt/ros/humble/include/rcutils/rcutils/shared_library.h \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_topics_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_timers_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/publisher_factory.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_factory.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/typesupport_helpers.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/generic_subscription.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_clock_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_logging_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_parameters_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter__type_support.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter_value.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_type.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_type__type_support.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/parameter_value.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/msg/detail/parameter_value__type_support.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_services_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_time_source_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_waitables_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_options.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_client.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_generic_publisher.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_generic_subscription.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_publisher.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_topics_interface.hpp \ + /opt/ros/humble/include/rcpputils/rcpputils/pointer_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_topics_interface_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/qos_parameters.hpp \ + /opt/ros/humble/include/rmw/rmw/qos_string_conversions.h \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_parameters_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_parameters_interface_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_service.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_subscription.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/detail/resolve_enable_topic_statistics.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_timers_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_timers_interface_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/create_timer.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/get_node_base_interface.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/node_interfaces/node_base_interface_traits.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/executors/static_single_threaded_executor.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/executors/static_executor_entities_collector.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/experimental/executable_list.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter_client.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/describe_parameters.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/describe_parameters__type_support.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/get_parameter_types.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameter_types__type_support.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/get_parameters.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/get_parameters__type_support.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/list_parameters.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/list_parameters__type_support.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/set_parameters.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters__type_support.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/set_parameters_atomically.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__struct.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__builder.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__traits.hpp \ + /opt/ros/humble/include/rcl_interfaces/rcl_interfaces/srv/detail/set_parameters_atomically__type_support.hpp \ + /opt/ros/humble/include/rcl_yaml_param_parser/rcl_yaml_param_parser/parser.h \ + /opt/ros/humble/include/rcl_yaml_param_parser/rcl_yaml_param_parser/visibility_control.h \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter_map.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter_event_handler.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/parameter_service.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/dynamic_storage.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/subscription_wait_set_mask.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/detail/storage_policy_common.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/sequential_synchronization.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_result.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_result_kind.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/detail/synchronization_policy_common.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/static_storage.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/thread_safe_synchronization.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_policies/detail/write_preferring_read_write_lock.hpp \ + /opt/ros/humble/include/rclcpp/rclcpp/wait_set_template.hpp \ + /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.hpp \ + /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp \ + /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp \ + /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp \ + /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp \ + /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp \ + /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.hpp \ + /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp \ + /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp \ + /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp \ + /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp \ + /home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel/DynamixelHandler.h \ + /usr/include/fcntl.h /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/linux/falloc.h /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/struct_stat.h /usr/include/getopt.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_ext.h /usr/include/termios.h \ + /usr/include/x86_64-linux-gnu/bits/termios.h \ + /usr/include/x86_64-linux-gnu/bits/termios-struct.h \ + /usr/include/x86_64-linux-gnu/bits/termios-c_cc.h \ + /usr/include/x86_64-linux-gnu/bits/termios-c_iflag.h \ + /usr/include/x86_64-linux-gnu/bits/termios-c_oflag.h \ + /usr/include/x86_64-linux-gnu/bits/termios-baud.h \ + /usr/include/x86_64-linux-gnu/bits/termios-c_cflag.h \ + /usr/include/x86_64-linux-gnu/bits/termios-c_lflag.h \ + /usr/include/x86_64-linux-gnu/bits/termios-tcflow.h \ + /usr/include/x86_64-linux-gnu/bits/termios-misc.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/local/include/dynamixel_sdk/dynamixel_sdk.h \ + /usr/local/include/dynamixel_sdk/group_bulk_read.h \ + /usr/local/include/dynamixel_sdk/port_handler.h \ + /usr/local/include/dynamixel_sdk/packet_handler.h \ + /usr/local/include/dynamixel_sdk/group_bulk_write.h \ + /usr/local/include/dynamixel_sdk/group_sync_read.h \ + /usr/local/include/dynamixel_sdk/group_sync_write.h \ + /home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel/DynamixelAX12A.h diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.o b/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.o new file mode 100644 index 0000000..c72ff62 Binary files /dev/null and b/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.o differ diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.o.d b/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.o.d new file mode 100644 index 0000000..c1cbc99 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.o.d @@ -0,0 +1,193 @@ +CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.o: \ + /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp \ + /usr/include/stdc-predef.h \ + /home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel/DynamixelHandler.h \ + /usr/include/fcntl.h /usr/include/features.h \ + /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ + /usr/include/linux/falloc.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/struct_stat.h /usr/include/getopt.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_ext.h /usr/include/termios.h \ + /usr/include/x86_64-linux-gnu/bits/termios.h \ + /usr/include/x86_64-linux-gnu/bits/termios-struct.h \ + /usr/include/x86_64-linux-gnu/bits/termios-c_cc.h \ + /usr/include/x86_64-linux-gnu/bits/termios-c_iflag.h \ + /usr/include/x86_64-linux-gnu/bits/termios-c_oflag.h \ + /usr/include/x86_64-linux-gnu/bits/termios-baud.h \ + /usr/include/x86_64-linux-gnu/bits/termios-c_cflag.h \ + /usr/include/x86_64-linux-gnu/bits/termios-c_lflag.h \ + /usr/include/x86_64-linux-gnu/bits/termios-tcflow.h \ + /usr/include/x86_64-linux-gnu/bits/termios-misc.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h /usr/include/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/c++/11/stdlib.h /usr/include/c++/11/cstdlib \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \ + /usr/include/c++/11/pstl/pstl_config.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/11/bits/std_abs.h /usr/include/c++/11/string \ + /usr/include/c++/11/bits/stringfwd.h \ + /usr/include/c++/11/bits/memoryfwd.h \ + /usr/include/c++/11/bits/char_traits.h \ + /usr/include/c++/11/bits/stl_algobase.h \ + /usr/include/c++/11/bits/functexcept.h \ + /usr/include/c++/11/bits/exception_defines.h \ + /usr/include/c++/11/bits/cpp_type_traits.h \ + /usr/include/c++/11/ext/type_traits.h \ + /usr/include/c++/11/ext/numeric_traits.h \ + /usr/include/c++/11/bits/stl_pair.h /usr/include/c++/11/bits/move.h \ + /usr/include/c++/11/type_traits \ + /usr/include/c++/11/bits/stl_iterator_base_types.h \ + /usr/include/c++/11/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/11/bits/concept_check.h \ + /usr/include/c++/11/debug/assertions.h \ + /usr/include/c++/11/bits/stl_iterator.h \ + /usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \ + /usr/include/c++/11/bits/predefined_ops.h \ + /usr/include/c++/11/bits/postypes.h /usr/include/c++/11/cwchar \ + /usr/include/wchar.h /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/c++/11/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/11/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \ + /usr/include/c++/11/ext/new_allocator.h /usr/include/c++/11/new \ + /usr/include/c++/11/bits/exception.h \ + /usr/include/c++/11/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \ + /usr/include/c++/11/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/iosfwd \ + /usr/include/c++/11/cctype /usr/include/ctype.h \ + /usr/include/c++/11/bits/ostream_insert.h \ + /usr/include/c++/11/bits/cxxabi_forced.h \ + /usr/include/c++/11/bits/stl_function.h \ + /usr/include/c++/11/backward/binders.h \ + /usr/include/c++/11/bits/range_access.h \ + /usr/include/c++/11/initializer_list \ + /usr/include/c++/11/bits/basic_string.h \ + /usr/include/c++/11/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/11/ext/alloc_traits.h \ + /usr/include/c++/11/bits/alloc_traits.h \ + /usr/include/c++/11/bits/stl_construct.h /usr/include/c++/11/string_view \ + /usr/include/c++/11/bits/functional_hash.h \ + /usr/include/c++/11/bits/hash_bytes.h \ + /usr/include/c++/11/bits/string_view.tcc \ + /usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdio \ + /usr/include/c++/11/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/11/bits/charconv.h \ + /usr/include/c++/11/bits/basic_string.tcc /usr/include/c++/11/iostream \ + /usr/include/c++/11/ostream /usr/include/c++/11/ios \ + /usr/include/c++/11/exception /usr/include/c++/11/bits/exception_ptr.h \ + /usr/include/c++/11/bits/cxxabi_init_exception.h \ + /usr/include/c++/11/typeinfo /usr/include/c++/11/bits/nested_exception.h \ + /usr/include/c++/11/bits/ios_base.h \ + /usr/include/c++/11/bits/locale_classes.h \ + /usr/include/c++/11/bits/locale_classes.tcc \ + /usr/include/c++/11/system_error \ + /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \ + /usr/include/c++/11/stdexcept /usr/include/c++/11/streambuf \ + /usr/include/c++/11/bits/streambuf.tcc \ + /usr/include/c++/11/bits/basic_ios.h \ + /usr/include/c++/11/bits/locale_facets.h /usr/include/c++/11/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \ + /usr/include/c++/11/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \ + /usr/include/c++/11/bits/locale_facets.tcc \ + /usr/include/c++/11/bits/basic_ios.tcc \ + /usr/include/c++/11/bits/ostream.tcc /usr/include/c++/11/istream \ + /usr/include/c++/11/bits/istream.tcc /usr/include/c++/11/vector \ + /usr/include/c++/11/bits/stl_uninitialized.h \ + /usr/include/c++/11/bits/stl_vector.h \ + /usr/include/c++/11/bits/stl_bvector.h \ + /usr/include/c++/11/bits/vector.tcc \ + /usr/local/include/dynamixel_sdk/dynamixel_sdk.h \ + /usr/local/include/dynamixel_sdk/group_bulk_read.h \ + /usr/include/c++/11/map /usr/include/c++/11/bits/stl_tree.h \ + /usr/include/c++/11/ext/aligned_buffer.h \ + /usr/include/c++/11/bits/node_handle.h \ + /usr/include/c++/11/bits/stl_map.h /usr/include/c++/11/tuple \ + /usr/include/c++/11/utility /usr/include/c++/11/bits/stl_relops.h \ + /usr/include/c++/11/array /usr/include/c++/11/bits/uses_allocator.h \ + /usr/include/c++/11/bits/invoke.h \ + /usr/include/c++/11/bits/stl_multimap.h \ + /usr/include/c++/11/bits/erase_if.h \ + /usr/local/include/dynamixel_sdk/port_handler.h \ + /usr/local/include/dynamixel_sdk/packet_handler.h \ + /usr/local/include/dynamixel_sdk/group_bulk_write.h \ + /usr/local/include/dynamixel_sdk/group_sync_read.h \ + /usr/local/include/dynamixel_sdk/group_sync_write.h \ + /home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel/DynamixelAX12A.h diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/progress.marks b/build/advrobotics_lab3_ros2/CMakeFiles/progress.marks new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/progress.marks @@ -0,0 +1 @@ +9 diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/uninstall.dir/DependInfo.cmake b/build/advrobotics_lab3_ros2/CMakeFiles/uninstall.dir/DependInfo.cmake new file mode 100644 index 0000000..dc55e44 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/uninstall.dir/DependInfo.cmake @@ -0,0 +1,18 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/uninstall.dir/build.make b/build/advrobotics_lab3_ros2/CMakeFiles/uninstall.dir/build.make new file mode 100644 index 0000000..f32ad19 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/uninstall.dir/build.make @@ -0,0 +1,83 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ros/lab3_robotics/advrobotics_lab3_ros2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 + +# Utility rule file for uninstall. + +# Include any custom commands dependencies for this target. +include CMakeFiles/uninstall.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/uninstall.dir/progress.make + +uninstall: CMakeFiles/uninstall.dir/build.make +.PHONY : uninstall + +# Rule to build all files generated by this target. +CMakeFiles/uninstall.dir/build: uninstall +.PHONY : CMakeFiles/uninstall.dir/build + +CMakeFiles/uninstall.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/uninstall.dir/cmake_clean.cmake +.PHONY : CMakeFiles/uninstall.dir/clean + +CMakeFiles/uninstall.dir/depend: + cd /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ros/lab3_robotics/advrobotics_lab3_ros2 /home/ros/lab3_robotics/advrobotics_lab3_ros2 /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 /home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles/uninstall.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/uninstall.dir/depend + diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/uninstall.dir/cmake_clean.cmake b/build/advrobotics_lab3_ros2/CMakeFiles/uninstall.dir/cmake_clean.cmake new file mode 100644 index 0000000..9960e98 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/uninstall.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/uninstall.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/uninstall.dir/compiler_depend.make b/build/advrobotics_lab3_ros2/CMakeFiles/uninstall.dir/compiler_depend.make new file mode 100644 index 0000000..2d74447 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/uninstall.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for uninstall. +# This may be replaced when dependencies are built. diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/uninstall.dir/compiler_depend.ts b/build/advrobotics_lab3_ros2/CMakeFiles/uninstall.dir/compiler_depend.ts new file mode 100644 index 0000000..ef27dcc --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/uninstall.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for uninstall. diff --git a/build/advrobotics_lab3_ros2/CMakeFiles/uninstall.dir/progress.make b/build/advrobotics_lab3_ros2/CMakeFiles/uninstall.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CMakeFiles/uninstall.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build/advrobotics_lab3_ros2/CTestConfiguration.ini b/build/advrobotics_lab3_ros2/CTestConfiguration.ini new file mode 100644 index 0000000..acd5b9c --- /dev/null +++ b/build/advrobotics_lab3_ros2/CTestConfiguration.ini @@ -0,0 +1,105 @@ +# This file is configured by CMake automatically as DartConfiguration.tcl +# If you choose not to use CMake, this file may be hand configured, by +# filling in the required variables. + + +# Configuration directories and files +SourceDirectory: /home/ros/lab3_robotics/advrobotics_lab3_ros2 +BuildDirectory: /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 + +# Where to place the cost data store +CostDataFile: + +# Site is something like machine.domain, i.e. pragmatic.crd +Site: ros-ubuntu07 + +# Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++ +BuildName: + +# Subprojects +LabelsForSubprojects: + +# Submission information +SubmitURL: + +# Dashboard start time +NightlyStartTime: + +# Commands for the build/test/submit cycle +ConfigureCommand: "/usr/bin/cmake" "/home/ros/lab3_robotics/advrobotics_lab3_ros2" +MakeCommand: +DefaultCTestConfigurationType: + +# version control +UpdateVersionOnly: + +# CVS options +# Default is "-d -P -A" +CVSCommand: +CVSUpdateOptions: + +# Subversion options +SVNCommand: +SVNOptions: +SVNUpdateOptions: + +# Git options +GITCommand: +GITInitSubmodules: +GITUpdateOptions: +GITUpdateCustom: + +# Perforce options +P4Command: +P4Client: +P4Options: +P4UpdateOptions: +P4UpdateCustom: + +# Generic update command +UpdateCommand: +UpdateOptions: +UpdateType: + +# Compiler info +Compiler: /usr/bin/c++ +CompilerVersion: 11.4.0 + +# Dynamic analysis (MemCheck) +PurifyCommand: +ValgrindCommand: +ValgrindCommandOptions: +DrMemoryCommand: +DrMemoryCommandOptions: +CudaSanitizerCommand: +CudaSanitizerCommandOptions: +MemoryCheckType: +MemoryCheckSanitizerOptions: +MemoryCheckCommand: +MemoryCheckCommandOptions: +MemoryCheckSuppressionFile: + +# Coverage +CoverageCommand: +CoverageExtraFlags: + +# Testing options +# TimeOut is the amount of time in seconds to wait for processes +# to complete during testing. After TimeOut seconds, the +# process will be summarily terminated. +# Currently set to 25 minutes +TimeOut: + +# During parallel testing CTest will not start a new test if doing +# so would cause the system load to exceed this value. +TestLoad: + +UseLaunchers: +CurlOptions: +# warning, if you add new options here that have to do with submit, +# you have to update cmCTestSubmitCommand.cxx + +# For CTest submissions that timeout, these options +# specify behavior for retrying the submission +CTestSubmitRetryDelay: +CTestSubmitRetryCount: diff --git a/build/advrobotics_lab3_ros2/CTestCustom.cmake b/build/advrobotics_lab3_ros2/CTestCustom.cmake new file mode 100644 index 0000000..14956f3 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CTestCustom.cmake @@ -0,0 +1,2 @@ +set(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 0) +set(CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE 0) diff --git a/build/advrobotics_lab3_ros2/CTestTestfile.cmake b/build/advrobotics_lab3_ros2/CTestTestfile.cmake new file mode 100644 index 0000000..5824142 --- /dev/null +++ b/build/advrobotics_lab3_ros2/CTestTestfile.cmake @@ -0,0 +1,14 @@ +# CMake generated Testfile for +# Source directory: /home/ros/lab3_robotics/advrobotics_lab3_ros2 +# Build directory: /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +add_test(cppcheck "/usr/bin/python3" "-u" "/opt/ros/humble/share/ament_cmake_test/cmake/run_test.py" "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/test_results/advrobotics_lab3_ros2/cppcheck.xunit.xml" "--package-name" "advrobotics_lab3_ros2" "--output-file" "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ament_cppcheck/cppcheck.txt" "--command" "/opt/ros/humble/bin/ament_cppcheck" "--xunit-file" "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/test_results/advrobotics_lab3_ros2/cppcheck.xunit.xml" "--include_dirs" "/home/ros/lab3_robotics/advrobotics_lab3_ros2/include" "/home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel") +set_tests_properties(cppcheck PROPERTIES LABELS "cppcheck;linter" TIMEOUT "300" WORKING_DIRECTORY "/home/ros/lab3_robotics/advrobotics_lab3_ros2" _BACKTRACE_TRIPLES "/opt/ros/humble/share/ament_cmake_test/cmake/ament_add_test.cmake;125;add_test;/opt/ros/humble/share/ament_cmake_cppcheck/cmake/ament_cppcheck.cmake;66;ament_add_test;/opt/ros/humble/share/ament_cmake_cppcheck/cmake/ament_cmake_cppcheck_lint_hook.cmake;87;ament_cppcheck;/opt/ros/humble/share/ament_cmake_cppcheck/cmake/ament_cmake_cppcheck_lint_hook.cmake;0;;/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake;48;include;/opt/ros/humble/share/ament_lint_auto/cmake/ament_lint_auto_package_hook.cmake;21;ament_execute_extensions;/opt/ros/humble/share/ament_lint_auto/cmake/ament_lint_auto_package_hook.cmake;0;;/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake;48;include;/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_package.cmake;66;ament_execute_extensions;/home/ros/lab3_robotics/advrobotics_lab3_ros2/CMakeLists.txt;51;ament_package;/home/ros/lab3_robotics/advrobotics_lab3_ros2/CMakeLists.txt;0;") +add_test(lint_cmake "/usr/bin/python3" "-u" "/opt/ros/humble/share/ament_cmake_test/cmake/run_test.py" "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/test_results/advrobotics_lab3_ros2/lint_cmake.xunit.xml" "--package-name" "advrobotics_lab3_ros2" "--output-file" "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ament_lint_cmake/lint_cmake.txt" "--command" "/opt/ros/humble/bin/ament_lint_cmake" "--xunit-file" "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/test_results/advrobotics_lab3_ros2/lint_cmake.xunit.xml") +set_tests_properties(lint_cmake PROPERTIES LABELS "lint_cmake;linter" TIMEOUT "60" WORKING_DIRECTORY "/home/ros/lab3_robotics/advrobotics_lab3_ros2" _BACKTRACE_TRIPLES "/opt/ros/humble/share/ament_cmake_test/cmake/ament_add_test.cmake;125;add_test;/opt/ros/humble/share/ament_cmake_lint_cmake/cmake/ament_lint_cmake.cmake;47;ament_add_test;/opt/ros/humble/share/ament_cmake_lint_cmake/cmake/ament_cmake_lint_cmake_lint_hook.cmake;21;ament_lint_cmake;/opt/ros/humble/share/ament_cmake_lint_cmake/cmake/ament_cmake_lint_cmake_lint_hook.cmake;0;;/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake;48;include;/opt/ros/humble/share/ament_lint_auto/cmake/ament_lint_auto_package_hook.cmake;21;ament_execute_extensions;/opt/ros/humble/share/ament_lint_auto/cmake/ament_lint_auto_package_hook.cmake;0;;/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake;48;include;/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_package.cmake;66;ament_execute_extensions;/home/ros/lab3_robotics/advrobotics_lab3_ros2/CMakeLists.txt;51;ament_package;/home/ros/lab3_robotics/advrobotics_lab3_ros2/CMakeLists.txt;0;") +add_test(uncrustify "/usr/bin/python3" "-u" "/opt/ros/humble/share/ament_cmake_test/cmake/run_test.py" "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/test_results/advrobotics_lab3_ros2/uncrustify.xunit.xml" "--package-name" "advrobotics_lab3_ros2" "--output-file" "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ament_uncrustify/uncrustify.txt" "--command" "/opt/ros/humble/bin/ament_uncrustify" "--xunit-file" "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/test_results/advrobotics_lab3_ros2/uncrustify.xunit.xml") +set_tests_properties(uncrustify PROPERTIES LABELS "uncrustify;linter" TIMEOUT "60" WORKING_DIRECTORY "/home/ros/lab3_robotics/advrobotics_lab3_ros2" _BACKTRACE_TRIPLES "/opt/ros/humble/share/ament_cmake_test/cmake/ament_add_test.cmake;125;add_test;/opt/ros/humble/share/ament_cmake_uncrustify/cmake/ament_uncrustify.cmake;70;ament_add_test;/opt/ros/humble/share/ament_cmake_uncrustify/cmake/ament_cmake_uncrustify_lint_hook.cmake;43;ament_uncrustify;/opt/ros/humble/share/ament_cmake_uncrustify/cmake/ament_cmake_uncrustify_lint_hook.cmake;0;;/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake;48;include;/opt/ros/humble/share/ament_lint_auto/cmake/ament_lint_auto_package_hook.cmake;21;ament_execute_extensions;/opt/ros/humble/share/ament_lint_auto/cmake/ament_lint_auto_package_hook.cmake;0;;/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake;48;include;/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_package.cmake;66;ament_execute_extensions;/home/ros/lab3_robotics/advrobotics_lab3_ros2/CMakeLists.txt;51;ament_package;/home/ros/lab3_robotics/advrobotics_lab3_ros2/CMakeLists.txt;0;") +add_test(xmllint "/usr/bin/python3" "-u" "/opt/ros/humble/share/ament_cmake_test/cmake/run_test.py" "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/test_results/advrobotics_lab3_ros2/xmllint.xunit.xml" "--package-name" "advrobotics_lab3_ros2" "--output-file" "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ament_xmllint/xmllint.txt" "--command" "/opt/ros/humble/bin/ament_xmllint" "--xunit-file" "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/test_results/advrobotics_lab3_ros2/xmllint.xunit.xml") +set_tests_properties(xmllint PROPERTIES LABELS "xmllint;linter" TIMEOUT "60" WORKING_DIRECTORY "/home/ros/lab3_robotics/advrobotics_lab3_ros2" _BACKTRACE_TRIPLES "/opt/ros/humble/share/ament_cmake_test/cmake/ament_add_test.cmake;125;add_test;/opt/ros/humble/share/ament_cmake_xmllint/cmake/ament_xmllint.cmake;50;ament_add_test;/opt/ros/humble/share/ament_cmake_xmllint/cmake/ament_cmake_xmllint_lint_hook.cmake;18;ament_xmllint;/opt/ros/humble/share/ament_cmake_xmllint/cmake/ament_cmake_xmllint_lint_hook.cmake;0;;/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake;48;include;/opt/ros/humble/share/ament_lint_auto/cmake/ament_lint_auto_package_hook.cmake;21;ament_execute_extensions;/opt/ros/humble/share/ament_lint_auto/cmake/ament_lint_auto_package_hook.cmake;0;;/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake;48;include;/opt/ros/humble/share/ament_cmake_core/cmake/core/ament_package.cmake;66;ament_execute_extensions;/home/ros/lab3_robotics/advrobotics_lab3_ros2/CMakeLists.txt;51;ament_package;/home/ros/lab3_robotics/advrobotics_lab3_ros2/CMakeLists.txt;0;") diff --git a/build/advrobotics_lab3_ros2/Makefile b/build/advrobotics_lab3_ros2/Makefile new file mode 100644 index 0000000..05bb688 --- /dev/null +++ b/build/advrobotics_lab3_ros2/Makefile @@ -0,0 +1,408 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ros/lab3_robotics/advrobotics_lab3_ros2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target test +test: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." + /usr/bin/ctest --force-new-ctest-process $(ARGS) +.PHONY : test + +# Special rule for the target test +test/fast: test +.PHONY : test/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles /home/ros/lab3_robotics/build/advrobotics_lab3_ros2//CMakeFiles/progress.marks + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ros/lab3_robotics/build/advrobotics_lab3_ros2/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +#============================================================================= +# Target rules for targets named uninstall + +# Build rule for target. +uninstall: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 uninstall +.PHONY : uninstall + +# fast build rule for target. +uninstall/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build +.PHONY : uninstall/fast + +#============================================================================= +# Target rules for targets named advrobotics_lab3_ros2_uninstall + +# Build rule for target. +advrobotics_lab3_ros2_uninstall: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 advrobotics_lab3_ros2_uninstall +.PHONY : advrobotics_lab3_ros2_uninstall + +# fast build rule for target. +advrobotics_lab3_ros2_uninstall/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/build.make CMakeFiles/advrobotics_lab3_ros2_uninstall.dir/build +.PHONY : advrobotics_lab3_ros2_uninstall/fast + +#============================================================================= +# Target rules for targets named ik_server + +# Build rule for target. +ik_server: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ik_server +.PHONY : ik_server + +# fast build rule for target. +ik_server/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ik_server.dir/build.make CMakeFiles/ik_server.dir/build +.PHONY : ik_server/fast + +#============================================================================= +# Target rules for targets named ik_client + +# Build rule for target. +ik_client: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ik_client +.PHONY : ik_client + +# fast build rule for target. +ik_client/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ik_client.dir/build.make CMakeFiles/ik_client.dir/build +.PHONY : ik_client/fast + +#============================================================================= +# Target rules for targets named poppy_core + +# Build rule for target. +poppy_core: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 poppy_core +.PHONY : poppy_core + +# fast build rule for target. +poppy_core/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/poppy_core.dir/build.make CMakeFiles/poppy_core.dir/build +.PHONY : poppy_core/fast + +src/Kinematics.o: src/Kinematics.cpp.o +.PHONY : src/Kinematics.o + +# target to build an object file +src/Kinematics.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ik_server.dir/build.make CMakeFiles/ik_server.dir/src/Kinematics.cpp.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/ik_client.dir/build.make CMakeFiles/ik_client.dir/src/Kinematics.cpp.o +.PHONY : src/Kinematics.cpp.o + +src/Kinematics.i: src/Kinematics.cpp.i +.PHONY : src/Kinematics.i + +# target to preprocess a source file +src/Kinematics.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ik_server.dir/build.make CMakeFiles/ik_server.dir/src/Kinematics.cpp.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/ik_client.dir/build.make CMakeFiles/ik_client.dir/src/Kinematics.cpp.i +.PHONY : src/Kinematics.cpp.i + +src/Kinematics.s: src/Kinematics.cpp.s +.PHONY : src/Kinematics.s + +# target to generate assembly for a file +src/Kinematics.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ik_server.dir/build.make CMakeFiles/ik_server.dir/src/Kinematics.cpp.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/ik_client.dir/build.make CMakeFiles/ik_client.dir/src/Kinematics.cpp.s +.PHONY : src/Kinematics.cpp.s + +src/PoppyDriver.o: src/PoppyDriver.cpp.o +.PHONY : src/PoppyDriver.o + +# target to build an object file +src/PoppyDriver.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/poppy_core.dir/build.make CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.o +.PHONY : src/PoppyDriver.cpp.o + +src/PoppyDriver.i: src/PoppyDriver.cpp.i +.PHONY : src/PoppyDriver.i + +# target to preprocess a source file +src/PoppyDriver.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/poppy_core.dir/build.make CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.i +.PHONY : src/PoppyDriver.cpp.i + +src/PoppyDriver.s: src/PoppyDriver.cpp.s +.PHONY : src/PoppyDriver.s + +# target to generate assembly for a file +src/PoppyDriver.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/poppy_core.dir/build.make CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.s +.PHONY : src/PoppyDriver.cpp.s + +src/ik_client.o: src/ik_client.cpp.o +.PHONY : src/ik_client.o + +# target to build an object file +src/ik_client.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ik_client.dir/build.make CMakeFiles/ik_client.dir/src/ik_client.cpp.o +.PHONY : src/ik_client.cpp.o + +src/ik_client.i: src/ik_client.cpp.i +.PHONY : src/ik_client.i + +# target to preprocess a source file +src/ik_client.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ik_client.dir/build.make CMakeFiles/ik_client.dir/src/ik_client.cpp.i +.PHONY : src/ik_client.cpp.i + +src/ik_client.s: src/ik_client.cpp.s +.PHONY : src/ik_client.s + +# target to generate assembly for a file +src/ik_client.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ik_client.dir/build.make CMakeFiles/ik_client.dir/src/ik_client.cpp.s +.PHONY : src/ik_client.cpp.s + +src/ik_server.o: src/ik_server.cpp.o +.PHONY : src/ik_server.o + +# target to build an object file +src/ik_server.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ik_server.dir/build.make CMakeFiles/ik_server.dir/src/ik_server.cpp.o +.PHONY : src/ik_server.cpp.o + +src/ik_server.i: src/ik_server.cpp.i +.PHONY : src/ik_server.i + +# target to preprocess a source file +src/ik_server.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ik_server.dir/build.make CMakeFiles/ik_server.dir/src/ik_server.cpp.i +.PHONY : src/ik_server.cpp.i + +src/ik_server.s: src/ik_server.cpp.s +.PHONY : src/ik_server.s + +# target to generate assembly for a file +src/ik_server.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ik_server.dir/build.make CMakeFiles/ik_server.dir/src/ik_server.cpp.s +.PHONY : src/ik_server.cpp.s + +src/toolkit-dynamixel/DynamixelHandler.o: src/toolkit-dynamixel/DynamixelHandler.cpp.o +.PHONY : src/toolkit-dynamixel/DynamixelHandler.o + +# target to build an object file +src/toolkit-dynamixel/DynamixelHandler.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/poppy_core.dir/build.make CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.o +.PHONY : src/toolkit-dynamixel/DynamixelHandler.cpp.o + +src/toolkit-dynamixel/DynamixelHandler.i: src/toolkit-dynamixel/DynamixelHandler.cpp.i +.PHONY : src/toolkit-dynamixel/DynamixelHandler.i + +# target to preprocess a source file +src/toolkit-dynamixel/DynamixelHandler.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/poppy_core.dir/build.make CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.i +.PHONY : src/toolkit-dynamixel/DynamixelHandler.cpp.i + +src/toolkit-dynamixel/DynamixelHandler.s: src/toolkit-dynamixel/DynamixelHandler.cpp.s +.PHONY : src/toolkit-dynamixel/DynamixelHandler.s + +# target to generate assembly for a file +src/toolkit-dynamixel/DynamixelHandler.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/poppy_core.dir/build.make CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.s +.PHONY : src/toolkit-dynamixel/DynamixelHandler.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... test" + @echo "... advrobotics_lab3_ros2_uninstall" + @echo "... uninstall" + @echo "... ik_client" + @echo "... ik_server" + @echo "... poppy_core" + @echo "... src/Kinematics.o" + @echo "... src/Kinematics.i" + @echo "... src/Kinematics.s" + @echo "... src/PoppyDriver.o" + @echo "... src/PoppyDriver.i" + @echo "... src/PoppyDriver.s" + @echo "... src/ik_client.o" + @echo "... src/ik_client.i" + @echo "... src/ik_client.s" + @echo "... src/ik_server.o" + @echo "... src/ik_server.i" + @echo "... src/ik_server.s" + @echo "... src/toolkit-dynamixel/DynamixelHandler.o" + @echo "... src/toolkit-dynamixel/DynamixelHandler.i" + @echo "... src/toolkit-dynamixel/DynamixelHandler.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/advrobotics_lab3_ros2/ament_cmake_core/advrobotics_lab3_ros2Config-version.cmake b/build/advrobotics_lab3_ros2/ament_cmake_core/advrobotics_lab3_ros2Config-version.cmake new file mode 100644 index 0000000..7beb732 --- /dev/null +++ b/build/advrobotics_lab3_ros2/ament_cmake_core/advrobotics_lab3_ros2Config-version.cmake @@ -0,0 +1,14 @@ +# generated from ament/cmake/core/templates/nameConfig-version.cmake.in +set(PACKAGE_VERSION "0.0.0") + +set(PACKAGE_VERSION_EXACT False) +set(PACKAGE_VERSION_COMPATIBLE False) + +if("${PACKAGE_FIND_VERSION}" VERSION_EQUAL "${PACKAGE_VERSION}") + set(PACKAGE_VERSION_EXACT True) + set(PACKAGE_VERSION_COMPATIBLE True) +endif() + +if("${PACKAGE_FIND_VERSION}" VERSION_LESS "${PACKAGE_VERSION}") + set(PACKAGE_VERSION_COMPATIBLE True) +endif() diff --git a/build/advrobotics_lab3_ros2/ament_cmake_core/advrobotics_lab3_ros2Config.cmake b/build/advrobotics_lab3_ros2/ament_cmake_core/advrobotics_lab3_ros2Config.cmake new file mode 100644 index 0000000..980650a --- /dev/null +++ b/build/advrobotics_lab3_ros2/ament_cmake_core/advrobotics_lab3_ros2Config.cmake @@ -0,0 +1,42 @@ +# generated from ament/cmake/core/templates/nameConfig.cmake.in + +# prevent multiple inclusion +if(_advrobotics_lab3_ros2_CONFIG_INCLUDED) + # ensure to keep the found flag the same + if(NOT DEFINED advrobotics_lab3_ros2_FOUND) + # explicitly set it to FALSE, otherwise CMake will set it to TRUE + set(advrobotics_lab3_ros2_FOUND FALSE) + elseif(NOT advrobotics_lab3_ros2_FOUND) + # use separate condition to avoid uninitialized variable warning + set(advrobotics_lab3_ros2_FOUND FALSE) + endif() + return() +endif() +set(_advrobotics_lab3_ros2_CONFIG_INCLUDED TRUE) + +# output package information +if(NOT advrobotics_lab3_ros2_FIND_QUIETLY) + message(STATUS "Found advrobotics_lab3_ros2: 0.0.0 (${advrobotics_lab3_ros2_DIR})") +endif() + +# warn when using a deprecated package +if(NOT "" STREQUAL "") + set(_msg "Package 'advrobotics_lab3_ros2' is deprecated") + # append custom deprecation text if available + if(NOT "" STREQUAL "TRUE") + set(_msg "${_msg} ()") + endif() + # optionally quiet the deprecation message + if(NOT ${advrobotics_lab3_ros2_DEPRECATED_QUIET}) + message(DEPRECATION "${_msg}") + endif() +endif() + +# flag package as ament-based to distinguish it after being find_package()-ed +set(advrobotics_lab3_ros2_FOUND_AMENT_PACKAGE TRUE) + +# include all config extra files +set(_extras "") +foreach(_extra ${_extras}) + include("${advrobotics_lab3_ros2_DIR}/${_extra}") +endforeach() diff --git a/build/advrobotics_lab3_ros2/ament_cmake_core/package.cmake b/build/advrobotics_lab3_ros2/ament_cmake_core/package.cmake new file mode 100644 index 0000000..a77657e --- /dev/null +++ b/build/advrobotics_lab3_ros2/ament_cmake_core/package.cmake @@ -0,0 +1,14 @@ +set(_AMENT_PACKAGE_NAME "advrobotics_lab3_ros2") +set(advrobotics_lab3_ros2_VERSION "0.0.0") +set(advrobotics_lab3_ros2_MAINTAINER "ros ") +set(advrobotics_lab3_ros2_BUILD_DEPENDS "rclcpp" "advrobotics_lab3_interfaces") +set(advrobotics_lab3_ros2_BUILDTOOL_DEPENDS "ament_cmake") +set(advrobotics_lab3_ros2_BUILD_EXPORT_DEPENDS "rclcpp" "advrobotics_lab3_interfaces") +set(advrobotics_lab3_ros2_BUILDTOOL_EXPORT_DEPENDS ) +set(advrobotics_lab3_ros2_EXEC_DEPENDS "rclcpp" "advrobotics_lab3_interfaces") +set(advrobotics_lab3_ros2_TEST_DEPENDS "ament_lint_auto" "ament_lint_common") +set(advrobotics_lab3_ros2_GROUP_DEPENDS ) +set(advrobotics_lab3_ros2_MEMBER_OF_GROUPS ) +set(advrobotics_lab3_ros2_DEPRECATED "") +set(advrobotics_lab3_ros2_EXPORT_TAGS) +list(APPEND advrobotics_lab3_ros2_EXPORT_TAGS "ament_cmake") diff --git a/build/advrobotics_lab3_ros2/ament_cmake_core/stamps/ament_prefix_path.sh.stamp b/build/advrobotics_lab3_ros2/ament_cmake_core/stamps/ament_prefix_path.sh.stamp new file mode 100644 index 0000000..02e441b --- /dev/null +++ b/build/advrobotics_lab3_ros2/ament_cmake_core/stamps/ament_prefix_path.sh.stamp @@ -0,0 +1,4 @@ +# copied from +# ament_cmake_core/cmake/environment_hooks/environment/ament_prefix_path.sh + +ament_prepend_unique_value AMENT_PREFIX_PATH "$AMENT_CURRENT_PREFIX" diff --git a/build/advrobotics_lab3_ros2/ament_cmake_core/stamps/nameConfig-version.cmake.in.stamp b/build/advrobotics_lab3_ros2/ament_cmake_core/stamps/nameConfig-version.cmake.in.stamp new file mode 100644 index 0000000..ee49c9f --- /dev/null +++ b/build/advrobotics_lab3_ros2/ament_cmake_core/stamps/nameConfig-version.cmake.in.stamp @@ -0,0 +1,14 @@ +# generated from ament/cmake/core/templates/nameConfig-version.cmake.in +set(PACKAGE_VERSION "@PACKAGE_VERSION@") + +set(PACKAGE_VERSION_EXACT False) +set(PACKAGE_VERSION_COMPATIBLE False) + +if("${PACKAGE_FIND_VERSION}" VERSION_EQUAL "${PACKAGE_VERSION}") + set(PACKAGE_VERSION_EXACT True) + set(PACKAGE_VERSION_COMPATIBLE True) +endif() + +if("${PACKAGE_FIND_VERSION}" VERSION_LESS "${PACKAGE_VERSION}") + set(PACKAGE_VERSION_COMPATIBLE True) +endif() diff --git a/build/advrobotics_lab3_ros2/ament_cmake_core/stamps/nameConfig.cmake.in.stamp b/build/advrobotics_lab3_ros2/ament_cmake_core/stamps/nameConfig.cmake.in.stamp new file mode 100644 index 0000000..6fb3fe7 --- /dev/null +++ b/build/advrobotics_lab3_ros2/ament_cmake_core/stamps/nameConfig.cmake.in.stamp @@ -0,0 +1,42 @@ +# generated from ament/cmake/core/templates/nameConfig.cmake.in + +# prevent multiple inclusion +if(_@PROJECT_NAME@_CONFIG_INCLUDED) + # ensure to keep the found flag the same + if(NOT DEFINED @PROJECT_NAME@_FOUND) + # explicitly set it to FALSE, otherwise CMake will set it to TRUE + set(@PROJECT_NAME@_FOUND FALSE) + elseif(NOT @PROJECT_NAME@_FOUND) + # use separate condition to avoid uninitialized variable warning + set(@PROJECT_NAME@_FOUND FALSE) + endif() + return() +endif() +set(_@PROJECT_NAME@_CONFIG_INCLUDED TRUE) + +# output package information +if(NOT @PROJECT_NAME@_FIND_QUIETLY) + message(STATUS "Found @PROJECT_NAME@: @PACKAGE_VERSION@ (${@PROJECT_NAME@_DIR})") +endif() + +# warn when using a deprecated package +if(NOT "@PACKAGE_DEPRECATED@" STREQUAL "") + set(_msg "Package '@PROJECT_NAME@' is deprecated") + # append custom deprecation text if available + if(NOT "@PACKAGE_DEPRECATED@" STREQUAL "TRUE") + set(_msg "${_msg} (@PACKAGE_DEPRECATED@)") + endif() + # optionally quiet the deprecation message + if(NOT ${@PROJECT_NAME@_DEPRECATED_QUIET}) + message(DEPRECATION "${_msg}") + endif() +endif() + +# flag package as ament-based to distinguish it after being find_package()-ed +set(@PROJECT_NAME@_FOUND_AMENT_PACKAGE TRUE) + +# include all config extra files +set(_extras "@PACKAGE_CONFIG_EXTRA_FILES@") +foreach(_extra ${_extras}) + include("${@PROJECT_NAME@_DIR}/${_extra}") +endforeach() diff --git a/build/advrobotics_lab3_ros2/ament_cmake_core/stamps/package.xml.stamp b/build/advrobotics_lab3_ros2/ament_cmake_core/stamps/package.xml.stamp new file mode 100644 index 0000000..f6edb9c --- /dev/null +++ b/build/advrobotics_lab3_ros2/ament_cmake_core/stamps/package.xml.stamp @@ -0,0 +1,21 @@ + + + + advrobotics_lab3_ros2 + 0.0.0 + TODO: Package description + ros + Apache-2.0 + + ament_cmake + + rclcpp + advrobotics_lab3_interfaces + + ament_lint_auto + ament_lint_common + + + ament_cmake + + diff --git a/build/advrobotics_lab3_ros2/ament_cmake_core/stamps/package_xml_2_cmake.py.stamp b/build/advrobotics_lab3_ros2/ament_cmake_core/stamps/package_xml_2_cmake.py.stamp new file mode 100644 index 0000000..8be9894 --- /dev/null +++ b/build/advrobotics_lab3_ros2/ament_cmake_core/stamps/package_xml_2_cmake.py.stamp @@ -0,0 +1,150 @@ +#!/usr/bin/env python3 + +# Copyright 2014-2015 Open Source Robotics Foundation, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import argparse +from collections import OrderedDict +import os +import sys + +from catkin_pkg.package import parse_package_string + + +def main(argv=sys.argv[1:]): + """ + Extract the information from package.xml and make them accessible to CMake. + + Parse the given package.xml file and + print CMake code defining several variables containing the content. + """ + parser = argparse.ArgumentParser( + description='Parse package.xml file and print CMake code defining ' + 'several variables', + ) + parser.add_argument( + 'package_xml', + type=argparse.FileType('r', encoding='utf-8'), + help='The path to a package.xml file', + ) + parser.add_argument( + 'outfile', + nargs='?', + help='The filename where the output should be written to', + ) + args = parser.parse_args(argv) + + try: + package = parse_package_string( + args.package_xml.read(), filename=args.package_xml.name) + except Exception as e: + print("Error parsing '%s':" % args.package_xml.name, file=sys.stderr) + raise e + finally: + args.package_xml.close() + + lines = generate_cmake_code(package) + if args.outfile: + with open(args.outfile, 'w', encoding='utf-8') as f: + for line in lines: + f.write('%s\n' % line) + else: + for line in lines: + print(line) + + +def get_dependency_values(key, depends): + dependencies = [] + + # Filter the dependencies, checking for any condition attributes + dependencies.append((key, ' '.join([ + '"%s"' % str(d) for d in depends + if d.condition is None or d.evaluate_condition(os.environ) + ]))) + + for d in depends: + comparisons = [ + 'version_lt', + 'version_lte', + 'version_eq', + 'version_gte', + 'version_gt'] + for comp in comparisons: + value = getattr(d, comp, None) + if value is not None: + dependencies.append(('%s_%s_%s' % (key, str(d), comp.upper()), + '"%s"' % value)) + return dependencies + + +def generate_cmake_code(package): + """ + Return a list of CMake set() commands containing the manifest information. + + :param package: catkin_pkg.package.Package + :returns: list of str + """ + variables = [] + variables.append(('VERSION', '"%s"' % package.version)) + + variables.append(( + 'MAINTAINER', + '"%s"' % (', '.join([str(m) for m in package.maintainers])))) + + variables.extend(get_dependency_values('BUILD_DEPENDS', + package.build_depends)) + variables.extend(get_dependency_values('BUILDTOOL_DEPENDS', + package.buildtool_depends)) + variables.extend(get_dependency_values('BUILD_EXPORT_DEPENDS', + package.build_export_depends)) + variables.extend(get_dependency_values('BUILDTOOL_EXPORT_DEPENDS', + package.buildtool_export_depends)) + variables.extend(get_dependency_values('EXEC_DEPENDS', + package.exec_depends)) + variables.extend(get_dependency_values('TEST_DEPENDS', + package.test_depends)) + variables.extend(get_dependency_values('GROUP_DEPENDS', + package.group_depends)) + variables.extend(get_dependency_values('MEMBER_OF_GROUPS', + package.member_of_groups)) + + deprecated = [e.content for e in package.exports + if e.tagname == 'deprecated'] + variables.append(('DEPRECATED', + '"%s"' % ((deprecated[0] if deprecated[0] else 'TRUE') + if deprecated + else ''))) + + lines = [] + lines.append('set(_AMENT_PACKAGE_NAME "%s")' % package.name) + for (k, v) in variables: + lines.append('set(%s_%s %s)' % (package.name, k, v)) + + lines.append('set(%s_EXPORT_TAGS)' % package.name) + replaces = OrderedDict() + replaces['${prefix}/'] = '' + replaces['\\'] = '\\\\' # escape backslashes + replaces['"'] = '\\"' # prevent double quotes to end the CMake string + replaces[';'] = '\\;' # prevent semicolons to be interpreted as list separators + for export in package.exports: + export = str(export) + for k, v in replaces.items(): + export = export.replace(k, v) + lines.append('list(APPEND %s_EXPORT_TAGS "%s")' % (package.name, export)) + + return lines + + +if __name__ == '__main__': + main() diff --git a/build/advrobotics_lab3_ros2/ament_cmake_core/stamps/path.sh.stamp b/build/advrobotics_lab3_ros2/ament_cmake_core/stamps/path.sh.stamp new file mode 100644 index 0000000..e59b749 --- /dev/null +++ b/build/advrobotics_lab3_ros2/ament_cmake_core/stamps/path.sh.stamp @@ -0,0 +1,5 @@ +# copied from ament_cmake_core/cmake/environment_hooks/environment/path.sh + +if [ -d "$AMENT_CURRENT_PREFIX/bin" ]; then + ament_prepend_unique_value PATH "$AMENT_CURRENT_PREFIX/bin" +fi diff --git a/build/advrobotics_lab3_ros2/ament_cmake_core/stamps/templates_2_cmake.py.stamp b/build/advrobotics_lab3_ros2/ament_cmake_core/stamps/templates_2_cmake.py.stamp new file mode 100644 index 0000000..fb2fb47 --- /dev/null +++ b/build/advrobotics_lab3_ros2/ament_cmake_core/stamps/templates_2_cmake.py.stamp @@ -0,0 +1,112 @@ +#!/usr/bin/env python3 + +# Copyright 2014-2015 Open Source Robotics Foundation, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import argparse +import os +import sys + +from ament_package.templates import get_environment_hook_template_path +from ament_package.templates import get_package_level_template_names +from ament_package.templates import get_package_level_template_path +from ament_package.templates import get_prefix_level_template_names +from ament_package.templates import get_prefix_level_template_path + +IS_WINDOWS = os.name == 'nt' + + +def main(argv=sys.argv[1:]): + """ + Extract the information about templates provided by ament_package. + + Call the API provided by ament_package and + print CMake code defining several variables containing information about + the available templates. + """ + parser = argparse.ArgumentParser( + description='Extract information about templates provided by ' + 'ament_package and print CMake code defining several ' + 'variables', + ) + parser.add_argument( + 'outfile', + nargs='?', + help='The filename where the output should be written to', + ) + args = parser.parse_args(argv) + + lines = generate_cmake_code() + if args.outfile: + basepath = os.path.dirname(args.outfile) + if not os.path.exists(basepath): + os.makedirs(basepath) + with open(args.outfile, 'w') as f: + for line in lines: + f.write('%s\n' % line) + else: + for line in lines: + print(line) + + +def generate_cmake_code(): + """ + Return a list of CMake set() commands containing the template information. + + :returns: list of str + """ + variables = [] + + if not IS_WINDOWS: + variables.append(( + 'ENVIRONMENT_HOOK_LIBRARY_PATH', + '"%s"' % get_environment_hook_template_path('library_path.sh'))) + else: + variables.append(('ENVIRONMENT_HOOK_LIBRARY_PATH', '')) + + ext = '.bat.in' if IS_WINDOWS else '.sh.in' + variables.append(( + 'ENVIRONMENT_HOOK_PYTHONPATH', + '"%s"' % get_environment_hook_template_path('pythonpath' + ext))) + + templates = [] + for name in get_package_level_template_names(): + templates.append('"%s"' % get_package_level_template_path(name)) + variables.append(( + 'PACKAGE_LEVEL', + templates)) + + templates = [] + for name in get_prefix_level_template_names(): + templates.append('"%s"' % get_prefix_level_template_path(name)) + variables.append(( + 'PREFIX_LEVEL', + templates)) + + lines = [] + for (k, v) in variables: + if isinstance(v, list): + lines.append('set(ament_cmake_package_templates_%s "")' % k) + for vv in v: + lines.append('list(APPEND ament_cmake_package_templates_%s %s)' + % (k, vv)) + else: + lines.append('set(ament_cmake_package_templates_%s %s)' % (k, v)) + # Ensure backslashes are replaced with forward slashes because CMake cannot + # parse files with backslashes in it. + return [line.replace('\\', '/') for line in lines] + + +if __name__ == '__main__': + main() diff --git a/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/ament_prefix_path.dsv b/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/ament_prefix_path.dsv new file mode 100644 index 0000000..79d4c95 --- /dev/null +++ b/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/ament_prefix_path.dsv @@ -0,0 +1 @@ +prepend-non-duplicate;AMENT_PREFIX_PATH; diff --git a/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/local_setup.bash b/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/local_setup.bash new file mode 100644 index 0000000..49782f2 --- /dev/null +++ b/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/local_setup.bash @@ -0,0 +1,46 @@ +# generated from ament_package/template/package_level/local_setup.bash.in + +# source local_setup.sh from same directory as this file +_this_path=$(builtin cd "`dirname "${BASH_SOURCE[0]}"`" && pwd) +# provide AMENT_CURRENT_PREFIX to shell script +AMENT_CURRENT_PREFIX=$(builtin cd "`dirname "${BASH_SOURCE[0]}"`/../.." && pwd) +# store AMENT_CURRENT_PREFIX to restore it before each environment hook +_package_local_setup_AMENT_CURRENT_PREFIX=$AMENT_CURRENT_PREFIX + +# trace output +if [ -n "$AMENT_TRACE_SETUP_FILES" ]; then + echo "# . \"$_this_path/local_setup.sh\"" +fi +. "$_this_path/local_setup.sh" +unset _this_path + +# unset AMENT_ENVIRONMENT_HOOKS +# if not appending to them for return +if [ -z "$AMENT_RETURN_ENVIRONMENT_HOOKS" ]; then + unset AMENT_ENVIRONMENT_HOOKS +fi + +# restore AMENT_CURRENT_PREFIX before evaluating the environment hooks +AMENT_CURRENT_PREFIX=$_package_local_setup_AMENT_CURRENT_PREFIX +# list all environment hooks of this package + +# source all shell-specific environment hooks of this package +# if not returning them +if [ -z "$AMENT_RETURN_ENVIRONMENT_HOOKS" ]; then + _package_local_setup_IFS=$IFS + IFS=":" + for _hook in $AMENT_ENVIRONMENT_HOOKS; do + # restore AMENT_CURRENT_PREFIX for each environment hook + AMENT_CURRENT_PREFIX=$_package_local_setup_AMENT_CURRENT_PREFIX + # restore IFS before sourcing other files + IFS=$_package_local_setup_IFS + . "$_hook" + done + unset _hook + IFS=$_package_local_setup_IFS + unset _package_local_setup_IFS + unset AMENT_ENVIRONMENT_HOOKS +fi + +unset _package_local_setup_AMENT_CURRENT_PREFIX +unset AMENT_CURRENT_PREFIX diff --git a/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/local_setup.dsv b/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/local_setup.dsv new file mode 100644 index 0000000..888de4f --- /dev/null +++ b/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/local_setup.dsv @@ -0,0 +1,2 @@ +source;share/advrobotics_lab3_ros2/environment/ament_prefix_path.sh +source;share/advrobotics_lab3_ros2/environment/path.sh diff --git a/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/local_setup.sh b/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/local_setup.sh new file mode 100644 index 0000000..4b2f414 --- /dev/null +++ b/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/local_setup.sh @@ -0,0 +1,184 @@ +# generated from ament_package/template/package_level/local_setup.sh.in + +# since this file is sourced use either the provided AMENT_CURRENT_PREFIX +# or fall back to the destination set at configure time +: ${AMENT_CURRENT_PREFIX:="/home/ros/lab3_robotics/install/advrobotics_lab3_ros2"} +if [ ! -d "$AMENT_CURRENT_PREFIX" ]; then + if [ -z "$COLCON_CURRENT_PREFIX" ]; then + echo "The compile time prefix path '$AMENT_CURRENT_PREFIX' doesn't " \ + "exist. Consider sourcing a different extension than '.sh'." 1>&2 + else + AMENT_CURRENT_PREFIX="$COLCON_CURRENT_PREFIX" + fi +fi + +# function to append values to environment variables +# using colons as separators and avoiding leading separators +ament_append_value() { + # arguments + _listname="$1" + _value="$2" + #echo "listname $_listname" + #eval echo "list value \$$_listname" + #echo "value $_value" + + # avoid leading separator + eval _values=\"\$$_listname\" + if [ -z "$_values" ]; then + eval export $_listname=\"$_value\" + #eval echo "set list \$$_listname" + else + # field separator must not be a colon + _ament_append_value_IFS=$IFS + unset IFS + eval export $_listname=\"\$$_listname:$_value\" + #eval echo "append list \$$_listname" + IFS=$_ament_append_value_IFS + unset _ament_append_value_IFS + fi + unset _values + + unset _value + unset _listname +} + +# function to append non-duplicate values to environment variables +# using colons as separators and avoiding leading separators +ament_append_unique_value() { + # arguments + _listname=$1 + _value=$2 + #echo "listname $_listname" + #eval echo "list value \$$_listname" + #echo "value $_value" + + # check if the list contains the value + eval _values=\$$_listname + _duplicate= + _ament_append_unique_value_IFS=$IFS + IFS=":" + if [ "$AMENT_SHELL" = "zsh" ]; then + ament_zsh_to_array _values + fi + for _item in $_values; do + # ignore empty strings + if [ -z "$_item" ]; then + continue + fi + if [ $_item = $_value ]; then + _duplicate=1 + fi + done + unset _item + + # append only non-duplicates + if [ -z "$_duplicate" ]; then + # avoid leading separator + if [ -z "$_values" ]; then + eval $_listname=\"$_value\" + #eval echo "set list \$$_listname" + else + # field separator must not be a colon + unset IFS + eval $_listname=\"\$$_listname:$_value\" + #eval echo "append list \$$_listname" + fi + fi + IFS=$_ament_append_unique_value_IFS + unset _ament_append_unique_value_IFS + unset _duplicate + unset _values + + unset _value + unset _listname +} + +# function to prepend non-duplicate values to environment variables +# using colons as separators and avoiding trailing separators +ament_prepend_unique_value() { + # arguments + _listname="$1" + _value="$2" + #echo "listname $_listname" + #eval echo "list value \$$_listname" + #echo "value $_value" + + # check if the list contains the value + eval _values=\"\$$_listname\" + _duplicate= + _ament_prepend_unique_value_IFS=$IFS + IFS=":" + if [ "$AMENT_SHELL" = "zsh" ]; then + ament_zsh_to_array _values + fi + for _item in $_values; do + # ignore empty strings + if [ -z "$_item" ]; then + continue + fi + if [ "$_item" = "$_value" ]; then + _duplicate=1 + fi + done + unset _item + + # prepend only non-duplicates + if [ -z "$_duplicate" ]; then + # avoid trailing separator + if [ -z "$_values" ]; then + eval export $_listname=\"$_value\" + #eval echo "set list \$$_listname" + else + # field separator must not be a colon + unset IFS + eval export $_listname=\"$_value:\$$_listname\" + #eval echo "prepend list \$$_listname" + fi + fi + IFS=$_ament_prepend_unique_value_IFS + unset _ament_prepend_unique_value_IFS + unset _duplicate + unset _values + + unset _value + unset _listname +} + +# unset AMENT_ENVIRONMENT_HOOKS +# if not appending to them for return +if [ -z "$AMENT_RETURN_ENVIRONMENT_HOOKS" ]; then + unset AMENT_ENVIRONMENT_HOOKS +fi + +# list all environment hooks of this package +ament_append_value AMENT_ENVIRONMENT_HOOKS "$AMENT_CURRENT_PREFIX/share/advrobotics_lab3_ros2/environment/ament_prefix_path.sh" +ament_append_value AMENT_ENVIRONMENT_HOOKS "$AMENT_CURRENT_PREFIX/share/advrobotics_lab3_ros2/environment/path.sh" + +# source all shell-specific environment hooks of this package +# if not returning them +if [ -z "$AMENT_RETURN_ENVIRONMENT_HOOKS" ]; then + _package_local_setup_IFS=$IFS + IFS=":" + if [ "$AMENT_SHELL" = "zsh" ]; then + ament_zsh_to_array AMENT_ENVIRONMENT_HOOKS + fi + for _hook in $AMENT_ENVIRONMENT_HOOKS; do + if [ -f "$_hook" ]; then + # restore IFS before sourcing other files + IFS=$_package_local_setup_IFS + # trace output + if [ -n "$AMENT_TRACE_SETUP_FILES" ]; then + echo "# . \"$_hook\"" + fi + . "$_hook" + fi + done + unset _hook + IFS=$_package_local_setup_IFS + unset _package_local_setup_IFS + unset AMENT_ENVIRONMENT_HOOKS +fi + +# reset AMENT_CURRENT_PREFIX after each package +# allowing to source multiple package-level setup files +unset AMENT_CURRENT_PREFIX diff --git a/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/local_setup.zsh b/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/local_setup.zsh new file mode 100644 index 0000000..fe161be --- /dev/null +++ b/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/local_setup.zsh @@ -0,0 +1,59 @@ +# generated from ament_package/template/package_level/local_setup.zsh.in + +AMENT_SHELL=zsh + +# source local_setup.sh from same directory as this file +_this_path=$(builtin cd -q "`dirname "${(%):-%N}"`" > /dev/null && pwd) +# provide AMENT_CURRENT_PREFIX to shell script +AMENT_CURRENT_PREFIX=$(builtin cd -q "`dirname "${(%):-%N}"`/../.." > /dev/null && pwd) +# store AMENT_CURRENT_PREFIX to restore it before each environment hook +_package_local_setup_AMENT_CURRENT_PREFIX=$AMENT_CURRENT_PREFIX + +# function to convert array-like strings into arrays +# to wordaround SH_WORD_SPLIT not being set +ament_zsh_to_array() { + local _listname=$1 + local _dollar="$" + local _split="{=" + local _to_array="(\"$_dollar$_split$_listname}\")" + eval $_listname=$_to_array +} + +# trace output +if [ -n "$AMENT_TRACE_SETUP_FILES" ]; then + echo "# . \"$_this_path/local_setup.sh\"" +fi +# the package-level local_setup file unsets AMENT_CURRENT_PREFIX +. "$_this_path/local_setup.sh" +unset _this_path + +# unset AMENT_ENVIRONMENT_HOOKS +# if not appending to them for return +if [ -z "$AMENT_RETURN_ENVIRONMENT_HOOKS" ]; then + unset AMENT_ENVIRONMENT_HOOKS +fi + +# restore AMENT_CURRENT_PREFIX before evaluating the environment hooks +AMENT_CURRENT_PREFIX=$_package_local_setup_AMENT_CURRENT_PREFIX +# list all environment hooks of this package + +# source all shell-specific environment hooks of this package +# if not returning them +if [ -z "$AMENT_RETURN_ENVIRONMENT_HOOKS" ]; then + _package_local_setup_IFS=$IFS + IFS=":" + for _hook in $AMENT_ENVIRONMENT_HOOKS; do + # restore AMENT_CURRENT_PREFIX for each environment hook + AMENT_CURRENT_PREFIX=$_package_local_setup_AMENT_CURRENT_PREFIX + # restore IFS before sourcing other files + IFS=$_package_local_setup_IFS + . "$_hook" + done + unset _hook + IFS=$_package_local_setup_IFS + unset _package_local_setup_IFS + unset AMENT_ENVIRONMENT_HOOKS +fi + +unset _package_local_setup_AMENT_CURRENT_PREFIX +unset AMENT_CURRENT_PREFIX diff --git a/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/package.dsv b/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/package.dsv new file mode 100644 index 0000000..6e1160f --- /dev/null +++ b/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/package.dsv @@ -0,0 +1,4 @@ +source;share/advrobotics_lab3_ros2/local_setup.bash +source;share/advrobotics_lab3_ros2/local_setup.dsv +source;share/advrobotics_lab3_ros2/local_setup.sh +source;share/advrobotics_lab3_ros2/local_setup.zsh diff --git a/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/path.dsv b/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/path.dsv new file mode 100644 index 0000000..b94426a --- /dev/null +++ b/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/path.dsv @@ -0,0 +1 @@ +prepend-non-duplicate-if-exists;PATH;bin diff --git a/build/advrobotics_lab3_ros2/ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_ros2 b/build/advrobotics_lab3_ros2/ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_ros2 new file mode 100644 index 0000000..94195de --- /dev/null +++ b/build/advrobotics_lab3_ros2/ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_ros2 @@ -0,0 +1 @@ +rclcpp;advrobotics_lab3_interfaces;ament_lint_auto;ament_lint_common \ No newline at end of file diff --git a/build/advrobotics_lab3_ros2/ament_cmake_index/share/ament_index/resource_index/packages/advrobotics_lab3_ros2 b/build/advrobotics_lab3_ros2/ament_cmake_index/share/ament_index/resource_index/packages/advrobotics_lab3_ros2 new file mode 100644 index 0000000..e69de29 diff --git a/build/advrobotics_lab3_ros2/ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_ros2 b/build/advrobotics_lab3_ros2/ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_ros2 new file mode 100644 index 0000000..64c4efa --- /dev/null +++ b/build/advrobotics_lab3_ros2/ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_ros2 @@ -0,0 +1 @@ +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_example:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/opt/ros/humble \ No newline at end of file diff --git a/build/advrobotics_lab3_ros2/ament_cmake_package_templates/templates.cmake b/build/advrobotics_lab3_ros2/ament_cmake_package_templates/templates.cmake new file mode 100644 index 0000000..42a5a03 --- /dev/null +++ b/build/advrobotics_lab3_ros2/ament_cmake_package_templates/templates.cmake @@ -0,0 +1,14 @@ +set(ament_cmake_package_templates_ENVIRONMENT_HOOK_LIBRARY_PATH "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/environment_hook/library_path.sh") +set(ament_cmake_package_templates_ENVIRONMENT_HOOK_PYTHONPATH "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/environment_hook/pythonpath.sh.in") +set(ament_cmake_package_templates_PACKAGE_LEVEL "") +list(APPEND ament_cmake_package_templates_PACKAGE_LEVEL "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/package_level/local_setup.bash.in") +list(APPEND ament_cmake_package_templates_PACKAGE_LEVEL "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/package_level/local_setup.sh.in") +list(APPEND ament_cmake_package_templates_PACKAGE_LEVEL "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/package_level/local_setup.zsh.in") +set(ament_cmake_package_templates_PREFIX_LEVEL "") +list(APPEND ament_cmake_package_templates_PREFIX_LEVEL "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/prefix_level/local_setup.bash") +list(APPEND ament_cmake_package_templates_PREFIX_LEVEL "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/prefix_level/local_setup.sh.in") +list(APPEND ament_cmake_package_templates_PREFIX_LEVEL "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/prefix_level/local_setup.zsh") +list(APPEND ament_cmake_package_templates_PREFIX_LEVEL "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/prefix_level/setup.bash") +list(APPEND ament_cmake_package_templates_PREFIX_LEVEL "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/prefix_level/setup.sh.in") +list(APPEND ament_cmake_package_templates_PREFIX_LEVEL "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/prefix_level/setup.zsh") +list(APPEND ament_cmake_package_templates_PREFIX_LEVEL "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/prefix_level/_local_setup_util.py") diff --git a/build/advrobotics_lab3_ros2/ament_cmake_uninstall_target/ament_cmake_uninstall_target.cmake b/build/advrobotics_lab3_ros2/ament_cmake_uninstall_target/ament_cmake_uninstall_target.cmake new file mode 100644 index 0000000..46d0201 --- /dev/null +++ b/build/advrobotics_lab3_ros2/ament_cmake_uninstall_target/ament_cmake_uninstall_target.cmake @@ -0,0 +1,57 @@ +# generated from +# ament_cmake_core/cmake/uninstall_target/ament_cmake_uninstall_target.cmake.in + +function(ament_cmake_uninstall_target_remove_empty_directories path) + set(install_space "/home/ros/lab3_robotics/install/advrobotics_lab3_ros2") + if(install_space STREQUAL "") + message(FATAL_ERROR "The CMAKE_INSTALL_PREFIX variable must not be empty") + endif() + + string(LENGTH "${install_space}" length) + string(SUBSTRING "${path}" 0 ${length} path_prefix) + if(NOT path_prefix STREQUAL install_space) + message(FATAL_ERROR "The path '${path}' must be within the install space '${install_space}'") + endif() + if(path STREQUAL install_space) + return() + endif() + + # check if directory is empty + file(GLOB files "${path}/*") + list(LENGTH files length) + if(length EQUAL 0) + message(STATUS "Uninstalling: ${path}/") + execute_process(COMMAND "/usr/bin/cmake" "-E" "remove_directory" "${path}") + # recursively try to remove parent directories + get_filename_component(parent_path "${path}" PATH) + ament_cmake_uninstall_target_remove_empty_directories("${parent_path}") + endif() +endfunction() + +# uninstall files installed using the standard install() function +set(install_manifest "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/install_manifest.txt") +if(NOT EXISTS "${install_manifest}") + message(FATAL_ERROR "Cannot find install manifest: ${install_manifest}") +endif() + +file(READ "${install_manifest}" installed_files) +string(REGEX REPLACE "\n" ";" installed_files "${installed_files}") +foreach(installed_file ${installed_files}) + if(EXISTS "${installed_file}" OR IS_SYMLINK "${installed_file}") + message(STATUS "Uninstalling: ${installed_file}") + file(REMOVE "${installed_file}") + if(EXISTS "${installed_file}" OR IS_SYMLINK "${installed_file}") + message(FATAL_ERROR "Failed to remove '${installed_file}'") + endif() + + # remove empty parent folders + get_filename_component(parent_path "${installed_file}" PATH) + ament_cmake_uninstall_target_remove_empty_directories("${parent_path}") + endif() +endforeach() + +# end of template + +message(STATUS "Execute custom uninstall script") + +# begin of custom uninstall code diff --git a/build/advrobotics_lab3_ros2/cmake_args.last b/build/advrobotics_lab3_ros2/cmake_args.last new file mode 100644 index 0000000..4af1832 --- /dev/null +++ b/build/advrobotics_lab3_ros2/cmake_args.last @@ -0,0 +1 @@ +None \ No newline at end of file diff --git a/build/advrobotics_lab3_ros2/cmake_install.cmake b/build/advrobotics_lab3_ros2/cmake_install.cmake new file mode 100644 index 0000000..7c8207f --- /dev/null +++ b/build/advrobotics_lab3_ros2/cmake_install.cmake @@ -0,0 +1,173 @@ +# Install script for directory: /home/ros/lab3_robotics/advrobotics_lab3_ros2 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/home/ros/lab3_robotics/install/advrobotics_lab3_ros2") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/advrobotics_lab3_ros2/ik_server" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/advrobotics_lab3_ros2/ik_server") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/advrobotics_lab3_ros2/ik_server" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/advrobotics_lab3_ros2" TYPE EXECUTABLE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ik_server") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/advrobotics_lab3_ros2/ik_server" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/advrobotics_lab3_ros2/ik_server") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/advrobotics_lab3_ros2/ik_server" + OLD_RPATH "/opt/ros/humble/lib:/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/advrobotics_lab3_ros2/ik_server") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/advrobotics_lab3_ros2/ik_client" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/advrobotics_lab3_ros2/ik_client") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/advrobotics_lab3_ros2/ik_client" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/advrobotics_lab3_ros2" TYPE EXECUTABLE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ik_client") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/advrobotics_lab3_ros2/ik_client" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/advrobotics_lab3_ros2/ik_client") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/advrobotics_lab3_ros2/ik_client" + OLD_RPATH "/opt/ros/humble/lib:/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/advrobotics_lab3_ros2/ik_client") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/advrobotics_lab3_ros2/poppy_core" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/advrobotics_lab3_ros2/poppy_core") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/advrobotics_lab3_ros2/poppy_core" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/advrobotics_lab3_ros2" TYPE EXECUTABLE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/poppy_core") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/advrobotics_lab3_ros2/poppy_core" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/advrobotics_lab3_ros2/poppy_core") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/advrobotics_lab3_ros2/poppy_core" + OLD_RPATH "/opt/ros/humble/lib:/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/advrobotics_lab3_ros2/poppy_core") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/ament_index/resource_index/package_run_dependencies" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_ros2") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/ament_index/resource_index/parent_prefix_path" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_ros2") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_ros2/environment" TYPE FILE FILES "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/environment/ament_prefix_path.sh") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_ros2/environment" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/ament_prefix_path.dsv") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_ros2/environment" TYPE FILE FILES "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/environment/path.sh") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_ros2/environment" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/path.dsv") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_ros2" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/local_setup.bash") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_ros2" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/local_setup.sh") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_ros2" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/local_setup.zsh") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_ros2" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/local_setup.dsv") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_ros2" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ament_cmake_environment_hooks/package.dsv") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/ament_index/resource_index/packages" TYPE FILE FILES "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ament_cmake_index/share/ament_index/resource_index/packages/advrobotics_lab3_ros2") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_ros2/cmake" TYPE FILE FILES + "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ament_cmake_core/advrobotics_lab3_ros2Config.cmake" + "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/ament_cmake_core/advrobotics_lab3_ros2Config-version.cmake" + ) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/advrobotics_lab3_ros2" TYPE FILE FILES "/home/ros/lab3_robotics/advrobotics_lab3_ros2/package.xml") +endif() + +if(CMAKE_INSTALL_COMPONENT) + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +file(WRITE "/home/ros/lab3_robotics/build/advrobotics_lab3_ros2/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/build/advrobotics_lab3_ros2/colcon_build.rc b/build/advrobotics_lab3_ros2/colcon_build.rc new file mode 100644 index 0000000..573541a --- /dev/null +++ b/build/advrobotics_lab3_ros2/colcon_build.rc @@ -0,0 +1 @@ +0 diff --git a/build/advrobotics_lab3_ros2/colcon_command_prefix_build.sh b/build/advrobotics_lab3_ros2/colcon_command_prefix_build.sh new file mode 100644 index 0000000..0f18e45 --- /dev/null +++ b/build/advrobotics_lab3_ros2/colcon_command_prefix_build.sh @@ -0,0 +1,2 @@ +# generated from colcon_core/shell/template/command_prefix.sh.em +. "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.sh" diff --git a/build/advrobotics_lab3_ros2/colcon_command_prefix_build.sh.env b/build/advrobotics_lab3_ros2/colcon_command_prefix_build.sh.env new file mode 100644 index 0000000..e86ba68 --- /dev/null +++ b/build/advrobotics_lab3_ros2/colcon_command_prefix_build.sh.env @@ -0,0 +1,73 @@ +AMENT_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_example:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/opt/ros/humble +CMAKE_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk +COLCON=1 +COLCON_PREFIX_PATH=/home/ros/turtlebot3_ws/install +COLORTERM=truecolor +DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus +DESKTOP_SESSION=ubuntu +DISPLAY=:0 +GAZEBO_MASTER_URI=http://localhost:11345 +GAZEBO_MODEL_DATABASE_URI=http://models.gazebosim.org +GAZEBO_MODEL_PATH=/usr/share/gazebo-11/models: +GAZEBO_PLUGIN_PATH=/usr/lib/x86_64-linux-gnu/gazebo-11/plugins: +GAZEBO_RESOURCE_PATH=/usr/share/gazebo-11: +GDMSESSION=ubuntu +GNOME_DESKTOP_SESSION_ID=this-is-deprecated +GNOME_SETUP_DISPLAY=:1 +GNOME_SHELL_SESSION_MODE=ubuntu +GNOME_TERMINAL_SCREEN=/org/gnome/Terminal/screen/9cb7851e_e0dd_4448_ab9d_cc1f7028e359 +GNOME_TERMINAL_SERVICE=:1.96 +GTK_MODULES=gail:atk-bridge +HOME=/home/ros +IM_CONFIG_PHASE=1 +LANG=en_US.UTF-8 +LC_ADDRESS=fr_FR.UTF-8 +LC_IDENTIFICATION=fr_FR.UTF-8 +LC_MEASUREMENT=fr_FR.UTF-8 +LC_MONETARY=fr_FR.UTF-8 +LC_NAME=fr_FR.UTF-8 +LC_NUMERIC=fr_FR.UTF-8 +LC_PAPER=fr_FR.UTF-8 +LC_TELEPHONE=fr_FR.UTF-8 +LC_TIME=fr_FR.UTF-8 +LD_LIBRARY_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins +LESSCLOSE=/usr/bin/lesspipe %s %s +LESSOPEN=| /usr/bin/lesspipe %s +LOGNAME=ros +LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36: +OGRE_RESOURCE_PATH=/usr/lib/x86_64-linux-gnu/OGRE-1.9.0 +OLDPWD=/home/ros/lab3_robotics/advrobotics_lab3_interfaces +PATH=/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin +PWD=/home/ros/lab3_robotics/build/advrobotics_lab3_ros2 +PYTHONPATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages:/home/ros/turtlebot3_ws/build/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_teleop/lib/python3.10/site-packages:/home/ros/turtlebot3_ws/build/turtlebot3_example:/home/ros/turtlebot3_ws/install/turtlebot3_example/lib/python3.10/site-packages:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/local/lib/python3.10/dist-packages:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/local/lib/python3.10/dist-packages:/home/ros/turtlebot3_ws/install/dynamixel_sdk/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages +QT_ACCESSIBILITY=1 +QT_IM_MODULE=ibus +RMW_IMPLEMENTATION=rmw_cyclonedds_cpp +ROS_DISTRO=humble +ROS_DOMAIN_ID=7 +ROS_LOCALHOST_ONLY=0 +ROS_PYTHON_VERSION=3 +ROS_VERSION=2 +SESSION_MANAGER=local/ros-ubuntu07:@/tmp/.ICE-unix/1613,unix/ros-ubuntu07:/tmp/.ICE-unix/1613 +SHELL=/bin/bash +SHLVL=1 +SSH_AGENT_LAUNCHER=gnome-keyring +SSH_AUTH_SOCK=/run/user/1000/keyring/ssh +SYSTEMD_EXEC_PID=1645 +TERM=xterm-256color +TURTLEBOT3_MODEL=burger +USER=ros +USERNAME=ros +VTE_VERSION=6800 +WAYLAND_DISPLAY=wayland-0 +XAUTHORITY=/run/user/1000/.mutter-Xwaylandauth.KF9LH3 +XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg +XDG_CURRENT_DESKTOP=ubuntu:GNOME +XDG_DATA_DIRS=/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop +XDG_MENU_PREFIX=gnome- +XDG_RUNTIME_DIR=/run/user/1000 +XDG_SESSION_CLASS=user +XDG_SESSION_DESKTOP=ubuntu +XDG_SESSION_TYPE=wayland +XMODIFIERS=@im=ibus +_=/usr/bin/colcon diff --git a/build/advrobotics_lab3_ros2/ik_client b/build/advrobotics_lab3_ros2/ik_client new file mode 100755 index 0000000..e1e54b5 Binary files /dev/null and b/build/advrobotics_lab3_ros2/ik_client differ diff --git a/build/advrobotics_lab3_ros2/ik_server b/build/advrobotics_lab3_ros2/ik_server new file mode 100755 index 0000000..89349a2 Binary files /dev/null and b/build/advrobotics_lab3_ros2/ik_server differ diff --git a/build/advrobotics_lab3_ros2/install_manifest.txt b/build/advrobotics_lab3_ros2/install_manifest.txt new file mode 100644 index 0000000..423a06d --- /dev/null +++ b/build/advrobotics_lab3_ros2/install_manifest.txt @@ -0,0 +1,18 @@ +/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_server +/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_client +/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/poppy_core +/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_ros2 +/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_ros2 +/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.sh +/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.dsv +/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.sh +/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.dsv +/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.bash +/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.sh +/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.zsh +/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.dsv +/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv +/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/ament_index/resource_index/packages/advrobotics_lab3_ros2 +/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config.cmake +/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config-version.cmake +/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.xml \ No newline at end of file diff --git a/build/advrobotics_lab3_ros2/poppy_core b/build/advrobotics_lab3_ros2/poppy_core new file mode 100755 index 0000000..9f022f7 Binary files /dev/null and b/build/advrobotics_lab3_ros2/poppy_core differ diff --git a/install/.colcon_install_layout b/install/.colcon_install_layout new file mode 100644 index 0000000..3aad533 --- /dev/null +++ b/install/.colcon_install_layout @@ -0,0 +1 @@ +isolated diff --git a/install/COLCON_IGNORE b/install/COLCON_IGNORE new file mode 100644 index 0000000..e69de29 diff --git a/install/_local_setup_util_ps1.py b/install/_local_setup_util_ps1.py new file mode 100644 index 0000000..3c6d9e8 --- /dev/null +++ b/install/_local_setup_util_ps1.py @@ -0,0 +1,407 @@ +# Copyright 2016-2019 Dirk Thomas +# Licensed under the Apache License, Version 2.0 + +import argparse +from collections import OrderedDict +import os +from pathlib import Path +import sys + + +FORMAT_STR_COMMENT_LINE = '# {comment}' +FORMAT_STR_SET_ENV_VAR = 'Set-Item -Path "Env:{name}" -Value "{value}"' +FORMAT_STR_USE_ENV_VAR = '$env:{name}' +FORMAT_STR_INVOKE_SCRIPT = '_colcon_prefix_powershell_source_script "{script_path}"' # noqa: E501 +FORMAT_STR_REMOVE_LEADING_SEPARATOR = '' # noqa: E501 +FORMAT_STR_REMOVE_TRAILING_SEPARATOR = '' # noqa: E501 + +DSV_TYPE_APPEND_NON_DUPLICATE = 'append-non-duplicate' +DSV_TYPE_PREPEND_NON_DUPLICATE = 'prepend-non-duplicate' +DSV_TYPE_PREPEND_NON_DUPLICATE_IF_EXISTS = 'prepend-non-duplicate-if-exists' +DSV_TYPE_SET = 'set' +DSV_TYPE_SET_IF_UNSET = 'set-if-unset' +DSV_TYPE_SOURCE = 'source' + + +def main(argv=sys.argv[1:]): # noqa: D103 + parser = argparse.ArgumentParser( + description='Output shell commands for the packages in topological ' + 'order') + parser.add_argument( + 'primary_extension', + help='The file extension of the primary shell') + parser.add_argument( + 'additional_extension', nargs='?', + help='The additional file extension to be considered') + parser.add_argument( + '--merged-install', action='store_true', + help='All install prefixes are merged into a single location') + args = parser.parse_args(argv) + + packages = get_packages(Path(__file__).parent, args.merged_install) + + ordered_packages = order_packages(packages) + for pkg_name in ordered_packages: + if _include_comments(): + print( + FORMAT_STR_COMMENT_LINE.format_map( + {'comment': 'Package: ' + pkg_name})) + prefix = os.path.abspath(os.path.dirname(__file__)) + if not args.merged_install: + prefix = os.path.join(prefix, pkg_name) + for line in get_commands( + pkg_name, prefix, args.primary_extension, + args.additional_extension + ): + print(line) + + for line in _remove_ending_separators(): + print(line) + + +def get_packages(prefix_path, merged_install): + """ + Find packages based on colcon-specific files created during installation. + + :param Path prefix_path: The install prefix path of all packages + :param bool merged_install: The flag if the packages are all installed + directly in the prefix or if each package is installed in a subdirectory + named after the package + :returns: A mapping from the package name to the set of runtime + dependencies + :rtype: dict + """ + packages = {} + # since importing colcon_core isn't feasible here the following constant + # must match colcon_core.location.get_relative_package_index_path() + subdirectory = 'share/colcon-core/packages' + if merged_install: + # return if workspace is empty + if not (prefix_path / subdirectory).is_dir(): + return packages + # find all files in the subdirectory + for p in (prefix_path / subdirectory).iterdir(): + if not p.is_file(): + continue + if p.name.startswith('.'): + continue + add_package_runtime_dependencies(p, packages) + else: + # for each subdirectory look for the package specific file + for p in prefix_path.iterdir(): + if not p.is_dir(): + continue + if p.name.startswith('.'): + continue + p = p / subdirectory / p.name + if p.is_file(): + add_package_runtime_dependencies(p, packages) + + # remove unknown dependencies + pkg_names = set(packages.keys()) + for k in packages.keys(): + packages[k] = {d for d in packages[k] if d in pkg_names} + + return packages + + +def add_package_runtime_dependencies(path, packages): + """ + Check the path and if it exists extract the packages runtime dependencies. + + :param Path path: The resource file containing the runtime dependencies + :param dict packages: A mapping from package names to the sets of runtime + dependencies to add to + """ + content = path.read_text() + dependencies = set(content.split(os.pathsep) if content else []) + packages[path.name] = dependencies + + +def order_packages(packages): + """ + Order packages topologically. + + :param dict packages: A mapping from package name to the set of runtime + dependencies + :returns: The package names + :rtype: list + """ + # select packages with no dependencies in alphabetical order + to_be_ordered = list(packages.keys()) + ordered = [] + while to_be_ordered: + pkg_names_without_deps = [ + name for name in to_be_ordered if not packages[name]] + if not pkg_names_without_deps: + reduce_cycle_set(packages) + raise RuntimeError( + 'Circular dependency between: ' + ', '.join(sorted(packages))) + pkg_names_without_deps.sort() + pkg_name = pkg_names_without_deps[0] + to_be_ordered.remove(pkg_name) + ordered.append(pkg_name) + # remove item from dependency lists + for k in list(packages.keys()): + if pkg_name in packages[k]: + packages[k].remove(pkg_name) + return ordered + + +def reduce_cycle_set(packages): + """ + Reduce the set of packages to the ones part of the circular dependency. + + :param dict packages: A mapping from package name to the set of runtime + dependencies which is modified in place + """ + last_depended = None + while len(packages) > 0: + # get all remaining dependencies + depended = set() + for pkg_name, dependencies in packages.items(): + depended = depended.union(dependencies) + # remove all packages which are not dependent on + for name in list(packages.keys()): + if name not in depended: + del packages[name] + if last_depended: + # if remaining packages haven't changed return them + if last_depended == depended: + return packages.keys() + # otherwise reduce again + last_depended = depended + + +def _include_comments(): + # skipping comment lines when COLCON_TRACE is not set speeds up the + # processing especially on Windows + return bool(os.environ.get('COLCON_TRACE')) + + +def get_commands(pkg_name, prefix, primary_extension, additional_extension): + commands = [] + package_dsv_path = os.path.join(prefix, 'share', pkg_name, 'package.dsv') + if os.path.exists(package_dsv_path): + commands += process_dsv_file( + package_dsv_path, prefix, primary_extension, additional_extension) + return commands + + +def process_dsv_file( + dsv_path, prefix, primary_extension=None, additional_extension=None +): + commands = [] + if _include_comments(): + commands.append(FORMAT_STR_COMMENT_LINE.format_map({'comment': dsv_path})) + with open(dsv_path, 'r') as h: + content = h.read() + lines = content.splitlines() + + basenames = OrderedDict() + for i, line in enumerate(lines): + # skip over empty or whitespace-only lines + if not line.strip(): + continue + # skip over comments + if line.startswith('#'): + continue + try: + type_, remainder = line.split(';', 1) + except ValueError: + raise RuntimeError( + "Line %d in '%s' doesn't contain a semicolon separating the " + 'type from the arguments' % (i + 1, dsv_path)) + if type_ != DSV_TYPE_SOURCE: + # handle non-source lines + try: + commands += handle_dsv_types_except_source( + type_, remainder, prefix) + except RuntimeError as e: + raise RuntimeError( + "Line %d in '%s' %s" % (i + 1, dsv_path, e)) from e + else: + # group remaining source lines by basename + path_without_ext, ext = os.path.splitext(remainder) + if path_without_ext not in basenames: + basenames[path_without_ext] = set() + assert ext.startswith('.') + ext = ext[1:] + if ext in (primary_extension, additional_extension): + basenames[path_without_ext].add(ext) + + # add the dsv extension to each basename if the file exists + for basename, extensions in basenames.items(): + if not os.path.isabs(basename): + basename = os.path.join(prefix, basename) + if os.path.exists(basename + '.dsv'): + extensions.add('dsv') + + for basename, extensions in basenames.items(): + if not os.path.isabs(basename): + basename = os.path.join(prefix, basename) + if 'dsv' in extensions: + # process dsv files recursively + commands += process_dsv_file( + basename + '.dsv', prefix, primary_extension=primary_extension, + additional_extension=additional_extension) + elif primary_extension in extensions and len(extensions) == 1: + # source primary-only files + commands += [ + FORMAT_STR_INVOKE_SCRIPT.format_map({ + 'prefix': prefix, + 'script_path': basename + '.' + primary_extension})] + elif additional_extension in extensions: + # source non-primary files + commands += [ + FORMAT_STR_INVOKE_SCRIPT.format_map({ + 'prefix': prefix, + 'script_path': basename + '.' + additional_extension})] + + return commands + + +def handle_dsv_types_except_source(type_, remainder, prefix): + commands = [] + if type_ in (DSV_TYPE_SET, DSV_TYPE_SET_IF_UNSET): + try: + env_name, value = remainder.split(';', 1) + except ValueError: + raise RuntimeError( + "doesn't contain a semicolon separating the environment name " + 'from the value') + try_prefixed_value = os.path.join(prefix, value) if value else prefix + if os.path.exists(try_prefixed_value): + value = try_prefixed_value + if type_ == DSV_TYPE_SET: + commands += _set(env_name, value) + elif type_ == DSV_TYPE_SET_IF_UNSET: + commands += _set_if_unset(env_name, value) + else: + assert False + elif type_ in ( + DSV_TYPE_APPEND_NON_DUPLICATE, + DSV_TYPE_PREPEND_NON_DUPLICATE, + DSV_TYPE_PREPEND_NON_DUPLICATE_IF_EXISTS + ): + try: + env_name_and_values = remainder.split(';') + except ValueError: + raise RuntimeError( + "doesn't contain a semicolon separating the environment name " + 'from the values') + env_name = env_name_and_values[0] + values = env_name_and_values[1:] + for value in values: + if not value: + value = prefix + elif not os.path.isabs(value): + value = os.path.join(prefix, value) + if ( + type_ == DSV_TYPE_PREPEND_NON_DUPLICATE_IF_EXISTS and + not os.path.exists(value) + ): + comment = f'skip extending {env_name} with not existing ' \ + f'path: {value}' + if _include_comments(): + commands.append( + FORMAT_STR_COMMENT_LINE.format_map({'comment': comment})) + elif type_ == DSV_TYPE_APPEND_NON_DUPLICATE: + commands += _append_unique_value(env_name, value) + else: + commands += _prepend_unique_value(env_name, value) + else: + raise RuntimeError( + 'contains an unknown environment hook type: ' + type_) + return commands + + +env_state = {} + + +def _append_unique_value(name, value): + global env_state + if name not in env_state: + if os.environ.get(name): + env_state[name] = set(os.environ[name].split(os.pathsep)) + else: + env_state[name] = set() + # append even if the variable has not been set yet, in case a shell script sets the + # same variable without the knowledge of this Python script. + # later _remove_ending_separators() will cleanup any unintentional leading separator + extend = FORMAT_STR_USE_ENV_VAR.format_map({'name': name}) + os.pathsep + line = FORMAT_STR_SET_ENV_VAR.format_map( + {'name': name, 'value': extend + value}) + if value not in env_state[name]: + env_state[name].add(value) + else: + if not _include_comments(): + return [] + line = FORMAT_STR_COMMENT_LINE.format_map({'comment': line}) + return [line] + + +def _prepend_unique_value(name, value): + global env_state + if name not in env_state: + if os.environ.get(name): + env_state[name] = set(os.environ[name].split(os.pathsep)) + else: + env_state[name] = set() + # prepend even if the variable has not been set yet, in case a shell script sets the + # same variable without the knowledge of this Python script. + # later _remove_ending_separators() will cleanup any unintentional trailing separator + extend = os.pathsep + FORMAT_STR_USE_ENV_VAR.format_map({'name': name}) + line = FORMAT_STR_SET_ENV_VAR.format_map( + {'name': name, 'value': value + extend}) + if value not in env_state[name]: + env_state[name].add(value) + else: + if not _include_comments(): + return [] + line = FORMAT_STR_COMMENT_LINE.format_map({'comment': line}) + return [line] + + +# generate commands for removing prepended underscores +def _remove_ending_separators(): + # do nothing if the shell extension does not implement the logic + if FORMAT_STR_REMOVE_TRAILING_SEPARATOR is None: + return [] + + global env_state + commands = [] + for name in env_state: + # skip variables that already had values before this script started prepending + if name in os.environ: + continue + commands += [ + FORMAT_STR_REMOVE_LEADING_SEPARATOR.format_map({'name': name}), + FORMAT_STR_REMOVE_TRAILING_SEPARATOR.format_map({'name': name})] + return commands + + +def _set(name, value): + global env_state + env_state[name] = value + line = FORMAT_STR_SET_ENV_VAR.format_map( + {'name': name, 'value': value}) + return [line] + + +def _set_if_unset(name, value): + global env_state + line = FORMAT_STR_SET_ENV_VAR.format_map( + {'name': name, 'value': value}) + if env_state.get(name, os.environ.get(name)): + line = FORMAT_STR_COMMENT_LINE.format_map({'comment': line}) + return [line] + + +if __name__ == '__main__': # pragma: no cover + try: + rc = main() + except RuntimeError as e: + print(str(e), file=sys.stderr) + rc = 1 + sys.exit(rc) diff --git a/install/_local_setup_util_sh.py b/install/_local_setup_util_sh.py new file mode 100644 index 0000000..f67eaa9 --- /dev/null +++ b/install/_local_setup_util_sh.py @@ -0,0 +1,407 @@ +# Copyright 2016-2019 Dirk Thomas +# Licensed under the Apache License, Version 2.0 + +import argparse +from collections import OrderedDict +import os +from pathlib import Path +import sys + + +FORMAT_STR_COMMENT_LINE = '# {comment}' +FORMAT_STR_SET_ENV_VAR = 'export {name}="{value}"' +FORMAT_STR_USE_ENV_VAR = '${name}' +FORMAT_STR_INVOKE_SCRIPT = 'COLCON_CURRENT_PREFIX="{prefix}" _colcon_prefix_sh_source_script "{script_path}"' # noqa: E501 +FORMAT_STR_REMOVE_LEADING_SEPARATOR = 'if [ "$(echo -n ${name} | head -c 1)" = ":" ]; then export {name}=${{{name}#?}} ; fi' # noqa: E501 +FORMAT_STR_REMOVE_TRAILING_SEPARATOR = 'if [ "$(echo -n ${name} | tail -c 1)" = ":" ]; then export {name}=${{{name}%?}} ; fi' # noqa: E501 + +DSV_TYPE_APPEND_NON_DUPLICATE = 'append-non-duplicate' +DSV_TYPE_PREPEND_NON_DUPLICATE = 'prepend-non-duplicate' +DSV_TYPE_PREPEND_NON_DUPLICATE_IF_EXISTS = 'prepend-non-duplicate-if-exists' +DSV_TYPE_SET = 'set' +DSV_TYPE_SET_IF_UNSET = 'set-if-unset' +DSV_TYPE_SOURCE = 'source' + + +def main(argv=sys.argv[1:]): # noqa: D103 + parser = argparse.ArgumentParser( + description='Output shell commands for the packages in topological ' + 'order') + parser.add_argument( + 'primary_extension', + help='The file extension of the primary shell') + parser.add_argument( + 'additional_extension', nargs='?', + help='The additional file extension to be considered') + parser.add_argument( + '--merged-install', action='store_true', + help='All install prefixes are merged into a single location') + args = parser.parse_args(argv) + + packages = get_packages(Path(__file__).parent, args.merged_install) + + ordered_packages = order_packages(packages) + for pkg_name in ordered_packages: + if _include_comments(): + print( + FORMAT_STR_COMMENT_LINE.format_map( + {'comment': 'Package: ' + pkg_name})) + prefix = os.path.abspath(os.path.dirname(__file__)) + if not args.merged_install: + prefix = os.path.join(prefix, pkg_name) + for line in get_commands( + pkg_name, prefix, args.primary_extension, + args.additional_extension + ): + print(line) + + for line in _remove_ending_separators(): + print(line) + + +def get_packages(prefix_path, merged_install): + """ + Find packages based on colcon-specific files created during installation. + + :param Path prefix_path: The install prefix path of all packages + :param bool merged_install: The flag if the packages are all installed + directly in the prefix or if each package is installed in a subdirectory + named after the package + :returns: A mapping from the package name to the set of runtime + dependencies + :rtype: dict + """ + packages = {} + # since importing colcon_core isn't feasible here the following constant + # must match colcon_core.location.get_relative_package_index_path() + subdirectory = 'share/colcon-core/packages' + if merged_install: + # return if workspace is empty + if not (prefix_path / subdirectory).is_dir(): + return packages + # find all files in the subdirectory + for p in (prefix_path / subdirectory).iterdir(): + if not p.is_file(): + continue + if p.name.startswith('.'): + continue + add_package_runtime_dependencies(p, packages) + else: + # for each subdirectory look for the package specific file + for p in prefix_path.iterdir(): + if not p.is_dir(): + continue + if p.name.startswith('.'): + continue + p = p / subdirectory / p.name + if p.is_file(): + add_package_runtime_dependencies(p, packages) + + # remove unknown dependencies + pkg_names = set(packages.keys()) + for k in packages.keys(): + packages[k] = {d for d in packages[k] if d in pkg_names} + + return packages + + +def add_package_runtime_dependencies(path, packages): + """ + Check the path and if it exists extract the packages runtime dependencies. + + :param Path path: The resource file containing the runtime dependencies + :param dict packages: A mapping from package names to the sets of runtime + dependencies to add to + """ + content = path.read_text() + dependencies = set(content.split(os.pathsep) if content else []) + packages[path.name] = dependencies + + +def order_packages(packages): + """ + Order packages topologically. + + :param dict packages: A mapping from package name to the set of runtime + dependencies + :returns: The package names + :rtype: list + """ + # select packages with no dependencies in alphabetical order + to_be_ordered = list(packages.keys()) + ordered = [] + while to_be_ordered: + pkg_names_without_deps = [ + name for name in to_be_ordered if not packages[name]] + if not pkg_names_without_deps: + reduce_cycle_set(packages) + raise RuntimeError( + 'Circular dependency between: ' + ', '.join(sorted(packages))) + pkg_names_without_deps.sort() + pkg_name = pkg_names_without_deps[0] + to_be_ordered.remove(pkg_name) + ordered.append(pkg_name) + # remove item from dependency lists + for k in list(packages.keys()): + if pkg_name in packages[k]: + packages[k].remove(pkg_name) + return ordered + + +def reduce_cycle_set(packages): + """ + Reduce the set of packages to the ones part of the circular dependency. + + :param dict packages: A mapping from package name to the set of runtime + dependencies which is modified in place + """ + last_depended = None + while len(packages) > 0: + # get all remaining dependencies + depended = set() + for pkg_name, dependencies in packages.items(): + depended = depended.union(dependencies) + # remove all packages which are not dependent on + for name in list(packages.keys()): + if name not in depended: + del packages[name] + if last_depended: + # if remaining packages haven't changed return them + if last_depended == depended: + return packages.keys() + # otherwise reduce again + last_depended = depended + + +def _include_comments(): + # skipping comment lines when COLCON_TRACE is not set speeds up the + # processing especially on Windows + return bool(os.environ.get('COLCON_TRACE')) + + +def get_commands(pkg_name, prefix, primary_extension, additional_extension): + commands = [] + package_dsv_path = os.path.join(prefix, 'share', pkg_name, 'package.dsv') + if os.path.exists(package_dsv_path): + commands += process_dsv_file( + package_dsv_path, prefix, primary_extension, additional_extension) + return commands + + +def process_dsv_file( + dsv_path, prefix, primary_extension=None, additional_extension=None +): + commands = [] + if _include_comments(): + commands.append(FORMAT_STR_COMMENT_LINE.format_map({'comment': dsv_path})) + with open(dsv_path, 'r') as h: + content = h.read() + lines = content.splitlines() + + basenames = OrderedDict() + for i, line in enumerate(lines): + # skip over empty or whitespace-only lines + if not line.strip(): + continue + # skip over comments + if line.startswith('#'): + continue + try: + type_, remainder = line.split(';', 1) + except ValueError: + raise RuntimeError( + "Line %d in '%s' doesn't contain a semicolon separating the " + 'type from the arguments' % (i + 1, dsv_path)) + if type_ != DSV_TYPE_SOURCE: + # handle non-source lines + try: + commands += handle_dsv_types_except_source( + type_, remainder, prefix) + except RuntimeError as e: + raise RuntimeError( + "Line %d in '%s' %s" % (i + 1, dsv_path, e)) from e + else: + # group remaining source lines by basename + path_without_ext, ext = os.path.splitext(remainder) + if path_without_ext not in basenames: + basenames[path_without_ext] = set() + assert ext.startswith('.') + ext = ext[1:] + if ext in (primary_extension, additional_extension): + basenames[path_without_ext].add(ext) + + # add the dsv extension to each basename if the file exists + for basename, extensions in basenames.items(): + if not os.path.isabs(basename): + basename = os.path.join(prefix, basename) + if os.path.exists(basename + '.dsv'): + extensions.add('dsv') + + for basename, extensions in basenames.items(): + if not os.path.isabs(basename): + basename = os.path.join(prefix, basename) + if 'dsv' in extensions: + # process dsv files recursively + commands += process_dsv_file( + basename + '.dsv', prefix, primary_extension=primary_extension, + additional_extension=additional_extension) + elif primary_extension in extensions and len(extensions) == 1: + # source primary-only files + commands += [ + FORMAT_STR_INVOKE_SCRIPT.format_map({ + 'prefix': prefix, + 'script_path': basename + '.' + primary_extension})] + elif additional_extension in extensions: + # source non-primary files + commands += [ + FORMAT_STR_INVOKE_SCRIPT.format_map({ + 'prefix': prefix, + 'script_path': basename + '.' + additional_extension})] + + return commands + + +def handle_dsv_types_except_source(type_, remainder, prefix): + commands = [] + if type_ in (DSV_TYPE_SET, DSV_TYPE_SET_IF_UNSET): + try: + env_name, value = remainder.split(';', 1) + except ValueError: + raise RuntimeError( + "doesn't contain a semicolon separating the environment name " + 'from the value') + try_prefixed_value = os.path.join(prefix, value) if value else prefix + if os.path.exists(try_prefixed_value): + value = try_prefixed_value + if type_ == DSV_TYPE_SET: + commands += _set(env_name, value) + elif type_ == DSV_TYPE_SET_IF_UNSET: + commands += _set_if_unset(env_name, value) + else: + assert False + elif type_ in ( + DSV_TYPE_APPEND_NON_DUPLICATE, + DSV_TYPE_PREPEND_NON_DUPLICATE, + DSV_TYPE_PREPEND_NON_DUPLICATE_IF_EXISTS + ): + try: + env_name_and_values = remainder.split(';') + except ValueError: + raise RuntimeError( + "doesn't contain a semicolon separating the environment name " + 'from the values') + env_name = env_name_and_values[0] + values = env_name_and_values[1:] + for value in values: + if not value: + value = prefix + elif not os.path.isabs(value): + value = os.path.join(prefix, value) + if ( + type_ == DSV_TYPE_PREPEND_NON_DUPLICATE_IF_EXISTS and + not os.path.exists(value) + ): + comment = f'skip extending {env_name} with not existing ' \ + f'path: {value}' + if _include_comments(): + commands.append( + FORMAT_STR_COMMENT_LINE.format_map({'comment': comment})) + elif type_ == DSV_TYPE_APPEND_NON_DUPLICATE: + commands += _append_unique_value(env_name, value) + else: + commands += _prepend_unique_value(env_name, value) + else: + raise RuntimeError( + 'contains an unknown environment hook type: ' + type_) + return commands + + +env_state = {} + + +def _append_unique_value(name, value): + global env_state + if name not in env_state: + if os.environ.get(name): + env_state[name] = set(os.environ[name].split(os.pathsep)) + else: + env_state[name] = set() + # append even if the variable has not been set yet, in case a shell script sets the + # same variable without the knowledge of this Python script. + # later _remove_ending_separators() will cleanup any unintentional leading separator + extend = FORMAT_STR_USE_ENV_VAR.format_map({'name': name}) + os.pathsep + line = FORMAT_STR_SET_ENV_VAR.format_map( + {'name': name, 'value': extend + value}) + if value not in env_state[name]: + env_state[name].add(value) + else: + if not _include_comments(): + return [] + line = FORMAT_STR_COMMENT_LINE.format_map({'comment': line}) + return [line] + + +def _prepend_unique_value(name, value): + global env_state + if name not in env_state: + if os.environ.get(name): + env_state[name] = set(os.environ[name].split(os.pathsep)) + else: + env_state[name] = set() + # prepend even if the variable has not been set yet, in case a shell script sets the + # same variable without the knowledge of this Python script. + # later _remove_ending_separators() will cleanup any unintentional trailing separator + extend = os.pathsep + FORMAT_STR_USE_ENV_VAR.format_map({'name': name}) + line = FORMAT_STR_SET_ENV_VAR.format_map( + {'name': name, 'value': value + extend}) + if value not in env_state[name]: + env_state[name].add(value) + else: + if not _include_comments(): + return [] + line = FORMAT_STR_COMMENT_LINE.format_map({'comment': line}) + return [line] + + +# generate commands for removing prepended underscores +def _remove_ending_separators(): + # do nothing if the shell extension does not implement the logic + if FORMAT_STR_REMOVE_TRAILING_SEPARATOR is None: + return [] + + global env_state + commands = [] + for name in env_state: + # skip variables that already had values before this script started prepending + if name in os.environ: + continue + commands += [ + FORMAT_STR_REMOVE_LEADING_SEPARATOR.format_map({'name': name}), + FORMAT_STR_REMOVE_TRAILING_SEPARATOR.format_map({'name': name})] + return commands + + +def _set(name, value): + global env_state + env_state[name] = value + line = FORMAT_STR_SET_ENV_VAR.format_map( + {'name': name, 'value': value}) + return [line] + + +def _set_if_unset(name, value): + global env_state + line = FORMAT_STR_SET_ENV_VAR.format_map( + {'name': name, 'value': value}) + if env_state.get(name, os.environ.get(name)): + line = FORMAT_STR_COMMENT_LINE.format_map({'comment': line}) + return [line] + + +if __name__ == '__main__': # pragma: no cover + try: + rc = main() + except RuntimeError as e: + print(str(e), file=sys.stderr) + rc = 1 + sys.exit(rc) diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp new file mode 100644 index 0000000..8ba66e5 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp @@ -0,0 +1,56 @@ +// generated from rosidl_generator_cpp/resource/idl__builder.hpp.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__BUILDER_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__BUILDER_HPP_ + +#include +#include + +#include "advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp" +#include "rosidl_runtime_cpp/message_initialization.hpp" + + +namespace advrobotics_lab3_interfaces +{ + +namespace msg +{ + +namespace builder +{ + +class Init_Gripper_gripper +{ +public: + Init_Gripper_gripper() + : msg_(::rosidl_runtime_cpp::MessageInitialization::SKIP) + {} + ::advrobotics_lab3_interfaces::msg::Gripper gripper(::advrobotics_lab3_interfaces::msg::Gripper::_gripper_type arg) + { + msg_.gripper = std::move(arg); + return std::move(msg_); + } + +private: + ::advrobotics_lab3_interfaces::msg::Gripper msg_; +}; + +} // namespace builder + +} // namespace msg + +template +auto build(); + +template<> +inline +auto build<::advrobotics_lab3_interfaces::msg::Gripper>() +{ + return advrobotics_lab3_interfaces::msg::builder::Init_Gripper_gripper(); +} + +} // namespace advrobotics_lab3_interfaces + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__BUILDER_HPP_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c new file mode 100644 index 0000000..9e09262 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c @@ -0,0 +1,236 @@ +// generated from rosidl_generator_c/resource/idl__functions.c.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice +#include "advrobotics_lab3_interfaces/msg/detail/gripper__functions.h" + +#include +#include +#include +#include + +#include "rcutils/allocator.h" + + +bool +advrobotics_lab3_interfaces__msg__Gripper__init(advrobotics_lab3_interfaces__msg__Gripper * msg) +{ + if (!msg) { + return false; + } + // gripper + return true; +} + +void +advrobotics_lab3_interfaces__msg__Gripper__fini(advrobotics_lab3_interfaces__msg__Gripper * msg) +{ + if (!msg) { + return; + } + // gripper +} + +bool +advrobotics_lab3_interfaces__msg__Gripper__are_equal(const advrobotics_lab3_interfaces__msg__Gripper * lhs, const advrobotics_lab3_interfaces__msg__Gripper * rhs) +{ + if (!lhs || !rhs) { + return false; + } + // gripper + if (lhs->gripper != rhs->gripper) { + return false; + } + return true; +} + +bool +advrobotics_lab3_interfaces__msg__Gripper__copy( + const advrobotics_lab3_interfaces__msg__Gripper * input, + advrobotics_lab3_interfaces__msg__Gripper * output) +{ + if (!input || !output) { + return false; + } + // gripper + output->gripper = input->gripper; + return true; +} + +advrobotics_lab3_interfaces__msg__Gripper * +advrobotics_lab3_interfaces__msg__Gripper__create() +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__msg__Gripper * msg = (advrobotics_lab3_interfaces__msg__Gripper *)allocator.allocate(sizeof(advrobotics_lab3_interfaces__msg__Gripper), allocator.state); + if (!msg) { + return NULL; + } + memset(msg, 0, sizeof(advrobotics_lab3_interfaces__msg__Gripper)); + bool success = advrobotics_lab3_interfaces__msg__Gripper__init(msg); + if (!success) { + allocator.deallocate(msg, allocator.state); + return NULL; + } + return msg; +} + +void +advrobotics_lab3_interfaces__msg__Gripper__destroy(advrobotics_lab3_interfaces__msg__Gripper * msg) +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + if (msg) { + advrobotics_lab3_interfaces__msg__Gripper__fini(msg); + } + allocator.deallocate(msg, allocator.state); +} + + +bool +advrobotics_lab3_interfaces__msg__Gripper__Sequence__init(advrobotics_lab3_interfaces__msg__Gripper__Sequence * array, size_t size) +{ + if (!array) { + return false; + } + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__msg__Gripper * data = NULL; + + if (size) { + data = (advrobotics_lab3_interfaces__msg__Gripper *)allocator.zero_allocate(size, sizeof(advrobotics_lab3_interfaces__msg__Gripper), allocator.state); + if (!data) { + return false; + } + // initialize all array elements + size_t i; + for (i = 0; i < size; ++i) { + bool success = advrobotics_lab3_interfaces__msg__Gripper__init(&data[i]); + if (!success) { + break; + } + } + if (i < size) { + // if initialization failed finalize the already initialized array elements + for (; i > 0; --i) { + advrobotics_lab3_interfaces__msg__Gripper__fini(&data[i - 1]); + } + allocator.deallocate(data, allocator.state); + return false; + } + } + array->data = data; + array->size = size; + array->capacity = size; + return true; +} + +void +advrobotics_lab3_interfaces__msg__Gripper__Sequence__fini(advrobotics_lab3_interfaces__msg__Gripper__Sequence * array) +{ + if (!array) { + return; + } + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + + if (array->data) { + // ensure that data and capacity values are consistent + assert(array->capacity > 0); + // finalize all array elements + for (size_t i = 0; i < array->capacity; ++i) { + advrobotics_lab3_interfaces__msg__Gripper__fini(&array->data[i]); + } + allocator.deallocate(array->data, allocator.state); + array->data = NULL; + array->size = 0; + array->capacity = 0; + } else { + // ensure that data, size, and capacity values are consistent + assert(0 == array->size); + assert(0 == array->capacity); + } +} + +advrobotics_lab3_interfaces__msg__Gripper__Sequence * +advrobotics_lab3_interfaces__msg__Gripper__Sequence__create(size_t size) +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__msg__Gripper__Sequence * array = (advrobotics_lab3_interfaces__msg__Gripper__Sequence *)allocator.allocate(sizeof(advrobotics_lab3_interfaces__msg__Gripper__Sequence), allocator.state); + if (!array) { + return NULL; + } + bool success = advrobotics_lab3_interfaces__msg__Gripper__Sequence__init(array, size); + if (!success) { + allocator.deallocate(array, allocator.state); + return NULL; + } + return array; +} + +void +advrobotics_lab3_interfaces__msg__Gripper__Sequence__destroy(advrobotics_lab3_interfaces__msg__Gripper__Sequence * array) +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + if (array) { + advrobotics_lab3_interfaces__msg__Gripper__Sequence__fini(array); + } + allocator.deallocate(array, allocator.state); +} + +bool +advrobotics_lab3_interfaces__msg__Gripper__Sequence__are_equal(const advrobotics_lab3_interfaces__msg__Gripper__Sequence * lhs, const advrobotics_lab3_interfaces__msg__Gripper__Sequence * rhs) +{ + if (!lhs || !rhs) { + return false; + } + if (lhs->size != rhs->size) { + return false; + } + for (size_t i = 0; i < lhs->size; ++i) { + if (!advrobotics_lab3_interfaces__msg__Gripper__are_equal(&(lhs->data[i]), &(rhs->data[i]))) { + return false; + } + } + return true; +} + +bool +advrobotics_lab3_interfaces__msg__Gripper__Sequence__copy( + const advrobotics_lab3_interfaces__msg__Gripper__Sequence * input, + advrobotics_lab3_interfaces__msg__Gripper__Sequence * output) +{ + if (!input || !output) { + return false; + } + if (output->capacity < input->size) { + const size_t allocation_size = + input->size * sizeof(advrobotics_lab3_interfaces__msg__Gripper); + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__msg__Gripper * data = + (advrobotics_lab3_interfaces__msg__Gripper *)allocator.reallocate( + output->data, allocation_size, allocator.state); + if (!data) { + return false; + } + // If reallocation succeeded, memory may or may not have been moved + // to fulfill the allocation request, invalidating output->data. + output->data = data; + for (size_t i = output->capacity; i < input->size; ++i) { + if (!advrobotics_lab3_interfaces__msg__Gripper__init(&output->data[i])) { + // If initialization of any new item fails, roll back + // all previously initialized items. Existing items + // in output are to be left unmodified. + for (; i-- > output->capacity; ) { + advrobotics_lab3_interfaces__msg__Gripper__fini(&output->data[i]); + } + return false; + } + } + output->capacity = input->size; + } + output->size = input->size; + for (size_t i = 0; i < input->size; ++i) { + if (!advrobotics_lab3_interfaces__msg__Gripper__copy( + &(input->data[i]), &(output->data[i]))) + { + return false; + } + } + return true; +} diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h new file mode 100644 index 0000000..bbbb66a --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h @@ -0,0 +1,177 @@ +// generated from rosidl_generator_c/resource/idl__functions.h.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__FUNCTIONS_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__FUNCTIONS_H_ + +#ifdef __cplusplus +extern "C" +{ +#endif + +#include +#include + +#include "rosidl_runtime_c/visibility_control.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h" + +#include "advrobotics_lab3_interfaces/msg/detail/gripper__struct.h" + +/// Initialize msg/Gripper message. +/** + * If the init function is called twice for the same message without + * calling fini inbetween previously allocated memory will be leaked. + * \param[in,out] msg The previously allocated message pointer. + * Fields without a default value will not be initialized by this function. + * You might want to call memset(msg, 0, sizeof( + * advrobotics_lab3_interfaces__msg__Gripper + * )) before or use + * advrobotics_lab3_interfaces__msg__Gripper__create() + * to allocate and initialize the message. + * \return true if initialization was successful, otherwise false + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__msg__Gripper__init(advrobotics_lab3_interfaces__msg__Gripper * msg); + +/// Finalize msg/Gripper message. +/** + * \param[in,out] msg The allocated message pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__msg__Gripper__fini(advrobotics_lab3_interfaces__msg__Gripper * msg); + +/// Create msg/Gripper message. +/** + * It allocates the memory for the message, sets the memory to zero, and + * calls + * advrobotics_lab3_interfaces__msg__Gripper__init(). + * \return The pointer to the initialized message if successful, + * otherwise NULL + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +advrobotics_lab3_interfaces__msg__Gripper * +advrobotics_lab3_interfaces__msg__Gripper__create(); + +/// Destroy msg/Gripper message. +/** + * It calls + * advrobotics_lab3_interfaces__msg__Gripper__fini() + * and frees the memory of the message. + * \param[in,out] msg The allocated message pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__msg__Gripper__destroy(advrobotics_lab3_interfaces__msg__Gripper * msg); + +/// Check for msg/Gripper message equality. +/** + * \param[in] lhs The message on the left hand size of the equality operator. + * \param[in] rhs The message on the right hand size of the equality operator. + * \return true if messages are equal, otherwise false. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__msg__Gripper__are_equal(const advrobotics_lab3_interfaces__msg__Gripper * lhs, const advrobotics_lab3_interfaces__msg__Gripper * rhs); + +/// Copy a msg/Gripper message. +/** + * This functions performs a deep copy, as opposed to the shallow copy that + * plain assignment yields. + * + * \param[in] input The source message pointer. + * \param[out] output The target message pointer, which must + * have been initialized before calling this function. + * \return true if successful, or false if either pointer is null + * or memory allocation fails. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__msg__Gripper__copy( + const advrobotics_lab3_interfaces__msg__Gripper * input, + advrobotics_lab3_interfaces__msg__Gripper * output); + +/// Initialize array of msg/Gripper messages. +/** + * It allocates the memory for the number of elements and calls + * advrobotics_lab3_interfaces__msg__Gripper__init() + * for each element of the array. + * \param[in,out] array The allocated array pointer. + * \param[in] size The size / capacity of the array. + * \return true if initialization was successful, otherwise false + * If the array pointer is valid and the size is zero it is guaranteed + # to return true. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__msg__Gripper__Sequence__init(advrobotics_lab3_interfaces__msg__Gripper__Sequence * array, size_t size); + +/// Finalize array of msg/Gripper messages. +/** + * It calls + * advrobotics_lab3_interfaces__msg__Gripper__fini() + * for each element of the array and frees the memory for the number of + * elements. + * \param[in,out] array The initialized array pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__msg__Gripper__Sequence__fini(advrobotics_lab3_interfaces__msg__Gripper__Sequence * array); + +/// Create array of msg/Gripper messages. +/** + * It allocates the memory for the array and calls + * advrobotics_lab3_interfaces__msg__Gripper__Sequence__init(). + * \param[in] size The size / capacity of the array. + * \return The pointer to the initialized array if successful, otherwise NULL + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +advrobotics_lab3_interfaces__msg__Gripper__Sequence * +advrobotics_lab3_interfaces__msg__Gripper__Sequence__create(size_t size); + +/// Destroy array of msg/Gripper messages. +/** + * It calls + * advrobotics_lab3_interfaces__msg__Gripper__Sequence__fini() + * on the array, + * and frees the memory of the array. + * \param[in,out] array The initialized array pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__msg__Gripper__Sequence__destroy(advrobotics_lab3_interfaces__msg__Gripper__Sequence * array); + +/// Check for msg/Gripper message array equality. +/** + * \param[in] lhs The message array on the left hand size of the equality operator. + * \param[in] rhs The message array on the right hand size of the equality operator. + * \return true if message arrays are equal in size and content, otherwise false. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__msg__Gripper__Sequence__are_equal(const advrobotics_lab3_interfaces__msg__Gripper__Sequence * lhs, const advrobotics_lab3_interfaces__msg__Gripper__Sequence * rhs); + +/// Copy an array of msg/Gripper messages. +/** + * This functions performs a deep copy, as opposed to the shallow copy that + * plain assignment yields. + * + * \param[in] input The source array pointer. + * \param[out] output The target array pointer, which must + * have been initialized before calling this function. + * \return true if successful, or false if either pointer + * is null or memory allocation fails. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__msg__Gripper__Sequence__copy( + const advrobotics_lab3_interfaces__msg__Gripper__Sequence * input, + advrobotics_lab3_interfaces__msg__Gripper__Sequence * output); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__FUNCTIONS_H_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h new file mode 100644 index 0000000..2027ce0 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h @@ -0,0 +1,37 @@ +// generated from rosidl_typesupport_fastrtps_c/resource/idl__rosidl_typesupport_fastrtps_c.h.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__ROSIDL_TYPESUPPORT_FASTRTPS_C_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__ROSIDL_TYPESUPPORT_FASTRTPS_C_H_ + + +#include +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_typesupport_interface/macros.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h" + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +size_t get_serialized_size_advrobotics_lab3_interfaces__msg__Gripper( + const void * untyped_ros_message, + size_t current_alignment); + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +size_t max_serialized_size_advrobotics_lab3_interfaces__msg__Gripper( + bool & full_bounded, + bool & is_plain, + size_t current_alignment); + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_c, advrobotics_lab3_interfaces, msg, Gripper)(); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__ROSIDL_TYPESUPPORT_FASTRTPS_C_H_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp new file mode 100644 index 0000000..81875e4 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp @@ -0,0 +1,80 @@ +// generated from rosidl_typesupport_fastrtps_cpp/resource/idl__rosidl_typesupport_fastrtps_cpp.hpp.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__ROSIDL_TYPESUPPORT_FASTRTPS_CPP_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__ROSIDL_TYPESUPPORT_FASTRTPS_CPP_HPP_ + +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_typesupport_interface/macros.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp" + +#ifndef _WIN32 +# pragma GCC diagnostic push +# pragma GCC diagnostic ignored "-Wunused-parameter" +# ifdef __clang__ +# pragma clang diagnostic ignored "-Wdeprecated-register" +# pragma clang diagnostic ignored "-Wreturn-type-c-linkage" +# endif +#endif +#ifndef _WIN32 +# pragma GCC diagnostic pop +#endif + +#include "fastcdr/Cdr.h" + +namespace advrobotics_lab3_interfaces +{ + +namespace msg +{ + +namespace typesupport_fastrtps_cpp +{ + +bool +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +cdr_serialize( + const advrobotics_lab3_interfaces::msg::Gripper & ros_message, + eprosima::fastcdr::Cdr & cdr); + +bool +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +cdr_deserialize( + eprosima::fastcdr::Cdr & cdr, + advrobotics_lab3_interfaces::msg::Gripper & ros_message); + +size_t +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +get_serialized_size( + const advrobotics_lab3_interfaces::msg::Gripper & ros_message, + size_t current_alignment); + +size_t +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +max_serialized_size_Gripper( + bool & full_bounded, + bool & is_plain, + size_t current_alignment); + +} // namespace typesupport_fastrtps_cpp + +} // namespace msg + +} // namespace advrobotics_lab3_interfaces + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_cpp, advrobotics_lab3_interfaces, msg, Gripper)(); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__ROSIDL_TYPESUPPORT_FASTRTPS_CPP_HPP_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h new file mode 100644 index 0000000..dc6923c --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h @@ -0,0 +1,26 @@ +// generated from rosidl_typesupport_introspection_c/resource/idl__rosidl_typesupport_introspection_c.h.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__ROSIDL_TYPESUPPORT_INTROSPECTION_C_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__ROSIDL_TYPESUPPORT_INTROSPECTION_C_H_ + +#ifdef __cplusplus +extern "C" +{ +#endif + + +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_typesupport_interface/macros.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h" + +ROSIDL_TYPESUPPORT_INTROSPECTION_C_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, msg, Gripper)(); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__ROSIDL_TYPESUPPORT_INTROSPECTION_C_H_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp new file mode 100644 index 0000000..23892b3 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp @@ -0,0 +1,27 @@ +// generated from rosidl_typesupport_introspection_cpp/resource/idl__rosidl_typesupport_introspection_cpp.h.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_HPP_ + + +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_typesupport_interface/macros.h" +#include "rosidl_typesupport_introspection_cpp/visibility_control.h" + +#ifdef __cplusplus +extern "C" +{ +#endif + +// TODO(dirk-thomas) these visibility macros should be message package specific +ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC +const rosidl_message_type_support_t * + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_cpp, advrobotics_lab3_interfaces, msg, Gripper)(); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_HPP_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h new file mode 100644 index 0000000..66e4204 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h @@ -0,0 +1,40 @@ +// generated from rosidl_generator_c/resource/idl__struct.h.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__STRUCT_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__STRUCT_H_ + +#ifdef __cplusplus +extern "C" +{ +#endif + +#include +#include +#include + + +// Constants defined in the message + +/// Struct defined in msg/Gripper in the package advrobotics_lab3_interfaces. +typedef struct advrobotics_lab3_interfaces__msg__Gripper +{ + float gripper; +} advrobotics_lab3_interfaces__msg__Gripper; + +// Struct for a sequence of advrobotics_lab3_interfaces__msg__Gripper. +typedef struct advrobotics_lab3_interfaces__msg__Gripper__Sequence +{ + advrobotics_lab3_interfaces__msg__Gripper * data; + /// The number of valid items in data + size_t size; + /// The number of allocated items in data + size_t capacity; +} advrobotics_lab3_interfaces__msg__Gripper__Sequence; + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__STRUCT_H_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp new file mode 100644 index 0000000..c38d11c --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp @@ -0,0 +1,131 @@ +// generated from rosidl_generator_cpp/resource/idl__struct.hpp.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__STRUCT_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__STRUCT_HPP_ + +#include +#include +#include +#include +#include + +#include "rosidl_runtime_cpp/bounded_vector.hpp" +#include "rosidl_runtime_cpp/message_initialization.hpp" + + +#ifndef _WIN32 +# define DEPRECATED__advrobotics_lab3_interfaces__msg__Gripper __attribute__((deprecated)) +#else +# define DEPRECATED__advrobotics_lab3_interfaces__msg__Gripper __declspec(deprecated) +#endif + +namespace advrobotics_lab3_interfaces +{ + +namespace msg +{ + +// message struct +template +struct Gripper_ +{ + using Type = Gripper_; + + explicit Gripper_(rosidl_runtime_cpp::MessageInitialization _init = rosidl_runtime_cpp::MessageInitialization::ALL) + { + if (rosidl_runtime_cpp::MessageInitialization::ALL == _init || + rosidl_runtime_cpp::MessageInitialization::ZERO == _init) + { + this->gripper = 0.0f; + } + } + + explicit Gripper_(const ContainerAllocator & _alloc, rosidl_runtime_cpp::MessageInitialization _init = rosidl_runtime_cpp::MessageInitialization::ALL) + { + (void)_alloc; + if (rosidl_runtime_cpp::MessageInitialization::ALL == _init || + rosidl_runtime_cpp::MessageInitialization::ZERO == _init) + { + this->gripper = 0.0f; + } + } + + // field types and members + using _gripper_type = + float; + _gripper_type gripper; + + // setters for named parameter idiom + Type & set__gripper( + const float & _arg) + { + this->gripper = _arg; + return *this; + } + + // constant declarations + + // pointer types + using RawPtr = + advrobotics_lab3_interfaces::msg::Gripper_ *; + using ConstRawPtr = + const advrobotics_lab3_interfaces::msg::Gripper_ *; + using SharedPtr = + std::shared_ptr>; + using ConstSharedPtr = + std::shared_ptr const>; + + template>> + using UniquePtrWithDeleter = + std::unique_ptr, Deleter>; + + using UniquePtr = UniquePtrWithDeleter<>; + + template>> + using ConstUniquePtrWithDeleter = + std::unique_ptr const, Deleter>; + using ConstUniquePtr = ConstUniquePtrWithDeleter<>; + + using WeakPtr = + std::weak_ptr>; + using ConstWeakPtr = + std::weak_ptr const>; + + // pointer types similar to ROS 1, use SharedPtr / ConstSharedPtr instead + // NOTE: Can't use 'using' here because GNU C++ can't parse attributes properly + typedef DEPRECATED__advrobotics_lab3_interfaces__msg__Gripper + std::shared_ptr> + Ptr; + typedef DEPRECATED__advrobotics_lab3_interfaces__msg__Gripper + std::shared_ptr const> + ConstPtr; + + // comparison operators + bool operator==(const Gripper_ & other) const + { + if (this->gripper != other.gripper) { + return false; + } + return true; + } + bool operator!=(const Gripper_ & other) const + { + return !this->operator==(other); + } +}; // struct Gripper_ + +// alias to use template instance with default allocator +using Gripper = + advrobotics_lab3_interfaces::msg::Gripper_>; + +// constant definitions + +} // namespace msg + +} // namespace advrobotics_lab3_interfaces + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__STRUCT_HPP_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp new file mode 100644 index 0000000..e48f029 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp @@ -0,0 +1,109 @@ +// generated from rosidl_generator_cpp/resource/idl__traits.hpp.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__TRAITS_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__TRAITS_HPP_ + +#include + +#include +#include +#include + +#include "advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp" +#include "rosidl_runtime_cpp/traits.hpp" + +namespace advrobotics_lab3_interfaces +{ + +namespace msg +{ + +inline void to_flow_style_yaml( + const Gripper & msg, + std::ostream & out) +{ + out << "{"; + // member: gripper + { + out << "gripper: "; + rosidl_generator_traits::value_to_yaml(msg.gripper, out); + } + out << "}"; +} // NOLINT(readability/fn_size) + +inline void to_block_style_yaml( + const Gripper & msg, + std::ostream & out, size_t indentation = 0) +{ + // member: gripper + { + if (indentation > 0) { + out << std::string(indentation, ' '); + } + out << "gripper: "; + rosidl_generator_traits::value_to_yaml(msg.gripper, out); + out << "\n"; + } +} // NOLINT(readability/fn_size) + +inline std::string to_yaml(const Gripper & msg, bool use_flow_style = false) +{ + std::ostringstream out; + if (use_flow_style) { + to_flow_style_yaml(msg, out); + } else { + to_block_style_yaml(msg, out); + } + return out.str(); +} + +} // namespace msg + +} // namespace advrobotics_lab3_interfaces + +namespace rosidl_generator_traits +{ + +[[deprecated("use advrobotics_lab3_interfaces::msg::to_block_style_yaml() instead")]] +inline void to_yaml( + const advrobotics_lab3_interfaces::msg::Gripper & msg, + std::ostream & out, size_t indentation = 0) +{ + advrobotics_lab3_interfaces::msg::to_block_style_yaml(msg, out, indentation); +} + +[[deprecated("use advrobotics_lab3_interfaces::msg::to_yaml() instead")]] +inline std::string to_yaml(const advrobotics_lab3_interfaces::msg::Gripper & msg) +{ + return advrobotics_lab3_interfaces::msg::to_yaml(msg); +} + +template<> +inline const char * data_type() +{ + return "advrobotics_lab3_interfaces::msg::Gripper"; +} + +template<> +inline const char * name() +{ + return "advrobotics_lab3_interfaces/msg/Gripper"; +} + +template<> +struct has_fixed_size + : std::integral_constant {}; + +template<> +struct has_bounded_size + : std::integral_constant {}; + +template<> +struct is_message + : std::true_type {}; + +} // namespace rosidl_generator_traits + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__TRAITS_HPP_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c new file mode 100644 index 0000000..64fdfa2 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c @@ -0,0 +1,83 @@ +// generated from rosidl_typesupport_introspection_c/resource/idl__type_support.c.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice + +#include +#include "advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h" +#include "rosidl_typesupport_introspection_c/field_types.h" +#include "rosidl_typesupport_introspection_c/identifier.h" +#include "rosidl_typesupport_introspection_c/message_introspection.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__functions.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__struct.h" + + +#ifdef __cplusplus +extern "C" +{ +#endif + +void advrobotics_lab3_interfaces__msg__Gripper__rosidl_typesupport_introspection_c__Gripper_init_function( + void * message_memory, enum rosidl_runtime_c__message_initialization _init) +{ + // TODO(karsten1987): initializers are not yet implemented for typesupport c + // see https://github.com/ros2/ros2/issues/397 + (void) _init; + advrobotics_lab3_interfaces__msg__Gripper__init(message_memory); +} + +void advrobotics_lab3_interfaces__msg__Gripper__rosidl_typesupport_introspection_c__Gripper_fini_function(void * message_memory) +{ + advrobotics_lab3_interfaces__msg__Gripper__fini(message_memory); +} + +static rosidl_typesupport_introspection_c__MessageMember advrobotics_lab3_interfaces__msg__Gripper__rosidl_typesupport_introspection_c__Gripper_message_member_array[1] = { + { + "gripper", // name + rosidl_typesupport_introspection_c__ROS_TYPE_FLOAT, // type + 0, // upper bound of string + NULL, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces__msg__Gripper, gripper), // bytes offset in struct + NULL, // default value + NULL, // size() function pointer + NULL, // get_const(index) function pointer + NULL, // get(index) function pointer + NULL, // fetch(index, &value) function pointer + NULL, // assign(index, value) function pointer + NULL // resize(index) function pointer + } +}; + +static const rosidl_typesupport_introspection_c__MessageMembers advrobotics_lab3_interfaces__msg__Gripper__rosidl_typesupport_introspection_c__Gripper_message_members = { + "advrobotics_lab3_interfaces__msg", // message namespace + "Gripper", // message name + 1, // number of fields + sizeof(advrobotics_lab3_interfaces__msg__Gripper), + advrobotics_lab3_interfaces__msg__Gripper__rosidl_typesupport_introspection_c__Gripper_message_member_array, // message members + advrobotics_lab3_interfaces__msg__Gripper__rosidl_typesupport_introspection_c__Gripper_init_function, // function to initialize message memory (memory has to be allocated) + advrobotics_lab3_interfaces__msg__Gripper__rosidl_typesupport_introspection_c__Gripper_fini_function // function to terminate message instance (will not free memory) +}; + +// this is not const since it must be initialized on first access +// since C does not allow non-integral compile-time constants +static rosidl_message_type_support_t advrobotics_lab3_interfaces__msg__Gripper__rosidl_typesupport_introspection_c__Gripper_message_type_support_handle = { + 0, + &advrobotics_lab3_interfaces__msg__Gripper__rosidl_typesupport_introspection_c__Gripper_message_members, + get_message_typesupport_handle_function, +}; + +ROSIDL_TYPESUPPORT_INTROSPECTION_C_EXPORT_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, msg, Gripper)() { + if (!advrobotics_lab3_interfaces__msg__Gripper__rosidl_typesupport_introspection_c__Gripper_message_type_support_handle.typesupport_identifier) { + advrobotics_lab3_interfaces__msg__Gripper__rosidl_typesupport_introspection_c__Gripper_message_type_support_handle.typesupport_identifier = + rosidl_typesupport_introspection_c__identifier; + } + return &advrobotics_lab3_interfaces__msg__Gripper__rosidl_typesupport_introspection_c__Gripper_message_type_support_handle; +} +#ifdef __cplusplus +} +#endif diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp new file mode 100644 index 0000000..1daa8c5 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp @@ -0,0 +1,109 @@ +// generated from rosidl_typesupport_introspection_cpp/resource/idl__type_support.cpp.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice + +#include "array" +#include "cstddef" +#include "string" +#include "vector" +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_typesupport_cpp/message_type_support.hpp" +#include "rosidl_typesupport_interface/macros.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp" +#include "rosidl_typesupport_introspection_cpp/field_types.hpp" +#include "rosidl_typesupport_introspection_cpp/identifier.hpp" +#include "rosidl_typesupport_introspection_cpp/message_introspection.hpp" +#include "rosidl_typesupport_introspection_cpp/message_type_support_decl.hpp" +#include "rosidl_typesupport_introspection_cpp/visibility_control.h" + +namespace advrobotics_lab3_interfaces +{ + +namespace msg +{ + +namespace rosidl_typesupport_introspection_cpp +{ + +void Gripper_init_function( + void * message_memory, rosidl_runtime_cpp::MessageInitialization _init) +{ + new (message_memory) advrobotics_lab3_interfaces::msg::Gripper(_init); +} + +void Gripper_fini_function(void * message_memory) +{ + auto typed_message = static_cast(message_memory); + typed_message->~Gripper(); +} + +static const ::rosidl_typesupport_introspection_cpp::MessageMember Gripper_message_member_array[1] = { + { + "gripper", // name + ::rosidl_typesupport_introspection_cpp::ROS_TYPE_FLOAT, // type + 0, // upper bound of string + nullptr, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces::msg::Gripper, gripper), // bytes offset in struct + nullptr, // default value + nullptr, // size() function pointer + nullptr, // get_const(index) function pointer + nullptr, // get(index) function pointer + nullptr, // fetch(index, &value) function pointer + nullptr, // assign(index, value) function pointer + nullptr // resize(index) function pointer + } +}; + +static const ::rosidl_typesupport_introspection_cpp::MessageMembers Gripper_message_members = { + "advrobotics_lab3_interfaces::msg", // message namespace + "Gripper", // message name + 1, // number of fields + sizeof(advrobotics_lab3_interfaces::msg::Gripper), + Gripper_message_member_array, // message members + Gripper_init_function, // function to initialize message memory (memory has to be allocated) + Gripper_fini_function // function to terminate message instance (will not free memory) +}; + +static const rosidl_message_type_support_t Gripper_message_type_support_handle = { + ::rosidl_typesupport_introspection_cpp::typesupport_identifier, + &Gripper_message_members, + get_message_typesupport_handle_function, +}; + +} // namespace rosidl_typesupport_introspection_cpp + +} // namespace msg + +} // namespace advrobotics_lab3_interfaces + + +namespace rosidl_typesupport_introspection_cpp +{ + +template<> +ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC +const rosidl_message_type_support_t * +get_message_type_support_handle() +{ + return &::advrobotics_lab3_interfaces::msg::rosidl_typesupport_introspection_cpp::Gripper_message_type_support_handle; +} + +} // namespace rosidl_typesupport_introspection_cpp + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_cpp, advrobotics_lab3_interfaces, msg, Gripper)() { + return &::advrobotics_lab3_interfaces::msg::rosidl_typesupport_introspection_cpp::Gripper_message_type_support_handle; +} + +#ifdef __cplusplus +} +#endif diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h new file mode 100644 index 0000000..79188e3 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h @@ -0,0 +1,33 @@ +// generated from rosidl_generator_c/resource/idl__type_support.h.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__TYPE_SUPPORT_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__TYPE_SUPPORT_H_ + +#include "rosidl_typesupport_interface/macros.h" + +#include "advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h" + +#ifdef __cplusplus +extern "C" +{ +#endif + +#include "rosidl_runtime_c/message_type_support_struct.h" + +// Forward declare the get type support functions for this type. +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME( + rosidl_typesupport_c, + advrobotics_lab3_interfaces, + msg, + Gripper +)(); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__TYPE_SUPPORT_H_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp new file mode 100644 index 0000000..ffdb18b --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp @@ -0,0 +1,31 @@ +// generated from rosidl_generator_cpp/resource/idl__type_support.hpp.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__TYPE_SUPPORT_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__TYPE_SUPPORT_HPP_ + +#include "rosidl_typesupport_interface/macros.h" + +#include "advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp" + +#include "rosidl_typesupport_cpp/message_type_support.hpp" + +#ifdef __cplusplus +extern "C" +{ +#endif +// Forward declare the get type support functions for this type. +ROSIDL_GENERATOR_CPP_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME( + rosidl_typesupport_cpp, + advrobotics_lab3_interfaces, + msg, + Gripper +)(); +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__GRIPPER__TYPE_SUPPORT_HPP_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp new file mode 100644 index 0000000..2ad62c3 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp @@ -0,0 +1,88 @@ +// generated from rosidl_generator_cpp/resource/idl__builder.hpp.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__BUILDER_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__BUILDER_HPP_ + +#include +#include + +#include "advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp" +#include "rosidl_runtime_cpp/message_initialization.hpp" + + +namespace advrobotics_lab3_interfaces +{ + +namespace msg +{ + +namespace builder +{ + +class Init_Joints_q3 +{ +public: + explicit Init_Joints_q3(::advrobotics_lab3_interfaces::msg::Joints & msg) + : msg_(msg) + {} + ::advrobotics_lab3_interfaces::msg::Joints q3(::advrobotics_lab3_interfaces::msg::Joints::_q3_type arg) + { + msg_.q3 = std::move(arg); + return std::move(msg_); + } + +private: + ::advrobotics_lab3_interfaces::msg::Joints msg_; +}; + +class Init_Joints_q2 +{ +public: + explicit Init_Joints_q2(::advrobotics_lab3_interfaces::msg::Joints & msg) + : msg_(msg) + {} + Init_Joints_q3 q2(::advrobotics_lab3_interfaces::msg::Joints::_q2_type arg) + { + msg_.q2 = std::move(arg); + return Init_Joints_q3(msg_); + } + +private: + ::advrobotics_lab3_interfaces::msg::Joints msg_; +}; + +class Init_Joints_q1 +{ +public: + Init_Joints_q1() + : msg_(::rosidl_runtime_cpp::MessageInitialization::SKIP) + {} + Init_Joints_q2 q1(::advrobotics_lab3_interfaces::msg::Joints::_q1_type arg) + { + msg_.q1 = std::move(arg); + return Init_Joints_q2(msg_); + } + +private: + ::advrobotics_lab3_interfaces::msg::Joints msg_; +}; + +} // namespace builder + +} // namespace msg + +template +auto build(); + +template<> +inline +auto build<::advrobotics_lab3_interfaces::msg::Joints>() +{ + return advrobotics_lab3_interfaces::msg::builder::Init_Joints_q1(); +} + +} // namespace advrobotics_lab3_interfaces + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__BUILDER_HPP_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.c b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.c new file mode 100644 index 0000000..9fecbcc --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.c @@ -0,0 +1,252 @@ +// generated from rosidl_generator_c/resource/idl__functions.c.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice +#include "advrobotics_lab3_interfaces/msg/detail/joints__functions.h" + +#include +#include +#include +#include + +#include "rcutils/allocator.h" + + +bool +advrobotics_lab3_interfaces__msg__Joints__init(advrobotics_lab3_interfaces__msg__Joints * msg) +{ + if (!msg) { + return false; + } + // q1 + // q2 + // q3 + return true; +} + +void +advrobotics_lab3_interfaces__msg__Joints__fini(advrobotics_lab3_interfaces__msg__Joints * msg) +{ + if (!msg) { + return; + } + // q1 + // q2 + // q3 +} + +bool +advrobotics_lab3_interfaces__msg__Joints__are_equal(const advrobotics_lab3_interfaces__msg__Joints * lhs, const advrobotics_lab3_interfaces__msg__Joints * rhs) +{ + if (!lhs || !rhs) { + return false; + } + // q1 + if (lhs->q1 != rhs->q1) { + return false; + } + // q2 + if (lhs->q2 != rhs->q2) { + return false; + } + // q3 + if (lhs->q3 != rhs->q3) { + return false; + } + return true; +} + +bool +advrobotics_lab3_interfaces__msg__Joints__copy( + const advrobotics_lab3_interfaces__msg__Joints * input, + advrobotics_lab3_interfaces__msg__Joints * output) +{ + if (!input || !output) { + return false; + } + // q1 + output->q1 = input->q1; + // q2 + output->q2 = input->q2; + // q3 + output->q3 = input->q3; + return true; +} + +advrobotics_lab3_interfaces__msg__Joints * +advrobotics_lab3_interfaces__msg__Joints__create() +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__msg__Joints * msg = (advrobotics_lab3_interfaces__msg__Joints *)allocator.allocate(sizeof(advrobotics_lab3_interfaces__msg__Joints), allocator.state); + if (!msg) { + return NULL; + } + memset(msg, 0, sizeof(advrobotics_lab3_interfaces__msg__Joints)); + bool success = advrobotics_lab3_interfaces__msg__Joints__init(msg); + if (!success) { + allocator.deallocate(msg, allocator.state); + return NULL; + } + return msg; +} + +void +advrobotics_lab3_interfaces__msg__Joints__destroy(advrobotics_lab3_interfaces__msg__Joints * msg) +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + if (msg) { + advrobotics_lab3_interfaces__msg__Joints__fini(msg); + } + allocator.deallocate(msg, allocator.state); +} + + +bool +advrobotics_lab3_interfaces__msg__Joints__Sequence__init(advrobotics_lab3_interfaces__msg__Joints__Sequence * array, size_t size) +{ + if (!array) { + return false; + } + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__msg__Joints * data = NULL; + + if (size) { + data = (advrobotics_lab3_interfaces__msg__Joints *)allocator.zero_allocate(size, sizeof(advrobotics_lab3_interfaces__msg__Joints), allocator.state); + if (!data) { + return false; + } + // initialize all array elements + size_t i; + for (i = 0; i < size; ++i) { + bool success = advrobotics_lab3_interfaces__msg__Joints__init(&data[i]); + if (!success) { + break; + } + } + if (i < size) { + // if initialization failed finalize the already initialized array elements + for (; i > 0; --i) { + advrobotics_lab3_interfaces__msg__Joints__fini(&data[i - 1]); + } + allocator.deallocate(data, allocator.state); + return false; + } + } + array->data = data; + array->size = size; + array->capacity = size; + return true; +} + +void +advrobotics_lab3_interfaces__msg__Joints__Sequence__fini(advrobotics_lab3_interfaces__msg__Joints__Sequence * array) +{ + if (!array) { + return; + } + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + + if (array->data) { + // ensure that data and capacity values are consistent + assert(array->capacity > 0); + // finalize all array elements + for (size_t i = 0; i < array->capacity; ++i) { + advrobotics_lab3_interfaces__msg__Joints__fini(&array->data[i]); + } + allocator.deallocate(array->data, allocator.state); + array->data = NULL; + array->size = 0; + array->capacity = 0; + } else { + // ensure that data, size, and capacity values are consistent + assert(0 == array->size); + assert(0 == array->capacity); + } +} + +advrobotics_lab3_interfaces__msg__Joints__Sequence * +advrobotics_lab3_interfaces__msg__Joints__Sequence__create(size_t size) +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__msg__Joints__Sequence * array = (advrobotics_lab3_interfaces__msg__Joints__Sequence *)allocator.allocate(sizeof(advrobotics_lab3_interfaces__msg__Joints__Sequence), allocator.state); + if (!array) { + return NULL; + } + bool success = advrobotics_lab3_interfaces__msg__Joints__Sequence__init(array, size); + if (!success) { + allocator.deallocate(array, allocator.state); + return NULL; + } + return array; +} + +void +advrobotics_lab3_interfaces__msg__Joints__Sequence__destroy(advrobotics_lab3_interfaces__msg__Joints__Sequence * array) +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + if (array) { + advrobotics_lab3_interfaces__msg__Joints__Sequence__fini(array); + } + allocator.deallocate(array, allocator.state); +} + +bool +advrobotics_lab3_interfaces__msg__Joints__Sequence__are_equal(const advrobotics_lab3_interfaces__msg__Joints__Sequence * lhs, const advrobotics_lab3_interfaces__msg__Joints__Sequence * rhs) +{ + if (!lhs || !rhs) { + return false; + } + if (lhs->size != rhs->size) { + return false; + } + for (size_t i = 0; i < lhs->size; ++i) { + if (!advrobotics_lab3_interfaces__msg__Joints__are_equal(&(lhs->data[i]), &(rhs->data[i]))) { + return false; + } + } + return true; +} + +bool +advrobotics_lab3_interfaces__msg__Joints__Sequence__copy( + const advrobotics_lab3_interfaces__msg__Joints__Sequence * input, + advrobotics_lab3_interfaces__msg__Joints__Sequence * output) +{ + if (!input || !output) { + return false; + } + if (output->capacity < input->size) { + const size_t allocation_size = + input->size * sizeof(advrobotics_lab3_interfaces__msg__Joints); + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__msg__Joints * data = + (advrobotics_lab3_interfaces__msg__Joints *)allocator.reallocate( + output->data, allocation_size, allocator.state); + if (!data) { + return false; + } + // If reallocation succeeded, memory may or may not have been moved + // to fulfill the allocation request, invalidating output->data. + output->data = data; + for (size_t i = output->capacity; i < input->size; ++i) { + if (!advrobotics_lab3_interfaces__msg__Joints__init(&output->data[i])) { + // If initialization of any new item fails, roll back + // all previously initialized items. Existing items + // in output are to be left unmodified. + for (; i-- > output->capacity; ) { + advrobotics_lab3_interfaces__msg__Joints__fini(&output->data[i]); + } + return false; + } + } + output->capacity = input->size; + } + output->size = input->size; + for (size_t i = 0; i < input->size; ++i) { + if (!advrobotics_lab3_interfaces__msg__Joints__copy( + &(input->data[i]), &(output->data[i]))) + { + return false; + } + } + return true; +} diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.h b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.h new file mode 100644 index 0000000..780a2cb --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.h @@ -0,0 +1,177 @@ +// generated from rosidl_generator_c/resource/idl__functions.h.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__FUNCTIONS_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__FUNCTIONS_H_ + +#ifdef __cplusplus +extern "C" +{ +#endif + +#include +#include + +#include "rosidl_runtime_c/visibility_control.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h" + +#include "advrobotics_lab3_interfaces/msg/detail/joints__struct.h" + +/// Initialize msg/Joints message. +/** + * If the init function is called twice for the same message without + * calling fini inbetween previously allocated memory will be leaked. + * \param[in,out] msg The previously allocated message pointer. + * Fields without a default value will not be initialized by this function. + * You might want to call memset(msg, 0, sizeof( + * advrobotics_lab3_interfaces__msg__Joints + * )) before or use + * advrobotics_lab3_interfaces__msg__Joints__create() + * to allocate and initialize the message. + * \return true if initialization was successful, otherwise false + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__msg__Joints__init(advrobotics_lab3_interfaces__msg__Joints * msg); + +/// Finalize msg/Joints message. +/** + * \param[in,out] msg The allocated message pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__msg__Joints__fini(advrobotics_lab3_interfaces__msg__Joints * msg); + +/// Create msg/Joints message. +/** + * It allocates the memory for the message, sets the memory to zero, and + * calls + * advrobotics_lab3_interfaces__msg__Joints__init(). + * \return The pointer to the initialized message if successful, + * otherwise NULL + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +advrobotics_lab3_interfaces__msg__Joints * +advrobotics_lab3_interfaces__msg__Joints__create(); + +/// Destroy msg/Joints message. +/** + * It calls + * advrobotics_lab3_interfaces__msg__Joints__fini() + * and frees the memory of the message. + * \param[in,out] msg The allocated message pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__msg__Joints__destroy(advrobotics_lab3_interfaces__msg__Joints * msg); + +/// Check for msg/Joints message equality. +/** + * \param[in] lhs The message on the left hand size of the equality operator. + * \param[in] rhs The message on the right hand size of the equality operator. + * \return true if messages are equal, otherwise false. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__msg__Joints__are_equal(const advrobotics_lab3_interfaces__msg__Joints * lhs, const advrobotics_lab3_interfaces__msg__Joints * rhs); + +/// Copy a msg/Joints message. +/** + * This functions performs a deep copy, as opposed to the shallow copy that + * plain assignment yields. + * + * \param[in] input The source message pointer. + * \param[out] output The target message pointer, which must + * have been initialized before calling this function. + * \return true if successful, or false if either pointer is null + * or memory allocation fails. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__msg__Joints__copy( + const advrobotics_lab3_interfaces__msg__Joints * input, + advrobotics_lab3_interfaces__msg__Joints * output); + +/// Initialize array of msg/Joints messages. +/** + * It allocates the memory for the number of elements and calls + * advrobotics_lab3_interfaces__msg__Joints__init() + * for each element of the array. + * \param[in,out] array The allocated array pointer. + * \param[in] size The size / capacity of the array. + * \return true if initialization was successful, otherwise false + * If the array pointer is valid and the size is zero it is guaranteed + # to return true. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__msg__Joints__Sequence__init(advrobotics_lab3_interfaces__msg__Joints__Sequence * array, size_t size); + +/// Finalize array of msg/Joints messages. +/** + * It calls + * advrobotics_lab3_interfaces__msg__Joints__fini() + * for each element of the array and frees the memory for the number of + * elements. + * \param[in,out] array The initialized array pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__msg__Joints__Sequence__fini(advrobotics_lab3_interfaces__msg__Joints__Sequence * array); + +/// Create array of msg/Joints messages. +/** + * It allocates the memory for the array and calls + * advrobotics_lab3_interfaces__msg__Joints__Sequence__init(). + * \param[in] size The size / capacity of the array. + * \return The pointer to the initialized array if successful, otherwise NULL + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +advrobotics_lab3_interfaces__msg__Joints__Sequence * +advrobotics_lab3_interfaces__msg__Joints__Sequence__create(size_t size); + +/// Destroy array of msg/Joints messages. +/** + * It calls + * advrobotics_lab3_interfaces__msg__Joints__Sequence__fini() + * on the array, + * and frees the memory of the array. + * \param[in,out] array The initialized array pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__msg__Joints__Sequence__destroy(advrobotics_lab3_interfaces__msg__Joints__Sequence * array); + +/// Check for msg/Joints message array equality. +/** + * \param[in] lhs The message array on the left hand size of the equality operator. + * \param[in] rhs The message array on the right hand size of the equality operator. + * \return true if message arrays are equal in size and content, otherwise false. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__msg__Joints__Sequence__are_equal(const advrobotics_lab3_interfaces__msg__Joints__Sequence * lhs, const advrobotics_lab3_interfaces__msg__Joints__Sequence * rhs); + +/// Copy an array of msg/Joints messages. +/** + * This functions performs a deep copy, as opposed to the shallow copy that + * plain assignment yields. + * + * \param[in] input The source array pointer. + * \param[out] output The target array pointer, which must + * have been initialized before calling this function. + * \return true if successful, or false if either pointer + * is null or memory allocation fails. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__msg__Joints__Sequence__copy( + const advrobotics_lab3_interfaces__msg__Joints__Sequence * input, + advrobotics_lab3_interfaces__msg__Joints__Sequence * output); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__FUNCTIONS_H_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h new file mode 100644 index 0000000..4bcfde1 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h @@ -0,0 +1,37 @@ +// generated from rosidl_typesupport_fastrtps_c/resource/idl__rosidl_typesupport_fastrtps_c.h.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__ROSIDL_TYPESUPPORT_FASTRTPS_C_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__ROSIDL_TYPESUPPORT_FASTRTPS_C_H_ + + +#include +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_typesupport_interface/macros.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h" + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +size_t get_serialized_size_advrobotics_lab3_interfaces__msg__Joints( + const void * untyped_ros_message, + size_t current_alignment); + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +size_t max_serialized_size_advrobotics_lab3_interfaces__msg__Joints( + bool & full_bounded, + bool & is_plain, + size_t current_alignment); + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_c, advrobotics_lab3_interfaces, msg, Joints)(); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__ROSIDL_TYPESUPPORT_FASTRTPS_C_H_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp new file mode 100644 index 0000000..ab7439d --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp @@ -0,0 +1,80 @@ +// generated from rosidl_typesupport_fastrtps_cpp/resource/idl__rosidl_typesupport_fastrtps_cpp.hpp.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__ROSIDL_TYPESUPPORT_FASTRTPS_CPP_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__ROSIDL_TYPESUPPORT_FASTRTPS_CPP_HPP_ + +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_typesupport_interface/macros.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp" + +#ifndef _WIN32 +# pragma GCC diagnostic push +# pragma GCC diagnostic ignored "-Wunused-parameter" +# ifdef __clang__ +# pragma clang diagnostic ignored "-Wdeprecated-register" +# pragma clang diagnostic ignored "-Wreturn-type-c-linkage" +# endif +#endif +#ifndef _WIN32 +# pragma GCC diagnostic pop +#endif + +#include "fastcdr/Cdr.h" + +namespace advrobotics_lab3_interfaces +{ + +namespace msg +{ + +namespace typesupport_fastrtps_cpp +{ + +bool +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +cdr_serialize( + const advrobotics_lab3_interfaces::msg::Joints & ros_message, + eprosima::fastcdr::Cdr & cdr); + +bool +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +cdr_deserialize( + eprosima::fastcdr::Cdr & cdr, + advrobotics_lab3_interfaces::msg::Joints & ros_message); + +size_t +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +get_serialized_size( + const advrobotics_lab3_interfaces::msg::Joints & ros_message, + size_t current_alignment); + +size_t +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +max_serialized_size_Joints( + bool & full_bounded, + bool & is_plain, + size_t current_alignment); + +} // namespace typesupport_fastrtps_cpp + +} // namespace msg + +} // namespace advrobotics_lab3_interfaces + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_cpp, advrobotics_lab3_interfaces, msg, Joints)(); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__ROSIDL_TYPESUPPORT_FASTRTPS_CPP_HPP_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h new file mode 100644 index 0000000..44fae02 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h @@ -0,0 +1,26 @@ +// generated from rosidl_typesupport_introspection_c/resource/idl__rosidl_typesupport_introspection_c.h.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__ROSIDL_TYPESUPPORT_INTROSPECTION_C_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__ROSIDL_TYPESUPPORT_INTROSPECTION_C_H_ + +#ifdef __cplusplus +extern "C" +{ +#endif + + +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_typesupport_interface/macros.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h" + +ROSIDL_TYPESUPPORT_INTROSPECTION_C_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, msg, Joints)(); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__ROSIDL_TYPESUPPORT_INTROSPECTION_C_H_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp new file mode 100644 index 0000000..fb4c87f --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp @@ -0,0 +1,27 @@ +// generated from rosidl_typesupport_introspection_cpp/resource/idl__rosidl_typesupport_introspection_cpp.h.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_HPP_ + + +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_typesupport_interface/macros.h" +#include "rosidl_typesupport_introspection_cpp/visibility_control.h" + +#ifdef __cplusplus +extern "C" +{ +#endif + +// TODO(dirk-thomas) these visibility macros should be message package specific +ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC +const rosidl_message_type_support_t * + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_cpp, advrobotics_lab3_interfaces, msg, Joints)(); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_HPP_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.h b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.h new file mode 100644 index 0000000..4663bdf --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.h @@ -0,0 +1,42 @@ +// generated from rosidl_generator_c/resource/idl__struct.h.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__STRUCT_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__STRUCT_H_ + +#ifdef __cplusplus +extern "C" +{ +#endif + +#include +#include +#include + + +// Constants defined in the message + +/// Struct defined in msg/Joints in the package advrobotics_lab3_interfaces. +typedef struct advrobotics_lab3_interfaces__msg__Joints +{ + float q1; + float q2; + float q3; +} advrobotics_lab3_interfaces__msg__Joints; + +// Struct for a sequence of advrobotics_lab3_interfaces__msg__Joints. +typedef struct advrobotics_lab3_interfaces__msg__Joints__Sequence +{ + advrobotics_lab3_interfaces__msg__Joints * data; + /// The number of valid items in data + size_t size; + /// The number of allocated items in data + size_t capacity; +} advrobotics_lab3_interfaces__msg__Joints__Sequence; + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__STRUCT_H_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp new file mode 100644 index 0000000..c1ed4c5 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp @@ -0,0 +1,159 @@ +// generated from rosidl_generator_cpp/resource/idl__struct.hpp.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__STRUCT_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__STRUCT_HPP_ + +#include +#include +#include +#include +#include + +#include "rosidl_runtime_cpp/bounded_vector.hpp" +#include "rosidl_runtime_cpp/message_initialization.hpp" + + +#ifndef _WIN32 +# define DEPRECATED__advrobotics_lab3_interfaces__msg__Joints __attribute__((deprecated)) +#else +# define DEPRECATED__advrobotics_lab3_interfaces__msg__Joints __declspec(deprecated) +#endif + +namespace advrobotics_lab3_interfaces +{ + +namespace msg +{ + +// message struct +template +struct Joints_ +{ + using Type = Joints_; + + explicit Joints_(rosidl_runtime_cpp::MessageInitialization _init = rosidl_runtime_cpp::MessageInitialization::ALL) + { + if (rosidl_runtime_cpp::MessageInitialization::ALL == _init || + rosidl_runtime_cpp::MessageInitialization::ZERO == _init) + { + this->q1 = 0.0f; + this->q2 = 0.0f; + this->q3 = 0.0f; + } + } + + explicit Joints_(const ContainerAllocator & _alloc, rosidl_runtime_cpp::MessageInitialization _init = rosidl_runtime_cpp::MessageInitialization::ALL) + { + (void)_alloc; + if (rosidl_runtime_cpp::MessageInitialization::ALL == _init || + rosidl_runtime_cpp::MessageInitialization::ZERO == _init) + { + this->q1 = 0.0f; + this->q2 = 0.0f; + this->q3 = 0.0f; + } + } + + // field types and members + using _q1_type = + float; + _q1_type q1; + using _q2_type = + float; + _q2_type q2; + using _q3_type = + float; + _q3_type q3; + + // setters for named parameter idiom + Type & set__q1( + const float & _arg) + { + this->q1 = _arg; + return *this; + } + Type & set__q2( + const float & _arg) + { + this->q2 = _arg; + return *this; + } + Type & set__q3( + const float & _arg) + { + this->q3 = _arg; + return *this; + } + + // constant declarations + + // pointer types + using RawPtr = + advrobotics_lab3_interfaces::msg::Joints_ *; + using ConstRawPtr = + const advrobotics_lab3_interfaces::msg::Joints_ *; + using SharedPtr = + std::shared_ptr>; + using ConstSharedPtr = + std::shared_ptr const>; + + template>> + using UniquePtrWithDeleter = + std::unique_ptr, Deleter>; + + using UniquePtr = UniquePtrWithDeleter<>; + + template>> + using ConstUniquePtrWithDeleter = + std::unique_ptr const, Deleter>; + using ConstUniquePtr = ConstUniquePtrWithDeleter<>; + + using WeakPtr = + std::weak_ptr>; + using ConstWeakPtr = + std::weak_ptr const>; + + // pointer types similar to ROS 1, use SharedPtr / ConstSharedPtr instead + // NOTE: Can't use 'using' here because GNU C++ can't parse attributes properly + typedef DEPRECATED__advrobotics_lab3_interfaces__msg__Joints + std::shared_ptr> + Ptr; + typedef DEPRECATED__advrobotics_lab3_interfaces__msg__Joints + std::shared_ptr const> + ConstPtr; + + // comparison operators + bool operator==(const Joints_ & other) const + { + if (this->q1 != other.q1) { + return false; + } + if (this->q2 != other.q2) { + return false; + } + if (this->q3 != other.q3) { + return false; + } + return true; + } + bool operator!=(const Joints_ & other) const + { + return !this->operator==(other); + } +}; // struct Joints_ + +// alias to use template instance with default allocator +using Joints = + advrobotics_lab3_interfaces::msg::Joints_>; + +// constant definitions + +} // namespace msg + +} // namespace advrobotics_lab3_interfaces + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__STRUCT_HPP_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp new file mode 100644 index 0000000..762759f --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp @@ -0,0 +1,143 @@ +// generated from rosidl_generator_cpp/resource/idl__traits.hpp.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__TRAITS_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__TRAITS_HPP_ + +#include + +#include +#include +#include + +#include "advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp" +#include "rosidl_runtime_cpp/traits.hpp" + +namespace advrobotics_lab3_interfaces +{ + +namespace msg +{ + +inline void to_flow_style_yaml( + const Joints & msg, + std::ostream & out) +{ + out << "{"; + // member: q1 + { + out << "q1: "; + rosidl_generator_traits::value_to_yaml(msg.q1, out); + out << ", "; + } + + // member: q2 + { + out << "q2: "; + rosidl_generator_traits::value_to_yaml(msg.q2, out); + out << ", "; + } + + // member: q3 + { + out << "q3: "; + rosidl_generator_traits::value_to_yaml(msg.q3, out); + } + out << "}"; +} // NOLINT(readability/fn_size) + +inline void to_block_style_yaml( + const Joints & msg, + std::ostream & out, size_t indentation = 0) +{ + // member: q1 + { + if (indentation > 0) { + out << std::string(indentation, ' '); + } + out << "q1: "; + rosidl_generator_traits::value_to_yaml(msg.q1, out); + out << "\n"; + } + + // member: q2 + { + if (indentation > 0) { + out << std::string(indentation, ' '); + } + out << "q2: "; + rosidl_generator_traits::value_to_yaml(msg.q2, out); + out << "\n"; + } + + // member: q3 + { + if (indentation > 0) { + out << std::string(indentation, ' '); + } + out << "q3: "; + rosidl_generator_traits::value_to_yaml(msg.q3, out); + out << "\n"; + } +} // NOLINT(readability/fn_size) + +inline std::string to_yaml(const Joints & msg, bool use_flow_style = false) +{ + std::ostringstream out; + if (use_flow_style) { + to_flow_style_yaml(msg, out); + } else { + to_block_style_yaml(msg, out); + } + return out.str(); +} + +} // namespace msg + +} // namespace advrobotics_lab3_interfaces + +namespace rosidl_generator_traits +{ + +[[deprecated("use advrobotics_lab3_interfaces::msg::to_block_style_yaml() instead")]] +inline void to_yaml( + const advrobotics_lab3_interfaces::msg::Joints & msg, + std::ostream & out, size_t indentation = 0) +{ + advrobotics_lab3_interfaces::msg::to_block_style_yaml(msg, out, indentation); +} + +[[deprecated("use advrobotics_lab3_interfaces::msg::to_yaml() instead")]] +inline std::string to_yaml(const advrobotics_lab3_interfaces::msg::Joints & msg) +{ + return advrobotics_lab3_interfaces::msg::to_yaml(msg); +} + +template<> +inline const char * data_type() +{ + return "advrobotics_lab3_interfaces::msg::Joints"; +} + +template<> +inline const char * name() +{ + return "advrobotics_lab3_interfaces/msg/Joints"; +} + +template<> +struct has_fixed_size + : std::integral_constant {}; + +template<> +struct has_bounded_size + : std::integral_constant {}; + +template<> +struct is_message + : std::true_type {}; + +} // namespace rosidl_generator_traits + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__TRAITS_HPP_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c new file mode 100644 index 0000000..3ad4750 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c @@ -0,0 +1,117 @@ +// generated from rosidl_typesupport_introspection_c/resource/idl__type_support.c.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice + +#include +#include "advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h" +#include "rosidl_typesupport_introspection_c/field_types.h" +#include "rosidl_typesupport_introspection_c/identifier.h" +#include "rosidl_typesupport_introspection_c/message_introspection.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__functions.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__struct.h" + + +#ifdef __cplusplus +extern "C" +{ +#endif + +void advrobotics_lab3_interfaces__msg__Joints__rosidl_typesupport_introspection_c__Joints_init_function( + void * message_memory, enum rosidl_runtime_c__message_initialization _init) +{ + // TODO(karsten1987): initializers are not yet implemented for typesupport c + // see https://github.com/ros2/ros2/issues/397 + (void) _init; + advrobotics_lab3_interfaces__msg__Joints__init(message_memory); +} + +void advrobotics_lab3_interfaces__msg__Joints__rosidl_typesupport_introspection_c__Joints_fini_function(void * message_memory) +{ + advrobotics_lab3_interfaces__msg__Joints__fini(message_memory); +} + +static rosidl_typesupport_introspection_c__MessageMember advrobotics_lab3_interfaces__msg__Joints__rosidl_typesupport_introspection_c__Joints_message_member_array[3] = { + { + "q1", // name + rosidl_typesupport_introspection_c__ROS_TYPE_FLOAT, // type + 0, // upper bound of string + NULL, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces__msg__Joints, q1), // bytes offset in struct + NULL, // default value + NULL, // size() function pointer + NULL, // get_const(index) function pointer + NULL, // get(index) function pointer + NULL, // fetch(index, &value) function pointer + NULL, // assign(index, value) function pointer + NULL // resize(index) function pointer + }, + { + "q2", // name + rosidl_typesupport_introspection_c__ROS_TYPE_FLOAT, // type + 0, // upper bound of string + NULL, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces__msg__Joints, q2), // bytes offset in struct + NULL, // default value + NULL, // size() function pointer + NULL, // get_const(index) function pointer + NULL, // get(index) function pointer + NULL, // fetch(index, &value) function pointer + NULL, // assign(index, value) function pointer + NULL // resize(index) function pointer + }, + { + "q3", // name + rosidl_typesupport_introspection_c__ROS_TYPE_FLOAT, // type + 0, // upper bound of string + NULL, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces__msg__Joints, q3), // bytes offset in struct + NULL, // default value + NULL, // size() function pointer + NULL, // get_const(index) function pointer + NULL, // get(index) function pointer + NULL, // fetch(index, &value) function pointer + NULL, // assign(index, value) function pointer + NULL // resize(index) function pointer + } +}; + +static const rosidl_typesupport_introspection_c__MessageMembers advrobotics_lab3_interfaces__msg__Joints__rosidl_typesupport_introspection_c__Joints_message_members = { + "advrobotics_lab3_interfaces__msg", // message namespace + "Joints", // message name + 3, // number of fields + sizeof(advrobotics_lab3_interfaces__msg__Joints), + advrobotics_lab3_interfaces__msg__Joints__rosidl_typesupport_introspection_c__Joints_message_member_array, // message members + advrobotics_lab3_interfaces__msg__Joints__rosidl_typesupport_introspection_c__Joints_init_function, // function to initialize message memory (memory has to be allocated) + advrobotics_lab3_interfaces__msg__Joints__rosidl_typesupport_introspection_c__Joints_fini_function // function to terminate message instance (will not free memory) +}; + +// this is not const since it must be initialized on first access +// since C does not allow non-integral compile-time constants +static rosidl_message_type_support_t advrobotics_lab3_interfaces__msg__Joints__rosidl_typesupport_introspection_c__Joints_message_type_support_handle = { + 0, + &advrobotics_lab3_interfaces__msg__Joints__rosidl_typesupport_introspection_c__Joints_message_members, + get_message_typesupport_handle_function, +}; + +ROSIDL_TYPESUPPORT_INTROSPECTION_C_EXPORT_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, msg, Joints)() { + if (!advrobotics_lab3_interfaces__msg__Joints__rosidl_typesupport_introspection_c__Joints_message_type_support_handle.typesupport_identifier) { + advrobotics_lab3_interfaces__msg__Joints__rosidl_typesupport_introspection_c__Joints_message_type_support_handle.typesupport_identifier = + rosidl_typesupport_introspection_c__identifier; + } + return &advrobotics_lab3_interfaces__msg__Joints__rosidl_typesupport_introspection_c__Joints_message_type_support_handle; +} +#ifdef __cplusplus +} +#endif diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp new file mode 100644 index 0000000..f252004 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp @@ -0,0 +1,143 @@ +// generated from rosidl_typesupport_introspection_cpp/resource/idl__type_support.cpp.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice + +#include "array" +#include "cstddef" +#include "string" +#include "vector" +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_typesupport_cpp/message_type_support.hpp" +#include "rosidl_typesupport_interface/macros.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp" +#include "rosidl_typesupport_introspection_cpp/field_types.hpp" +#include "rosidl_typesupport_introspection_cpp/identifier.hpp" +#include "rosidl_typesupport_introspection_cpp/message_introspection.hpp" +#include "rosidl_typesupport_introspection_cpp/message_type_support_decl.hpp" +#include "rosidl_typesupport_introspection_cpp/visibility_control.h" + +namespace advrobotics_lab3_interfaces +{ + +namespace msg +{ + +namespace rosidl_typesupport_introspection_cpp +{ + +void Joints_init_function( + void * message_memory, rosidl_runtime_cpp::MessageInitialization _init) +{ + new (message_memory) advrobotics_lab3_interfaces::msg::Joints(_init); +} + +void Joints_fini_function(void * message_memory) +{ + auto typed_message = static_cast(message_memory); + typed_message->~Joints(); +} + +static const ::rosidl_typesupport_introspection_cpp::MessageMember Joints_message_member_array[3] = { + { + "q1", // name + ::rosidl_typesupport_introspection_cpp::ROS_TYPE_FLOAT, // type + 0, // upper bound of string + nullptr, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces::msg::Joints, q1), // bytes offset in struct + nullptr, // default value + nullptr, // size() function pointer + nullptr, // get_const(index) function pointer + nullptr, // get(index) function pointer + nullptr, // fetch(index, &value) function pointer + nullptr, // assign(index, value) function pointer + nullptr // resize(index) function pointer + }, + { + "q2", // name + ::rosidl_typesupport_introspection_cpp::ROS_TYPE_FLOAT, // type + 0, // upper bound of string + nullptr, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces::msg::Joints, q2), // bytes offset in struct + nullptr, // default value + nullptr, // size() function pointer + nullptr, // get_const(index) function pointer + nullptr, // get(index) function pointer + nullptr, // fetch(index, &value) function pointer + nullptr, // assign(index, value) function pointer + nullptr // resize(index) function pointer + }, + { + "q3", // name + ::rosidl_typesupport_introspection_cpp::ROS_TYPE_FLOAT, // type + 0, // upper bound of string + nullptr, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces::msg::Joints, q3), // bytes offset in struct + nullptr, // default value + nullptr, // size() function pointer + nullptr, // get_const(index) function pointer + nullptr, // get(index) function pointer + nullptr, // fetch(index, &value) function pointer + nullptr, // assign(index, value) function pointer + nullptr // resize(index) function pointer + } +}; + +static const ::rosidl_typesupport_introspection_cpp::MessageMembers Joints_message_members = { + "advrobotics_lab3_interfaces::msg", // message namespace + "Joints", // message name + 3, // number of fields + sizeof(advrobotics_lab3_interfaces::msg::Joints), + Joints_message_member_array, // message members + Joints_init_function, // function to initialize message memory (memory has to be allocated) + Joints_fini_function // function to terminate message instance (will not free memory) +}; + +static const rosidl_message_type_support_t Joints_message_type_support_handle = { + ::rosidl_typesupport_introspection_cpp::typesupport_identifier, + &Joints_message_members, + get_message_typesupport_handle_function, +}; + +} // namespace rosidl_typesupport_introspection_cpp + +} // namespace msg + +} // namespace advrobotics_lab3_interfaces + + +namespace rosidl_typesupport_introspection_cpp +{ + +template<> +ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC +const rosidl_message_type_support_t * +get_message_type_support_handle() +{ + return &::advrobotics_lab3_interfaces::msg::rosidl_typesupport_introspection_cpp::Joints_message_type_support_handle; +} + +} // namespace rosidl_typesupport_introspection_cpp + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_cpp, advrobotics_lab3_interfaces, msg, Joints)() { + return &::advrobotics_lab3_interfaces::msg::rosidl_typesupport_introspection_cpp::Joints_message_type_support_handle; +} + +#ifdef __cplusplus +} +#endif diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h new file mode 100644 index 0000000..724bf19 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h @@ -0,0 +1,33 @@ +// generated from rosidl_generator_c/resource/idl__type_support.h.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__TYPE_SUPPORT_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__TYPE_SUPPORT_H_ + +#include "rosidl_typesupport_interface/macros.h" + +#include "advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h" + +#ifdef __cplusplus +extern "C" +{ +#endif + +#include "rosidl_runtime_c/message_type_support_struct.h" + +// Forward declare the get type support functions for this type. +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME( + rosidl_typesupport_c, + advrobotics_lab3_interfaces, + msg, + Joints +)(); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__TYPE_SUPPORT_H_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp new file mode 100644 index 0000000..3c5f193 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp @@ -0,0 +1,31 @@ +// generated from rosidl_generator_cpp/resource/idl__type_support.hpp.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__TYPE_SUPPORT_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__TYPE_SUPPORT_HPP_ + +#include "rosidl_typesupport_interface/macros.h" + +#include "advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp" + +#include "rosidl_typesupport_cpp/message_type_support.hpp" + +#ifdef __cplusplus +extern "C" +{ +#endif +// Forward declare the get type support functions for this type. +ROSIDL_GENERATOR_CPP_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME( + rosidl_typesupport_cpp, + advrobotics_lab3_interfaces, + msg, + Joints +)(); +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__DETAIL__JOINTS__TYPE_SUPPORT_HPP_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.h b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.h new file mode 100644 index 0000000..b9860d3 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.h @@ -0,0 +1,12 @@ +// generated from rosidl_generator_c/resource/idl.h.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__GRIPPER_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__GRIPPER_H_ + +#include "advrobotics_lab3_interfaces/msg/detail/gripper__struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__functions.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h" + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__GRIPPER_H_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.hpp b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.hpp new file mode 100644 index 0000000..5e5113e --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.hpp @@ -0,0 +1,12 @@ +// generated from rosidl_generator_cpp/resource/idl.hpp.em +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__GRIPPER_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__GRIPPER_HPP_ + +#include "advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp" + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__GRIPPER_HPP_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.h b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.h new file mode 100644 index 0000000..354d7c7 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.h @@ -0,0 +1,12 @@ +// generated from rosidl_generator_c/resource/idl.h.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__JOINTS_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__JOINTS_H_ + +#include "advrobotics_lab3_interfaces/msg/detail/joints__struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__functions.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__type_support.h" + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__JOINTS_H_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.hpp b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.hpp new file mode 100644 index 0000000..6c36826 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.hpp @@ -0,0 +1,12 @@ +// generated from rosidl_generator_cpp/resource/idl.hpp.em +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__JOINTS_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__JOINTS_HPP_ + +#include "advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp" +#include "advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp" +#include "advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp" +#include "advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp" + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__JOINTS_HPP_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h new file mode 100644 index 0000000..95b98f0 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h @@ -0,0 +1,42 @@ +// generated from rosidl_generator_c/resource/rosidl_generator_c__visibility_control.h.in +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__ROSIDL_GENERATOR_C__VISIBILITY_CONTROL_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__ROSIDL_GENERATOR_C__VISIBILITY_CONTROL_H_ + +#ifdef __cplusplus +extern "C" +{ +#endif + +// This logic was borrowed (then namespaced) from the examples on the gcc wiki: +// https://gcc.gnu.org/wiki/Visibility + +#if defined _WIN32 || defined __CYGWIN__ + #ifdef __GNUC__ + #define ROSIDL_GENERATOR_C_EXPORT_advrobotics_lab3_interfaces __attribute__ ((dllexport)) + #define ROSIDL_GENERATOR_C_IMPORT_advrobotics_lab3_interfaces __attribute__ ((dllimport)) + #else + #define ROSIDL_GENERATOR_C_EXPORT_advrobotics_lab3_interfaces __declspec(dllexport) + #define ROSIDL_GENERATOR_C_IMPORT_advrobotics_lab3_interfaces __declspec(dllimport) + #endif + #ifdef ROSIDL_GENERATOR_C_BUILDING_DLL_advrobotics_lab3_interfaces + #define ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces ROSIDL_GENERATOR_C_EXPORT_advrobotics_lab3_interfaces + #else + #define ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces ROSIDL_GENERATOR_C_IMPORT_advrobotics_lab3_interfaces + #endif +#else + #define ROSIDL_GENERATOR_C_EXPORT_advrobotics_lab3_interfaces __attribute__ ((visibility("default"))) + #define ROSIDL_GENERATOR_C_IMPORT_advrobotics_lab3_interfaces + #if __GNUC__ >= 4 + #define ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces __attribute__ ((visibility("default"))) + #else + #define ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces + #endif +#endif + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__ROSIDL_GENERATOR_C__VISIBILITY_CONTROL_H_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp new file mode 100644 index 0000000..5006059 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp @@ -0,0 +1,42 @@ +// generated from rosidl_generator_cpp/resource/rosidl_generator_cpp__visibility_control.hpp.in +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__ROSIDL_GENERATOR_CPP__VISIBILITY_CONTROL_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__ROSIDL_GENERATOR_CPP__VISIBILITY_CONTROL_HPP_ + +#ifdef __cplusplus +extern "C" +{ +#endif + +// This logic was borrowed (then namespaced) from the examples on the gcc wiki: +// https://gcc.gnu.org/wiki/Visibility + +#if defined _WIN32 || defined __CYGWIN__ + #ifdef __GNUC__ + #define ROSIDL_GENERATOR_CPP_EXPORT_advrobotics_lab3_interfaces __attribute__ ((dllexport)) + #define ROSIDL_GENERATOR_CPP_IMPORT_advrobotics_lab3_interfaces __attribute__ ((dllimport)) + #else + #define ROSIDL_GENERATOR_CPP_EXPORT_advrobotics_lab3_interfaces __declspec(dllexport) + #define ROSIDL_GENERATOR_CPP_IMPORT_advrobotics_lab3_interfaces __declspec(dllimport) + #endif + #ifdef ROSIDL_GENERATOR_CPP_BUILDING_DLL_advrobotics_lab3_interfaces + #define ROSIDL_GENERATOR_CPP_PUBLIC_advrobotics_lab3_interfaces ROSIDL_GENERATOR_CPP_EXPORT_advrobotics_lab3_interfaces + #else + #define ROSIDL_GENERATOR_CPP_PUBLIC_advrobotics_lab3_interfaces ROSIDL_GENERATOR_CPP_IMPORT_advrobotics_lab3_interfaces + #endif +#else + #define ROSIDL_GENERATOR_CPP_EXPORT_advrobotics_lab3_interfaces __attribute__ ((visibility("default"))) + #define ROSIDL_GENERATOR_CPP_IMPORT_advrobotics_lab3_interfaces + #if __GNUC__ >= 4 + #define ROSIDL_GENERATOR_CPP_PUBLIC_advrobotics_lab3_interfaces __attribute__ ((visibility("default"))) + #else + #define ROSIDL_GENERATOR_CPP_PUBLIC_advrobotics_lab3_interfaces + #endif +#endif + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__ROSIDL_GENERATOR_CPP__VISIBILITY_CONTROL_HPP_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h new file mode 100644 index 0000000..a7c9f4f --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h @@ -0,0 +1,43 @@ +// generated from +// rosidl_typesupport_fastrtps_c/resource/rosidl_typesupport_fastrtps_c__visibility_control.h.in +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__ROSIDL_TYPESUPPORT_FASTRTPS_C__VISIBILITY_CONTROL_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__ROSIDL_TYPESUPPORT_FASTRTPS_C__VISIBILITY_CONTROL_H_ + +#if __cplusplus +extern "C" +{ +#endif + +// This logic was borrowed (then namespaced) from the examples on the gcc wiki: +// https://gcc.gnu.org/wiki/Visibility + +#if defined _WIN32 || defined __CYGWIN__ + #ifdef __GNUC__ + #define ROSIDL_TYPESUPPORT_FASTRTPS_C_EXPORT_advrobotics_lab3_interfaces __attribute__ ((dllexport)) + #define ROSIDL_TYPESUPPORT_FASTRTPS_C_IMPORT_advrobotics_lab3_interfaces __attribute__ ((dllimport)) + #else + #define ROSIDL_TYPESUPPORT_FASTRTPS_C_EXPORT_advrobotics_lab3_interfaces __declspec(dllexport) + #define ROSIDL_TYPESUPPORT_FASTRTPS_C_IMPORT_advrobotics_lab3_interfaces __declspec(dllimport) + #endif + #ifdef ROSIDL_TYPESUPPORT_FASTRTPS_C_BUILDING_DLL_advrobotics_lab3_interfaces + #define ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces ROSIDL_TYPESUPPORT_FASTRTPS_C_EXPORT_advrobotics_lab3_interfaces + #else + #define ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces ROSIDL_TYPESUPPORT_FASTRTPS_C_IMPORT_advrobotics_lab3_interfaces + #endif +#else + #define ROSIDL_TYPESUPPORT_FASTRTPS_C_EXPORT_advrobotics_lab3_interfaces __attribute__ ((visibility("default"))) + #define ROSIDL_TYPESUPPORT_FASTRTPS_C_IMPORT_advrobotics_lab3_interfaces + #if __GNUC__ >= 4 + #define ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces __attribute__ ((visibility("default"))) + #else + #define ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces + #endif +#endif + +#if __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__ROSIDL_TYPESUPPORT_FASTRTPS_C__VISIBILITY_CONTROL_H_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h new file mode 100644 index 0000000..ee59e75 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h @@ -0,0 +1,43 @@ +// generated from +// rosidl_typesupport_fastrtps_cpp/resource/rosidl_typesupport_fastrtps_cpp__visibility_control.h.in +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__ROSIDL_TYPESUPPORT_FASTRTPS_CPP__VISIBILITY_CONTROL_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__ROSIDL_TYPESUPPORT_FASTRTPS_CPP__VISIBILITY_CONTROL_H_ + +#if __cplusplus +extern "C" +{ +#endif + +// This logic was borrowed (then namespaced) from the examples on the gcc wiki: +// https://gcc.gnu.org/wiki/Visibility + +#if defined _WIN32 || defined __CYGWIN__ + #ifdef __GNUC__ + #define ROSIDL_TYPESUPPORT_FASTRTPS_CPP_EXPORT_advrobotics_lab3_interfaces __attribute__ ((dllexport)) + #define ROSIDL_TYPESUPPORT_FASTRTPS_CPP_IMPORT_advrobotics_lab3_interfaces __attribute__ ((dllimport)) + #else + #define ROSIDL_TYPESUPPORT_FASTRTPS_CPP_EXPORT_advrobotics_lab3_interfaces __declspec(dllexport) + #define ROSIDL_TYPESUPPORT_FASTRTPS_CPP_IMPORT_advrobotics_lab3_interfaces __declspec(dllimport) + #endif + #ifdef ROSIDL_TYPESUPPORT_FASTRTPS_CPP_BUILDING_DLL_advrobotics_lab3_interfaces + #define ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces ROSIDL_TYPESUPPORT_FASTRTPS_CPP_EXPORT_advrobotics_lab3_interfaces + #else + #define ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces ROSIDL_TYPESUPPORT_FASTRTPS_CPP_IMPORT_advrobotics_lab3_interfaces + #endif +#else + #define ROSIDL_TYPESUPPORT_FASTRTPS_CPP_EXPORT_advrobotics_lab3_interfaces __attribute__ ((visibility("default"))) + #define ROSIDL_TYPESUPPORT_FASTRTPS_CPP_IMPORT_advrobotics_lab3_interfaces + #if __GNUC__ >= 4 + #define ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces __attribute__ ((visibility("default"))) + #else + #define ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces + #endif +#endif + +#if __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__ROSIDL_TYPESUPPORT_FASTRTPS_CPP__VISIBILITY_CONTROL_H_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h new file mode 100644 index 0000000..1153afe --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h @@ -0,0 +1,43 @@ +// generated from +// rosidl_typesupport_introspection_c/resource/rosidl_typesupport_introspection_c__visibility_control.h.in +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__MSG__ROSIDL_TYPESUPPORT_INTROSPECTION_C__VISIBILITY_CONTROL_H_ +#define ADVROBOTICS_LAB3_INTERFACES__MSG__ROSIDL_TYPESUPPORT_INTROSPECTION_C__VISIBILITY_CONTROL_H_ + +#ifdef __cplusplus +extern "C" +{ +#endif + +// This logic was borrowed (then namespaced) from the examples on the gcc wiki: +// https://gcc.gnu.org/wiki/Visibility + +#if defined _WIN32 || defined __CYGWIN__ + #ifdef __GNUC__ + #define ROSIDL_TYPESUPPORT_INTROSPECTION_C_EXPORT_advrobotics_lab3_interfaces __attribute__ ((dllexport)) + #define ROSIDL_TYPESUPPORT_INTROSPECTION_C_IMPORT_advrobotics_lab3_interfaces __attribute__ ((dllimport)) + #else + #define ROSIDL_TYPESUPPORT_INTROSPECTION_C_EXPORT_advrobotics_lab3_interfaces __declspec(dllexport) + #define ROSIDL_TYPESUPPORT_INTROSPECTION_C_IMPORT_advrobotics_lab3_interfaces __declspec(dllimport) + #endif + #ifdef ROSIDL_TYPESUPPORT_INTROSPECTION_C_BUILDING_DLL_advrobotics_lab3_interfaces + #define ROSIDL_TYPESUPPORT_INTROSPECTION_C_PUBLIC_advrobotics_lab3_interfaces ROSIDL_TYPESUPPORT_INTROSPECTION_C_EXPORT_advrobotics_lab3_interfaces + #else + #define ROSIDL_TYPESUPPORT_INTROSPECTION_C_PUBLIC_advrobotics_lab3_interfaces ROSIDL_TYPESUPPORT_INTROSPECTION_C_IMPORT_advrobotics_lab3_interfaces + #endif +#else + #define ROSIDL_TYPESUPPORT_INTROSPECTION_C_EXPORT_advrobotics_lab3_interfaces __attribute__ ((visibility("default"))) + #define ROSIDL_TYPESUPPORT_INTROSPECTION_C_IMPORT_advrobotics_lab3_interfaces + #if __GNUC__ >= 4 + #define ROSIDL_TYPESUPPORT_INTROSPECTION_C_PUBLIC_advrobotics_lab3_interfaces __attribute__ ((visibility("default"))) + #else + #define ROSIDL_TYPESUPPORT_INTROSPECTION_C_PUBLIC_advrobotics_lab3_interfaces + #endif +#endif + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__MSG__ROSIDL_TYPESUPPORT_INTROSPECTION_C__VISIBILITY_CONTROL_H_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp new file mode 100644 index 0000000..189302a --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp @@ -0,0 +1,178 @@ +// generated from rosidl_generator_cpp/resource/idl__builder.hpp.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__BUILDER_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__BUILDER_HPP_ + +#include +#include + +#include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp" +#include "rosidl_runtime_cpp/message_initialization.hpp" + + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +namespace builder +{ + +class Init_Invkin_Request_z +{ +public: + explicit Init_Invkin_Request_z(::advrobotics_lab3_interfaces::srv::Invkin_Request & msg) + : msg_(msg) + {} + ::advrobotics_lab3_interfaces::srv::Invkin_Request z(::advrobotics_lab3_interfaces::srv::Invkin_Request::_z_type arg) + { + msg_.z = std::move(arg); + return std::move(msg_); + } + +private: + ::advrobotics_lab3_interfaces::srv::Invkin_Request msg_; +}; + +class Init_Invkin_Request_y +{ +public: + explicit Init_Invkin_Request_y(::advrobotics_lab3_interfaces::srv::Invkin_Request & msg) + : msg_(msg) + {} + Init_Invkin_Request_z y(::advrobotics_lab3_interfaces::srv::Invkin_Request::_y_type arg) + { + msg_.y = std::move(arg); + return Init_Invkin_Request_z(msg_); + } + +private: + ::advrobotics_lab3_interfaces::srv::Invkin_Request msg_; +}; + +class Init_Invkin_Request_x +{ +public: + Init_Invkin_Request_x() + : msg_(::rosidl_runtime_cpp::MessageInitialization::SKIP) + {} + Init_Invkin_Request_y x(::advrobotics_lab3_interfaces::srv::Invkin_Request::_x_type arg) + { + msg_.x = std::move(arg); + return Init_Invkin_Request_y(msg_); + } + +private: + ::advrobotics_lab3_interfaces::srv::Invkin_Request msg_; +}; + +} // namespace builder + +} // namespace srv + +template +auto build(); + +template<> +inline +auto build<::advrobotics_lab3_interfaces::srv::Invkin_Request>() +{ + return advrobotics_lab3_interfaces::srv::builder::Init_Invkin_Request_x(); +} + +} // namespace advrobotics_lab3_interfaces + + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +namespace builder +{ + +class Init_Invkin_Response_q3 +{ +public: + explicit Init_Invkin_Response_q3(::advrobotics_lab3_interfaces::srv::Invkin_Response & msg) + : msg_(msg) + {} + ::advrobotics_lab3_interfaces::srv::Invkin_Response q3(::advrobotics_lab3_interfaces::srv::Invkin_Response::_q3_type arg) + { + msg_.q3 = std::move(arg); + return std::move(msg_); + } + +private: + ::advrobotics_lab3_interfaces::srv::Invkin_Response msg_; +}; + +class Init_Invkin_Response_q2 +{ +public: + explicit Init_Invkin_Response_q2(::advrobotics_lab3_interfaces::srv::Invkin_Response & msg) + : msg_(msg) + {} + Init_Invkin_Response_q3 q2(::advrobotics_lab3_interfaces::srv::Invkin_Response::_q2_type arg) + { + msg_.q2 = std::move(arg); + return Init_Invkin_Response_q3(msg_); + } + +private: + ::advrobotics_lab3_interfaces::srv::Invkin_Response msg_; +}; + +class Init_Invkin_Response_q1 +{ +public: + explicit Init_Invkin_Response_q1(::advrobotics_lab3_interfaces::srv::Invkin_Response & msg) + : msg_(msg) + {} + Init_Invkin_Response_q2 q1(::advrobotics_lab3_interfaces::srv::Invkin_Response::_q1_type arg) + { + msg_.q1 = std::move(arg); + return Init_Invkin_Response_q2(msg_); + } + +private: + ::advrobotics_lab3_interfaces::srv::Invkin_Response msg_; +}; + +class Init_Invkin_Response_sol +{ +public: + Init_Invkin_Response_sol() + : msg_(::rosidl_runtime_cpp::MessageInitialization::SKIP) + {} + Init_Invkin_Response_q1 sol(::advrobotics_lab3_interfaces::srv::Invkin_Response::_sol_type arg) + { + msg_.sol = std::move(arg); + return Init_Invkin_Response_q1(msg_); + } + +private: + ::advrobotics_lab3_interfaces::srv::Invkin_Response msg_; +}; + +} // namespace builder + +} // namespace srv + +template +auto build(); + +template<> +inline +auto build<::advrobotics_lab3_interfaces::srv::Invkin_Response>() +{ + return advrobotics_lab3_interfaces::srv::builder::Init_Invkin_Response_sol(); +} + +} // namespace advrobotics_lab3_interfaces + +#endif // ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__BUILDER_HPP_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c new file mode 100644 index 0000000..ea59d4f --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c @@ -0,0 +1,500 @@ +// generated from rosidl_generator_c/resource/idl__functions.c.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice +#include "advrobotics_lab3_interfaces/srv/detail/invkin__functions.h" + +#include +#include +#include +#include + +#include "rcutils/allocator.h" + +bool +advrobotics_lab3_interfaces__srv__Invkin_Request__init(advrobotics_lab3_interfaces__srv__Invkin_Request * msg) +{ + if (!msg) { + return false; + } + // x + // y + // z + return true; +} + +void +advrobotics_lab3_interfaces__srv__Invkin_Request__fini(advrobotics_lab3_interfaces__srv__Invkin_Request * msg) +{ + if (!msg) { + return; + } + // x + // y + // z +} + +bool +advrobotics_lab3_interfaces__srv__Invkin_Request__are_equal(const advrobotics_lab3_interfaces__srv__Invkin_Request * lhs, const advrobotics_lab3_interfaces__srv__Invkin_Request * rhs) +{ + if (!lhs || !rhs) { + return false; + } + // x + if (lhs->x != rhs->x) { + return false; + } + // y + if (lhs->y != rhs->y) { + return false; + } + // z + if (lhs->z != rhs->z) { + return false; + } + return true; +} + +bool +advrobotics_lab3_interfaces__srv__Invkin_Request__copy( + const advrobotics_lab3_interfaces__srv__Invkin_Request * input, + advrobotics_lab3_interfaces__srv__Invkin_Request * output) +{ + if (!input || !output) { + return false; + } + // x + output->x = input->x; + // y + output->y = input->y; + // z + output->z = input->z; + return true; +} + +advrobotics_lab3_interfaces__srv__Invkin_Request * +advrobotics_lab3_interfaces__srv__Invkin_Request__create() +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__srv__Invkin_Request * msg = (advrobotics_lab3_interfaces__srv__Invkin_Request *)allocator.allocate(sizeof(advrobotics_lab3_interfaces__srv__Invkin_Request), allocator.state); + if (!msg) { + return NULL; + } + memset(msg, 0, sizeof(advrobotics_lab3_interfaces__srv__Invkin_Request)); + bool success = advrobotics_lab3_interfaces__srv__Invkin_Request__init(msg); + if (!success) { + allocator.deallocate(msg, allocator.state); + return NULL; + } + return msg; +} + +void +advrobotics_lab3_interfaces__srv__Invkin_Request__destroy(advrobotics_lab3_interfaces__srv__Invkin_Request * msg) +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + if (msg) { + advrobotics_lab3_interfaces__srv__Invkin_Request__fini(msg); + } + allocator.deallocate(msg, allocator.state); +} + + +bool +advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__init(advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * array, size_t size) +{ + if (!array) { + return false; + } + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__srv__Invkin_Request * data = NULL; + + if (size) { + data = (advrobotics_lab3_interfaces__srv__Invkin_Request *)allocator.zero_allocate(size, sizeof(advrobotics_lab3_interfaces__srv__Invkin_Request), allocator.state); + if (!data) { + return false; + } + // initialize all array elements + size_t i; + for (i = 0; i < size; ++i) { + bool success = advrobotics_lab3_interfaces__srv__Invkin_Request__init(&data[i]); + if (!success) { + break; + } + } + if (i < size) { + // if initialization failed finalize the already initialized array elements + for (; i > 0; --i) { + advrobotics_lab3_interfaces__srv__Invkin_Request__fini(&data[i - 1]); + } + allocator.deallocate(data, allocator.state); + return false; + } + } + array->data = data; + array->size = size; + array->capacity = size; + return true; +} + +void +advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__fini(advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * array) +{ + if (!array) { + return; + } + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + + if (array->data) { + // ensure that data and capacity values are consistent + assert(array->capacity > 0); + // finalize all array elements + for (size_t i = 0; i < array->capacity; ++i) { + advrobotics_lab3_interfaces__srv__Invkin_Request__fini(&array->data[i]); + } + allocator.deallocate(array->data, allocator.state); + array->data = NULL; + array->size = 0; + array->capacity = 0; + } else { + // ensure that data, size, and capacity values are consistent + assert(0 == array->size); + assert(0 == array->capacity); + } +} + +advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * +advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__create(size_t size) +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * array = (advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence *)allocator.allocate(sizeof(advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence), allocator.state); + if (!array) { + return NULL; + } + bool success = advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__init(array, size); + if (!success) { + allocator.deallocate(array, allocator.state); + return NULL; + } + return array; +} + +void +advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__destroy(advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * array) +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + if (array) { + advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__fini(array); + } + allocator.deallocate(array, allocator.state); +} + +bool +advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__are_equal(const advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * lhs, const advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * rhs) +{ + if (!lhs || !rhs) { + return false; + } + if (lhs->size != rhs->size) { + return false; + } + for (size_t i = 0; i < lhs->size; ++i) { + if (!advrobotics_lab3_interfaces__srv__Invkin_Request__are_equal(&(lhs->data[i]), &(rhs->data[i]))) { + return false; + } + } + return true; +} + +bool +advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__copy( + const advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * input, + advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * output) +{ + if (!input || !output) { + return false; + } + if (output->capacity < input->size) { + const size_t allocation_size = + input->size * sizeof(advrobotics_lab3_interfaces__srv__Invkin_Request); + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__srv__Invkin_Request * data = + (advrobotics_lab3_interfaces__srv__Invkin_Request *)allocator.reallocate( + output->data, allocation_size, allocator.state); + if (!data) { + return false; + } + // If reallocation succeeded, memory may or may not have been moved + // to fulfill the allocation request, invalidating output->data. + output->data = data; + for (size_t i = output->capacity; i < input->size; ++i) { + if (!advrobotics_lab3_interfaces__srv__Invkin_Request__init(&output->data[i])) { + // If initialization of any new item fails, roll back + // all previously initialized items. Existing items + // in output are to be left unmodified. + for (; i-- > output->capacity; ) { + advrobotics_lab3_interfaces__srv__Invkin_Request__fini(&output->data[i]); + } + return false; + } + } + output->capacity = input->size; + } + output->size = input->size; + for (size_t i = 0; i < input->size; ++i) { + if (!advrobotics_lab3_interfaces__srv__Invkin_Request__copy( + &(input->data[i]), &(output->data[i]))) + { + return false; + } + } + return true; +} + + +bool +advrobotics_lab3_interfaces__srv__Invkin_Response__init(advrobotics_lab3_interfaces__srv__Invkin_Response * msg) +{ + if (!msg) { + return false; + } + // sol + // q1 + // q2 + // q3 + return true; +} + +void +advrobotics_lab3_interfaces__srv__Invkin_Response__fini(advrobotics_lab3_interfaces__srv__Invkin_Response * msg) +{ + if (!msg) { + return; + } + // sol + // q1 + // q2 + // q3 +} + +bool +advrobotics_lab3_interfaces__srv__Invkin_Response__are_equal(const advrobotics_lab3_interfaces__srv__Invkin_Response * lhs, const advrobotics_lab3_interfaces__srv__Invkin_Response * rhs) +{ + if (!lhs || !rhs) { + return false; + } + // sol + if (lhs->sol != rhs->sol) { + return false; + } + // q1 + if (lhs->q1 != rhs->q1) { + return false; + } + // q2 + if (lhs->q2 != rhs->q2) { + return false; + } + // q3 + if (lhs->q3 != rhs->q3) { + return false; + } + return true; +} + +bool +advrobotics_lab3_interfaces__srv__Invkin_Response__copy( + const advrobotics_lab3_interfaces__srv__Invkin_Response * input, + advrobotics_lab3_interfaces__srv__Invkin_Response * output) +{ + if (!input || !output) { + return false; + } + // sol + output->sol = input->sol; + // q1 + output->q1 = input->q1; + // q2 + output->q2 = input->q2; + // q3 + output->q3 = input->q3; + return true; +} + +advrobotics_lab3_interfaces__srv__Invkin_Response * +advrobotics_lab3_interfaces__srv__Invkin_Response__create() +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__srv__Invkin_Response * msg = (advrobotics_lab3_interfaces__srv__Invkin_Response *)allocator.allocate(sizeof(advrobotics_lab3_interfaces__srv__Invkin_Response), allocator.state); + if (!msg) { + return NULL; + } + memset(msg, 0, sizeof(advrobotics_lab3_interfaces__srv__Invkin_Response)); + bool success = advrobotics_lab3_interfaces__srv__Invkin_Response__init(msg); + if (!success) { + allocator.deallocate(msg, allocator.state); + return NULL; + } + return msg; +} + +void +advrobotics_lab3_interfaces__srv__Invkin_Response__destroy(advrobotics_lab3_interfaces__srv__Invkin_Response * msg) +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + if (msg) { + advrobotics_lab3_interfaces__srv__Invkin_Response__fini(msg); + } + allocator.deallocate(msg, allocator.state); +} + + +bool +advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__init(advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * array, size_t size) +{ + if (!array) { + return false; + } + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__srv__Invkin_Response * data = NULL; + + if (size) { + data = (advrobotics_lab3_interfaces__srv__Invkin_Response *)allocator.zero_allocate(size, sizeof(advrobotics_lab3_interfaces__srv__Invkin_Response), allocator.state); + if (!data) { + return false; + } + // initialize all array elements + size_t i; + for (i = 0; i < size; ++i) { + bool success = advrobotics_lab3_interfaces__srv__Invkin_Response__init(&data[i]); + if (!success) { + break; + } + } + if (i < size) { + // if initialization failed finalize the already initialized array elements + for (; i > 0; --i) { + advrobotics_lab3_interfaces__srv__Invkin_Response__fini(&data[i - 1]); + } + allocator.deallocate(data, allocator.state); + return false; + } + } + array->data = data; + array->size = size; + array->capacity = size; + return true; +} + +void +advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__fini(advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * array) +{ + if (!array) { + return; + } + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + + if (array->data) { + // ensure that data and capacity values are consistent + assert(array->capacity > 0); + // finalize all array elements + for (size_t i = 0; i < array->capacity; ++i) { + advrobotics_lab3_interfaces__srv__Invkin_Response__fini(&array->data[i]); + } + allocator.deallocate(array->data, allocator.state); + array->data = NULL; + array->size = 0; + array->capacity = 0; + } else { + // ensure that data, size, and capacity values are consistent + assert(0 == array->size); + assert(0 == array->capacity); + } +} + +advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * +advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__create(size_t size) +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * array = (advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence *)allocator.allocate(sizeof(advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence), allocator.state); + if (!array) { + return NULL; + } + bool success = advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__init(array, size); + if (!success) { + allocator.deallocate(array, allocator.state); + return NULL; + } + return array; +} + +void +advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__destroy(advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * array) +{ + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + if (array) { + advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__fini(array); + } + allocator.deallocate(array, allocator.state); +} + +bool +advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__are_equal(const advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * lhs, const advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * rhs) +{ + if (!lhs || !rhs) { + return false; + } + if (lhs->size != rhs->size) { + return false; + } + for (size_t i = 0; i < lhs->size; ++i) { + if (!advrobotics_lab3_interfaces__srv__Invkin_Response__are_equal(&(lhs->data[i]), &(rhs->data[i]))) { + return false; + } + } + return true; +} + +bool +advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__copy( + const advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * input, + advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * output) +{ + if (!input || !output) { + return false; + } + if (output->capacity < input->size) { + const size_t allocation_size = + input->size * sizeof(advrobotics_lab3_interfaces__srv__Invkin_Response); + rcutils_allocator_t allocator = rcutils_get_default_allocator(); + advrobotics_lab3_interfaces__srv__Invkin_Response * data = + (advrobotics_lab3_interfaces__srv__Invkin_Response *)allocator.reallocate( + output->data, allocation_size, allocator.state); + if (!data) { + return false; + } + // If reallocation succeeded, memory may or may not have been moved + // to fulfill the allocation request, invalidating output->data. + output->data = data; + for (size_t i = output->capacity; i < input->size; ++i) { + if (!advrobotics_lab3_interfaces__srv__Invkin_Response__init(&output->data[i])) { + // If initialization of any new item fails, roll back + // all previously initialized items. Existing items + // in output are to be left unmodified. + for (; i-- > output->capacity; ) { + advrobotics_lab3_interfaces__srv__Invkin_Response__fini(&output->data[i]); + } + return false; + } + } + output->capacity = input->size; + } + output->size = input->size; + for (size_t i = 0; i < input->size; ++i) { + if (!advrobotics_lab3_interfaces__srv__Invkin_Response__copy( + &(input->data[i]), &(output->data[i]))) + { + return false; + } + } + return true; +} diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h new file mode 100644 index 0000000..7818e5a --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h @@ -0,0 +1,329 @@ +// generated from rosidl_generator_c/resource/idl__functions.h.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__FUNCTIONS_H_ +#define ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__FUNCTIONS_H_ + +#ifdef __cplusplus +extern "C" +{ +#endif + +#include +#include + +#include "rosidl_runtime_c/visibility_control.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h" + +#include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.h" + +/// Initialize srv/Invkin message. +/** + * If the init function is called twice for the same message without + * calling fini inbetween previously allocated memory will be leaked. + * \param[in,out] msg The previously allocated message pointer. + * Fields without a default value will not be initialized by this function. + * You might want to call memset(msg, 0, sizeof( + * advrobotics_lab3_interfaces__srv__Invkin_Request + * )) before or use + * advrobotics_lab3_interfaces__srv__Invkin_Request__create() + * to allocate and initialize the message. + * \return true if initialization was successful, otherwise false + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__srv__Invkin_Request__init(advrobotics_lab3_interfaces__srv__Invkin_Request * msg); + +/// Finalize srv/Invkin message. +/** + * \param[in,out] msg The allocated message pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__srv__Invkin_Request__fini(advrobotics_lab3_interfaces__srv__Invkin_Request * msg); + +/// Create srv/Invkin message. +/** + * It allocates the memory for the message, sets the memory to zero, and + * calls + * advrobotics_lab3_interfaces__srv__Invkin_Request__init(). + * \return The pointer to the initialized message if successful, + * otherwise NULL + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +advrobotics_lab3_interfaces__srv__Invkin_Request * +advrobotics_lab3_interfaces__srv__Invkin_Request__create(); + +/// Destroy srv/Invkin message. +/** + * It calls + * advrobotics_lab3_interfaces__srv__Invkin_Request__fini() + * and frees the memory of the message. + * \param[in,out] msg The allocated message pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__srv__Invkin_Request__destroy(advrobotics_lab3_interfaces__srv__Invkin_Request * msg); + +/// Check for srv/Invkin message equality. +/** + * \param[in] lhs The message on the left hand size of the equality operator. + * \param[in] rhs The message on the right hand size of the equality operator. + * \return true if messages are equal, otherwise false. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__srv__Invkin_Request__are_equal(const advrobotics_lab3_interfaces__srv__Invkin_Request * lhs, const advrobotics_lab3_interfaces__srv__Invkin_Request * rhs); + +/// Copy a srv/Invkin message. +/** + * This functions performs a deep copy, as opposed to the shallow copy that + * plain assignment yields. + * + * \param[in] input The source message pointer. + * \param[out] output The target message pointer, which must + * have been initialized before calling this function. + * \return true if successful, or false if either pointer is null + * or memory allocation fails. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__srv__Invkin_Request__copy( + const advrobotics_lab3_interfaces__srv__Invkin_Request * input, + advrobotics_lab3_interfaces__srv__Invkin_Request * output); + +/// Initialize array of srv/Invkin messages. +/** + * It allocates the memory for the number of elements and calls + * advrobotics_lab3_interfaces__srv__Invkin_Request__init() + * for each element of the array. + * \param[in,out] array The allocated array pointer. + * \param[in] size The size / capacity of the array. + * \return true if initialization was successful, otherwise false + * If the array pointer is valid and the size is zero it is guaranteed + # to return true. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__init(advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * array, size_t size); + +/// Finalize array of srv/Invkin messages. +/** + * It calls + * advrobotics_lab3_interfaces__srv__Invkin_Request__fini() + * for each element of the array and frees the memory for the number of + * elements. + * \param[in,out] array The initialized array pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__fini(advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * array); + +/// Create array of srv/Invkin messages. +/** + * It allocates the memory for the array and calls + * advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__init(). + * \param[in] size The size / capacity of the array. + * \return The pointer to the initialized array if successful, otherwise NULL + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * +advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__create(size_t size); + +/// Destroy array of srv/Invkin messages. +/** + * It calls + * advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__fini() + * on the array, + * and frees the memory of the array. + * \param[in,out] array The initialized array pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__destroy(advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * array); + +/// Check for srv/Invkin message array equality. +/** + * \param[in] lhs The message array on the left hand size of the equality operator. + * \param[in] rhs The message array on the right hand size of the equality operator. + * \return true if message arrays are equal in size and content, otherwise false. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__are_equal(const advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * lhs, const advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * rhs); + +/// Copy an array of srv/Invkin messages. +/** + * This functions performs a deep copy, as opposed to the shallow copy that + * plain assignment yields. + * + * \param[in] input The source array pointer. + * \param[out] output The target array pointer, which must + * have been initialized before calling this function. + * \return true if successful, or false if either pointer + * is null or memory allocation fails. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence__copy( + const advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * input, + advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence * output); + +/// Initialize srv/Invkin message. +/** + * If the init function is called twice for the same message without + * calling fini inbetween previously allocated memory will be leaked. + * \param[in,out] msg The previously allocated message pointer. + * Fields without a default value will not be initialized by this function. + * You might want to call memset(msg, 0, sizeof( + * advrobotics_lab3_interfaces__srv__Invkin_Response + * )) before or use + * advrobotics_lab3_interfaces__srv__Invkin_Response__create() + * to allocate and initialize the message. + * \return true if initialization was successful, otherwise false + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__srv__Invkin_Response__init(advrobotics_lab3_interfaces__srv__Invkin_Response * msg); + +/// Finalize srv/Invkin message. +/** + * \param[in,out] msg The allocated message pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__srv__Invkin_Response__fini(advrobotics_lab3_interfaces__srv__Invkin_Response * msg); + +/// Create srv/Invkin message. +/** + * It allocates the memory for the message, sets the memory to zero, and + * calls + * advrobotics_lab3_interfaces__srv__Invkin_Response__init(). + * \return The pointer to the initialized message if successful, + * otherwise NULL + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +advrobotics_lab3_interfaces__srv__Invkin_Response * +advrobotics_lab3_interfaces__srv__Invkin_Response__create(); + +/// Destroy srv/Invkin message. +/** + * It calls + * advrobotics_lab3_interfaces__srv__Invkin_Response__fini() + * and frees the memory of the message. + * \param[in,out] msg The allocated message pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__srv__Invkin_Response__destroy(advrobotics_lab3_interfaces__srv__Invkin_Response * msg); + +/// Check for srv/Invkin message equality. +/** + * \param[in] lhs The message on the left hand size of the equality operator. + * \param[in] rhs The message on the right hand size of the equality operator. + * \return true if messages are equal, otherwise false. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__srv__Invkin_Response__are_equal(const advrobotics_lab3_interfaces__srv__Invkin_Response * lhs, const advrobotics_lab3_interfaces__srv__Invkin_Response * rhs); + +/// Copy a srv/Invkin message. +/** + * This functions performs a deep copy, as opposed to the shallow copy that + * plain assignment yields. + * + * \param[in] input The source message pointer. + * \param[out] output The target message pointer, which must + * have been initialized before calling this function. + * \return true if successful, or false if either pointer is null + * or memory allocation fails. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__srv__Invkin_Response__copy( + const advrobotics_lab3_interfaces__srv__Invkin_Response * input, + advrobotics_lab3_interfaces__srv__Invkin_Response * output); + +/// Initialize array of srv/Invkin messages. +/** + * It allocates the memory for the number of elements and calls + * advrobotics_lab3_interfaces__srv__Invkin_Response__init() + * for each element of the array. + * \param[in,out] array The allocated array pointer. + * \param[in] size The size / capacity of the array. + * \return true if initialization was successful, otherwise false + * If the array pointer is valid and the size is zero it is guaranteed + # to return true. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__init(advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * array, size_t size); + +/// Finalize array of srv/Invkin messages. +/** + * It calls + * advrobotics_lab3_interfaces__srv__Invkin_Response__fini() + * for each element of the array and frees the memory for the number of + * elements. + * \param[in,out] array The initialized array pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__fini(advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * array); + +/// Create array of srv/Invkin messages. +/** + * It allocates the memory for the array and calls + * advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__init(). + * \param[in] size The size / capacity of the array. + * \return The pointer to the initialized array if successful, otherwise NULL + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * +advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__create(size_t size); + +/// Destroy array of srv/Invkin messages. +/** + * It calls + * advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__fini() + * on the array, + * and frees the memory of the array. + * \param[in,out] array The initialized array pointer. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +void +advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__destroy(advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * array); + +/// Check for srv/Invkin message array equality. +/** + * \param[in] lhs The message array on the left hand size of the equality operator. + * \param[in] rhs The message array on the right hand size of the equality operator. + * \return true if message arrays are equal in size and content, otherwise false. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__are_equal(const advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * lhs, const advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * rhs); + +/// Copy an array of srv/Invkin messages. +/** + * This functions performs a deep copy, as opposed to the shallow copy that + * plain assignment yields. + * + * \param[in] input The source array pointer. + * \param[out] output The target array pointer, which must + * have been initialized before calling this function. + * \return true if successful, or false if either pointer + * is null or memory allocation fails. + */ +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +bool +advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence__copy( + const advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * input, + advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence * output); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__FUNCTIONS_H_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h new file mode 100644 index 0000000..adeecab --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h @@ -0,0 +1,89 @@ +// generated from rosidl_typesupport_fastrtps_c/resource/idl__rosidl_typesupport_fastrtps_c.h.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice +#ifndef ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__ROSIDL_TYPESUPPORT_FASTRTPS_C_H_ +#define ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__ROSIDL_TYPESUPPORT_FASTRTPS_C_H_ + + +#include +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_typesupport_interface/macros.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h" + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +size_t get_serialized_size_advrobotics_lab3_interfaces__srv__Invkin_Request( + const void * untyped_ros_message, + size_t current_alignment); + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +size_t max_serialized_size_advrobotics_lab3_interfaces__srv__Invkin_Request( + bool & full_bounded, + bool & is_plain, + size_t current_alignment); + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_c, advrobotics_lab3_interfaces, srv, Invkin_Request)(); + +#ifdef __cplusplus +} +#endif + +// already included above +// #include +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" +// already included above +// #include "rosidl_typesupport_interface/macros.h" +// already included above +// #include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h" + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +size_t get_serialized_size_advrobotics_lab3_interfaces__srv__Invkin_Response( + const void * untyped_ros_message, + size_t current_alignment); + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +size_t max_serialized_size_advrobotics_lab3_interfaces__srv__Invkin_Response( + bool & full_bounded, + bool & is_plain, + size_t current_alignment); + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_c, advrobotics_lab3_interfaces, srv, Invkin_Response)(); + +#ifdef __cplusplus +} +#endif + +#include "rosidl_runtime_c/service_type_support_struct.h" +// already included above +// #include "rosidl_typesupport_interface/macros.h" +// already included above +// #include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h" + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_FASTRTPS_C_PUBLIC_advrobotics_lab3_interfaces +const rosidl_service_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_fastrtps_c, advrobotics_lab3_interfaces, srv, Invkin)(); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__ROSIDL_TYPESUPPORT_FASTRTPS_C_H_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp new file mode 100644 index 0000000..7b17436 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp @@ -0,0 +1,177 @@ +// generated from rosidl_typesupport_fastrtps_cpp/resource/idl__rosidl_typesupport_fastrtps_cpp.hpp.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__ROSIDL_TYPESUPPORT_FASTRTPS_CPP_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__ROSIDL_TYPESUPPORT_FASTRTPS_CPP_HPP_ + +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_typesupport_interface/macros.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp" + +#ifndef _WIN32 +# pragma GCC diagnostic push +# pragma GCC diagnostic ignored "-Wunused-parameter" +# ifdef __clang__ +# pragma clang diagnostic ignored "-Wdeprecated-register" +# pragma clang diagnostic ignored "-Wreturn-type-c-linkage" +# endif +#endif +#ifndef _WIN32 +# pragma GCC diagnostic pop +#endif + +#include "fastcdr/Cdr.h" + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +namespace typesupport_fastrtps_cpp +{ + +bool +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +cdr_serialize( + const advrobotics_lab3_interfaces::srv::Invkin_Request & ros_message, + eprosima::fastcdr::Cdr & cdr); + +bool +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +cdr_deserialize( + eprosima::fastcdr::Cdr & cdr, + advrobotics_lab3_interfaces::srv::Invkin_Request & ros_message); + +size_t +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +get_serialized_size( + const advrobotics_lab3_interfaces::srv::Invkin_Request & ros_message, + size_t current_alignment); + +size_t +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +max_serialized_size_Invkin_Request( + bool & full_bounded, + bool & is_plain, + size_t current_alignment); + +} // namespace typesupport_fastrtps_cpp + +} // namespace srv + +} // namespace advrobotics_lab3_interfaces + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_cpp, advrobotics_lab3_interfaces, srv, Invkin_Request)(); + +#ifdef __cplusplus +} +#endif + +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" +// already included above +// #include "rosidl_typesupport_interface/macros.h" +// already included above +// #include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp" + +#ifndef _WIN32 +# pragma GCC diagnostic push +# pragma GCC diagnostic ignored "-Wunused-parameter" +# ifdef __clang__ +# pragma clang diagnostic ignored "-Wdeprecated-register" +# pragma clang diagnostic ignored "-Wreturn-type-c-linkage" +# endif +#endif +#ifndef _WIN32 +# pragma GCC diagnostic pop +#endif + +// already included above +// #include "fastcdr/Cdr.h" + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +namespace typesupport_fastrtps_cpp +{ + +bool +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +cdr_serialize( + const advrobotics_lab3_interfaces::srv::Invkin_Response & ros_message, + eprosima::fastcdr::Cdr & cdr); + +bool +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +cdr_deserialize( + eprosima::fastcdr::Cdr & cdr, + advrobotics_lab3_interfaces::srv::Invkin_Response & ros_message); + +size_t +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +get_serialized_size( + const advrobotics_lab3_interfaces::srv::Invkin_Response & ros_message, + size_t current_alignment); + +size_t +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +max_serialized_size_Invkin_Response( + bool & full_bounded, + bool & is_plain, + size_t current_alignment); + +} // namespace typesupport_fastrtps_cpp + +} // namespace srv + +} // namespace advrobotics_lab3_interfaces + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_cpp, advrobotics_lab3_interfaces, srv, Invkin_Response)(); + +#ifdef __cplusplus +} +#endif + +#include "rmw/types.h" +#include "rosidl_typesupport_cpp/service_type_support.hpp" +// already included above +// #include "rosidl_typesupport_interface/macros.h" +// already included above +// #include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h" + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_advrobotics_lab3_interfaces +const rosidl_service_type_support_t * + ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_fastrtps_cpp, advrobotics_lab3_interfaces, srv, Invkin)(); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__ROSIDL_TYPESUPPORT_FASTRTPS_CPP_HPP_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h new file mode 100644 index 0000000..984a5fd --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h @@ -0,0 +1,47 @@ +// generated from rosidl_typesupport_introspection_c/resource/idl__rosidl_typesupport_introspection_c.h.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__ROSIDL_TYPESUPPORT_INTROSPECTION_C_H_ +#define ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__ROSIDL_TYPESUPPORT_INTROSPECTION_C_H_ + +#ifdef __cplusplus +extern "C" +{ +#endif + + +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_typesupport_interface/macros.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h" + +ROSIDL_TYPESUPPORT_INTROSPECTION_C_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, srv, Invkin_Request)(); + +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" +// already included above +// #include "rosidl_typesupport_interface/macros.h" +// already included above +// #include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h" + +ROSIDL_TYPESUPPORT_INTROSPECTION_C_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, srv, Invkin_Response)(); + +#include "rosidl_runtime_c/service_type_support_struct.h" +// already included above +// #include "rosidl_typesupport_interface/macros.h" +// already included above +// #include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h" + +ROSIDL_TYPESUPPORT_INTROSPECTION_C_PUBLIC_advrobotics_lab3_interfaces +const rosidl_service_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, srv, Invkin)(); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__ROSIDL_TYPESUPPORT_INTROSPECTION_C_H_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp new file mode 100644 index 0000000..df3d083 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp @@ -0,0 +1,67 @@ +// generated from rosidl_typesupport_introspection_cpp/resource/idl__rosidl_typesupport_introspection_cpp.h.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_HPP_ + + +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_typesupport_interface/macros.h" +#include "rosidl_typesupport_introspection_cpp/visibility_control.h" + +#ifdef __cplusplus +extern "C" +{ +#endif + +// TODO(dirk-thomas) these visibility macros should be message package specific +ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC +const rosidl_message_type_support_t * + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_cpp, advrobotics_lab3_interfaces, srv, Invkin_Request)(); + +#ifdef __cplusplus +} +#endif + +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" +// already included above +// #include "rosidl_typesupport_interface/macros.h" +// already included above +// #include "rosidl_typesupport_introspection_cpp/visibility_control.h" + +#ifdef __cplusplus +extern "C" +{ +#endif + +// TODO(dirk-thomas) these visibility macros should be message package specific +ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC +const rosidl_message_type_support_t * + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_cpp, advrobotics_lab3_interfaces, srv, Invkin_Response)(); + +#ifdef __cplusplus +} +#endif + +#include "rosidl_runtime_c/service_type_support_struct.h" +// already included above +// #include "rosidl_typesupport_interface/macros.h" +// already included above +// #include "rosidl_typesupport_introspection_cpp/visibility_control.h" + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC +const rosidl_service_type_support_t * + ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_introspection_cpp, advrobotics_lab3_interfaces, srv, Invkin)(); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_HPP_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h new file mode 100644 index 0000000..d17a2b7 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h @@ -0,0 +1,64 @@ +// generated from rosidl_generator_c/resource/idl__struct.h.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__STRUCT_H_ +#define ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__STRUCT_H_ + +#ifdef __cplusplus +extern "C" +{ +#endif + +#include +#include +#include + + +// Constants defined in the message + +/// Struct defined in srv/Invkin in the package advrobotics_lab3_interfaces. +typedef struct advrobotics_lab3_interfaces__srv__Invkin_Request +{ + float x; + float y; + float z; +} advrobotics_lab3_interfaces__srv__Invkin_Request; + +// Struct for a sequence of advrobotics_lab3_interfaces__srv__Invkin_Request. +typedef struct advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence +{ + advrobotics_lab3_interfaces__srv__Invkin_Request * data; + /// The number of valid items in data + size_t size; + /// The number of allocated items in data + size_t capacity; +} advrobotics_lab3_interfaces__srv__Invkin_Request__Sequence; + + +// Constants defined in the message + +/// Struct defined in srv/Invkin in the package advrobotics_lab3_interfaces. +typedef struct advrobotics_lab3_interfaces__srv__Invkin_Response +{ + int8_t sol; + float q1; + float q2; + float q3; +} advrobotics_lab3_interfaces__srv__Invkin_Response; + +// Struct for a sequence of advrobotics_lab3_interfaces__srv__Invkin_Response. +typedef struct advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence +{ + advrobotics_lab3_interfaces__srv__Invkin_Response * data; + /// The number of valid items in data + size_t size; + /// The number of allocated items in data + size_t capacity; +} advrobotics_lab3_interfaces__srv__Invkin_Response__Sequence; + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__STRUCT_H_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp new file mode 100644 index 0000000..11a67a9 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp @@ -0,0 +1,331 @@ +// generated from rosidl_generator_cpp/resource/idl__struct.hpp.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__STRUCT_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__STRUCT_HPP_ + +#include +#include +#include +#include +#include + +#include "rosidl_runtime_cpp/bounded_vector.hpp" +#include "rosidl_runtime_cpp/message_initialization.hpp" + + +#ifndef _WIN32 +# define DEPRECATED__advrobotics_lab3_interfaces__srv__Invkin_Request __attribute__((deprecated)) +#else +# define DEPRECATED__advrobotics_lab3_interfaces__srv__Invkin_Request __declspec(deprecated) +#endif + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +// message struct +template +struct Invkin_Request_ +{ + using Type = Invkin_Request_; + + explicit Invkin_Request_(rosidl_runtime_cpp::MessageInitialization _init = rosidl_runtime_cpp::MessageInitialization::ALL) + { + if (rosidl_runtime_cpp::MessageInitialization::ALL == _init || + rosidl_runtime_cpp::MessageInitialization::ZERO == _init) + { + this->x = 0.0f; + this->y = 0.0f; + this->z = 0.0f; + } + } + + explicit Invkin_Request_(const ContainerAllocator & _alloc, rosidl_runtime_cpp::MessageInitialization _init = rosidl_runtime_cpp::MessageInitialization::ALL) + { + (void)_alloc; + if (rosidl_runtime_cpp::MessageInitialization::ALL == _init || + rosidl_runtime_cpp::MessageInitialization::ZERO == _init) + { + this->x = 0.0f; + this->y = 0.0f; + this->z = 0.0f; + } + } + + // field types and members + using _x_type = + float; + _x_type x; + using _y_type = + float; + _y_type y; + using _z_type = + float; + _z_type z; + + // setters for named parameter idiom + Type & set__x( + const float & _arg) + { + this->x = _arg; + return *this; + } + Type & set__y( + const float & _arg) + { + this->y = _arg; + return *this; + } + Type & set__z( + const float & _arg) + { + this->z = _arg; + return *this; + } + + // constant declarations + + // pointer types + using RawPtr = + advrobotics_lab3_interfaces::srv::Invkin_Request_ *; + using ConstRawPtr = + const advrobotics_lab3_interfaces::srv::Invkin_Request_ *; + using SharedPtr = + std::shared_ptr>; + using ConstSharedPtr = + std::shared_ptr const>; + + template>> + using UniquePtrWithDeleter = + std::unique_ptr, Deleter>; + + using UniquePtr = UniquePtrWithDeleter<>; + + template>> + using ConstUniquePtrWithDeleter = + std::unique_ptr const, Deleter>; + using ConstUniquePtr = ConstUniquePtrWithDeleter<>; + + using WeakPtr = + std::weak_ptr>; + using ConstWeakPtr = + std::weak_ptr const>; + + // pointer types similar to ROS 1, use SharedPtr / ConstSharedPtr instead + // NOTE: Can't use 'using' here because GNU C++ can't parse attributes properly + typedef DEPRECATED__advrobotics_lab3_interfaces__srv__Invkin_Request + std::shared_ptr> + Ptr; + typedef DEPRECATED__advrobotics_lab3_interfaces__srv__Invkin_Request + std::shared_ptr const> + ConstPtr; + + // comparison operators + bool operator==(const Invkin_Request_ & other) const + { + if (this->x != other.x) { + return false; + } + if (this->y != other.y) { + return false; + } + if (this->z != other.z) { + return false; + } + return true; + } + bool operator!=(const Invkin_Request_ & other) const + { + return !this->operator==(other); + } +}; // struct Invkin_Request_ + +// alias to use template instance with default allocator +using Invkin_Request = + advrobotics_lab3_interfaces::srv::Invkin_Request_>; + +// constant definitions + +} // namespace srv + +} // namespace advrobotics_lab3_interfaces + + +#ifndef _WIN32 +# define DEPRECATED__advrobotics_lab3_interfaces__srv__Invkin_Response __attribute__((deprecated)) +#else +# define DEPRECATED__advrobotics_lab3_interfaces__srv__Invkin_Response __declspec(deprecated) +#endif + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +// message struct +template +struct Invkin_Response_ +{ + using Type = Invkin_Response_; + + explicit Invkin_Response_(rosidl_runtime_cpp::MessageInitialization _init = rosidl_runtime_cpp::MessageInitialization::ALL) + { + if (rosidl_runtime_cpp::MessageInitialization::ALL == _init || + rosidl_runtime_cpp::MessageInitialization::ZERO == _init) + { + this->sol = 0; + this->q1 = 0.0f; + this->q2 = 0.0f; + this->q3 = 0.0f; + } + } + + explicit Invkin_Response_(const ContainerAllocator & _alloc, rosidl_runtime_cpp::MessageInitialization _init = rosidl_runtime_cpp::MessageInitialization::ALL) + { + (void)_alloc; + if (rosidl_runtime_cpp::MessageInitialization::ALL == _init || + rosidl_runtime_cpp::MessageInitialization::ZERO == _init) + { + this->sol = 0; + this->q1 = 0.0f; + this->q2 = 0.0f; + this->q3 = 0.0f; + } + } + + // field types and members + using _sol_type = + int8_t; + _sol_type sol; + using _q1_type = + float; + _q1_type q1; + using _q2_type = + float; + _q2_type q2; + using _q3_type = + float; + _q3_type q3; + + // setters for named parameter idiom + Type & set__sol( + const int8_t & _arg) + { + this->sol = _arg; + return *this; + } + Type & set__q1( + const float & _arg) + { + this->q1 = _arg; + return *this; + } + Type & set__q2( + const float & _arg) + { + this->q2 = _arg; + return *this; + } + Type & set__q3( + const float & _arg) + { + this->q3 = _arg; + return *this; + } + + // constant declarations + + // pointer types + using RawPtr = + advrobotics_lab3_interfaces::srv::Invkin_Response_ *; + using ConstRawPtr = + const advrobotics_lab3_interfaces::srv::Invkin_Response_ *; + using SharedPtr = + std::shared_ptr>; + using ConstSharedPtr = + std::shared_ptr const>; + + template>> + using UniquePtrWithDeleter = + std::unique_ptr, Deleter>; + + using UniquePtr = UniquePtrWithDeleter<>; + + template>> + using ConstUniquePtrWithDeleter = + std::unique_ptr const, Deleter>; + using ConstUniquePtr = ConstUniquePtrWithDeleter<>; + + using WeakPtr = + std::weak_ptr>; + using ConstWeakPtr = + std::weak_ptr const>; + + // pointer types similar to ROS 1, use SharedPtr / ConstSharedPtr instead + // NOTE: Can't use 'using' here because GNU C++ can't parse attributes properly + typedef DEPRECATED__advrobotics_lab3_interfaces__srv__Invkin_Response + std::shared_ptr> + Ptr; + typedef DEPRECATED__advrobotics_lab3_interfaces__srv__Invkin_Response + std::shared_ptr const> + ConstPtr; + + // comparison operators + bool operator==(const Invkin_Response_ & other) const + { + if (this->sol != other.sol) { + return false; + } + if (this->q1 != other.q1) { + return false; + } + if (this->q2 != other.q2) { + return false; + } + if (this->q3 != other.q3) { + return false; + } + return true; + } + bool operator!=(const Invkin_Response_ & other) const + { + return !this->operator==(other); + } +}; // struct Invkin_Response_ + +// alias to use template instance with default allocator +using Invkin_Response = + advrobotics_lab3_interfaces::srv::Invkin_Response_>; + +// constant definitions + +} // namespace srv + +} // namespace advrobotics_lab3_interfaces + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +struct Invkin +{ + using Request = advrobotics_lab3_interfaces::srv::Invkin_Request; + using Response = advrobotics_lab3_interfaces::srv::Invkin_Response; +}; + +} // namespace srv + +} // namespace advrobotics_lab3_interfaces + +#endif // ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__STRUCT_HPP_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp new file mode 100644 index 0000000..1f142db --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp @@ -0,0 +1,341 @@ +// generated from rosidl_generator_cpp/resource/idl__traits.hpp.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__TRAITS_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__TRAITS_HPP_ + +#include + +#include +#include +#include + +#include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp" +#include "rosidl_runtime_cpp/traits.hpp" + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +inline void to_flow_style_yaml( + const Invkin_Request & msg, + std::ostream & out) +{ + out << "{"; + // member: x + { + out << "x: "; + rosidl_generator_traits::value_to_yaml(msg.x, out); + out << ", "; + } + + // member: y + { + out << "y: "; + rosidl_generator_traits::value_to_yaml(msg.y, out); + out << ", "; + } + + // member: z + { + out << "z: "; + rosidl_generator_traits::value_to_yaml(msg.z, out); + } + out << "}"; +} // NOLINT(readability/fn_size) + +inline void to_block_style_yaml( + const Invkin_Request & msg, + std::ostream & out, size_t indentation = 0) +{ + // member: x + { + if (indentation > 0) { + out << std::string(indentation, ' '); + } + out << "x: "; + rosidl_generator_traits::value_to_yaml(msg.x, out); + out << "\n"; + } + + // member: y + { + if (indentation > 0) { + out << std::string(indentation, ' '); + } + out << "y: "; + rosidl_generator_traits::value_to_yaml(msg.y, out); + out << "\n"; + } + + // member: z + { + if (indentation > 0) { + out << std::string(indentation, ' '); + } + out << "z: "; + rosidl_generator_traits::value_to_yaml(msg.z, out); + out << "\n"; + } +} // NOLINT(readability/fn_size) + +inline std::string to_yaml(const Invkin_Request & msg, bool use_flow_style = false) +{ + std::ostringstream out; + if (use_flow_style) { + to_flow_style_yaml(msg, out); + } else { + to_block_style_yaml(msg, out); + } + return out.str(); +} + +} // namespace srv + +} // namespace advrobotics_lab3_interfaces + +namespace rosidl_generator_traits +{ + +[[deprecated("use advrobotics_lab3_interfaces::srv::to_block_style_yaml() instead")]] +inline void to_yaml( + const advrobotics_lab3_interfaces::srv::Invkin_Request & msg, + std::ostream & out, size_t indentation = 0) +{ + advrobotics_lab3_interfaces::srv::to_block_style_yaml(msg, out, indentation); +} + +[[deprecated("use advrobotics_lab3_interfaces::srv::to_yaml() instead")]] +inline std::string to_yaml(const advrobotics_lab3_interfaces::srv::Invkin_Request & msg) +{ + return advrobotics_lab3_interfaces::srv::to_yaml(msg); +} + +template<> +inline const char * data_type() +{ + return "advrobotics_lab3_interfaces::srv::Invkin_Request"; +} + +template<> +inline const char * name() +{ + return "advrobotics_lab3_interfaces/srv/Invkin_Request"; +} + +template<> +struct has_fixed_size + : std::integral_constant {}; + +template<> +struct has_bounded_size + : std::integral_constant {}; + +template<> +struct is_message + : std::true_type {}; + +} // namespace rosidl_generator_traits + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +inline void to_flow_style_yaml( + const Invkin_Response & msg, + std::ostream & out) +{ + out << "{"; + // member: sol + { + out << "sol: "; + rosidl_generator_traits::value_to_yaml(msg.sol, out); + out << ", "; + } + + // member: q1 + { + out << "q1: "; + rosidl_generator_traits::value_to_yaml(msg.q1, out); + out << ", "; + } + + // member: q2 + { + out << "q2: "; + rosidl_generator_traits::value_to_yaml(msg.q2, out); + out << ", "; + } + + // member: q3 + { + out << "q3: "; + rosidl_generator_traits::value_to_yaml(msg.q3, out); + } + out << "}"; +} // NOLINT(readability/fn_size) + +inline void to_block_style_yaml( + const Invkin_Response & msg, + std::ostream & out, size_t indentation = 0) +{ + // member: sol + { + if (indentation > 0) { + out << std::string(indentation, ' '); + } + out << "sol: "; + rosidl_generator_traits::value_to_yaml(msg.sol, out); + out << "\n"; + } + + // member: q1 + { + if (indentation > 0) { + out << std::string(indentation, ' '); + } + out << "q1: "; + rosidl_generator_traits::value_to_yaml(msg.q1, out); + out << "\n"; + } + + // member: q2 + { + if (indentation > 0) { + out << std::string(indentation, ' '); + } + out << "q2: "; + rosidl_generator_traits::value_to_yaml(msg.q2, out); + out << "\n"; + } + + // member: q3 + { + if (indentation > 0) { + out << std::string(indentation, ' '); + } + out << "q3: "; + rosidl_generator_traits::value_to_yaml(msg.q3, out); + out << "\n"; + } +} // NOLINT(readability/fn_size) + +inline std::string to_yaml(const Invkin_Response & msg, bool use_flow_style = false) +{ + std::ostringstream out; + if (use_flow_style) { + to_flow_style_yaml(msg, out); + } else { + to_block_style_yaml(msg, out); + } + return out.str(); +} + +} // namespace srv + +} // namespace advrobotics_lab3_interfaces + +namespace rosidl_generator_traits +{ + +[[deprecated("use advrobotics_lab3_interfaces::srv::to_block_style_yaml() instead")]] +inline void to_yaml( + const advrobotics_lab3_interfaces::srv::Invkin_Response & msg, + std::ostream & out, size_t indentation = 0) +{ + advrobotics_lab3_interfaces::srv::to_block_style_yaml(msg, out, indentation); +} + +[[deprecated("use advrobotics_lab3_interfaces::srv::to_yaml() instead")]] +inline std::string to_yaml(const advrobotics_lab3_interfaces::srv::Invkin_Response & msg) +{ + return advrobotics_lab3_interfaces::srv::to_yaml(msg); +} + +template<> +inline const char * data_type() +{ + return "advrobotics_lab3_interfaces::srv::Invkin_Response"; +} + +template<> +inline const char * name() +{ + return "advrobotics_lab3_interfaces/srv/Invkin_Response"; +} + +template<> +struct has_fixed_size + : std::integral_constant {}; + +template<> +struct has_bounded_size + : std::integral_constant {}; + +template<> +struct is_message + : std::true_type {}; + +} // namespace rosidl_generator_traits + +namespace rosidl_generator_traits +{ + +template<> +inline const char * data_type() +{ + return "advrobotics_lab3_interfaces::srv::Invkin"; +} + +template<> +inline const char * name() +{ + return "advrobotics_lab3_interfaces/srv/Invkin"; +} + +template<> +struct has_fixed_size + : std::integral_constant< + bool, + has_fixed_size::value && + has_fixed_size::value + > +{ +}; + +template<> +struct has_bounded_size + : std::integral_constant< + bool, + has_bounded_size::value && + has_bounded_size::value + > +{ +}; + +template<> +struct is_service + : std::true_type +{ +}; + +template<> +struct is_service_request + : std::true_type +{ +}; + +template<> +struct is_service_response + : std::true_type +{ +}; + +} // namespace rosidl_generator_traits + +#endif // ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__TRAITS_HPP_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c new file mode 100644 index 0000000..efe04e7 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c @@ -0,0 +1,313 @@ +// generated from rosidl_typesupport_introspection_c/resource/idl__type_support.c.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice + +#include +#include "advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h" +#include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h" +#include "rosidl_typesupport_introspection_c/field_types.h" +#include "rosidl_typesupport_introspection_c/identifier.h" +#include "rosidl_typesupport_introspection_c/message_introspection.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__functions.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.h" + + +#ifdef __cplusplus +extern "C" +{ +#endif + +void advrobotics_lab3_interfaces__srv__Invkin_Request__rosidl_typesupport_introspection_c__Invkin_Request_init_function( + void * message_memory, enum rosidl_runtime_c__message_initialization _init) +{ + // TODO(karsten1987): initializers are not yet implemented for typesupport c + // see https://github.com/ros2/ros2/issues/397 + (void) _init; + advrobotics_lab3_interfaces__srv__Invkin_Request__init(message_memory); +} + +void advrobotics_lab3_interfaces__srv__Invkin_Request__rosidl_typesupport_introspection_c__Invkin_Request_fini_function(void * message_memory) +{ + advrobotics_lab3_interfaces__srv__Invkin_Request__fini(message_memory); +} + +static rosidl_typesupport_introspection_c__MessageMember advrobotics_lab3_interfaces__srv__Invkin_Request__rosidl_typesupport_introspection_c__Invkin_Request_message_member_array[3] = { + { + "x", // name + rosidl_typesupport_introspection_c__ROS_TYPE_FLOAT, // type + 0, // upper bound of string + NULL, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces__srv__Invkin_Request, x), // bytes offset in struct + NULL, // default value + NULL, // size() function pointer + NULL, // get_const(index) function pointer + NULL, // get(index) function pointer + NULL, // fetch(index, &value) function pointer + NULL, // assign(index, value) function pointer + NULL // resize(index) function pointer + }, + { + "y", // name + rosidl_typesupport_introspection_c__ROS_TYPE_FLOAT, // type + 0, // upper bound of string + NULL, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces__srv__Invkin_Request, y), // bytes offset in struct + NULL, // default value + NULL, // size() function pointer + NULL, // get_const(index) function pointer + NULL, // get(index) function pointer + NULL, // fetch(index, &value) function pointer + NULL, // assign(index, value) function pointer + NULL // resize(index) function pointer + }, + { + "z", // name + rosidl_typesupport_introspection_c__ROS_TYPE_FLOAT, // type + 0, // upper bound of string + NULL, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces__srv__Invkin_Request, z), // bytes offset in struct + NULL, // default value + NULL, // size() function pointer + NULL, // get_const(index) function pointer + NULL, // get(index) function pointer + NULL, // fetch(index, &value) function pointer + NULL, // assign(index, value) function pointer + NULL // resize(index) function pointer + } +}; + +static const rosidl_typesupport_introspection_c__MessageMembers advrobotics_lab3_interfaces__srv__Invkin_Request__rosidl_typesupport_introspection_c__Invkin_Request_message_members = { + "advrobotics_lab3_interfaces__srv", // message namespace + "Invkin_Request", // message name + 3, // number of fields + sizeof(advrobotics_lab3_interfaces__srv__Invkin_Request), + advrobotics_lab3_interfaces__srv__Invkin_Request__rosidl_typesupport_introspection_c__Invkin_Request_message_member_array, // message members + advrobotics_lab3_interfaces__srv__Invkin_Request__rosidl_typesupport_introspection_c__Invkin_Request_init_function, // function to initialize message memory (memory has to be allocated) + advrobotics_lab3_interfaces__srv__Invkin_Request__rosidl_typesupport_introspection_c__Invkin_Request_fini_function // function to terminate message instance (will not free memory) +}; + +// this is not const since it must be initialized on first access +// since C does not allow non-integral compile-time constants +static rosidl_message_type_support_t advrobotics_lab3_interfaces__srv__Invkin_Request__rosidl_typesupport_introspection_c__Invkin_Request_message_type_support_handle = { + 0, + &advrobotics_lab3_interfaces__srv__Invkin_Request__rosidl_typesupport_introspection_c__Invkin_Request_message_members, + get_message_typesupport_handle_function, +}; + +ROSIDL_TYPESUPPORT_INTROSPECTION_C_EXPORT_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, srv, Invkin_Request)() { + if (!advrobotics_lab3_interfaces__srv__Invkin_Request__rosidl_typesupport_introspection_c__Invkin_Request_message_type_support_handle.typesupport_identifier) { + advrobotics_lab3_interfaces__srv__Invkin_Request__rosidl_typesupport_introspection_c__Invkin_Request_message_type_support_handle.typesupport_identifier = + rosidl_typesupport_introspection_c__identifier; + } + return &advrobotics_lab3_interfaces__srv__Invkin_Request__rosidl_typesupport_introspection_c__Invkin_Request_message_type_support_handle; +} +#ifdef __cplusplus +} +#endif + +// already included above +// #include +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h" +// already included above +// #include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h" +// already included above +// #include "rosidl_typesupport_introspection_c/field_types.h" +// already included above +// #include "rosidl_typesupport_introspection_c/identifier.h" +// already included above +// #include "rosidl_typesupport_introspection_c/message_introspection.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__functions.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.h" + + +#ifdef __cplusplus +extern "C" +{ +#endif + +void advrobotics_lab3_interfaces__srv__Invkin_Response__rosidl_typesupport_introspection_c__Invkin_Response_init_function( + void * message_memory, enum rosidl_runtime_c__message_initialization _init) +{ + // TODO(karsten1987): initializers are not yet implemented for typesupport c + // see https://github.com/ros2/ros2/issues/397 + (void) _init; + advrobotics_lab3_interfaces__srv__Invkin_Response__init(message_memory); +} + +void advrobotics_lab3_interfaces__srv__Invkin_Response__rosidl_typesupport_introspection_c__Invkin_Response_fini_function(void * message_memory) +{ + advrobotics_lab3_interfaces__srv__Invkin_Response__fini(message_memory); +} + +static rosidl_typesupport_introspection_c__MessageMember advrobotics_lab3_interfaces__srv__Invkin_Response__rosidl_typesupport_introspection_c__Invkin_Response_message_member_array[4] = { + { + "sol", // name + rosidl_typesupport_introspection_c__ROS_TYPE_INT8, // type + 0, // upper bound of string + NULL, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces__srv__Invkin_Response, sol), // bytes offset in struct + NULL, // default value + NULL, // size() function pointer + NULL, // get_const(index) function pointer + NULL, // get(index) function pointer + NULL, // fetch(index, &value) function pointer + NULL, // assign(index, value) function pointer + NULL // resize(index) function pointer + }, + { + "q1", // name + rosidl_typesupport_introspection_c__ROS_TYPE_FLOAT, // type + 0, // upper bound of string + NULL, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces__srv__Invkin_Response, q1), // bytes offset in struct + NULL, // default value + NULL, // size() function pointer + NULL, // get_const(index) function pointer + NULL, // get(index) function pointer + NULL, // fetch(index, &value) function pointer + NULL, // assign(index, value) function pointer + NULL // resize(index) function pointer + }, + { + "q2", // name + rosidl_typesupport_introspection_c__ROS_TYPE_FLOAT, // type + 0, // upper bound of string + NULL, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces__srv__Invkin_Response, q2), // bytes offset in struct + NULL, // default value + NULL, // size() function pointer + NULL, // get_const(index) function pointer + NULL, // get(index) function pointer + NULL, // fetch(index, &value) function pointer + NULL, // assign(index, value) function pointer + NULL // resize(index) function pointer + }, + { + "q3", // name + rosidl_typesupport_introspection_c__ROS_TYPE_FLOAT, // type + 0, // upper bound of string + NULL, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces__srv__Invkin_Response, q3), // bytes offset in struct + NULL, // default value + NULL, // size() function pointer + NULL, // get_const(index) function pointer + NULL, // get(index) function pointer + NULL, // fetch(index, &value) function pointer + NULL, // assign(index, value) function pointer + NULL // resize(index) function pointer + } +}; + +static const rosidl_typesupport_introspection_c__MessageMembers advrobotics_lab3_interfaces__srv__Invkin_Response__rosidl_typesupport_introspection_c__Invkin_Response_message_members = { + "advrobotics_lab3_interfaces__srv", // message namespace + "Invkin_Response", // message name + 4, // number of fields + sizeof(advrobotics_lab3_interfaces__srv__Invkin_Response), + advrobotics_lab3_interfaces__srv__Invkin_Response__rosidl_typesupport_introspection_c__Invkin_Response_message_member_array, // message members + advrobotics_lab3_interfaces__srv__Invkin_Response__rosidl_typesupport_introspection_c__Invkin_Response_init_function, // function to initialize message memory (memory has to be allocated) + advrobotics_lab3_interfaces__srv__Invkin_Response__rosidl_typesupport_introspection_c__Invkin_Response_fini_function // function to terminate message instance (will not free memory) +}; + +// this is not const since it must be initialized on first access +// since C does not allow non-integral compile-time constants +static rosidl_message_type_support_t advrobotics_lab3_interfaces__srv__Invkin_Response__rosidl_typesupport_introspection_c__Invkin_Response_message_type_support_handle = { + 0, + &advrobotics_lab3_interfaces__srv__Invkin_Response__rosidl_typesupport_introspection_c__Invkin_Response_message_members, + get_message_typesupport_handle_function, +}; + +ROSIDL_TYPESUPPORT_INTROSPECTION_C_EXPORT_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, srv, Invkin_Response)() { + if (!advrobotics_lab3_interfaces__srv__Invkin_Response__rosidl_typesupport_introspection_c__Invkin_Response_message_type_support_handle.typesupport_identifier) { + advrobotics_lab3_interfaces__srv__Invkin_Response__rosidl_typesupport_introspection_c__Invkin_Response_message_type_support_handle.typesupport_identifier = + rosidl_typesupport_introspection_c__identifier; + } + return &advrobotics_lab3_interfaces__srv__Invkin_Response__rosidl_typesupport_introspection_c__Invkin_Response_message_type_support_handle; +} +#ifdef __cplusplus +} +#endif + +#include "rosidl_runtime_c/service_type_support_struct.h" +// already included above +// #include "advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h" +// already included above +// #include "rosidl_typesupport_introspection_c/identifier.h" +#include "rosidl_typesupport_introspection_c/service_introspection.h" + +// this is intentionally not const to allow initialization later to prevent an initialization race +static rosidl_typesupport_introspection_c__ServiceMembers advrobotics_lab3_interfaces__srv__detail__invkin__rosidl_typesupport_introspection_c__Invkin_service_members = { + "advrobotics_lab3_interfaces__srv", // service namespace + "Invkin", // service name + // these two fields are initialized below on the first access + NULL, // request message + // advrobotics_lab3_interfaces__srv__detail__invkin__rosidl_typesupport_introspection_c__Invkin_Request_message_type_support_handle, + NULL // response message + // advrobotics_lab3_interfaces__srv__detail__invkin__rosidl_typesupport_introspection_c__Invkin_Response_message_type_support_handle +}; + +static rosidl_service_type_support_t advrobotics_lab3_interfaces__srv__detail__invkin__rosidl_typesupport_introspection_c__Invkin_service_type_support_handle = { + 0, + &advrobotics_lab3_interfaces__srv__detail__invkin__rosidl_typesupport_introspection_c__Invkin_service_members, + get_service_typesupport_handle_function, +}; + +// Forward declaration of request/response type support functions +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, srv, Invkin_Request)(); + +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, srv, Invkin_Response)(); + +ROSIDL_TYPESUPPORT_INTROSPECTION_C_EXPORT_advrobotics_lab3_interfaces +const rosidl_service_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, srv, Invkin)() { + if (!advrobotics_lab3_interfaces__srv__detail__invkin__rosidl_typesupport_introspection_c__Invkin_service_type_support_handle.typesupport_identifier) { + advrobotics_lab3_interfaces__srv__detail__invkin__rosidl_typesupport_introspection_c__Invkin_service_type_support_handle.typesupport_identifier = + rosidl_typesupport_introspection_c__identifier; + } + rosidl_typesupport_introspection_c__ServiceMembers * service_members = + (rosidl_typesupport_introspection_c__ServiceMembers *)advrobotics_lab3_interfaces__srv__detail__invkin__rosidl_typesupport_introspection_c__Invkin_service_type_support_handle.data; + + if (!service_members->request_members_) { + service_members->request_members_ = + (const rosidl_typesupport_introspection_c__MessageMembers *) + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, srv, Invkin_Request)()->data; + } + if (!service_members->response_members_) { + service_members->response_members_ = + (const rosidl_typesupport_introspection_c__MessageMembers *) + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_c, advrobotics_lab3_interfaces, srv, Invkin_Response)()->data; + } + + return &advrobotics_lab3_interfaces__srv__detail__invkin__rosidl_typesupport_introspection_c__Invkin_service_type_support_handle; +} diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp new file mode 100644 index 0000000..516476d --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp @@ -0,0 +1,421 @@ +// generated from rosidl_typesupport_introspection_cpp/resource/idl__type_support.cpp.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice + +#include "array" +#include "cstddef" +#include "string" +#include "vector" +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_typesupport_cpp/message_type_support.hpp" +#include "rosidl_typesupport_interface/macros.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp" +#include "rosidl_typesupport_introspection_cpp/field_types.hpp" +#include "rosidl_typesupport_introspection_cpp/identifier.hpp" +#include "rosidl_typesupport_introspection_cpp/message_introspection.hpp" +#include "rosidl_typesupport_introspection_cpp/message_type_support_decl.hpp" +#include "rosidl_typesupport_introspection_cpp/visibility_control.h" + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +namespace rosidl_typesupport_introspection_cpp +{ + +void Invkin_Request_init_function( + void * message_memory, rosidl_runtime_cpp::MessageInitialization _init) +{ + new (message_memory) advrobotics_lab3_interfaces::srv::Invkin_Request(_init); +} + +void Invkin_Request_fini_function(void * message_memory) +{ + auto typed_message = static_cast(message_memory); + typed_message->~Invkin_Request(); +} + +static const ::rosidl_typesupport_introspection_cpp::MessageMember Invkin_Request_message_member_array[3] = { + { + "x", // name + ::rosidl_typesupport_introspection_cpp::ROS_TYPE_FLOAT, // type + 0, // upper bound of string + nullptr, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces::srv::Invkin_Request, x), // bytes offset in struct + nullptr, // default value + nullptr, // size() function pointer + nullptr, // get_const(index) function pointer + nullptr, // get(index) function pointer + nullptr, // fetch(index, &value) function pointer + nullptr, // assign(index, value) function pointer + nullptr // resize(index) function pointer + }, + { + "y", // name + ::rosidl_typesupport_introspection_cpp::ROS_TYPE_FLOAT, // type + 0, // upper bound of string + nullptr, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces::srv::Invkin_Request, y), // bytes offset in struct + nullptr, // default value + nullptr, // size() function pointer + nullptr, // get_const(index) function pointer + nullptr, // get(index) function pointer + nullptr, // fetch(index, &value) function pointer + nullptr, // assign(index, value) function pointer + nullptr // resize(index) function pointer + }, + { + "z", // name + ::rosidl_typesupport_introspection_cpp::ROS_TYPE_FLOAT, // type + 0, // upper bound of string + nullptr, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces::srv::Invkin_Request, z), // bytes offset in struct + nullptr, // default value + nullptr, // size() function pointer + nullptr, // get_const(index) function pointer + nullptr, // get(index) function pointer + nullptr, // fetch(index, &value) function pointer + nullptr, // assign(index, value) function pointer + nullptr // resize(index) function pointer + } +}; + +static const ::rosidl_typesupport_introspection_cpp::MessageMembers Invkin_Request_message_members = { + "advrobotics_lab3_interfaces::srv", // message namespace + "Invkin_Request", // message name + 3, // number of fields + sizeof(advrobotics_lab3_interfaces::srv::Invkin_Request), + Invkin_Request_message_member_array, // message members + Invkin_Request_init_function, // function to initialize message memory (memory has to be allocated) + Invkin_Request_fini_function // function to terminate message instance (will not free memory) +}; + +static const rosidl_message_type_support_t Invkin_Request_message_type_support_handle = { + ::rosidl_typesupport_introspection_cpp::typesupport_identifier, + &Invkin_Request_message_members, + get_message_typesupport_handle_function, +}; + +} // namespace rosidl_typesupport_introspection_cpp + +} // namespace srv + +} // namespace advrobotics_lab3_interfaces + + +namespace rosidl_typesupport_introspection_cpp +{ + +template<> +ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC +const rosidl_message_type_support_t * +get_message_type_support_handle() +{ + return &::advrobotics_lab3_interfaces::srv::rosidl_typesupport_introspection_cpp::Invkin_Request_message_type_support_handle; +} + +} // namespace rosidl_typesupport_introspection_cpp + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_cpp, advrobotics_lab3_interfaces, srv, Invkin_Request)() { + return &::advrobotics_lab3_interfaces::srv::rosidl_typesupport_introspection_cpp::Invkin_Request_message_type_support_handle; +} + +#ifdef __cplusplus +} +#endif + +// already included above +// #include "array" +// already included above +// #include "cstddef" +// already included above +// #include "string" +// already included above +// #include "vector" +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" +// already included above +// #include "rosidl_typesupport_cpp/message_type_support.hpp" +// already included above +// #include "rosidl_typesupport_interface/macros.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp" +// already included above +// #include "rosidl_typesupport_introspection_cpp/field_types.hpp" +// already included above +// #include "rosidl_typesupport_introspection_cpp/identifier.hpp" +// already included above +// #include "rosidl_typesupport_introspection_cpp/message_introspection.hpp" +// already included above +// #include "rosidl_typesupport_introspection_cpp/message_type_support_decl.hpp" +// already included above +// #include "rosidl_typesupport_introspection_cpp/visibility_control.h" + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +namespace rosidl_typesupport_introspection_cpp +{ + +void Invkin_Response_init_function( + void * message_memory, rosidl_runtime_cpp::MessageInitialization _init) +{ + new (message_memory) advrobotics_lab3_interfaces::srv::Invkin_Response(_init); +} + +void Invkin_Response_fini_function(void * message_memory) +{ + auto typed_message = static_cast(message_memory); + typed_message->~Invkin_Response(); +} + +static const ::rosidl_typesupport_introspection_cpp::MessageMember Invkin_Response_message_member_array[4] = { + { + "sol", // name + ::rosidl_typesupport_introspection_cpp::ROS_TYPE_INT8, // type + 0, // upper bound of string + nullptr, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces::srv::Invkin_Response, sol), // bytes offset in struct + nullptr, // default value + nullptr, // size() function pointer + nullptr, // get_const(index) function pointer + nullptr, // get(index) function pointer + nullptr, // fetch(index, &value) function pointer + nullptr, // assign(index, value) function pointer + nullptr // resize(index) function pointer + }, + { + "q1", // name + ::rosidl_typesupport_introspection_cpp::ROS_TYPE_FLOAT, // type + 0, // upper bound of string + nullptr, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces::srv::Invkin_Response, q1), // bytes offset in struct + nullptr, // default value + nullptr, // size() function pointer + nullptr, // get_const(index) function pointer + nullptr, // get(index) function pointer + nullptr, // fetch(index, &value) function pointer + nullptr, // assign(index, value) function pointer + nullptr // resize(index) function pointer + }, + { + "q2", // name + ::rosidl_typesupport_introspection_cpp::ROS_TYPE_FLOAT, // type + 0, // upper bound of string + nullptr, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces::srv::Invkin_Response, q2), // bytes offset in struct + nullptr, // default value + nullptr, // size() function pointer + nullptr, // get_const(index) function pointer + nullptr, // get(index) function pointer + nullptr, // fetch(index, &value) function pointer + nullptr, // assign(index, value) function pointer + nullptr // resize(index) function pointer + }, + { + "q3", // name + ::rosidl_typesupport_introspection_cpp::ROS_TYPE_FLOAT, // type + 0, // upper bound of string + nullptr, // members of sub message + false, // is array + 0, // array size + false, // is upper bound + offsetof(advrobotics_lab3_interfaces::srv::Invkin_Response, q3), // bytes offset in struct + nullptr, // default value + nullptr, // size() function pointer + nullptr, // get_const(index) function pointer + nullptr, // get(index) function pointer + nullptr, // fetch(index, &value) function pointer + nullptr, // assign(index, value) function pointer + nullptr // resize(index) function pointer + } +}; + +static const ::rosidl_typesupport_introspection_cpp::MessageMembers Invkin_Response_message_members = { + "advrobotics_lab3_interfaces::srv", // message namespace + "Invkin_Response", // message name + 4, // number of fields + sizeof(advrobotics_lab3_interfaces::srv::Invkin_Response), + Invkin_Response_message_member_array, // message members + Invkin_Response_init_function, // function to initialize message memory (memory has to be allocated) + Invkin_Response_fini_function // function to terminate message instance (will not free memory) +}; + +static const rosidl_message_type_support_t Invkin_Response_message_type_support_handle = { + ::rosidl_typesupport_introspection_cpp::typesupport_identifier, + &Invkin_Response_message_members, + get_message_typesupport_handle_function, +}; + +} // namespace rosidl_typesupport_introspection_cpp + +} // namespace srv + +} // namespace advrobotics_lab3_interfaces + + +namespace rosidl_typesupport_introspection_cpp +{ + +template<> +ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC +const rosidl_message_type_support_t * +get_message_type_support_handle() +{ + return &::advrobotics_lab3_interfaces::srv::rosidl_typesupport_introspection_cpp::Invkin_Response_message_type_support_handle; +} + +} // namespace rosidl_typesupport_introspection_cpp + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_introspection_cpp, advrobotics_lab3_interfaces, srv, Invkin_Response)() { + return &::advrobotics_lab3_interfaces::srv::rosidl_typesupport_introspection_cpp::Invkin_Response_message_type_support_handle; +} + +#ifdef __cplusplus +} +#endif + +#include "rosidl_runtime_c/service_type_support_struct.h" +// already included above +// #include "rosidl_typesupport_cpp/message_type_support.hpp" +#include "rosidl_typesupport_cpp/service_type_support.hpp" +// already included above +// #include "rosidl_typesupport_interface/macros.h" +// already included above +// #include "rosidl_typesupport_introspection_cpp/visibility_control.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp" +// already included above +// #include "rosidl_typesupport_introspection_cpp/identifier.hpp" +// already included above +// #include "rosidl_typesupport_introspection_cpp/message_type_support_decl.hpp" +#include "rosidl_typesupport_introspection_cpp/service_introspection.hpp" +#include "rosidl_typesupport_introspection_cpp/service_type_support_decl.hpp" + +namespace advrobotics_lab3_interfaces +{ + +namespace srv +{ + +namespace rosidl_typesupport_introspection_cpp +{ + +// this is intentionally not const to allow initialization later to prevent an initialization race +static ::rosidl_typesupport_introspection_cpp::ServiceMembers Invkin_service_members = { + "advrobotics_lab3_interfaces::srv", // service namespace + "Invkin", // service name + // these two fields are initialized below on the first access + // see get_service_type_support_handle() + nullptr, // request message + nullptr // response message +}; + +static const rosidl_service_type_support_t Invkin_service_type_support_handle = { + ::rosidl_typesupport_introspection_cpp::typesupport_identifier, + &Invkin_service_members, + get_service_typesupport_handle_function, +}; + +} // namespace rosidl_typesupport_introspection_cpp + +} // namespace srv + +} // namespace advrobotics_lab3_interfaces + + +namespace rosidl_typesupport_introspection_cpp +{ + +template<> +ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC +const rosidl_service_type_support_t * +get_service_type_support_handle() +{ + // get a handle to the value to be returned + auto service_type_support = + &::advrobotics_lab3_interfaces::srv::rosidl_typesupport_introspection_cpp::Invkin_service_type_support_handle; + // get a non-const and properly typed version of the data void * + auto service_members = const_cast<::rosidl_typesupport_introspection_cpp::ServiceMembers *>( + static_cast( + service_type_support->data)); + // make sure that both the request_members_ and the response_members_ are initialized + // if they are not, initialize them + if ( + service_members->request_members_ == nullptr || + service_members->response_members_ == nullptr) + { + // initialize the request_members_ with the static function from the external library + service_members->request_members_ = static_cast< + const ::rosidl_typesupport_introspection_cpp::MessageMembers * + >( + ::rosidl_typesupport_introspection_cpp::get_message_type_support_handle< + ::advrobotics_lab3_interfaces::srv::Invkin_Request + >()->data + ); + // initialize the response_members_ with the static function from the external library + service_members->response_members_ = static_cast< + const ::rosidl_typesupport_introspection_cpp::MessageMembers * + >( + ::rosidl_typesupport_introspection_cpp::get_message_type_support_handle< + ::advrobotics_lab3_interfaces::srv::Invkin_Response + >()->data + ); + } + // finally return the properly initialized service_type_support handle + return service_type_support; +} + +} // namespace rosidl_typesupport_introspection_cpp + +#ifdef __cplusplus +extern "C" +{ +#endif + +ROSIDL_TYPESUPPORT_INTROSPECTION_CPP_PUBLIC +const rosidl_service_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_introspection_cpp, advrobotics_lab3_interfaces, srv, Invkin)() { + return ::rosidl_typesupport_introspection_cpp::get_service_type_support_handle(); +} + +#ifdef __cplusplus +} +#endif diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h new file mode 100644 index 0000000..0b61451 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h @@ -0,0 +1,58 @@ +// generated from rosidl_generator_c/resource/idl__type_support.h.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__TYPE_SUPPORT_H_ +#define ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__TYPE_SUPPORT_H_ + +#include "rosidl_typesupport_interface/macros.h" + +#include "advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h" + +#ifdef __cplusplus +extern "C" +{ +#endif + +#include "rosidl_runtime_c/message_type_support_struct.h" + +// Forward declare the get type support functions for this type. +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME( + rosidl_typesupport_c, + advrobotics_lab3_interfaces, + srv, + Invkin_Request +)(); + +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" + +// Forward declare the get type support functions for this type. +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME( + rosidl_typesupport_c, + advrobotics_lab3_interfaces, + srv, + Invkin_Response +)(); + +#include "rosidl_runtime_c/service_type_support_struct.h" + +// Forward declare the get type support functions for this type. +ROSIDL_GENERATOR_C_PUBLIC_advrobotics_lab3_interfaces +const rosidl_service_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME( + rosidl_typesupport_c, + advrobotics_lab3_interfaces, + srv, + Invkin +)(); + +#ifdef __cplusplus +} +#endif + +#endif // ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__TYPE_SUPPORT_H_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp new file mode 100644 index 0000000..16375a8 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp @@ -0,0 +1,71 @@ +// generated from rosidl_generator_cpp/resource/idl__type_support.hpp.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__TYPE_SUPPORT_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__TYPE_SUPPORT_HPP_ + +#include "rosidl_typesupport_interface/macros.h" + +#include "advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp" + +#include "rosidl_typesupport_cpp/service_type_support.hpp" + +#ifdef __cplusplus +extern "C" +{ +#endif +// Forward declare the get type support functions for this type. +ROSIDL_GENERATOR_CPP_PUBLIC_advrobotics_lab3_interfaces +const rosidl_service_type_support_t * + ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME( + rosidl_typesupport_cpp, + advrobotics_lab3_interfaces, + srv, + Invkin +)(); +#ifdef __cplusplus +} +#endif + +#include "rosidl_typesupport_cpp/message_type_support.hpp" + +#ifdef __cplusplus +extern "C" +{ +#endif +// Forward declare the get type support functions for this type. +ROSIDL_GENERATOR_CPP_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME( + rosidl_typesupport_cpp, + advrobotics_lab3_interfaces, + srv, + Invkin_Request +)(); +#ifdef __cplusplus +} +#endif + +// already included above +// #include "rosidl_typesupport_cpp/message_type_support.hpp" + +#ifdef __cplusplus +extern "C" +{ +#endif +// Forward declare the get type support functions for this type. +ROSIDL_GENERATOR_CPP_PUBLIC_advrobotics_lab3_interfaces +const rosidl_message_type_support_t * + ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME( + rosidl_typesupport_cpp, + advrobotics_lab3_interfaces, + srv, + Invkin_Response +)(); +#ifdef __cplusplus +} +#endif + + +#endif // ADVROBOTICS_LAB3_INTERFACES__SRV__DETAIL__INVKIN__TYPE_SUPPORT_HPP_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.h b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.h new file mode 100644 index 0000000..52221ae --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.h @@ -0,0 +1,12 @@ +// generated from rosidl_generator_c/resource/idl.h.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__SRV__INVKIN_H_ +#define ADVROBOTICS_LAB3_INTERFACES__SRV__INVKIN_H_ + +#include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__functions.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h" + +#endif // ADVROBOTICS_LAB3_INTERFACES__SRV__INVKIN_H_ diff --git a/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.hpp b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.hpp new file mode 100644 index 0000000..fdbca02 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.hpp @@ -0,0 +1,12 @@ +// generated from rosidl_generator_cpp/resource/idl.hpp.em +// generated code does not contain a copyright notice + +#ifndef ADVROBOTICS_LAB3_INTERFACES__SRV__INVKIN_HPP_ +#define ADVROBOTICS_LAB3_INTERFACES__SRV__INVKIN_HPP_ + +#include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp" + +#endif // ADVROBOTICS_LAB3_INTERFACES__SRV__INVKIN_HPP_ diff --git a/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so b/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so new file mode 100644 index 0000000..64245c0 Binary files /dev/null and b/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so differ diff --git a/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so b/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so new file mode 100644 index 0000000..2f730aa Binary files /dev/null and b/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so differ diff --git a/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so b/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so new file mode 100644 index 0000000..12c6d2c Binary files /dev/null and b/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so differ diff --git a/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so b/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so new file mode 100644 index 0000000..45127a3 Binary files /dev/null and b/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so differ diff --git a/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so b/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so new file mode 100644 index 0000000..91a66e2 Binary files /dev/null and b/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so differ diff --git a/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so b/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so new file mode 100644 index 0000000..b590e75 Binary files /dev/null and b/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so differ diff --git a/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so b/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so new file mode 100644 index 0000000..9774c51 Binary files /dev/null and b/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so differ diff --git a/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so b/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so new file mode 100644 index 0000000..037c32d Binary files /dev/null and b/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so differ diff --git a/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/PKG-INFO b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/PKG-INFO new file mode 100644 index 0000000..3c2d3cd --- /dev/null +++ b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/PKG-INFO @@ -0,0 +1,10 @@ +Metadata-Version: 2.1 +Name: advrobotics-lab3-interfaces +Version: 0.0.0 +Summary: UNKNOWN +Home-page: UNKNOWN +License: UNKNOWN +Platform: UNKNOWN + +UNKNOWN + diff --git a/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/SOURCES.txt b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/SOURCES.txt new file mode 100644 index 0000000..6b09057 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/SOURCES.txt @@ -0,0 +1,6 @@ +setup.py +advrobotics_lab3_interfaces/__init__.py +advrobotics_lab3_interfaces.egg-info/PKG-INFO +advrobotics_lab3_interfaces.egg-info/SOURCES.txt +advrobotics_lab3_interfaces.egg-info/dependency_links.txt +advrobotics_lab3_interfaces.egg-info/top_level.txt \ No newline at end of file diff --git a/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/dependency_links.txt b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/dependency_links.txt new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/dependency_links.txt @@ -0,0 +1 @@ + diff --git a/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/top_level.txt b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/top_level.txt new file mode 100644 index 0000000..dd1874b --- /dev/null +++ b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/top_level.txt @@ -0,0 +1 @@ +advrobotics_lab3_interfaces diff --git a/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__init__.py b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__pycache__/__init__.cpython-310.pyc b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000..cdaf22d Binary files /dev/null and b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__pycache__/__init__.cpython-310.pyc differ diff --git a/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c new file mode 100644 index 0000000..4f242ab --- /dev/null +++ b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c @@ -0,0 +1,644 @@ +// generated from rosidl_generator_py/resource/_idl_pkg_typesupport_entry_point.c.em +// generated code does not contain a copyright notice +#include + +static PyMethodDef advrobotics_lab3_interfaces__methods[] = { + {NULL, NULL, 0, NULL} /* sentinel */ +}; + +static struct PyModuleDef advrobotics_lab3_interfaces__module = { + PyModuleDef_HEAD_INIT, + "_advrobotics_lab3_interfaces_support", + "_advrobotics_lab3_interfaces_doc", + -1, /* -1 means that the module keeps state in global variables */ + advrobotics_lab3_interfaces__methods, + NULL, + NULL, + NULL, + NULL, +}; + +#include +#include +#include "rosidl_runtime_c/visibility_control.h" +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_runtime_c/service_type_support_struct.h" +#include "rosidl_runtime_c/action_type_support_struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__type_support.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__functions.h" + +static void * advrobotics_lab3_interfaces__msg__joints__create_ros_message(void) +{ + return advrobotics_lab3_interfaces__msg__Joints__create(); +} + +static void advrobotics_lab3_interfaces__msg__joints__destroy_ros_message(void * raw_ros_message) +{ + advrobotics_lab3_interfaces__msg__Joints * ros_message = (advrobotics_lab3_interfaces__msg__Joints *)raw_ros_message; + advrobotics_lab3_interfaces__msg__Joints__destroy(ros_message); +} + +ROSIDL_GENERATOR_C_IMPORT +bool advrobotics_lab3_interfaces__msg__joints__convert_from_py(PyObject * _pymsg, void * ros_message); +ROSIDL_GENERATOR_C_IMPORT +PyObject * advrobotics_lab3_interfaces__msg__joints__convert_to_py(void * raw_ros_message); + + +ROSIDL_GENERATOR_C_IMPORT +const rosidl_message_type_support_t * +ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, msg, Joints); + +int8_t +_register_msg_type__msg__joints(PyObject * pymodule) +{ + int8_t err; + + PyObject * pyobject_create_ros_message = NULL; + pyobject_create_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__joints__create_ros_message, + NULL, NULL); + if (!pyobject_create_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "create_ros_message_msg__msg__joints", + pyobject_create_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_create_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_destroy_ros_message = NULL; + pyobject_destroy_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__joints__destroy_ros_message, + NULL, NULL); + if (!pyobject_destroy_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "destroy_ros_message_msg__msg__joints", + pyobject_destroy_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_destroy_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_from_py = NULL; + pyobject_convert_from_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__joints__convert_from_py, + NULL, NULL); + if (!pyobject_convert_from_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_from_py_msg__msg__joints", + pyobject_convert_from_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_from_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_to_py = NULL; + pyobject_convert_to_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__joints__convert_to_py, + NULL, NULL); + if (!pyobject_convert_to_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_to_py_msg__msg__joints", + pyobject_convert_to_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_to_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_type_support = NULL; + pyobject_type_support = PyCapsule_New( + (void *)ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, msg, Joints), + NULL, NULL); + if (!pyobject_type_support) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "type_support_msg__msg__joints", + pyobject_type_support); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_type_support); + // previously added objects will be removed when the module is destroyed + return err; + } + return 0; +} + +// already included above +// #include +// already included above +// #include +// already included above +// #include "rosidl_runtime_c/visibility_control.h" +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/service_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/action_type_support_struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__functions.h" + +static void * advrobotics_lab3_interfaces__msg__gripper__create_ros_message(void) +{ + return advrobotics_lab3_interfaces__msg__Gripper__create(); +} + +static void advrobotics_lab3_interfaces__msg__gripper__destroy_ros_message(void * raw_ros_message) +{ + advrobotics_lab3_interfaces__msg__Gripper * ros_message = (advrobotics_lab3_interfaces__msg__Gripper *)raw_ros_message; + advrobotics_lab3_interfaces__msg__Gripper__destroy(ros_message); +} + +ROSIDL_GENERATOR_C_IMPORT +bool advrobotics_lab3_interfaces__msg__gripper__convert_from_py(PyObject * _pymsg, void * ros_message); +ROSIDL_GENERATOR_C_IMPORT +PyObject * advrobotics_lab3_interfaces__msg__gripper__convert_to_py(void * raw_ros_message); + + +ROSIDL_GENERATOR_C_IMPORT +const rosidl_message_type_support_t * +ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, msg, Gripper); + +int8_t +_register_msg_type__msg__gripper(PyObject * pymodule) +{ + int8_t err; + + PyObject * pyobject_create_ros_message = NULL; + pyobject_create_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__gripper__create_ros_message, + NULL, NULL); + if (!pyobject_create_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "create_ros_message_msg__msg__gripper", + pyobject_create_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_create_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_destroy_ros_message = NULL; + pyobject_destroy_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__gripper__destroy_ros_message, + NULL, NULL); + if (!pyobject_destroy_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "destroy_ros_message_msg__msg__gripper", + pyobject_destroy_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_destroy_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_from_py = NULL; + pyobject_convert_from_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__gripper__convert_from_py, + NULL, NULL); + if (!pyobject_convert_from_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_from_py_msg__msg__gripper", + pyobject_convert_from_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_from_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_to_py = NULL; + pyobject_convert_to_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__gripper__convert_to_py, + NULL, NULL); + if (!pyobject_convert_to_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_to_py_msg__msg__gripper", + pyobject_convert_to_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_to_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_type_support = NULL; + pyobject_type_support = PyCapsule_New( + (void *)ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, msg, Gripper), + NULL, NULL); + if (!pyobject_type_support) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "type_support_msg__msg__gripper", + pyobject_type_support); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_type_support); + // previously added objects will be removed when the module is destroyed + return err; + } + return 0; +} + +// already included above +// #include +// already included above +// #include +// already included above +// #include "rosidl_runtime_c/visibility_control.h" +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/service_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/action_type_support_struct.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__functions.h" + +static void * advrobotics_lab3_interfaces__srv__invkin__request__create_ros_message(void) +{ + return advrobotics_lab3_interfaces__srv__Invkin_Request__create(); +} + +static void advrobotics_lab3_interfaces__srv__invkin__request__destroy_ros_message(void * raw_ros_message) +{ + advrobotics_lab3_interfaces__srv__Invkin_Request * ros_message = (advrobotics_lab3_interfaces__srv__Invkin_Request *)raw_ros_message; + advrobotics_lab3_interfaces__srv__Invkin_Request__destroy(ros_message); +} + +ROSIDL_GENERATOR_C_IMPORT +bool advrobotics_lab3_interfaces__srv__invkin__request__convert_from_py(PyObject * _pymsg, void * ros_message); +ROSIDL_GENERATOR_C_IMPORT +PyObject * advrobotics_lab3_interfaces__srv__invkin__request__convert_to_py(void * raw_ros_message); + + +ROSIDL_GENERATOR_C_IMPORT +const rosidl_message_type_support_t * +ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, srv, Invkin_Request); + +int8_t +_register_msg_type__srv__invkin__request(PyObject * pymodule) +{ + int8_t err; + + PyObject * pyobject_create_ros_message = NULL; + pyobject_create_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__request__create_ros_message, + NULL, NULL); + if (!pyobject_create_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "create_ros_message_msg__srv__invkin__request", + pyobject_create_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_create_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_destroy_ros_message = NULL; + pyobject_destroy_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__request__destroy_ros_message, + NULL, NULL); + if (!pyobject_destroy_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "destroy_ros_message_msg__srv__invkin__request", + pyobject_destroy_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_destroy_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_from_py = NULL; + pyobject_convert_from_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__request__convert_from_py, + NULL, NULL); + if (!pyobject_convert_from_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_from_py_msg__srv__invkin__request", + pyobject_convert_from_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_from_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_to_py = NULL; + pyobject_convert_to_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__request__convert_to_py, + NULL, NULL); + if (!pyobject_convert_to_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_to_py_msg__srv__invkin__request", + pyobject_convert_to_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_to_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_type_support = NULL; + pyobject_type_support = PyCapsule_New( + (void *)ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, srv, Invkin_Request), + NULL, NULL); + if (!pyobject_type_support) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "type_support_msg__srv__invkin__request", + pyobject_type_support); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_type_support); + // previously added objects will be removed when the module is destroyed + return err; + } + return 0; +} + +// already included above +// #include +// already included above +// #include +// already included above +// #include "rosidl_runtime_c/visibility_control.h" +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/service_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/action_type_support_struct.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__functions.h" + +static void * advrobotics_lab3_interfaces__srv__invkin__response__create_ros_message(void) +{ + return advrobotics_lab3_interfaces__srv__Invkin_Response__create(); +} + +static void advrobotics_lab3_interfaces__srv__invkin__response__destroy_ros_message(void * raw_ros_message) +{ + advrobotics_lab3_interfaces__srv__Invkin_Response * ros_message = (advrobotics_lab3_interfaces__srv__Invkin_Response *)raw_ros_message; + advrobotics_lab3_interfaces__srv__Invkin_Response__destroy(ros_message); +} + +ROSIDL_GENERATOR_C_IMPORT +bool advrobotics_lab3_interfaces__srv__invkin__response__convert_from_py(PyObject * _pymsg, void * ros_message); +ROSIDL_GENERATOR_C_IMPORT +PyObject * advrobotics_lab3_interfaces__srv__invkin__response__convert_to_py(void * raw_ros_message); + + +ROSIDL_GENERATOR_C_IMPORT +const rosidl_message_type_support_t * +ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, srv, Invkin_Response); + +int8_t +_register_msg_type__srv__invkin__response(PyObject * pymodule) +{ + int8_t err; + + PyObject * pyobject_create_ros_message = NULL; + pyobject_create_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__response__create_ros_message, + NULL, NULL); + if (!pyobject_create_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "create_ros_message_msg__srv__invkin__response", + pyobject_create_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_create_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_destroy_ros_message = NULL; + pyobject_destroy_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__response__destroy_ros_message, + NULL, NULL); + if (!pyobject_destroy_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "destroy_ros_message_msg__srv__invkin__response", + pyobject_destroy_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_destroy_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_from_py = NULL; + pyobject_convert_from_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__response__convert_from_py, + NULL, NULL); + if (!pyobject_convert_from_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_from_py_msg__srv__invkin__response", + pyobject_convert_from_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_from_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_to_py = NULL; + pyobject_convert_to_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__response__convert_to_py, + NULL, NULL); + if (!pyobject_convert_to_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_to_py_msg__srv__invkin__response", + pyobject_convert_to_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_to_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_type_support = NULL; + pyobject_type_support = PyCapsule_New( + (void *)ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, srv, Invkin_Response), + NULL, NULL); + if (!pyobject_type_support) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "type_support_msg__srv__invkin__response", + pyobject_type_support); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_type_support); + // previously added objects will be removed when the module is destroyed + return err; + } + return 0; +} + +ROSIDL_GENERATOR_C_IMPORT +const rosidl_service_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_c, advrobotics_lab3_interfaces, srv, Invkin)(); + +int8_t +_register_srv_type__srv__invkin(PyObject * pymodule) +{ + int8_t err; + PyObject * pyobject_type_support = NULL; + pyobject_type_support = PyCapsule_New( + (void *)ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_c, advrobotics_lab3_interfaces, srv, Invkin)(), + NULL, NULL); + if (!pyobject_type_support) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "type_support_srv__srv__invkin", + pyobject_type_support); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_type_support); + // previously added objects will be removed when the module is destroyed + return err; + } + return 0; +} + +PyMODINIT_FUNC +PyInit_advrobotics_lab3_interfaces_s__rosidl_typesupport_c(void) +{ + PyObject * pymodule = NULL; + pymodule = PyModule_Create(&advrobotics_lab3_interfaces__module); + if (!pymodule) { + return NULL; + } + int8_t err; + + err = _register_msg_type__msg__joints(pymodule); + if (err) { + Py_XDECREF(pymodule); + return NULL; + } + + err = _register_msg_type__msg__gripper(pymodule); + if (err) { + Py_XDECREF(pymodule); + return NULL; + } + + err = _register_msg_type__srv__invkin__request(pymodule); + if (err) { + Py_XDECREF(pymodule); + return NULL; + } + + err = _register_msg_type__srv__invkin__response(pymodule); + if (err) { + Py_XDECREF(pymodule); + return NULL; + } + + err = _register_srv_type__srv__invkin(pymodule); + if (err) { + Py_XDECREF(pymodule); + return NULL; + } + + return pymodule; +} diff --git a/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c new file mode 100644 index 0000000..703ec00 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c @@ -0,0 +1,644 @@ +// generated from rosidl_generator_py/resource/_idl_pkg_typesupport_entry_point.c.em +// generated code does not contain a copyright notice +#include + +static PyMethodDef advrobotics_lab3_interfaces__methods[] = { + {NULL, NULL, 0, NULL} /* sentinel */ +}; + +static struct PyModuleDef advrobotics_lab3_interfaces__module = { + PyModuleDef_HEAD_INIT, + "_advrobotics_lab3_interfaces_support", + "_advrobotics_lab3_interfaces_doc", + -1, /* -1 means that the module keeps state in global variables */ + advrobotics_lab3_interfaces__methods, + NULL, + NULL, + NULL, + NULL, +}; + +#include +#include +#include "rosidl_runtime_c/visibility_control.h" +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_runtime_c/service_type_support_struct.h" +#include "rosidl_runtime_c/action_type_support_struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__type_support.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__functions.h" + +static void * advrobotics_lab3_interfaces__msg__joints__create_ros_message(void) +{ + return advrobotics_lab3_interfaces__msg__Joints__create(); +} + +static void advrobotics_lab3_interfaces__msg__joints__destroy_ros_message(void * raw_ros_message) +{ + advrobotics_lab3_interfaces__msg__Joints * ros_message = (advrobotics_lab3_interfaces__msg__Joints *)raw_ros_message; + advrobotics_lab3_interfaces__msg__Joints__destroy(ros_message); +} + +ROSIDL_GENERATOR_C_IMPORT +bool advrobotics_lab3_interfaces__msg__joints__convert_from_py(PyObject * _pymsg, void * ros_message); +ROSIDL_GENERATOR_C_IMPORT +PyObject * advrobotics_lab3_interfaces__msg__joints__convert_to_py(void * raw_ros_message); + + +ROSIDL_GENERATOR_C_IMPORT +const rosidl_message_type_support_t * +ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, msg, Joints); + +int8_t +_register_msg_type__msg__joints(PyObject * pymodule) +{ + int8_t err; + + PyObject * pyobject_create_ros_message = NULL; + pyobject_create_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__joints__create_ros_message, + NULL, NULL); + if (!pyobject_create_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "create_ros_message_msg__msg__joints", + pyobject_create_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_create_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_destroy_ros_message = NULL; + pyobject_destroy_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__joints__destroy_ros_message, + NULL, NULL); + if (!pyobject_destroy_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "destroy_ros_message_msg__msg__joints", + pyobject_destroy_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_destroy_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_from_py = NULL; + pyobject_convert_from_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__joints__convert_from_py, + NULL, NULL); + if (!pyobject_convert_from_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_from_py_msg__msg__joints", + pyobject_convert_from_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_from_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_to_py = NULL; + pyobject_convert_to_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__joints__convert_to_py, + NULL, NULL); + if (!pyobject_convert_to_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_to_py_msg__msg__joints", + pyobject_convert_to_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_to_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_type_support = NULL; + pyobject_type_support = PyCapsule_New( + (void *)ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, msg, Joints), + NULL, NULL); + if (!pyobject_type_support) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "type_support_msg__msg__joints", + pyobject_type_support); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_type_support); + // previously added objects will be removed when the module is destroyed + return err; + } + return 0; +} + +// already included above +// #include +// already included above +// #include +// already included above +// #include "rosidl_runtime_c/visibility_control.h" +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/service_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/action_type_support_struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__functions.h" + +static void * advrobotics_lab3_interfaces__msg__gripper__create_ros_message(void) +{ + return advrobotics_lab3_interfaces__msg__Gripper__create(); +} + +static void advrobotics_lab3_interfaces__msg__gripper__destroy_ros_message(void * raw_ros_message) +{ + advrobotics_lab3_interfaces__msg__Gripper * ros_message = (advrobotics_lab3_interfaces__msg__Gripper *)raw_ros_message; + advrobotics_lab3_interfaces__msg__Gripper__destroy(ros_message); +} + +ROSIDL_GENERATOR_C_IMPORT +bool advrobotics_lab3_interfaces__msg__gripper__convert_from_py(PyObject * _pymsg, void * ros_message); +ROSIDL_GENERATOR_C_IMPORT +PyObject * advrobotics_lab3_interfaces__msg__gripper__convert_to_py(void * raw_ros_message); + + +ROSIDL_GENERATOR_C_IMPORT +const rosidl_message_type_support_t * +ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, msg, Gripper); + +int8_t +_register_msg_type__msg__gripper(PyObject * pymodule) +{ + int8_t err; + + PyObject * pyobject_create_ros_message = NULL; + pyobject_create_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__gripper__create_ros_message, + NULL, NULL); + if (!pyobject_create_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "create_ros_message_msg__msg__gripper", + pyobject_create_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_create_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_destroy_ros_message = NULL; + pyobject_destroy_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__gripper__destroy_ros_message, + NULL, NULL); + if (!pyobject_destroy_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "destroy_ros_message_msg__msg__gripper", + pyobject_destroy_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_destroy_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_from_py = NULL; + pyobject_convert_from_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__gripper__convert_from_py, + NULL, NULL); + if (!pyobject_convert_from_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_from_py_msg__msg__gripper", + pyobject_convert_from_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_from_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_to_py = NULL; + pyobject_convert_to_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__gripper__convert_to_py, + NULL, NULL); + if (!pyobject_convert_to_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_to_py_msg__msg__gripper", + pyobject_convert_to_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_to_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_type_support = NULL; + pyobject_type_support = PyCapsule_New( + (void *)ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, msg, Gripper), + NULL, NULL); + if (!pyobject_type_support) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "type_support_msg__msg__gripper", + pyobject_type_support); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_type_support); + // previously added objects will be removed when the module is destroyed + return err; + } + return 0; +} + +// already included above +// #include +// already included above +// #include +// already included above +// #include "rosidl_runtime_c/visibility_control.h" +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/service_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/action_type_support_struct.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__functions.h" + +static void * advrobotics_lab3_interfaces__srv__invkin__request__create_ros_message(void) +{ + return advrobotics_lab3_interfaces__srv__Invkin_Request__create(); +} + +static void advrobotics_lab3_interfaces__srv__invkin__request__destroy_ros_message(void * raw_ros_message) +{ + advrobotics_lab3_interfaces__srv__Invkin_Request * ros_message = (advrobotics_lab3_interfaces__srv__Invkin_Request *)raw_ros_message; + advrobotics_lab3_interfaces__srv__Invkin_Request__destroy(ros_message); +} + +ROSIDL_GENERATOR_C_IMPORT +bool advrobotics_lab3_interfaces__srv__invkin__request__convert_from_py(PyObject * _pymsg, void * ros_message); +ROSIDL_GENERATOR_C_IMPORT +PyObject * advrobotics_lab3_interfaces__srv__invkin__request__convert_to_py(void * raw_ros_message); + + +ROSIDL_GENERATOR_C_IMPORT +const rosidl_message_type_support_t * +ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, srv, Invkin_Request); + +int8_t +_register_msg_type__srv__invkin__request(PyObject * pymodule) +{ + int8_t err; + + PyObject * pyobject_create_ros_message = NULL; + pyobject_create_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__request__create_ros_message, + NULL, NULL); + if (!pyobject_create_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "create_ros_message_msg__srv__invkin__request", + pyobject_create_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_create_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_destroy_ros_message = NULL; + pyobject_destroy_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__request__destroy_ros_message, + NULL, NULL); + if (!pyobject_destroy_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "destroy_ros_message_msg__srv__invkin__request", + pyobject_destroy_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_destroy_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_from_py = NULL; + pyobject_convert_from_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__request__convert_from_py, + NULL, NULL); + if (!pyobject_convert_from_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_from_py_msg__srv__invkin__request", + pyobject_convert_from_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_from_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_to_py = NULL; + pyobject_convert_to_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__request__convert_to_py, + NULL, NULL); + if (!pyobject_convert_to_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_to_py_msg__srv__invkin__request", + pyobject_convert_to_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_to_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_type_support = NULL; + pyobject_type_support = PyCapsule_New( + (void *)ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, srv, Invkin_Request), + NULL, NULL); + if (!pyobject_type_support) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "type_support_msg__srv__invkin__request", + pyobject_type_support); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_type_support); + // previously added objects will be removed when the module is destroyed + return err; + } + return 0; +} + +// already included above +// #include +// already included above +// #include +// already included above +// #include "rosidl_runtime_c/visibility_control.h" +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/service_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/action_type_support_struct.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__functions.h" + +static void * advrobotics_lab3_interfaces__srv__invkin__response__create_ros_message(void) +{ + return advrobotics_lab3_interfaces__srv__Invkin_Response__create(); +} + +static void advrobotics_lab3_interfaces__srv__invkin__response__destroy_ros_message(void * raw_ros_message) +{ + advrobotics_lab3_interfaces__srv__Invkin_Response * ros_message = (advrobotics_lab3_interfaces__srv__Invkin_Response *)raw_ros_message; + advrobotics_lab3_interfaces__srv__Invkin_Response__destroy(ros_message); +} + +ROSIDL_GENERATOR_C_IMPORT +bool advrobotics_lab3_interfaces__srv__invkin__response__convert_from_py(PyObject * _pymsg, void * ros_message); +ROSIDL_GENERATOR_C_IMPORT +PyObject * advrobotics_lab3_interfaces__srv__invkin__response__convert_to_py(void * raw_ros_message); + + +ROSIDL_GENERATOR_C_IMPORT +const rosidl_message_type_support_t * +ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, srv, Invkin_Response); + +int8_t +_register_msg_type__srv__invkin__response(PyObject * pymodule) +{ + int8_t err; + + PyObject * pyobject_create_ros_message = NULL; + pyobject_create_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__response__create_ros_message, + NULL, NULL); + if (!pyobject_create_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "create_ros_message_msg__srv__invkin__response", + pyobject_create_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_create_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_destroy_ros_message = NULL; + pyobject_destroy_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__response__destroy_ros_message, + NULL, NULL); + if (!pyobject_destroy_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "destroy_ros_message_msg__srv__invkin__response", + pyobject_destroy_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_destroy_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_from_py = NULL; + pyobject_convert_from_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__response__convert_from_py, + NULL, NULL); + if (!pyobject_convert_from_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_from_py_msg__srv__invkin__response", + pyobject_convert_from_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_from_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_to_py = NULL; + pyobject_convert_to_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__response__convert_to_py, + NULL, NULL); + if (!pyobject_convert_to_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_to_py_msg__srv__invkin__response", + pyobject_convert_to_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_to_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_type_support = NULL; + pyobject_type_support = PyCapsule_New( + (void *)ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, srv, Invkin_Response), + NULL, NULL); + if (!pyobject_type_support) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "type_support_msg__srv__invkin__response", + pyobject_type_support); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_type_support); + // previously added objects will be removed when the module is destroyed + return err; + } + return 0; +} + +ROSIDL_GENERATOR_C_IMPORT +const rosidl_service_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_c, advrobotics_lab3_interfaces, srv, Invkin)(); + +int8_t +_register_srv_type__srv__invkin(PyObject * pymodule) +{ + int8_t err; + PyObject * pyobject_type_support = NULL; + pyobject_type_support = PyCapsule_New( + (void *)ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_c, advrobotics_lab3_interfaces, srv, Invkin)(), + NULL, NULL); + if (!pyobject_type_support) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "type_support_srv__srv__invkin", + pyobject_type_support); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_type_support); + // previously added objects will be removed when the module is destroyed + return err; + } + return 0; +} + +PyMODINIT_FUNC +PyInit_advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c(void) +{ + PyObject * pymodule = NULL; + pymodule = PyModule_Create(&advrobotics_lab3_interfaces__module); + if (!pymodule) { + return NULL; + } + int8_t err; + + err = _register_msg_type__msg__joints(pymodule); + if (err) { + Py_XDECREF(pymodule); + return NULL; + } + + err = _register_msg_type__msg__gripper(pymodule); + if (err) { + Py_XDECREF(pymodule); + return NULL; + } + + err = _register_msg_type__srv__invkin__request(pymodule); + if (err) { + Py_XDECREF(pymodule); + return NULL; + } + + err = _register_msg_type__srv__invkin__response(pymodule); + if (err) { + Py_XDECREF(pymodule); + return NULL; + } + + err = _register_srv_type__srv__invkin(pymodule); + if (err) { + Py_XDECREF(pymodule); + return NULL; + } + + return pymodule; +} diff --git a/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c new file mode 100644 index 0000000..a7a9ae0 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c @@ -0,0 +1,644 @@ +// generated from rosidl_generator_py/resource/_idl_pkg_typesupport_entry_point.c.em +// generated code does not contain a copyright notice +#include + +static PyMethodDef advrobotics_lab3_interfaces__methods[] = { + {NULL, NULL, 0, NULL} /* sentinel */ +}; + +static struct PyModuleDef advrobotics_lab3_interfaces__module = { + PyModuleDef_HEAD_INIT, + "_advrobotics_lab3_interfaces_support", + "_advrobotics_lab3_interfaces_doc", + -1, /* -1 means that the module keeps state in global variables */ + advrobotics_lab3_interfaces__methods, + NULL, + NULL, + NULL, + NULL, +}; + +#include +#include +#include "rosidl_runtime_c/visibility_control.h" +#include "rosidl_runtime_c/message_type_support_struct.h" +#include "rosidl_runtime_c/service_type_support_struct.h" +#include "rosidl_runtime_c/action_type_support_struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__type_support.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__functions.h" + +static void * advrobotics_lab3_interfaces__msg__joints__create_ros_message(void) +{ + return advrobotics_lab3_interfaces__msg__Joints__create(); +} + +static void advrobotics_lab3_interfaces__msg__joints__destroy_ros_message(void * raw_ros_message) +{ + advrobotics_lab3_interfaces__msg__Joints * ros_message = (advrobotics_lab3_interfaces__msg__Joints *)raw_ros_message; + advrobotics_lab3_interfaces__msg__Joints__destroy(ros_message); +} + +ROSIDL_GENERATOR_C_IMPORT +bool advrobotics_lab3_interfaces__msg__joints__convert_from_py(PyObject * _pymsg, void * ros_message); +ROSIDL_GENERATOR_C_IMPORT +PyObject * advrobotics_lab3_interfaces__msg__joints__convert_to_py(void * raw_ros_message); + + +ROSIDL_GENERATOR_C_IMPORT +const rosidl_message_type_support_t * +ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, msg, Joints); + +int8_t +_register_msg_type__msg__joints(PyObject * pymodule) +{ + int8_t err; + + PyObject * pyobject_create_ros_message = NULL; + pyobject_create_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__joints__create_ros_message, + NULL, NULL); + if (!pyobject_create_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "create_ros_message_msg__msg__joints", + pyobject_create_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_create_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_destroy_ros_message = NULL; + pyobject_destroy_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__joints__destroy_ros_message, + NULL, NULL); + if (!pyobject_destroy_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "destroy_ros_message_msg__msg__joints", + pyobject_destroy_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_destroy_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_from_py = NULL; + pyobject_convert_from_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__joints__convert_from_py, + NULL, NULL); + if (!pyobject_convert_from_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_from_py_msg__msg__joints", + pyobject_convert_from_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_from_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_to_py = NULL; + pyobject_convert_to_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__joints__convert_to_py, + NULL, NULL); + if (!pyobject_convert_to_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_to_py_msg__msg__joints", + pyobject_convert_to_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_to_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_type_support = NULL; + pyobject_type_support = PyCapsule_New( + (void *)ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, msg, Joints), + NULL, NULL); + if (!pyobject_type_support) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "type_support_msg__msg__joints", + pyobject_type_support); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_type_support); + // previously added objects will be removed when the module is destroyed + return err; + } + return 0; +} + +// already included above +// #include +// already included above +// #include +// already included above +// #include "rosidl_runtime_c/visibility_control.h" +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/service_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/action_type_support_struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__functions.h" + +static void * advrobotics_lab3_interfaces__msg__gripper__create_ros_message(void) +{ + return advrobotics_lab3_interfaces__msg__Gripper__create(); +} + +static void advrobotics_lab3_interfaces__msg__gripper__destroy_ros_message(void * raw_ros_message) +{ + advrobotics_lab3_interfaces__msg__Gripper * ros_message = (advrobotics_lab3_interfaces__msg__Gripper *)raw_ros_message; + advrobotics_lab3_interfaces__msg__Gripper__destroy(ros_message); +} + +ROSIDL_GENERATOR_C_IMPORT +bool advrobotics_lab3_interfaces__msg__gripper__convert_from_py(PyObject * _pymsg, void * ros_message); +ROSIDL_GENERATOR_C_IMPORT +PyObject * advrobotics_lab3_interfaces__msg__gripper__convert_to_py(void * raw_ros_message); + + +ROSIDL_GENERATOR_C_IMPORT +const rosidl_message_type_support_t * +ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, msg, Gripper); + +int8_t +_register_msg_type__msg__gripper(PyObject * pymodule) +{ + int8_t err; + + PyObject * pyobject_create_ros_message = NULL; + pyobject_create_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__gripper__create_ros_message, + NULL, NULL); + if (!pyobject_create_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "create_ros_message_msg__msg__gripper", + pyobject_create_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_create_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_destroy_ros_message = NULL; + pyobject_destroy_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__gripper__destroy_ros_message, + NULL, NULL); + if (!pyobject_destroy_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "destroy_ros_message_msg__msg__gripper", + pyobject_destroy_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_destroy_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_from_py = NULL; + pyobject_convert_from_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__gripper__convert_from_py, + NULL, NULL); + if (!pyobject_convert_from_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_from_py_msg__msg__gripper", + pyobject_convert_from_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_from_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_to_py = NULL; + pyobject_convert_to_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__msg__gripper__convert_to_py, + NULL, NULL); + if (!pyobject_convert_to_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_to_py_msg__msg__gripper", + pyobject_convert_to_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_to_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_type_support = NULL; + pyobject_type_support = PyCapsule_New( + (void *)ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, msg, Gripper), + NULL, NULL); + if (!pyobject_type_support) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "type_support_msg__msg__gripper", + pyobject_type_support); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_type_support); + // previously added objects will be removed when the module is destroyed + return err; + } + return 0; +} + +// already included above +// #include +// already included above +// #include +// already included above +// #include "rosidl_runtime_c/visibility_control.h" +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/service_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/action_type_support_struct.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__functions.h" + +static void * advrobotics_lab3_interfaces__srv__invkin__request__create_ros_message(void) +{ + return advrobotics_lab3_interfaces__srv__Invkin_Request__create(); +} + +static void advrobotics_lab3_interfaces__srv__invkin__request__destroy_ros_message(void * raw_ros_message) +{ + advrobotics_lab3_interfaces__srv__Invkin_Request * ros_message = (advrobotics_lab3_interfaces__srv__Invkin_Request *)raw_ros_message; + advrobotics_lab3_interfaces__srv__Invkin_Request__destroy(ros_message); +} + +ROSIDL_GENERATOR_C_IMPORT +bool advrobotics_lab3_interfaces__srv__invkin__request__convert_from_py(PyObject * _pymsg, void * ros_message); +ROSIDL_GENERATOR_C_IMPORT +PyObject * advrobotics_lab3_interfaces__srv__invkin__request__convert_to_py(void * raw_ros_message); + + +ROSIDL_GENERATOR_C_IMPORT +const rosidl_message_type_support_t * +ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, srv, Invkin_Request); + +int8_t +_register_msg_type__srv__invkin__request(PyObject * pymodule) +{ + int8_t err; + + PyObject * pyobject_create_ros_message = NULL; + pyobject_create_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__request__create_ros_message, + NULL, NULL); + if (!pyobject_create_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "create_ros_message_msg__srv__invkin__request", + pyobject_create_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_create_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_destroy_ros_message = NULL; + pyobject_destroy_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__request__destroy_ros_message, + NULL, NULL); + if (!pyobject_destroy_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "destroy_ros_message_msg__srv__invkin__request", + pyobject_destroy_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_destroy_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_from_py = NULL; + pyobject_convert_from_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__request__convert_from_py, + NULL, NULL); + if (!pyobject_convert_from_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_from_py_msg__srv__invkin__request", + pyobject_convert_from_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_from_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_to_py = NULL; + pyobject_convert_to_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__request__convert_to_py, + NULL, NULL); + if (!pyobject_convert_to_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_to_py_msg__srv__invkin__request", + pyobject_convert_to_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_to_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_type_support = NULL; + pyobject_type_support = PyCapsule_New( + (void *)ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, srv, Invkin_Request), + NULL, NULL); + if (!pyobject_type_support) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "type_support_msg__srv__invkin__request", + pyobject_type_support); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_type_support); + // previously added objects will be removed when the module is destroyed + return err; + } + return 0; +} + +// already included above +// #include +// already included above +// #include +// already included above +// #include "rosidl_runtime_c/visibility_control.h" +// already included above +// #include "rosidl_runtime_c/message_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/service_type_support_struct.h" +// already included above +// #include "rosidl_runtime_c/action_type_support_struct.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__functions.h" + +static void * advrobotics_lab3_interfaces__srv__invkin__response__create_ros_message(void) +{ + return advrobotics_lab3_interfaces__srv__Invkin_Response__create(); +} + +static void advrobotics_lab3_interfaces__srv__invkin__response__destroy_ros_message(void * raw_ros_message) +{ + advrobotics_lab3_interfaces__srv__Invkin_Response * ros_message = (advrobotics_lab3_interfaces__srv__Invkin_Response *)raw_ros_message; + advrobotics_lab3_interfaces__srv__Invkin_Response__destroy(ros_message); +} + +ROSIDL_GENERATOR_C_IMPORT +bool advrobotics_lab3_interfaces__srv__invkin__response__convert_from_py(PyObject * _pymsg, void * ros_message); +ROSIDL_GENERATOR_C_IMPORT +PyObject * advrobotics_lab3_interfaces__srv__invkin__response__convert_to_py(void * raw_ros_message); + + +ROSIDL_GENERATOR_C_IMPORT +const rosidl_message_type_support_t * +ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, srv, Invkin_Response); + +int8_t +_register_msg_type__srv__invkin__response(PyObject * pymodule) +{ + int8_t err; + + PyObject * pyobject_create_ros_message = NULL; + pyobject_create_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__response__create_ros_message, + NULL, NULL); + if (!pyobject_create_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "create_ros_message_msg__srv__invkin__response", + pyobject_create_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_create_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_destroy_ros_message = NULL; + pyobject_destroy_ros_message = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__response__destroy_ros_message, + NULL, NULL); + if (!pyobject_destroy_ros_message) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "destroy_ros_message_msg__srv__invkin__response", + pyobject_destroy_ros_message); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_destroy_ros_message); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_from_py = NULL; + pyobject_convert_from_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__response__convert_from_py, + NULL, NULL); + if (!pyobject_convert_from_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_from_py_msg__srv__invkin__response", + pyobject_convert_from_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_from_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_convert_to_py = NULL; + pyobject_convert_to_py = PyCapsule_New( + (void *)&advrobotics_lab3_interfaces__srv__invkin__response__convert_to_py, + NULL, NULL); + if (!pyobject_convert_to_py) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "convert_to_py_msg__srv__invkin__response", + pyobject_convert_to_py); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_convert_to_py); + // previously added objects will be removed when the module is destroyed + return err; + } + + PyObject * pyobject_type_support = NULL; + pyobject_type_support = PyCapsule_New( + (void *)ROSIDL_GET_MSG_TYPE_SUPPORT(advrobotics_lab3_interfaces, srv, Invkin_Response), + NULL, NULL); + if (!pyobject_type_support) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "type_support_msg__srv__invkin__response", + pyobject_type_support); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_type_support); + // previously added objects will be removed when the module is destroyed + return err; + } + return 0; +} + +ROSIDL_GENERATOR_C_IMPORT +const rosidl_service_type_support_t * +ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_c, advrobotics_lab3_interfaces, srv, Invkin)(); + +int8_t +_register_srv_type__srv__invkin(PyObject * pymodule) +{ + int8_t err; + PyObject * pyobject_type_support = NULL; + pyobject_type_support = PyCapsule_New( + (void *)ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_c, advrobotics_lab3_interfaces, srv, Invkin)(), + NULL, NULL); + if (!pyobject_type_support) { + // previously added objects will be removed when the module is destroyed + return -1; + } + err = PyModule_AddObject( + pymodule, + "type_support_srv__srv__invkin", + pyobject_type_support); + if (err) { + // the created capsule needs to be decremented + Py_XDECREF(pyobject_type_support); + // previously added objects will be removed when the module is destroyed + return err; + } + return 0; +} + +PyMODINIT_FUNC +PyInit_advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c(void) +{ + PyObject * pymodule = NULL; + pymodule = PyModule_Create(&advrobotics_lab3_interfaces__module); + if (!pymodule) { + return NULL; + } + int8_t err; + + err = _register_msg_type__msg__joints(pymodule); + if (err) { + Py_XDECREF(pymodule); + return NULL; + } + + err = _register_msg_type__msg__gripper(pymodule); + if (err) { + Py_XDECREF(pymodule); + return NULL; + } + + err = _register_msg_type__srv__invkin__request(pymodule); + if (err) { + Py_XDECREF(pymodule); + return NULL; + } + + err = _register_msg_type__srv__invkin__response(pymodule); + if (err) { + Py_XDECREF(pymodule); + return NULL; + } + + err = _register_srv_type__srv__invkin(pymodule); + if (err) { + Py_XDECREF(pymodule); + return NULL; + } + + return pymodule; +} diff --git a/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so new file mode 100644 index 0000000..e3dd840 Binary files /dev/null and b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so differ diff --git a/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so new file mode 100644 index 0000000..b0ba6ac Binary files /dev/null and b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so differ diff --git a/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so new file mode 100644 index 0000000..f6f7df5 Binary files /dev/null and b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so differ diff --git a/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so new file mode 100644 index 0000000..6b025b5 Binary files /dev/null and b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so differ diff --git a/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__init__.py b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__init__.py new file mode 100644 index 0000000..a39c1e7 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__init__.py @@ -0,0 +1,2 @@ +from advrobotics_lab3_interfaces.msg._gripper import Gripper # noqa: F401 +from advrobotics_lab3_interfaces.msg._joints import Joints # noqa: F401 diff --git a/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__pycache__/__init__.cpython-310.pyc b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000..85f9e9a Binary files /dev/null and b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__pycache__/__init__.cpython-310.pyc differ diff --git a/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__pycache__/_gripper.cpython-310.pyc b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__pycache__/_gripper.cpython-310.pyc new file mode 100644 index 0000000..91d41d8 Binary files /dev/null and b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__pycache__/_gripper.cpython-310.pyc differ diff --git a/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__pycache__/_joints.cpython-310.pyc b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__pycache__/_joints.cpython-310.pyc new file mode 100644 index 0000000..b0e7e3b Binary files /dev/null and b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__pycache__/_joints.cpython-310.pyc differ diff --git a/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper.py b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper.py new file mode 100644 index 0000000..56472e1 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper.py @@ -0,0 +1,128 @@ +# generated from rosidl_generator_py/resource/_idl.py.em +# with input from advrobotics_lab3_interfaces:msg/Gripper.idl +# generated code does not contain a copyright notice + + +# Import statements for member types + +import builtins # noqa: E402, I100 + +import math # noqa: E402, I100 + +import rosidl_parser.definition # noqa: E402, I100 + + +class Metaclass_Gripper(type): + """Metaclass of message 'Gripper'.""" + + _CREATE_ROS_MESSAGE = None + _CONVERT_FROM_PY = None + _CONVERT_TO_PY = None + _DESTROY_ROS_MESSAGE = None + _TYPE_SUPPORT = None + + __constants = { + } + + @classmethod + def __import_type_support__(cls): + try: + from rosidl_generator_py import import_type_support + module = import_type_support('advrobotics_lab3_interfaces') + except ImportError: + import logging + import traceback + logger = logging.getLogger( + 'advrobotics_lab3_interfaces.msg.Gripper') + logger.debug( + 'Failed to import needed modules for type support:\n' + + traceback.format_exc()) + else: + cls._CREATE_ROS_MESSAGE = module.create_ros_message_msg__msg__gripper + cls._CONVERT_FROM_PY = module.convert_from_py_msg__msg__gripper + cls._CONVERT_TO_PY = module.convert_to_py_msg__msg__gripper + cls._TYPE_SUPPORT = module.type_support_msg__msg__gripper + cls._DESTROY_ROS_MESSAGE = module.destroy_ros_message_msg__msg__gripper + + @classmethod + def __prepare__(cls, name, bases, **kwargs): + # list constant names here so that they appear in the help text of + # the message class under "Data and other attributes defined here:" + # as well as populate each message instance + return { + } + + +class Gripper(metaclass=Metaclass_Gripper): + """Message class 'Gripper'.""" + + __slots__ = [ + '_gripper', + ] + + _fields_and_field_types = { + 'gripper': 'float', + } + + SLOT_TYPES = ( + rosidl_parser.definition.BasicType('float'), # noqa: E501 + ) + + def __init__(self, **kwargs): + assert all('_' + key in self.__slots__ for key in kwargs.keys()), \ + 'Invalid arguments passed to constructor: %s' % \ + ', '.join(sorted(k for k in kwargs.keys() if '_' + k not in self.__slots__)) + self.gripper = kwargs.get('gripper', float()) + + def __repr__(self): + typename = self.__class__.__module__.split('.') + typename.pop() + typename.append(self.__class__.__name__) + args = [] + for s, t in zip(self.__slots__, self.SLOT_TYPES): + field = getattr(self, s) + fieldstr = repr(field) + # We use Python array type for fields that can be directly stored + # in them, and "normal" sequences for everything else. If it is + # a type that we store in an array, strip off the 'array' portion. + if ( + isinstance(t, rosidl_parser.definition.AbstractSequence) and + isinstance(t.value_type, rosidl_parser.definition.BasicType) and + t.value_type.typename in ['float', 'double', 'int8', 'uint8', 'int16', 'uint16', 'int32', 'uint32', 'int64', 'uint64'] + ): + if len(field) == 0: + fieldstr = '[]' + else: + assert fieldstr.startswith('array(') + prefix = "array('X', " + suffix = ')' + fieldstr = fieldstr[len(prefix):-len(suffix)] + args.append(s[1:] + '=' + fieldstr) + return '%s(%s)' % ('.'.join(typename), ', '.join(args)) + + def __eq__(self, other): + if not isinstance(other, self.__class__): + return False + if self.gripper != other.gripper: + return False + return True + + @classmethod + def get_fields_and_field_types(cls): + from copy import copy + return copy(cls._fields_and_field_types) + + @builtins.property + def gripper(self): + """Message field 'gripper'.""" + return self._gripper + + @gripper.setter + def gripper(self, value): + if __debug__: + assert \ + isinstance(value, float), \ + "The 'gripper' field must be of type 'float'" + assert not (value < -3.402823466e+38 or value > 3.402823466e+38) or math.isinf(value), \ + "The 'gripper' field must be a float in [-3.402823466e+38, 3.402823466e+38]" + self._gripper = value diff --git a/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper_s.c b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper_s.c new file mode 100644 index 0000000..94c99c7 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper_s.c @@ -0,0 +1,98 @@ +// generated from rosidl_generator_py/resource/_idl_support.c.em +// with input from advrobotics_lab3_interfaces:msg/Gripper.idl +// generated code does not contain a copyright notice +#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION +#include +#include +#ifndef _WIN32 +# pragma GCC diagnostic push +# pragma GCC diagnostic ignored "-Wunused-function" +#endif +#include "numpy/ndarrayobject.h" +#ifndef _WIN32 +# pragma GCC diagnostic pop +#endif +#include "rosidl_runtime_c/visibility_control.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/gripper__functions.h" + + +ROSIDL_GENERATOR_C_EXPORT +bool advrobotics_lab3_interfaces__msg__gripper__convert_from_py(PyObject * _pymsg, void * _ros_message) +{ + // check that the passed message is of the expected Python class + { + char full_classname_dest[49]; + { + char * class_name = NULL; + char * module_name = NULL; + { + PyObject * class_attr = PyObject_GetAttrString(_pymsg, "__class__"); + if (class_attr) { + PyObject * name_attr = PyObject_GetAttrString(class_attr, "__name__"); + if (name_attr) { + class_name = (char *)PyUnicode_1BYTE_DATA(name_attr); + Py_DECREF(name_attr); + } + PyObject * module_attr = PyObject_GetAttrString(class_attr, "__module__"); + if (module_attr) { + module_name = (char *)PyUnicode_1BYTE_DATA(module_attr); + Py_DECREF(module_attr); + } + Py_DECREF(class_attr); + } + } + if (!class_name || !module_name) { + return false; + } + snprintf(full_classname_dest, sizeof(full_classname_dest), "%s.%s", module_name, class_name); + } + assert(strncmp("advrobotics_lab3_interfaces.msg._gripper.Gripper", full_classname_dest, 48) == 0); + } + advrobotics_lab3_interfaces__msg__Gripper * ros_message = _ros_message; + { // gripper + PyObject * field = PyObject_GetAttrString(_pymsg, "gripper"); + if (!field) { + return false; + } + assert(PyFloat_Check(field)); + ros_message->gripper = (float)PyFloat_AS_DOUBLE(field); + Py_DECREF(field); + } + + return true; +} + +ROSIDL_GENERATOR_C_EXPORT +PyObject * advrobotics_lab3_interfaces__msg__gripper__convert_to_py(void * raw_ros_message) +{ + /* NOTE(esteve): Call constructor of Gripper */ + PyObject * _pymessage = NULL; + { + PyObject * pymessage_module = PyImport_ImportModule("advrobotics_lab3_interfaces.msg._gripper"); + assert(pymessage_module); + PyObject * pymessage_class = PyObject_GetAttrString(pymessage_module, "Gripper"); + assert(pymessage_class); + Py_DECREF(pymessage_module); + _pymessage = PyObject_CallObject(pymessage_class, NULL); + Py_DECREF(pymessage_class); + if (!_pymessage) { + return NULL; + } + } + advrobotics_lab3_interfaces__msg__Gripper * ros_message = (advrobotics_lab3_interfaces__msg__Gripper *)raw_ros_message; + { // gripper + PyObject * field = NULL; + field = PyFloat_FromDouble(ros_message->gripper); + { + int rc = PyObject_SetAttrString(_pymessage, "gripper", field); + Py_DECREF(field); + if (rc) { + return NULL; + } + } + } + + // ownership of _pymessage is transferred to the caller + return _pymessage; +} diff --git a/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints.py b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints.py new file mode 100644 index 0000000..5007990 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints.py @@ -0,0 +1,170 @@ +# generated from rosidl_generator_py/resource/_idl.py.em +# with input from advrobotics_lab3_interfaces:msg/Joints.idl +# generated code does not contain a copyright notice + + +# Import statements for member types + +import builtins # noqa: E402, I100 + +import math # noqa: E402, I100 + +import rosidl_parser.definition # noqa: E402, I100 + + +class Metaclass_Joints(type): + """Metaclass of message 'Joints'.""" + + _CREATE_ROS_MESSAGE = None + _CONVERT_FROM_PY = None + _CONVERT_TO_PY = None + _DESTROY_ROS_MESSAGE = None + _TYPE_SUPPORT = None + + __constants = { + } + + @classmethod + def __import_type_support__(cls): + try: + from rosidl_generator_py import import_type_support + module = import_type_support('advrobotics_lab3_interfaces') + except ImportError: + import logging + import traceback + logger = logging.getLogger( + 'advrobotics_lab3_interfaces.msg.Joints') + logger.debug( + 'Failed to import needed modules for type support:\n' + + traceback.format_exc()) + else: + cls._CREATE_ROS_MESSAGE = module.create_ros_message_msg__msg__joints + cls._CONVERT_FROM_PY = module.convert_from_py_msg__msg__joints + cls._CONVERT_TO_PY = module.convert_to_py_msg__msg__joints + cls._TYPE_SUPPORT = module.type_support_msg__msg__joints + cls._DESTROY_ROS_MESSAGE = module.destroy_ros_message_msg__msg__joints + + @classmethod + def __prepare__(cls, name, bases, **kwargs): + # list constant names here so that they appear in the help text of + # the message class under "Data and other attributes defined here:" + # as well as populate each message instance + return { + } + + +class Joints(metaclass=Metaclass_Joints): + """Message class 'Joints'.""" + + __slots__ = [ + '_q1', + '_q2', + '_q3', + ] + + _fields_and_field_types = { + 'q1': 'float', + 'q2': 'float', + 'q3': 'float', + } + + SLOT_TYPES = ( + rosidl_parser.definition.BasicType('float'), # noqa: E501 + rosidl_parser.definition.BasicType('float'), # noqa: E501 + rosidl_parser.definition.BasicType('float'), # noqa: E501 + ) + + def __init__(self, **kwargs): + assert all('_' + key in self.__slots__ for key in kwargs.keys()), \ + 'Invalid arguments passed to constructor: %s' % \ + ', '.join(sorted(k for k in kwargs.keys() if '_' + k not in self.__slots__)) + self.q1 = kwargs.get('q1', float()) + self.q2 = kwargs.get('q2', float()) + self.q3 = kwargs.get('q3', float()) + + def __repr__(self): + typename = self.__class__.__module__.split('.') + typename.pop() + typename.append(self.__class__.__name__) + args = [] + for s, t in zip(self.__slots__, self.SLOT_TYPES): + field = getattr(self, s) + fieldstr = repr(field) + # We use Python array type for fields that can be directly stored + # in them, and "normal" sequences for everything else. If it is + # a type that we store in an array, strip off the 'array' portion. + if ( + isinstance(t, rosidl_parser.definition.AbstractSequence) and + isinstance(t.value_type, rosidl_parser.definition.BasicType) and + t.value_type.typename in ['float', 'double', 'int8', 'uint8', 'int16', 'uint16', 'int32', 'uint32', 'int64', 'uint64'] + ): + if len(field) == 0: + fieldstr = '[]' + else: + assert fieldstr.startswith('array(') + prefix = "array('X', " + suffix = ')' + fieldstr = fieldstr[len(prefix):-len(suffix)] + args.append(s[1:] + '=' + fieldstr) + return '%s(%s)' % ('.'.join(typename), ', '.join(args)) + + def __eq__(self, other): + if not isinstance(other, self.__class__): + return False + if self.q1 != other.q1: + return False + if self.q2 != other.q2: + return False + if self.q3 != other.q3: + return False + return True + + @classmethod + def get_fields_and_field_types(cls): + from copy import copy + return copy(cls._fields_and_field_types) + + @builtins.property + def q1(self): + """Message field 'q1'.""" + return self._q1 + + @q1.setter + def q1(self, value): + if __debug__: + assert \ + isinstance(value, float), \ + "The 'q1' field must be of type 'float'" + assert not (value < -3.402823466e+38 or value > 3.402823466e+38) or math.isinf(value), \ + "The 'q1' field must be a float in [-3.402823466e+38, 3.402823466e+38]" + self._q1 = value + + @builtins.property + def q2(self): + """Message field 'q2'.""" + return self._q2 + + @q2.setter + def q2(self, value): + if __debug__: + assert \ + isinstance(value, float), \ + "The 'q2' field must be of type 'float'" + assert not (value < -3.402823466e+38 or value > 3.402823466e+38) or math.isinf(value), \ + "The 'q2' field must be a float in [-3.402823466e+38, 3.402823466e+38]" + self._q2 = value + + @builtins.property + def q3(self): + """Message field 'q3'.""" + return self._q3 + + @q3.setter + def q3(self, value): + if __debug__: + assert \ + isinstance(value, float), \ + "The 'q3' field must be of type 'float'" + assert not (value < -3.402823466e+38 or value > 3.402823466e+38) or math.isinf(value), \ + "The 'q3' field must be a float in [-3.402823466e+38, 3.402823466e+38]" + self._q3 = value diff --git a/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints_s.c b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints_s.c new file mode 100644 index 0000000..136aeeb --- /dev/null +++ b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints_s.c @@ -0,0 +1,138 @@ +// generated from rosidl_generator_py/resource/_idl_support.c.em +// with input from advrobotics_lab3_interfaces:msg/Joints.idl +// generated code does not contain a copyright notice +#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION +#include +#include +#ifndef _WIN32 +# pragma GCC diagnostic push +# pragma GCC diagnostic ignored "-Wunused-function" +#endif +#include "numpy/ndarrayobject.h" +#ifndef _WIN32 +# pragma GCC diagnostic pop +#endif +#include "rosidl_runtime_c/visibility_control.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__struct.h" +#include "advrobotics_lab3_interfaces/msg/detail/joints__functions.h" + + +ROSIDL_GENERATOR_C_EXPORT +bool advrobotics_lab3_interfaces__msg__joints__convert_from_py(PyObject * _pymsg, void * _ros_message) +{ + // check that the passed message is of the expected Python class + { + char full_classname_dest[47]; + { + char * class_name = NULL; + char * module_name = NULL; + { + PyObject * class_attr = PyObject_GetAttrString(_pymsg, "__class__"); + if (class_attr) { + PyObject * name_attr = PyObject_GetAttrString(class_attr, "__name__"); + if (name_attr) { + class_name = (char *)PyUnicode_1BYTE_DATA(name_attr); + Py_DECREF(name_attr); + } + PyObject * module_attr = PyObject_GetAttrString(class_attr, "__module__"); + if (module_attr) { + module_name = (char *)PyUnicode_1BYTE_DATA(module_attr); + Py_DECREF(module_attr); + } + Py_DECREF(class_attr); + } + } + if (!class_name || !module_name) { + return false; + } + snprintf(full_classname_dest, sizeof(full_classname_dest), "%s.%s", module_name, class_name); + } + assert(strncmp("advrobotics_lab3_interfaces.msg._joints.Joints", full_classname_dest, 46) == 0); + } + advrobotics_lab3_interfaces__msg__Joints * ros_message = _ros_message; + { // q1 + PyObject * field = PyObject_GetAttrString(_pymsg, "q1"); + if (!field) { + return false; + } + assert(PyFloat_Check(field)); + ros_message->q1 = (float)PyFloat_AS_DOUBLE(field); + Py_DECREF(field); + } + { // q2 + PyObject * field = PyObject_GetAttrString(_pymsg, "q2"); + if (!field) { + return false; + } + assert(PyFloat_Check(field)); + ros_message->q2 = (float)PyFloat_AS_DOUBLE(field); + Py_DECREF(field); + } + { // q3 + PyObject * field = PyObject_GetAttrString(_pymsg, "q3"); + if (!field) { + return false; + } + assert(PyFloat_Check(field)); + ros_message->q3 = (float)PyFloat_AS_DOUBLE(field); + Py_DECREF(field); + } + + return true; +} + +ROSIDL_GENERATOR_C_EXPORT +PyObject * advrobotics_lab3_interfaces__msg__joints__convert_to_py(void * raw_ros_message) +{ + /* NOTE(esteve): Call constructor of Joints */ + PyObject * _pymessage = NULL; + { + PyObject * pymessage_module = PyImport_ImportModule("advrobotics_lab3_interfaces.msg._joints"); + assert(pymessage_module); + PyObject * pymessage_class = PyObject_GetAttrString(pymessage_module, "Joints"); + assert(pymessage_class); + Py_DECREF(pymessage_module); + _pymessage = PyObject_CallObject(pymessage_class, NULL); + Py_DECREF(pymessage_class); + if (!_pymessage) { + return NULL; + } + } + advrobotics_lab3_interfaces__msg__Joints * ros_message = (advrobotics_lab3_interfaces__msg__Joints *)raw_ros_message; + { // q1 + PyObject * field = NULL; + field = PyFloat_FromDouble(ros_message->q1); + { + int rc = PyObject_SetAttrString(_pymessage, "q1", field); + Py_DECREF(field); + if (rc) { + return NULL; + } + } + } + { // q2 + PyObject * field = NULL; + field = PyFloat_FromDouble(ros_message->q2); + { + int rc = PyObject_SetAttrString(_pymessage, "q2", field); + Py_DECREF(field); + if (rc) { + return NULL; + } + } + } + { // q3 + PyObject * field = NULL; + field = PyFloat_FromDouble(ros_message->q3); + { + int rc = PyObject_SetAttrString(_pymessage, "q3", field); + Py_DECREF(field); + if (rc) { + return NULL; + } + } + } + + // ownership of _pymessage is transferred to the caller + return _pymessage; +} diff --git a/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__init__.py b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__init__.py new file mode 100644 index 0000000..cf51b59 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__init__.py @@ -0,0 +1 @@ +from advrobotics_lab3_interfaces.srv._invkin import Invkin # noqa: F401 diff --git a/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__pycache__/__init__.cpython-310.pyc b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000..070fce3 Binary files /dev/null and b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__pycache__/__init__.cpython-310.pyc differ diff --git a/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__pycache__/_invkin.cpython-310.pyc b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__pycache__/_invkin.cpython-310.pyc new file mode 100644 index 0000000..b0a2f1a Binary files /dev/null and b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__pycache__/_invkin.cpython-310.pyc differ diff --git a/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin.py b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin.py new file mode 100644 index 0000000..d487620 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin.py @@ -0,0 +1,397 @@ +# generated from rosidl_generator_py/resource/_idl.py.em +# with input from advrobotics_lab3_interfaces:srv/Invkin.idl +# generated code does not contain a copyright notice + + +# Import statements for member types + +import builtins # noqa: E402, I100 + +import math # noqa: E402, I100 + +import rosidl_parser.definition # noqa: E402, I100 + + +class Metaclass_Invkin_Request(type): + """Metaclass of message 'Invkin_Request'.""" + + _CREATE_ROS_MESSAGE = None + _CONVERT_FROM_PY = None + _CONVERT_TO_PY = None + _DESTROY_ROS_MESSAGE = None + _TYPE_SUPPORT = None + + __constants = { + } + + @classmethod + def __import_type_support__(cls): + try: + from rosidl_generator_py import import_type_support + module = import_type_support('advrobotics_lab3_interfaces') + except ImportError: + import logging + import traceback + logger = logging.getLogger( + 'advrobotics_lab3_interfaces.srv.Invkin_Request') + logger.debug( + 'Failed to import needed modules for type support:\n' + + traceback.format_exc()) + else: + cls._CREATE_ROS_MESSAGE = module.create_ros_message_msg__srv__invkin__request + cls._CONVERT_FROM_PY = module.convert_from_py_msg__srv__invkin__request + cls._CONVERT_TO_PY = module.convert_to_py_msg__srv__invkin__request + cls._TYPE_SUPPORT = module.type_support_msg__srv__invkin__request + cls._DESTROY_ROS_MESSAGE = module.destroy_ros_message_msg__srv__invkin__request + + @classmethod + def __prepare__(cls, name, bases, **kwargs): + # list constant names here so that they appear in the help text of + # the message class under "Data and other attributes defined here:" + # as well as populate each message instance + return { + } + + +class Invkin_Request(metaclass=Metaclass_Invkin_Request): + """Message class 'Invkin_Request'.""" + + __slots__ = [ + '_x', + '_y', + '_z', + ] + + _fields_and_field_types = { + 'x': 'float', + 'y': 'float', + 'z': 'float', + } + + SLOT_TYPES = ( + rosidl_parser.definition.BasicType('float'), # noqa: E501 + rosidl_parser.definition.BasicType('float'), # noqa: E501 + rosidl_parser.definition.BasicType('float'), # noqa: E501 + ) + + def __init__(self, **kwargs): + assert all('_' + key in self.__slots__ for key in kwargs.keys()), \ + 'Invalid arguments passed to constructor: %s' % \ + ', '.join(sorted(k for k in kwargs.keys() if '_' + k not in self.__slots__)) + self.x = kwargs.get('x', float()) + self.y = kwargs.get('y', float()) + self.z = kwargs.get('z', float()) + + def __repr__(self): + typename = self.__class__.__module__.split('.') + typename.pop() + typename.append(self.__class__.__name__) + args = [] + for s, t in zip(self.__slots__, self.SLOT_TYPES): + field = getattr(self, s) + fieldstr = repr(field) + # We use Python array type for fields that can be directly stored + # in them, and "normal" sequences for everything else. If it is + # a type that we store in an array, strip off the 'array' portion. + if ( + isinstance(t, rosidl_parser.definition.AbstractSequence) and + isinstance(t.value_type, rosidl_parser.definition.BasicType) and + t.value_type.typename in ['float', 'double', 'int8', 'uint8', 'int16', 'uint16', 'int32', 'uint32', 'int64', 'uint64'] + ): + if len(field) == 0: + fieldstr = '[]' + else: + assert fieldstr.startswith('array(') + prefix = "array('X', " + suffix = ')' + fieldstr = fieldstr[len(prefix):-len(suffix)] + args.append(s[1:] + '=' + fieldstr) + return '%s(%s)' % ('.'.join(typename), ', '.join(args)) + + def __eq__(self, other): + if not isinstance(other, self.__class__): + return False + if self.x != other.x: + return False + if self.y != other.y: + return False + if self.z != other.z: + return False + return True + + @classmethod + def get_fields_and_field_types(cls): + from copy import copy + return copy(cls._fields_and_field_types) + + @builtins.property + def x(self): + """Message field 'x'.""" + return self._x + + @x.setter + def x(self, value): + if __debug__: + assert \ + isinstance(value, float), \ + "The 'x' field must be of type 'float'" + assert not (value < -3.402823466e+38 or value > 3.402823466e+38) or math.isinf(value), \ + "The 'x' field must be a float in [-3.402823466e+38, 3.402823466e+38]" + self._x = value + + @builtins.property + def y(self): + """Message field 'y'.""" + return self._y + + @y.setter + def y(self, value): + if __debug__: + assert \ + isinstance(value, float), \ + "The 'y' field must be of type 'float'" + assert not (value < -3.402823466e+38 or value > 3.402823466e+38) or math.isinf(value), \ + "The 'y' field must be a float in [-3.402823466e+38, 3.402823466e+38]" + self._y = value + + @builtins.property + def z(self): + """Message field 'z'.""" + return self._z + + @z.setter + def z(self, value): + if __debug__: + assert \ + isinstance(value, float), \ + "The 'z' field must be of type 'float'" + assert not (value < -3.402823466e+38 or value > 3.402823466e+38) or math.isinf(value), \ + "The 'z' field must be a float in [-3.402823466e+38, 3.402823466e+38]" + self._z = value + + +# Import statements for member types + +# already imported above +# import builtins + +# already imported above +# import math + +# already imported above +# import rosidl_parser.definition + + +class Metaclass_Invkin_Response(type): + """Metaclass of message 'Invkin_Response'.""" + + _CREATE_ROS_MESSAGE = None + _CONVERT_FROM_PY = None + _CONVERT_TO_PY = None + _DESTROY_ROS_MESSAGE = None + _TYPE_SUPPORT = None + + __constants = { + } + + @classmethod + def __import_type_support__(cls): + try: + from rosidl_generator_py import import_type_support + module = import_type_support('advrobotics_lab3_interfaces') + except ImportError: + import logging + import traceback + logger = logging.getLogger( + 'advrobotics_lab3_interfaces.srv.Invkin_Response') + logger.debug( + 'Failed to import needed modules for type support:\n' + + traceback.format_exc()) + else: + cls._CREATE_ROS_MESSAGE = module.create_ros_message_msg__srv__invkin__response + cls._CONVERT_FROM_PY = module.convert_from_py_msg__srv__invkin__response + cls._CONVERT_TO_PY = module.convert_to_py_msg__srv__invkin__response + cls._TYPE_SUPPORT = module.type_support_msg__srv__invkin__response + cls._DESTROY_ROS_MESSAGE = module.destroy_ros_message_msg__srv__invkin__response + + @classmethod + def __prepare__(cls, name, bases, **kwargs): + # list constant names here so that they appear in the help text of + # the message class under "Data and other attributes defined here:" + # as well as populate each message instance + return { + } + + +class Invkin_Response(metaclass=Metaclass_Invkin_Response): + """Message class 'Invkin_Response'.""" + + __slots__ = [ + '_sol', + '_q1', + '_q2', + '_q3', + ] + + _fields_and_field_types = { + 'sol': 'int8', + 'q1': 'float', + 'q2': 'float', + 'q3': 'float', + } + + SLOT_TYPES = ( + rosidl_parser.definition.BasicType('int8'), # noqa: E501 + rosidl_parser.definition.BasicType('float'), # noqa: E501 + rosidl_parser.definition.BasicType('float'), # noqa: E501 + rosidl_parser.definition.BasicType('float'), # noqa: E501 + ) + + def __init__(self, **kwargs): + assert all('_' + key in self.__slots__ for key in kwargs.keys()), \ + 'Invalid arguments passed to constructor: %s' % \ + ', '.join(sorted(k for k in kwargs.keys() if '_' + k not in self.__slots__)) + self.sol = kwargs.get('sol', int()) + self.q1 = kwargs.get('q1', float()) + self.q2 = kwargs.get('q2', float()) + self.q3 = kwargs.get('q3', float()) + + def __repr__(self): + typename = self.__class__.__module__.split('.') + typename.pop() + typename.append(self.__class__.__name__) + args = [] + for s, t in zip(self.__slots__, self.SLOT_TYPES): + field = getattr(self, s) + fieldstr = repr(field) + # We use Python array type for fields that can be directly stored + # in them, and "normal" sequences for everything else. If it is + # a type that we store in an array, strip off the 'array' portion. + if ( + isinstance(t, rosidl_parser.definition.AbstractSequence) and + isinstance(t.value_type, rosidl_parser.definition.BasicType) and + t.value_type.typename in ['float', 'double', 'int8', 'uint8', 'int16', 'uint16', 'int32', 'uint32', 'int64', 'uint64'] + ): + if len(field) == 0: + fieldstr = '[]' + else: + assert fieldstr.startswith('array(') + prefix = "array('X', " + suffix = ')' + fieldstr = fieldstr[len(prefix):-len(suffix)] + args.append(s[1:] + '=' + fieldstr) + return '%s(%s)' % ('.'.join(typename), ', '.join(args)) + + def __eq__(self, other): + if not isinstance(other, self.__class__): + return False + if self.sol != other.sol: + return False + if self.q1 != other.q1: + return False + if self.q2 != other.q2: + return False + if self.q3 != other.q3: + return False + return True + + @classmethod + def get_fields_and_field_types(cls): + from copy import copy + return copy(cls._fields_and_field_types) + + @builtins.property + def sol(self): + """Message field 'sol'.""" + return self._sol + + @sol.setter + def sol(self, value): + if __debug__: + assert \ + isinstance(value, int), \ + "The 'sol' field must be of type 'int'" + assert value >= -128 and value < 128, \ + "The 'sol' field must be an integer in [-128, 127]" + self._sol = value + + @builtins.property + def q1(self): + """Message field 'q1'.""" + return self._q1 + + @q1.setter + def q1(self, value): + if __debug__: + assert \ + isinstance(value, float), \ + "The 'q1' field must be of type 'float'" + assert not (value < -3.402823466e+38 or value > 3.402823466e+38) or math.isinf(value), \ + "The 'q1' field must be a float in [-3.402823466e+38, 3.402823466e+38]" + self._q1 = value + + @builtins.property + def q2(self): + """Message field 'q2'.""" + return self._q2 + + @q2.setter + def q2(self, value): + if __debug__: + assert \ + isinstance(value, float), \ + "The 'q2' field must be of type 'float'" + assert not (value < -3.402823466e+38 or value > 3.402823466e+38) or math.isinf(value), \ + "The 'q2' field must be a float in [-3.402823466e+38, 3.402823466e+38]" + self._q2 = value + + @builtins.property + def q3(self): + """Message field 'q3'.""" + return self._q3 + + @q3.setter + def q3(self, value): + if __debug__: + assert \ + isinstance(value, float), \ + "The 'q3' field must be of type 'float'" + assert not (value < -3.402823466e+38 or value > 3.402823466e+38) or math.isinf(value), \ + "The 'q3' field must be a float in [-3.402823466e+38, 3.402823466e+38]" + self._q3 = value + + +class Metaclass_Invkin(type): + """Metaclass of service 'Invkin'.""" + + _TYPE_SUPPORT = None + + @classmethod + def __import_type_support__(cls): + try: + from rosidl_generator_py import import_type_support + module = import_type_support('advrobotics_lab3_interfaces') + except ImportError: + import logging + import traceback + logger = logging.getLogger( + 'advrobotics_lab3_interfaces.srv.Invkin') + logger.debug( + 'Failed to import needed modules for type support:\n' + + traceback.format_exc()) + else: + cls._TYPE_SUPPORT = module.type_support_srv__srv__invkin + + from advrobotics_lab3_interfaces.srv import _invkin + if _invkin.Metaclass_Invkin_Request._TYPE_SUPPORT is None: + _invkin.Metaclass_Invkin_Request.__import_type_support__() + if _invkin.Metaclass_Invkin_Response._TYPE_SUPPORT is None: + _invkin.Metaclass_Invkin_Response.__import_type_support__() + + +class Invkin(metaclass=Metaclass_Invkin): + from advrobotics_lab3_interfaces.srv._invkin import Invkin_Request as Request + from advrobotics_lab3_interfaces.srv._invkin import Invkin_Response as Response + + def __init__(self): + raise NotImplementedError('Service classes can not be instantiated') diff --git a/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin_s.c b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin_s.c new file mode 100644 index 0000000..61a5120 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin_s.c @@ -0,0 +1,293 @@ +// generated from rosidl_generator_py/resource/_idl_support.c.em +// with input from advrobotics_lab3_interfaces:srv/Invkin.idl +// generated code does not contain a copyright notice +#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION +#include +#include +#ifndef _WIN32 +# pragma GCC diagnostic push +# pragma GCC diagnostic ignored "-Wunused-function" +#endif +#include "numpy/ndarrayobject.h" +#ifndef _WIN32 +# pragma GCC diagnostic pop +#endif +#include "rosidl_runtime_c/visibility_control.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.h" +#include "advrobotics_lab3_interfaces/srv/detail/invkin__functions.h" + + +ROSIDL_GENERATOR_C_EXPORT +bool advrobotics_lab3_interfaces__srv__invkin__request__convert_from_py(PyObject * _pymsg, void * _ros_message) +{ + // check that the passed message is of the expected Python class + { + char full_classname_dest[55]; + { + char * class_name = NULL; + char * module_name = NULL; + { + PyObject * class_attr = PyObject_GetAttrString(_pymsg, "__class__"); + if (class_attr) { + PyObject * name_attr = PyObject_GetAttrString(class_attr, "__name__"); + if (name_attr) { + class_name = (char *)PyUnicode_1BYTE_DATA(name_attr); + Py_DECREF(name_attr); + } + PyObject * module_attr = PyObject_GetAttrString(class_attr, "__module__"); + if (module_attr) { + module_name = (char *)PyUnicode_1BYTE_DATA(module_attr); + Py_DECREF(module_attr); + } + Py_DECREF(class_attr); + } + } + if (!class_name || !module_name) { + return false; + } + snprintf(full_classname_dest, sizeof(full_classname_dest), "%s.%s", module_name, class_name); + } + assert(strncmp("advrobotics_lab3_interfaces.srv._invkin.Invkin_Request", full_classname_dest, 54) == 0); + } + advrobotics_lab3_interfaces__srv__Invkin_Request * ros_message = _ros_message; + { // x + PyObject * field = PyObject_GetAttrString(_pymsg, "x"); + if (!field) { + return false; + } + assert(PyFloat_Check(field)); + ros_message->x = (float)PyFloat_AS_DOUBLE(field); + Py_DECREF(field); + } + { // y + PyObject * field = PyObject_GetAttrString(_pymsg, "y"); + if (!field) { + return false; + } + assert(PyFloat_Check(field)); + ros_message->y = (float)PyFloat_AS_DOUBLE(field); + Py_DECREF(field); + } + { // z + PyObject * field = PyObject_GetAttrString(_pymsg, "z"); + if (!field) { + return false; + } + assert(PyFloat_Check(field)); + ros_message->z = (float)PyFloat_AS_DOUBLE(field); + Py_DECREF(field); + } + + return true; +} + +ROSIDL_GENERATOR_C_EXPORT +PyObject * advrobotics_lab3_interfaces__srv__invkin__request__convert_to_py(void * raw_ros_message) +{ + /* NOTE(esteve): Call constructor of Invkin_Request */ + PyObject * _pymessage = NULL; + { + PyObject * pymessage_module = PyImport_ImportModule("advrobotics_lab3_interfaces.srv._invkin"); + assert(pymessage_module); + PyObject * pymessage_class = PyObject_GetAttrString(pymessage_module, "Invkin_Request"); + assert(pymessage_class); + Py_DECREF(pymessage_module); + _pymessage = PyObject_CallObject(pymessage_class, NULL); + Py_DECREF(pymessage_class); + if (!_pymessage) { + return NULL; + } + } + advrobotics_lab3_interfaces__srv__Invkin_Request * ros_message = (advrobotics_lab3_interfaces__srv__Invkin_Request *)raw_ros_message; + { // x + PyObject * field = NULL; + field = PyFloat_FromDouble(ros_message->x); + { + int rc = PyObject_SetAttrString(_pymessage, "x", field); + Py_DECREF(field); + if (rc) { + return NULL; + } + } + } + { // y + PyObject * field = NULL; + field = PyFloat_FromDouble(ros_message->y); + { + int rc = PyObject_SetAttrString(_pymessage, "y", field); + Py_DECREF(field); + if (rc) { + return NULL; + } + } + } + { // z + PyObject * field = NULL; + field = PyFloat_FromDouble(ros_message->z); + { + int rc = PyObject_SetAttrString(_pymessage, "z", field); + Py_DECREF(field); + if (rc) { + return NULL; + } + } + } + + // ownership of _pymessage is transferred to the caller + return _pymessage; +} + +#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION +// already included above +// #include +// already included above +// #include +// already included above +// #include "numpy/ndarrayobject.h" +// already included above +// #include "rosidl_runtime_c/visibility_control.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__struct.h" +// already included above +// #include "advrobotics_lab3_interfaces/srv/detail/invkin__functions.h" + + +ROSIDL_GENERATOR_C_EXPORT +bool advrobotics_lab3_interfaces__srv__invkin__response__convert_from_py(PyObject * _pymsg, void * _ros_message) +{ + // check that the passed message is of the expected Python class + { + char full_classname_dest[56]; + { + char * class_name = NULL; + char * module_name = NULL; + { + PyObject * class_attr = PyObject_GetAttrString(_pymsg, "__class__"); + if (class_attr) { + PyObject * name_attr = PyObject_GetAttrString(class_attr, "__name__"); + if (name_attr) { + class_name = (char *)PyUnicode_1BYTE_DATA(name_attr); + Py_DECREF(name_attr); + } + PyObject * module_attr = PyObject_GetAttrString(class_attr, "__module__"); + if (module_attr) { + module_name = (char *)PyUnicode_1BYTE_DATA(module_attr); + Py_DECREF(module_attr); + } + Py_DECREF(class_attr); + } + } + if (!class_name || !module_name) { + return false; + } + snprintf(full_classname_dest, sizeof(full_classname_dest), "%s.%s", module_name, class_name); + } + assert(strncmp("advrobotics_lab3_interfaces.srv._invkin.Invkin_Response", full_classname_dest, 55) == 0); + } + advrobotics_lab3_interfaces__srv__Invkin_Response * ros_message = _ros_message; + { // sol + PyObject * field = PyObject_GetAttrString(_pymsg, "sol"); + if (!field) { + return false; + } + assert(PyLong_Check(field)); + ros_message->sol = (int8_t)PyLong_AsLong(field); + Py_DECREF(field); + } + { // q1 + PyObject * field = PyObject_GetAttrString(_pymsg, "q1"); + if (!field) { + return false; + } + assert(PyFloat_Check(field)); + ros_message->q1 = (float)PyFloat_AS_DOUBLE(field); + Py_DECREF(field); + } + { // q2 + PyObject * field = PyObject_GetAttrString(_pymsg, "q2"); + if (!field) { + return false; + } + assert(PyFloat_Check(field)); + ros_message->q2 = (float)PyFloat_AS_DOUBLE(field); + Py_DECREF(field); + } + { // q3 + PyObject * field = PyObject_GetAttrString(_pymsg, "q3"); + if (!field) { + return false; + } + assert(PyFloat_Check(field)); + ros_message->q3 = (float)PyFloat_AS_DOUBLE(field); + Py_DECREF(field); + } + + return true; +} + +ROSIDL_GENERATOR_C_EXPORT +PyObject * advrobotics_lab3_interfaces__srv__invkin__response__convert_to_py(void * raw_ros_message) +{ + /* NOTE(esteve): Call constructor of Invkin_Response */ + PyObject * _pymessage = NULL; + { + PyObject * pymessage_module = PyImport_ImportModule("advrobotics_lab3_interfaces.srv._invkin"); + assert(pymessage_module); + PyObject * pymessage_class = PyObject_GetAttrString(pymessage_module, "Invkin_Response"); + assert(pymessage_class); + Py_DECREF(pymessage_module); + _pymessage = PyObject_CallObject(pymessage_class, NULL); + Py_DECREF(pymessage_class); + if (!_pymessage) { + return NULL; + } + } + advrobotics_lab3_interfaces__srv__Invkin_Response * ros_message = (advrobotics_lab3_interfaces__srv__Invkin_Response *)raw_ros_message; + { // sol + PyObject * field = NULL; + field = PyLong_FromLong(ros_message->sol); + { + int rc = PyObject_SetAttrString(_pymessage, "sol", field); + Py_DECREF(field); + if (rc) { + return NULL; + } + } + } + { // q1 + PyObject * field = NULL; + field = PyFloat_FromDouble(ros_message->q1); + { + int rc = PyObject_SetAttrString(_pymessage, "q1", field); + Py_DECREF(field); + if (rc) { + return NULL; + } + } + } + { // q2 + PyObject * field = NULL; + field = PyFloat_FromDouble(ros_message->q2); + { + int rc = PyObject_SetAttrString(_pymessage, "q2", field); + Py_DECREF(field); + if (rc) { + return NULL; + } + } + } + { // q3 + PyObject * field = NULL; + field = PyFloat_FromDouble(ros_message->q3); + { + int rc = PyObject_SetAttrString(_pymessage, "q3", field); + Py_DECREF(field); + if (rc) { + return NULL; + } + } + } + + // ownership of _pymessage is transferred to the caller + return _pymessage; +} diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig-version.cmake b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig-version.cmake new file mode 100644 index 0000000..7beb732 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig-version.cmake @@ -0,0 +1,14 @@ +# generated from ament/cmake/core/templates/nameConfig-version.cmake.in +set(PACKAGE_VERSION "0.0.0") + +set(PACKAGE_VERSION_EXACT False) +set(PACKAGE_VERSION_COMPATIBLE False) + +if("${PACKAGE_FIND_VERSION}" VERSION_EQUAL "${PACKAGE_VERSION}") + set(PACKAGE_VERSION_EXACT True) + set(PACKAGE_VERSION_COMPATIBLE True) +endif() + +if("${PACKAGE_FIND_VERSION}" VERSION_LESS "${PACKAGE_VERSION}") + set(PACKAGE_VERSION_COMPATIBLE True) +endif() diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig.cmake b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig.cmake new file mode 100644 index 0000000..debaaa1 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig.cmake @@ -0,0 +1,42 @@ +# generated from ament/cmake/core/templates/nameConfig.cmake.in + +# prevent multiple inclusion +if(_advrobotics_lab3_interfaces_CONFIG_INCLUDED) + # ensure to keep the found flag the same + if(NOT DEFINED advrobotics_lab3_interfaces_FOUND) + # explicitly set it to FALSE, otherwise CMake will set it to TRUE + set(advrobotics_lab3_interfaces_FOUND FALSE) + elseif(NOT advrobotics_lab3_interfaces_FOUND) + # use separate condition to avoid uninitialized variable warning + set(advrobotics_lab3_interfaces_FOUND FALSE) + endif() + return() +endif() +set(_advrobotics_lab3_interfaces_CONFIG_INCLUDED TRUE) + +# output package information +if(NOT advrobotics_lab3_interfaces_FIND_QUIETLY) + message(STATUS "Found advrobotics_lab3_interfaces: 0.0.0 (${advrobotics_lab3_interfaces_DIR})") +endif() + +# warn when using a deprecated package +if(NOT "" STREQUAL "") + set(_msg "Package 'advrobotics_lab3_interfaces' is deprecated") + # append custom deprecation text if available + if(NOT "" STREQUAL "TRUE") + set(_msg "${_msg} ()") + endif() + # optionally quiet the deprecation message + if(NOT ${advrobotics_lab3_interfaces_DEPRECATED_QUIET}) + message(DEPRECATION "${_msg}") + endif() +endif() + +# flag package as ament-based to distinguish it after being find_package()-ed +set(advrobotics_lab3_interfaces_FOUND_AMENT_PACKAGE TRUE) + +# include all config extra files +set(_extras "rosidl_cmake-extras.cmake;ament_cmake_export_dependencies-extras.cmake;ament_cmake_export_include_directories-extras.cmake;ament_cmake_export_libraries-extras.cmake;ament_cmake_export_targets-extras.cmake;rosidl_cmake_export_typesupport_targets-extras.cmake;rosidl_cmake_export_typesupport_libraries-extras.cmake") +foreach(_extra ${_extras}) + include("${advrobotics_lab3_interfaces_DIR}/${_extra}") +endforeach() diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake new file mode 100644 index 0000000..14c9723 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake @@ -0,0 +1,20 @@ +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_c" for configuration "" +set_property(TARGET advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_c APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_c PROPERTIES + IMPORTED_LINK_DEPENDENT_LIBRARIES_NOCONFIG "rosidl_runtime_c::rosidl_runtime_c;rosidl_typesupport_c::rosidl_typesupport_c" + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so" + IMPORTED_SONAME_NOCONFIG "libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so" + ) + +list(APPEND _IMPORT_CHECK_TARGETS advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_c ) +list(APPEND _IMPORT_CHECK_FILES_FOR_advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_c "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake new file mode 100644 index 0000000..c51a91d --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake @@ -0,0 +1,114 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6) + message(FATAL_ERROR "CMake >= 2.6.0 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.6...3.20) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_targetsDefined) +set(_targetsNotDefined) +set(_expectedTargets) +foreach(_expectedTarget advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_c) + list(APPEND _expectedTargets ${_expectedTarget}) + if(NOT TARGET ${_expectedTarget}) + list(APPEND _targetsNotDefined ${_expectedTarget}) + endif() + if(TARGET ${_expectedTarget}) + list(APPEND _targetsDefined ${_expectedTarget}) + endif() +endforeach() +if("${_targetsDefined}" STREQUAL "${_expectedTargets}") + unset(_targetsDefined) + unset(_targetsNotDefined) + unset(_expectedTargets) + set(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT "${_targetsDefined}" STREQUAL "") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") +endif() +unset(_targetsDefined) +unset(_targetsNotDefined) +unset(_expectedTargets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_c +add_library(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_c SHARED IMPORTED) + +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_c PROPERTIES + INTERFACE_LINK_LIBRARIES "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c;std_msgs::std_msgs__rosidl_typesupport_c;builtin_interfaces::builtin_interfaces__rosidl_typesupport_c" +) + +if(CMAKE_VERSION VERSION_LESS 2.8.12) + message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") +endif() + +# Load information for each installed configuration. +get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) +file(GLOB CONFIG_FILES "${_DIR}/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-*.cmake") +foreach(f ${CONFIG_FILES}) + include(${f}) +endforeach() + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(target ${_IMPORT_CHECK_TARGETS} ) + foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) + if(NOT EXISTS "${file}" ) + message(FATAL_ERROR "The imported target \"${target}\" references the file + \"${file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_IMPORT_CHECK_FILES_FOR_${target}) +endforeach() +unset(_IMPORT_CHECK_TARGETS) + +# Make sure the targets which have been exported in some other +# export set exist. +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) +foreach(_target "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c" ) + if(NOT TARGET "${_target}" ) + set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}") + endif() +endforeach() + +if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + if(CMAKE_FIND_PACKAGE_NAME) + set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE) + set( ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + else() + message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + endif() +endif() +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake new file mode 100644 index 0000000..9fdb6bc --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake @@ -0,0 +1,20 @@ +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_cpp" for configuration "" +set_property(TARGET advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_cpp APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_cpp PROPERTIES + IMPORTED_LINK_DEPENDENT_LIBRARIES_NOCONFIG "rosidl_runtime_c::rosidl_runtime_c;rosidl_typesupport_cpp::rosidl_typesupport_cpp;rosidl_typesupport_c::rosidl_typesupport_c" + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so" + IMPORTED_SONAME_NOCONFIG "libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so" + ) + +list(APPEND _IMPORT_CHECK_TARGETS advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_cpp ) +list(APPEND _IMPORT_CHECK_FILES_FOR_advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_cpp "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake new file mode 100644 index 0000000..8476e9d --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake @@ -0,0 +1,114 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6) + message(FATAL_ERROR "CMake >= 2.6.0 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.6...3.20) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_targetsDefined) +set(_targetsNotDefined) +set(_expectedTargets) +foreach(_expectedTarget advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_cpp) + list(APPEND _expectedTargets ${_expectedTarget}) + if(NOT TARGET ${_expectedTarget}) + list(APPEND _targetsNotDefined ${_expectedTarget}) + endif() + if(TARGET ${_expectedTarget}) + list(APPEND _targetsDefined ${_expectedTarget}) + endif() +endforeach() +if("${_targetsDefined}" STREQUAL "${_expectedTargets}") + unset(_targetsDefined) + unset(_targetsNotDefined) + unset(_expectedTargets) + set(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT "${_targetsDefined}" STREQUAL "") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") +endif() +unset(_targetsDefined) +unset(_targetsNotDefined) +unset(_expectedTargets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_cpp +add_library(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_cpp SHARED IMPORTED) + +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_cpp PROPERTIES + INTERFACE_LINK_LIBRARIES "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_cpp;std_msgs::std_msgs__rosidl_typesupport_cpp;builtin_interfaces::builtin_interfaces__rosidl_typesupport_cpp" +) + +if(CMAKE_VERSION VERSION_LESS 2.8.12) + message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") +endif() + +# Load information for each installed configuration. +get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) +file(GLOB CONFIG_FILES "${_DIR}/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-*.cmake") +foreach(f ${CONFIG_FILES}) + include(${f}) +endforeach() + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(target ${_IMPORT_CHECK_TARGETS} ) + foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) + if(NOT EXISTS "${file}" ) + message(FATAL_ERROR "The imported target \"${target}\" references the file + \"${file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_IMPORT_CHECK_FILES_FOR_${target}) +endforeach() +unset(_IMPORT_CHECK_TARGETS) + +# Make sure the targets which have been exported in some other +# export set exist. +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) +foreach(_target "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_cpp" ) + if(NOT TARGET "${_target}" ) + set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}") + endif() +endforeach() + +if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + if(CMAKE_FIND_PACKAGE_NAME) + set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE) + set( ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + else() + message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + endif() +endif() +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake new file mode 100644 index 0000000..7482934 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c" for configuration "" +set_property(TARGET advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so" + IMPORTED_SONAME_NOCONFIG "libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so" + ) + +list(APPEND _IMPORT_CHECK_TARGETS advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c ) +list(APPEND _IMPORT_CHECK_FILES_FOR_advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake new file mode 100644 index 0000000..dbac6f7 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake @@ -0,0 +1,115 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6) + message(FATAL_ERROR "CMake >= 2.6.0 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.6...3.20) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_targetsDefined) +set(_targetsNotDefined) +set(_expectedTargets) +foreach(_expectedTarget advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c) + list(APPEND _expectedTargets ${_expectedTarget}) + if(NOT TARGET ${_expectedTarget}) + list(APPEND _targetsNotDefined ${_expectedTarget}) + endif() + if(TARGET ${_expectedTarget}) + list(APPEND _targetsDefined ${_expectedTarget}) + endif() +endforeach() +if("${_targetsDefined}" STREQUAL "${_expectedTargets}") + unset(_targetsDefined) + unset(_targetsNotDefined) + unset(_expectedTargets) + set(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT "${_targetsDefined}" STREQUAL "") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") +endif() +unset(_targetsDefined) +unset(_targetsNotDefined) +unset(_expectedTargets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c +add_library(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c SHARED IMPORTED) + +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include/advrobotics_lab3_interfaces" + INTERFACE_LINK_LIBRARIES "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c;rosidl_typesupport_introspection_c::rosidl_typesupport_introspection_c;std_msgs::std_msgs__rosidl_typesupport_introspection_c;builtin_interfaces::builtin_interfaces__rosidl_typesupport_introspection_c" +) + +if(CMAKE_VERSION VERSION_LESS 2.8.12) + message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") +endif() + +# Load information for each installed configuration. +get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) +file(GLOB CONFIG_FILES "${_DIR}/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-*.cmake") +foreach(f ${CONFIG_FILES}) + include(${f}) +endforeach() + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(target ${_IMPORT_CHECK_TARGETS} ) + foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) + if(NOT EXISTS "${file}" ) + message(FATAL_ERROR "The imported target \"${target}\" references the file + \"${file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_IMPORT_CHECK_FILES_FOR_${target}) +endforeach() +unset(_IMPORT_CHECK_TARGETS) + +# Make sure the targets which have been exported in some other +# export set exist. +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) +foreach(_target "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c" ) + if(NOT TARGET "${_target}" ) + set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}") + endif() +endforeach() + +if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + if(CMAKE_FIND_PACKAGE_NAME) + set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE) + set( ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + else() + message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + endif() +endif() +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake new file mode 100644 index 0000000..35f6e6c --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp" for configuration "" +set_property(TARGET advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so" + IMPORTED_SONAME_NOCONFIG "libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so" + ) + +list(APPEND _IMPORT_CHECK_TARGETS advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp ) +list(APPEND _IMPORT_CHECK_FILES_FOR_advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake new file mode 100644 index 0000000..ba792ce --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake @@ -0,0 +1,115 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6) + message(FATAL_ERROR "CMake >= 2.6.0 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.6...3.20) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_targetsDefined) +set(_targetsNotDefined) +set(_expectedTargets) +foreach(_expectedTarget advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp) + list(APPEND _expectedTargets ${_expectedTarget}) + if(NOT TARGET ${_expectedTarget}) + list(APPEND _targetsNotDefined ${_expectedTarget}) + endif() + if(TARGET ${_expectedTarget}) + list(APPEND _targetsDefined ${_expectedTarget}) + endif() +endforeach() +if("${_targetsDefined}" STREQUAL "${_expectedTargets}") + unset(_targetsDefined) + unset(_targetsNotDefined) + unset(_expectedTargets) + set(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT "${_targetsDefined}" STREQUAL "") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") +endif() +unset(_targetsDefined) +unset(_targetsNotDefined) +unset(_expectedTargets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp +add_library(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp SHARED IMPORTED) + +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include/advrobotics_lab3_interfaces" + INTERFACE_LINK_LIBRARIES "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_cpp;rosidl_runtime_c::rosidl_runtime_c;rosidl_typesupport_interface::rosidl_typesupport_interface;rosidl_typesupport_introspection_cpp::rosidl_typesupport_introspection_cpp;std_msgs::std_msgs__rosidl_typesupport_introspection_cpp;builtin_interfaces::builtin_interfaces__rosidl_typesupport_introspection_cpp" +) + +if(CMAKE_VERSION VERSION_LESS 2.8.12) + message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") +endif() + +# Load information for each installed configuration. +get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) +file(GLOB CONFIG_FILES "${_DIR}/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-*.cmake") +foreach(f ${CONFIG_FILES}) + include(${f}) +endforeach() + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(target ${_IMPORT_CHECK_TARGETS} ) + foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) + if(NOT EXISTS "${file}" ) + message(FATAL_ERROR "The imported target \"${target}\" references the file + \"${file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_IMPORT_CHECK_FILES_FOR_${target}) +endforeach() +unset(_IMPORT_CHECK_TARGETS) + +# Make sure the targets which have been exported in some other +# export set exist. +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) +foreach(_target "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_cpp" ) + if(NOT TARGET "${_target}" ) + set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}") + endif() +endforeach() + +if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + if(CMAKE_FIND_PACKAGE_NAME) + set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE) + set( ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + else() + message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + endif() +endif() +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake new file mode 100644 index 0000000..3dc3d0f --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake @@ -0,0 +1,92 @@ +# generated from ament_cmake_export_dependencies/cmake/ament_cmake_export_dependencies-extras.cmake.in + +set(_exported_dependencies "std_msgs;rosidl_runtime_c;rosidl_typesupport_interface;rcutils;fastrtps_cmake_module;fastcdr;rosidl_runtime_c;rosidl_runtime_cpp;rosidl_typesupport_fastrtps_c;rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_interface;rosidl_runtime_cpp;fastrtps_cmake_module;fastcdr;rmw;rosidl_runtime_c;rosidl_runtime_cpp;rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_interface;rosidl_runtime_c;rosidl_typesupport_c;rosidl_typesupport_interface;rosidl_runtime_c;rosidl_runtime_cpp;rosidl_typesupport_c;rosidl_typesupport_cpp;rosidl_typesupport_interface") + +find_package(ament_cmake_libraries QUIET REQUIRED) + +# find_package() all dependencies +# and append their DEFINITIONS INCLUDE_DIRS, LIBRARIES, and LINK_FLAGS +# variables to advrobotics_lab3_interfaces_DEFINITIONS, advrobotics_lab3_interfaces_INCLUDE_DIRS, +# advrobotics_lab3_interfaces_LIBRARIES, and advrobotics_lab3_interfaces_LINK_FLAGS. +# Additionally collect the direct dependency names in +# advrobotics_lab3_interfaces_DEPENDENCIES as well as the recursive dependency names +# in advrobotics_lab3_interfaces_RECURSIVE_DEPENDENCIES. +if(NOT _exported_dependencies STREQUAL "") + find_package(ament_cmake_core QUIET REQUIRED) + set(advrobotics_lab3_interfaces_DEPENDENCIES ${_exported_dependencies}) + set(advrobotics_lab3_interfaces_RECURSIVE_DEPENDENCIES ${_exported_dependencies}) + set(_libraries) + foreach(_dep ${_exported_dependencies}) + if(NOT ${_dep}_FOUND) + find_package("${_dep}" QUIET REQUIRED) + endif() + # if a package provides modern CMake interface targets use them + # exclusively assuming the classic CMake variables only exist for + # backward compatibility + set(use_modern_cmake FALSE) + if(NOT "${${_dep}_TARGETS}" STREQUAL "") + foreach(_target ${${_dep}_TARGETS}) + # only use actual targets + # in case a package uses this variable for other content + if(TARGET "${_target}") + get_target_property(_include_dirs ${_target} INTERFACE_INCLUDE_DIRECTORIES) + if(_include_dirs) + list_append_unique(advrobotics_lab3_interfaces_INCLUDE_DIRS "${_include_dirs}") + endif() + + get_target_property(_imported_configurations ${_target} IMPORTED_CONFIGURATIONS) + if(_imported_configurations) + string(TOUPPER "${_imported_configurations}" _imported_configurations) + if(DEBUG_CONFIGURATIONS) + string(TOUPPER "${DEBUG_CONFIGURATIONS}" _debug_configurations_uppercase) + else() + set(_debug_configurations_uppercase "DEBUG") + endif() + foreach(_imported_config ${_imported_configurations}) + get_target_property(_imported_implib ${_target} IMPORTED_IMPLIB_${_imported_config}) + if(_imported_implib) + set(_imported_implib_config "optimized") + if(${_imported_config} IN_LIST _debug_configurations_uppercase) + set(_imported_implib_config "debug") + endif() + list(APPEND _libraries ${_imported_implib_config} ${_imported_implib}) + else() + get_target_property(_imported_location ${_target} IMPORTED_LOCATION_${_imported_config}) + if(_imported_location) + list(APPEND _libraries "${_imported_location}") + endif() + endif() + endforeach() + endif() + + get_target_property(_link_libraries ${_target} INTERFACE_LINK_LIBRARIES) + if(_link_libraries) + list(APPEND _libraries "${_link_libraries}") + endif() + set(use_modern_cmake TRUE) + endif() + endforeach() + endif() + if(NOT use_modern_cmake) + if(${_dep}_DEFINITIONS) + list_append_unique(advrobotics_lab3_interfaces_DEFINITIONS "${${_dep}_DEFINITIONS}") + endif() + if(${_dep}_INCLUDE_DIRS) + list_append_unique(advrobotics_lab3_interfaces_INCLUDE_DIRS "${${_dep}_INCLUDE_DIRS}") + endif() + if(${_dep}_LIBRARIES) + list(APPEND _libraries "${${_dep}_LIBRARIES}") + endif() + if(${_dep}_LINK_FLAGS) + list_append_unique(advrobotics_lab3_interfaces_LINK_FLAGS "${${_dep}_LINK_FLAGS}") + endif() + if(${_dep}_RECURSIVE_DEPENDENCIES) + list_append_unique(advrobotics_lab3_interfaces_RECURSIVE_DEPENDENCIES "${${_dep}_RECURSIVE_DEPENDENCIES}") + endif() + endif() + if(_libraries) + ament_libraries_deduplicate(_libraries "${_libraries}") + list(APPEND advrobotics_lab3_interfaces_LIBRARIES "${_libraries}") + endif() + endforeach() +endif() diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake new file mode 100644 index 0000000..d8815e7 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake @@ -0,0 +1,16 @@ +# generated from ament_cmake_export_include_directories/cmake/ament_cmake_export_include_directories-extras.cmake.in + +set(_exported_include_dirs "${advrobotics_lab3_interfaces_DIR}/../../../include/advrobotics_lab3_interfaces") + +# append include directories to advrobotics_lab3_interfaces_INCLUDE_DIRS +# warn about not existing paths +if(NOT _exported_include_dirs STREQUAL "") + find_package(ament_cmake_core QUIET REQUIRED) + foreach(_exported_include_dir ${_exported_include_dirs}) + if(NOT IS_DIRECTORY "${_exported_include_dir}") + message(WARNING "Package 'advrobotics_lab3_interfaces' exports the include directory '${_exported_include_dir}' which doesn't exist") + endif() + normalize_path(_exported_include_dir "${_exported_include_dir}") + list(APPEND advrobotics_lab3_interfaces_INCLUDE_DIRS "${_exported_include_dir}") + endforeach() +endif() diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_libraries-extras.cmake b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_libraries-extras.cmake new file mode 100644 index 0000000..f9c8919 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_libraries-extras.cmake @@ -0,0 +1,141 @@ +# generated from ament_cmake_export_libraries/cmake/template/ament_cmake_export_libraries.cmake.in + +set(_exported_libraries "advrobotics_lab3_interfaces__rosidl_generator_c;advrobotics_lab3_interfaces__rosidl_typesupport_c;advrobotics_lab3_interfaces__rosidl_typesupport_cpp") +set(_exported_library_names "") + +# populate advrobotics_lab3_interfaces_LIBRARIES +if(NOT _exported_libraries STREQUAL "") + # loop over libraries, either target names or absolute paths + list(LENGTH _exported_libraries _length) + set(_i 0) + while(_i LESS _length) + list(GET _exported_libraries ${_i} _arg) + + # pass linker flags along + if("${_arg}" MATCHES "^-" AND NOT "${_arg}" MATCHES "^-[l|framework]") + list(APPEND advrobotics_lab3_interfaces_LIBRARIES "${_arg}") + math(EXPR _i "${_i} + 1") + continue() + endif() + + if("${_arg}" MATCHES "^(debug|optimized|general)$") + # remember build configuration keyword + # and get following library + set(_cfg "${_arg}") + math(EXPR _i "${_i} + 1") + if(_i EQUAL _length) + message(FATAL_ERROR "Package 'advrobotics_lab3_interfaces' passes the build configuration keyword '${_cfg}' as the last exported library") + endif() + list(GET _exported_libraries ${_i} _library) + else() + # the value is a library without a build configuration keyword + set(_cfg "") + set(_library "${_arg}") + endif() + math(EXPR _i "${_i} + 1") + + if(NOT IS_ABSOLUTE "${_library}") + # search for library target relative to this CMake file + set(_lib "NOTFOUND") + find_library( + _lib NAMES "${_library}" + PATHS "${advrobotics_lab3_interfaces_DIR}/../../../lib" + NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH + ) + + if(NOT _lib) + # warn about not existing library and ignore it + message(FATAL_ERROR "Package 'advrobotics_lab3_interfaces' exports the library '${_library}' which couldn't be found") + elseif(NOT IS_ABSOLUTE "${_lib}") + # the found library must be an absolute path + message(FATAL_ERROR "Package 'advrobotics_lab3_interfaces' found the library '${_library}' at '${_lib}' which is not an absolute path") + elseif(NOT EXISTS "${_lib}") + # the found library must exist + message(FATAL_ERROR "Package 'advrobotics_lab3_interfaces' found the library '${_lib}' which doesn't exist") + else() + list(APPEND advrobotics_lab3_interfaces_LIBRARIES ${_cfg} "${_lib}") + endif() + + else() + if(NOT EXISTS "${_library}") + # the found library must exist + message(WARNING "Package 'advrobotics_lab3_interfaces' exports the library '${_library}' which doesn't exist") + else() + list(APPEND advrobotics_lab3_interfaces_LIBRARIES ${_cfg} "${_library}") + endif() + endif() + endwhile() +endif() + +# find_library() library names with optional LIBRARY_DIRS +# and add the libraries to advrobotics_lab3_interfaces_LIBRARIES +if(NOT _exported_library_names STREQUAL "") + # loop over library names + # but remember related build configuration keyword if available + list(LENGTH _exported_library_names _length) + set(_i 0) + while(_i LESS _length) + list(GET _exported_library_names ${_i} _arg) + # pass linker flags along + if("${_arg}" MATCHES "^-" AND NOT "${_arg}" MATCHES "^-[l|framework]") + list(APPEND advrobotics_lab3_interfaces_LIBRARIES "${_arg}") + math(EXPR _i "${_i} + 1") + continue() + endif() + + if("${_arg}" MATCHES "^(debug|optimized|general)$") + # remember build configuration keyword + # and get following library name + set(_cfg "${_arg}") + math(EXPR _i "${_i} + 1") + if(_i EQUAL _length) + message(FATAL_ERROR "Package 'advrobotics_lab3_interfaces' passes the build configuration keyword '${_cfg}' as the last exported target") + endif() + list(GET _exported_library_names ${_i} _library) + else() + # the value is a library target without a build configuration keyword + set(_cfg "") + set(_library "${_arg}") + endif() + math(EXPR _i "${_i} + 1") + + # extract optional LIBRARY_DIRS from library name + string(REPLACE ":" ";" _library_dirs "${_library}") + list(GET _library_dirs 0 _library_name) + list(REMOVE_AT _library_dirs 0) + + set(_lib "NOTFOUND") + if(NOT _library_dirs) + # search for library in the common locations + find_library( + _lib + NAMES "${_library_name}" + ) + if(NOT _lib) + # warn about not existing library and later ignore it + message(WARNING "Package 'advrobotics_lab3_interfaces' exports library '${_library_name}' which couldn't be found") + endif() + else() + # search for library in the specified directories + find_library( + _lib + NAMES "${_library_name}" + PATHS ${_library_dirs} + NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH + ) + if(NOT _lib) + # warn about not existing library and later ignore it + message(WARNING + "Package 'advrobotics_lab3_interfaces' exports library '${_library_name}' with LIBRARY_DIRS '${_library_dirs}' which couldn't be found") + endif() + endif() + if(_lib) + list(APPEND advrobotics_lab3_interfaces_LIBRARIES ${_cfg} "${_lib}") + endif() + endwhile() +endif() + +# TODO(dirk-thomas) deduplicate advrobotics_lab3_interfaces_LIBRARIES +# while maintaining library order +# as well as build configuration keywords +# as well as linker flags diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_targets-extras.cmake b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_targets-extras.cmake new file mode 100644 index 0000000..b278c84 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_targets-extras.cmake @@ -0,0 +1,27 @@ +# generated from ament_cmake_export_targets/cmake/ament_cmake_export_targets-extras.cmake.in + +set(_exported_targets "export_advrobotics_lab3_interfaces__rosidl_generator_c;export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c;export_advrobotics_lab3_interfaces__rosidl_generator_cpp;export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp;advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c;advrobotics_lab3_interfaces__rosidl_typesupport_c;advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp;advrobotics_lab3_interfaces__rosidl_typesupport_cpp;export_advrobotics_lab3_interfaces__rosidl_generator_py") + +# include all exported targets +if(NOT _exported_targets STREQUAL "") + foreach(_target ${_exported_targets}) + set(_export_file "${advrobotics_lab3_interfaces_DIR}/${_target}Export.cmake") + include("${_export_file}") + + # extract the target names associated with the export + set(_regex "foreach\\((_cmake)?_expected_?[Tt]arget (IN ITEMS )?(.+)\\)") + file( + STRINGS "${_export_file}" _foreach_targets + REGEX "${_regex}") + list(LENGTH _foreach_targets _matches) + if(NOT _matches EQUAL 1) + message(FATAL_ERROR + "Failed to find exported target names in '${_export_file}'") + endif() + string(REGEX REPLACE "${_regex}" "\\3" _targets "${_foreach_targets}") + string(REPLACE " " ";" _targets "${_targets}") + list(LENGTH _targets _length) + + list(APPEND advrobotics_lab3_interfaces_TARGETS ${_targets}) + endforeach() +endif() diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake new file mode 100644 index 0000000..f9bb946 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c" for configuration "" +set_property(TARGET advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so" + IMPORTED_SONAME_NOCONFIG "libadvrobotics_lab3_interfaces__rosidl_generator_c.so" + ) + +list(APPEND _IMPORT_CHECK_TARGETS advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c ) +list(APPEND _IMPORT_CHECK_FILES_FOR_advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake new file mode 100644 index 0000000..de8a263 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake @@ -0,0 +1,99 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6) + message(FATAL_ERROR "CMake >= 2.6.0 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.6...3.20) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_targetsDefined) +set(_targetsNotDefined) +set(_expectedTargets) +foreach(_expectedTarget advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c) + list(APPEND _expectedTargets ${_expectedTarget}) + if(NOT TARGET ${_expectedTarget}) + list(APPEND _targetsNotDefined ${_expectedTarget}) + endif() + if(TARGET ${_expectedTarget}) + list(APPEND _targetsDefined ${_expectedTarget}) + endif() +endforeach() +if("${_targetsDefined}" STREQUAL "${_expectedTargets}") + unset(_targetsDefined) + unset(_targetsNotDefined) + unset(_expectedTargets) + set(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT "${_targetsDefined}" STREQUAL "") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") +endif() +unset(_targetsDefined) +unset(_targetsNotDefined) +unset(_expectedTargets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c +add_library(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c SHARED IMPORTED) + +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include/advrobotics_lab3_interfaces" + INTERFACE_LINK_LIBRARIES "std_msgs::std_msgs__rosidl_generator_c;builtin_interfaces::builtin_interfaces__rosidl_generator_c;rosidl_runtime_c::rosidl_runtime_c;rosidl_typesupport_interface::rosidl_typesupport_interface;rcutils::rcutils" +) + +if(CMAKE_VERSION VERSION_LESS 2.8.12) + message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") +endif() + +# Load information for each installed configuration. +get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) +file(GLOB CONFIG_FILES "${_DIR}/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-*.cmake") +foreach(f ${CONFIG_FILES}) + include(${f}) +endforeach() + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(target ${_IMPORT_CHECK_TARGETS} ) + foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) + if(NOT EXISTS "${file}" ) + message(FATAL_ERROR "The imported target \"${target}\" references the file + \"${file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_IMPORT_CHECK_FILES_FOR_${target}) +endforeach() +unset(_IMPORT_CHECK_TARGETS) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake new file mode 100644 index 0000000..0c3ac80 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake @@ -0,0 +1,99 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6) + message(FATAL_ERROR "CMake >= 2.6.0 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.6...3.20) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_targetsDefined) +set(_targetsNotDefined) +set(_expectedTargets) +foreach(_expectedTarget advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_cpp) + list(APPEND _expectedTargets ${_expectedTarget}) + if(NOT TARGET ${_expectedTarget}) + list(APPEND _targetsNotDefined ${_expectedTarget}) + endif() + if(TARGET ${_expectedTarget}) + list(APPEND _targetsDefined ${_expectedTarget}) + endif() +endforeach() +if("${_targetsDefined}" STREQUAL "${_expectedTargets}") + unset(_targetsDefined) + unset(_targetsNotDefined) + unset(_expectedTargets) + set(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT "${_targetsDefined}" STREQUAL "") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") +endif() +unset(_targetsDefined) +unset(_targetsNotDefined) +unset(_expectedTargets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_cpp +add_library(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_cpp INTERFACE IMPORTED) + +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_cpp PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include/advrobotics_lab3_interfaces" + INTERFACE_LINK_LIBRARIES "std_msgs::std_msgs__rosidl_generator_cpp;builtin_interfaces::builtin_interfaces__rosidl_generator_cpp;rosidl_runtime_cpp::rosidl_runtime_cpp" +) + +if(CMAKE_VERSION VERSION_LESS 3.0.0) + message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.") +endif() + +# Load information for each installed configuration. +get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) +file(GLOB CONFIG_FILES "${_DIR}/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport-*.cmake") +foreach(f ${CONFIG_FILES}) + include(${f}) +endforeach() + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(target ${_IMPORT_CHECK_TARGETS} ) + foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) + if(NOT EXISTS "${file}" ) + message(FATAL_ERROR "The imported target \"${target}\" references the file + \"${file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_IMPORT_CHECK_FILES_FOR_${target}) +endforeach() +unset(_IMPORT_CHECK_TARGETS) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake new file mode 100644 index 0000000..1b51a7d --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_py" for configuration "" +set_property(TARGET advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_py APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_py PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so" + IMPORTED_SONAME_NOCONFIG "libadvrobotics_lab3_interfaces__rosidl_generator_py.so" + ) + +list(APPEND _IMPORT_CHECK_TARGETS advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_py ) +list(APPEND _IMPORT_CHECK_FILES_FOR_advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_py "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake new file mode 100644 index 0000000..5840a34 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake @@ -0,0 +1,114 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6) + message(FATAL_ERROR "CMake >= 2.6.0 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.6...3.20) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_targetsDefined) +set(_targetsNotDefined) +set(_expectedTargets) +foreach(_expectedTarget advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_py) + list(APPEND _expectedTargets ${_expectedTarget}) + if(NOT TARGET ${_expectedTarget}) + list(APPEND _targetsNotDefined ${_expectedTarget}) + endif() + if(TARGET ${_expectedTarget}) + list(APPEND _targetsDefined ${_expectedTarget}) + endif() +endforeach() +if("${_targetsDefined}" STREQUAL "${_expectedTargets}") + unset(_targetsDefined) + unset(_targetsNotDefined) + unset(_expectedTargets) + set(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT "${_targetsDefined}" STREQUAL "") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") +endif() +unset(_targetsDefined) +unset(_targetsNotDefined) +unset(_expectedTargets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_py +add_library(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_py SHARED IMPORTED) + +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_py PROPERTIES + INTERFACE_LINK_LIBRARIES "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c;/usr/lib/x86_64-linux-gnu/libpython3.10.so;advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_c;std_msgs::std_msgs__rosidl_generator_py;builtin_interfaces::builtin_interfaces__rosidl_generator_py" +) + +if(CMAKE_VERSION VERSION_LESS 2.8.12) + message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") +endif() + +# Load information for each installed configuration. +get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) +file(GLOB CONFIG_FILES "${_DIR}/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-*.cmake") +foreach(f ${CONFIG_FILES}) + include(${f}) +endforeach() + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(target ${_IMPORT_CHECK_TARGETS} ) + foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) + if(NOT EXISTS "${file}" ) + message(FATAL_ERROR "The imported target \"${target}\" references the file + \"${file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_IMPORT_CHECK_FILES_FOR_${target}) +endforeach() +unset(_IMPORT_CHECK_TARGETS) + +# Make sure the targets which have been exported in some other +# export set exist. +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) +foreach(_target "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c" "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_c" ) + if(NOT TARGET "${_target}" ) + set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}") + endif() +endforeach() + +if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + if(CMAKE_FIND_PACKAGE_NAME) + set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE) + set( ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + else() + message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + endif() +endif() +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake new file mode 100644 index 0000000..cb3c6a3 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c" for configuration "" +set_property(TARGET advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so" + IMPORTED_SONAME_NOCONFIG "libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so" + ) + +list(APPEND _IMPORT_CHECK_TARGETS advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c ) +list(APPEND _IMPORT_CHECK_FILES_FOR_advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake new file mode 100644 index 0000000..5754f61 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake @@ -0,0 +1,115 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6) + message(FATAL_ERROR "CMake >= 2.6.0 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.6...3.20) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_targetsDefined) +set(_targetsNotDefined) +set(_expectedTargets) +foreach(_expectedTarget advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c) + list(APPEND _expectedTargets ${_expectedTarget}) + if(NOT TARGET ${_expectedTarget}) + list(APPEND _targetsNotDefined ${_expectedTarget}) + endif() + if(TARGET ${_expectedTarget}) + list(APPEND _targetsDefined ${_expectedTarget}) + endif() +endforeach() +if("${_targetsDefined}" STREQUAL "${_expectedTargets}") + unset(_targetsDefined) + unset(_targetsNotDefined) + unset(_expectedTargets) + set(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT "${_targetsDefined}" STREQUAL "") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") +endif() +unset(_targetsDefined) +unset(_targetsNotDefined) +unset(_expectedTargets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c +add_library(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c SHARED IMPORTED) + +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include/advrobotics_lab3_interfaces" + INTERFACE_LINK_LIBRARIES "fastcdr;rosidl_runtime_c::rosidl_runtime_c;rosidl_runtime_cpp::rosidl_runtime_cpp;rosidl_typesupport_interface::rosidl_typesupport_interface;rosidl_typesupport_fastrtps_cpp::rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_fastrtps_c::rosidl_typesupport_fastrtps_c;advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c;std_msgs::std_msgs__rosidl_typesupport_fastrtps_c;builtin_interfaces::builtin_interfaces__rosidl_typesupport_fastrtps_c" +) + +if(CMAKE_VERSION VERSION_LESS 2.8.12) + message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") +endif() + +# Load information for each installed configuration. +get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) +file(GLOB CONFIG_FILES "${_DIR}/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-*.cmake") +foreach(f ${CONFIG_FILES}) + include(${f}) +endforeach() + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(target ${_IMPORT_CHECK_TARGETS} ) + foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) + if(NOT EXISTS "${file}" ) + message(FATAL_ERROR "The imported target \"${target}\" references the file + \"${file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_IMPORT_CHECK_FILES_FOR_${target}) +endforeach() +unset(_IMPORT_CHECK_TARGETS) + +# Make sure the targets which have been exported in some other +# export set exist. +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) +foreach(_target "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_c" ) + if(NOT TARGET "${_target}" ) + set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}") + endif() +endforeach() + +if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + if(CMAKE_FIND_PACKAGE_NAME) + set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE) + set( ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + else() + message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + endif() +endif() +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake new file mode 100644 index 0000000..190ea78 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp" for configuration "" +set_property(TARGET advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so" + IMPORTED_SONAME_NOCONFIG "libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so" + ) + +list(APPEND _IMPORT_CHECK_TARGETS advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp ) +list(APPEND _IMPORT_CHECK_FILES_FOR_advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp "${_IMPORT_PREFIX}/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake new file mode 100644 index 0000000..f22ad0b --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake @@ -0,0 +1,115 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6) + message(FATAL_ERROR "CMake >= 2.6.0 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.6...3.20) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_targetsDefined) +set(_targetsNotDefined) +set(_expectedTargets) +foreach(_expectedTarget advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp) + list(APPEND _expectedTargets ${_expectedTarget}) + if(NOT TARGET ${_expectedTarget}) + list(APPEND _targetsNotDefined ${_expectedTarget}) + endif() + if(TARGET ${_expectedTarget}) + list(APPEND _targetsDefined ${_expectedTarget}) + endif() +endforeach() +if("${_targetsDefined}" STREQUAL "${_expectedTargets}") + unset(_targetsDefined) + unset(_targetsNotDefined) + unset(_expectedTargets) + set(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT "${_targetsDefined}" STREQUAL "") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") +endif() +unset(_targetsDefined) +unset(_targetsNotDefined) +unset(_expectedTargets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp +add_library(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp SHARED IMPORTED) + +set_target_properties(advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include/advrobotics_lab3_interfaces" + INTERFACE_LINK_LIBRARIES "fastcdr;rmw::rmw;rosidl_runtime_c::rosidl_runtime_c;rosidl_runtime_cpp::rosidl_runtime_cpp;rosidl_typesupport_interface::rosidl_typesupport_interface;rosidl_typesupport_fastrtps_cpp::rosidl_typesupport_fastrtps_cpp;std_msgs::std_msgs__rosidl_typesupport_fastrtps_cpp;builtin_interfaces::builtin_interfaces__rosidl_typesupport_fastrtps_cpp;advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_cpp" +) + +if(CMAKE_VERSION VERSION_LESS 2.8.12) + message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") +endif() + +# Load information for each installed configuration. +get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) +file(GLOB CONFIG_FILES "${_DIR}/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-*.cmake") +foreach(f ${CONFIG_FILES}) + include(${f}) +endforeach() + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(target ${_IMPORT_CHECK_TARGETS} ) + foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) + if(NOT EXISTS "${file}" ) + message(FATAL_ERROR "The imported target \"${target}\" references the file + \"${file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_IMPORT_CHECK_FILES_FOR_${target}) +endforeach() +unset(_IMPORT_CHECK_TARGETS) + +# Make sure the targets which have been exported in some other +# export set exist. +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) +foreach(_target "advrobotics_lab3_interfaces::advrobotics_lab3_interfaces__rosidl_generator_cpp" ) + if(NOT TARGET "${_target}" ) + set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}") + endif() +endforeach() + +if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + if(CMAKE_FIND_PACKAGE_NAME) + set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE) + set( ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + else() + message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + endif() +endif() +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake-extras.cmake b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake-extras.cmake new file mode 100644 index 0000000..6748db4 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake-extras.cmake @@ -0,0 +1,4 @@ +# generated from rosidl_cmake/cmake/rosidl_cmake-extras.cmake.in + +set(advrobotics_lab3_interfaces_IDL_FILES "msg/Joints.idl;msg/Gripper.idl;srv/Invkin.idl") +set(advrobotics_lab3_interfaces_INTERFACE_FILES "msg/Joints.msg;msg/Gripper.msg;srv/Invkin.srv;srv/Invkin_Request.msg;srv/Invkin_Response.msg") diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake new file mode 100644 index 0000000..be8df03 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake @@ -0,0 +1,49 @@ +# generated from +# rosidl_cmake/cmake/template/rosidl_cmake_export_typesupport_libraries.cmake.in + +set(_exported_typesupport_libraries + "__rosidl_typesupport_fastrtps_c:advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c;__rosidl_typesupport_fastrtps_cpp:advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp") + +# populate advrobotics_lab3_interfaces_LIBRARIES_ +if(NOT _exported_typesupport_libraries STREQUAL "") + # loop over typesupport libraries + foreach(_tuple ${_exported_typesupport_libraries}) + string(REPLACE ":" ";" _tuple "${_tuple}") + list(GET _tuple 0 _suffix) + list(GET _tuple 1 _library) + + if(NOT IS_ABSOLUTE "${_library}") + # search for library target relative to this CMake file + set(_lib "NOTFOUND") + find_library( + _lib NAMES "${_library}" + PATHS "${advrobotics_lab3_interfaces_DIR}/../../../lib" + NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH + ) + + if(NOT _lib) + # the library wasn't found + message(FATAL_ERROR + "Package 'advrobotics_lab3_interfaces' exports the typesupport library '${_library}' which couldn't be found") + elseif(NOT IS_ABSOLUTE "${_lib}") + # the found library must be an absolute path + message(FATAL_ERROR + "Package 'advrobotics_lab3_interfaces' found the typesupport library '${_library}' at '${_lib}' " + "which is not an absolute path") + elseif(NOT EXISTS "${_lib}") + # the found library must exist + message(FATAL_ERROR "Package 'advrobotics_lab3_interfaces' found the typesupport library '${_lib}' which doesn't exist") + else() + list(APPEND advrobotics_lab3_interfaces_LIBRARIES${_suffix} ${_cfg} "${_lib}") + endif() + + else() + if(NOT EXISTS "${_library}") + # the found library must exist + message(WARNING "Package 'advrobotics_lab3_interfaces' exports the typesupport library '${_library}' which doesn't exist") + else() + list(APPEND advrobotics_lab3_interfaces_LIBRARIES${_suffix} "${_library}") + endif() + endif() + endforeach() +endif() diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake new file mode 100644 index 0000000..0fd75b6 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake @@ -0,0 +1,23 @@ +# generated from +# rosidl_cmake/cmake/template/rosidl_cmake_export_typesupport_targets.cmake.in + +set(_exported_typesupport_targets + "__rosidl_generator_c:advrobotics_lab3_interfaces__rosidl_generator_c;__rosidl_typesupport_fastrtps_c:advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c;__rosidl_generator_cpp:advrobotics_lab3_interfaces__rosidl_generator_cpp;__rosidl_typesupport_fastrtps_cpp:advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp;__rosidl_typesupport_introspection_c:advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c;__rosidl_typesupport_c:advrobotics_lab3_interfaces__rosidl_typesupport_c;__rosidl_typesupport_introspection_cpp:advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp;__rosidl_typesupport_cpp:advrobotics_lab3_interfaces__rosidl_typesupport_cpp;__rosidl_generator_py:advrobotics_lab3_interfaces__rosidl_generator_py") + +# populate advrobotics_lab3_interfaces_TARGETS_ +if(NOT _exported_typesupport_targets STREQUAL "") + # loop over typesupport targets + foreach(_tuple ${_exported_typesupport_targets}) + string(REPLACE ":" ";" _tuple "${_tuple}") + list(GET _tuple 0 _suffix) + list(GET _tuple 1 _target) + + set(_target "advrobotics_lab3_interfaces::${_target}") + if(NOT TARGET "${_target}") + # the exported target must exist + message(WARNING "Package 'advrobotics_lab3_interfaces' exports the typesupport target '${_target}' which doesn't exist") + else() + list(APPEND advrobotics_lab3_interfaces_TARGETS${_suffix} "${_target}") + endif() + endforeach() +endif() diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.dsv b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.dsv new file mode 100644 index 0000000..79d4c95 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.dsv @@ -0,0 +1 @@ +prepend-non-duplicate;AMENT_PREFIX_PATH; diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.sh b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.sh new file mode 100644 index 0000000..02e441b --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.sh @@ -0,0 +1,4 @@ +# copied from +# ament_cmake_core/cmake/environment_hooks/environment/ament_prefix_path.sh + +ament_prepend_unique_value AMENT_PREFIX_PATH "$AMENT_CURRENT_PREFIX" diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.dsv b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.dsv new file mode 100644 index 0000000..89bec93 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.dsv @@ -0,0 +1 @@ +prepend-non-duplicate;LD_LIBRARY_PATH;lib diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.sh b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.sh new file mode 100644 index 0000000..292e518 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.sh @@ -0,0 +1,16 @@ +# copied from ament_package/template/environment_hook/library_path.sh + +# detect if running on Darwin platform +_UNAME=`uname -s` +_IS_DARWIN=0 +if [ "$_UNAME" = "Darwin" ]; then + _IS_DARWIN=1 +fi +unset _UNAME + +if [ $_IS_DARWIN -eq 0 ]; then + ament_prepend_unique_value LD_LIBRARY_PATH "$AMENT_CURRENT_PREFIX/lib" +else + ament_prepend_unique_value DYLD_LIBRARY_PATH "$AMENT_CURRENT_PREFIX/lib" +fi +unset _IS_DARWIN diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.dsv b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.dsv new file mode 100644 index 0000000..b94426a --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.dsv @@ -0,0 +1 @@ +prepend-non-duplicate-if-exists;PATH;bin diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.sh b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.sh new file mode 100644 index 0000000..e59b749 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.sh @@ -0,0 +1,5 @@ +# copied from ament_cmake_core/cmake/environment_hooks/environment/path.sh + +if [ -d "$AMENT_CURRENT_PREFIX/bin" ]; then + ament_prepend_unique_value PATH "$AMENT_CURRENT_PREFIX/bin" +fi diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.dsv b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.dsv new file mode 100644 index 0000000..2407605 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.dsv @@ -0,0 +1 @@ +prepend-non-duplicate;PYTHONPATH;local/lib/python3.10/dist-packages diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.sh b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.sh new file mode 100644 index 0000000..579f269 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.sh @@ -0,0 +1,3 @@ +# generated from ament_package/template/environment_hook/pythonpath.sh.in + +ament_prepend_unique_value PYTHONPATH "$AMENT_CURRENT_PREFIX/local/lib/python3.10/dist-packages" diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.dsv b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.dsv new file mode 100644 index 0000000..e119f32 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.dsv @@ -0,0 +1 @@ +prepend-non-duplicate;CMAKE_PREFIX_PATH; diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.ps1 b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.ps1 new file mode 100644 index 0000000..d03facc --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.ps1 @@ -0,0 +1,3 @@ +# generated from colcon_powershell/shell/template/hook_prepend_value.ps1.em + +colcon_prepend_unique_value CMAKE_PREFIX_PATH "$env:COLCON_CURRENT_PREFIX" diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.sh b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.sh new file mode 100644 index 0000000..a948e68 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.sh @@ -0,0 +1,3 @@ +# generated from colcon_core/shell/template/hook_prepend_value.sh.em + +_colcon_prepend_unique_value CMAKE_PREFIX_PATH "$COLCON_CURRENT_PREFIX" diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.dsv b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.dsv new file mode 100644 index 0000000..89bec93 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.dsv @@ -0,0 +1 @@ +prepend-non-duplicate;LD_LIBRARY_PATH;lib diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.ps1 b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.ps1 new file mode 100644 index 0000000..f6df601 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.ps1 @@ -0,0 +1,3 @@ +# generated from colcon_powershell/shell/template/hook_prepend_value.ps1.em + +colcon_prepend_unique_value LD_LIBRARY_PATH "$env:COLCON_CURRENT_PREFIX\lib" diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.sh b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.sh new file mode 100644 index 0000000..ca3c102 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.sh @@ -0,0 +1,3 @@ +# generated from colcon_core/shell/template/hook_prepend_value.sh.em + +_colcon_prepend_unique_value LD_LIBRARY_PATH "$COLCON_CURRENT_PREFIX/lib" diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.bash b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.bash new file mode 100644 index 0000000..49782f2 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.bash @@ -0,0 +1,46 @@ +# generated from ament_package/template/package_level/local_setup.bash.in + +# source local_setup.sh from same directory as this file +_this_path=$(builtin cd "`dirname "${BASH_SOURCE[0]}"`" && pwd) +# provide AMENT_CURRENT_PREFIX to shell script +AMENT_CURRENT_PREFIX=$(builtin cd "`dirname "${BASH_SOURCE[0]}"`/../.." && pwd) +# store AMENT_CURRENT_PREFIX to restore it before each environment hook +_package_local_setup_AMENT_CURRENT_PREFIX=$AMENT_CURRENT_PREFIX + +# trace output +if [ -n "$AMENT_TRACE_SETUP_FILES" ]; then + echo "# . \"$_this_path/local_setup.sh\"" +fi +. "$_this_path/local_setup.sh" +unset _this_path + +# unset AMENT_ENVIRONMENT_HOOKS +# if not appending to them for return +if [ -z "$AMENT_RETURN_ENVIRONMENT_HOOKS" ]; then + unset AMENT_ENVIRONMENT_HOOKS +fi + +# restore AMENT_CURRENT_PREFIX before evaluating the environment hooks +AMENT_CURRENT_PREFIX=$_package_local_setup_AMENT_CURRENT_PREFIX +# list all environment hooks of this package + +# source all shell-specific environment hooks of this package +# if not returning them +if [ -z "$AMENT_RETURN_ENVIRONMENT_HOOKS" ]; then + _package_local_setup_IFS=$IFS + IFS=":" + for _hook in $AMENT_ENVIRONMENT_HOOKS; do + # restore AMENT_CURRENT_PREFIX for each environment hook + AMENT_CURRENT_PREFIX=$_package_local_setup_AMENT_CURRENT_PREFIX + # restore IFS before sourcing other files + IFS=$_package_local_setup_IFS + . "$_hook" + done + unset _hook + IFS=$_package_local_setup_IFS + unset _package_local_setup_IFS + unset AMENT_ENVIRONMENT_HOOKS +fi + +unset _package_local_setup_AMENT_CURRENT_PREFIX +unset AMENT_CURRENT_PREFIX diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.dsv b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.dsv new file mode 100644 index 0000000..50e36a8 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.dsv @@ -0,0 +1,4 @@ +source;share/advrobotics_lab3_interfaces/environment/ament_prefix_path.sh +source;share/advrobotics_lab3_interfaces/environment/library_path.sh +source;share/advrobotics_lab3_interfaces/environment/path.sh +source;share/advrobotics_lab3_interfaces/environment/pythonpath.sh diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.sh b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.sh new file mode 100644 index 0000000..ad2f2e7 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.sh @@ -0,0 +1,186 @@ +# generated from ament_package/template/package_level/local_setup.sh.in + +# since this file is sourced use either the provided AMENT_CURRENT_PREFIX +# or fall back to the destination set at configure time +: ${AMENT_CURRENT_PREFIX:="/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces"} +if [ ! -d "$AMENT_CURRENT_PREFIX" ]; then + if [ -z "$COLCON_CURRENT_PREFIX" ]; then + echo "The compile time prefix path '$AMENT_CURRENT_PREFIX' doesn't " \ + "exist. Consider sourcing a different extension than '.sh'." 1>&2 + else + AMENT_CURRENT_PREFIX="$COLCON_CURRENT_PREFIX" + fi +fi + +# function to append values to environment variables +# using colons as separators and avoiding leading separators +ament_append_value() { + # arguments + _listname="$1" + _value="$2" + #echo "listname $_listname" + #eval echo "list value \$$_listname" + #echo "value $_value" + + # avoid leading separator + eval _values=\"\$$_listname\" + if [ -z "$_values" ]; then + eval export $_listname=\"$_value\" + #eval echo "set list \$$_listname" + else + # field separator must not be a colon + _ament_append_value_IFS=$IFS + unset IFS + eval export $_listname=\"\$$_listname:$_value\" + #eval echo "append list \$$_listname" + IFS=$_ament_append_value_IFS + unset _ament_append_value_IFS + fi + unset _values + + unset _value + unset _listname +} + +# function to append non-duplicate values to environment variables +# using colons as separators and avoiding leading separators +ament_append_unique_value() { + # arguments + _listname=$1 + _value=$2 + #echo "listname $_listname" + #eval echo "list value \$$_listname" + #echo "value $_value" + + # check if the list contains the value + eval _values=\$$_listname + _duplicate= + _ament_append_unique_value_IFS=$IFS + IFS=":" + if [ "$AMENT_SHELL" = "zsh" ]; then + ament_zsh_to_array _values + fi + for _item in $_values; do + # ignore empty strings + if [ -z "$_item" ]; then + continue + fi + if [ $_item = $_value ]; then + _duplicate=1 + fi + done + unset _item + + # append only non-duplicates + if [ -z "$_duplicate" ]; then + # avoid leading separator + if [ -z "$_values" ]; then + eval $_listname=\"$_value\" + #eval echo "set list \$$_listname" + else + # field separator must not be a colon + unset IFS + eval $_listname=\"\$$_listname:$_value\" + #eval echo "append list \$$_listname" + fi + fi + IFS=$_ament_append_unique_value_IFS + unset _ament_append_unique_value_IFS + unset _duplicate + unset _values + + unset _value + unset _listname +} + +# function to prepend non-duplicate values to environment variables +# using colons as separators and avoiding trailing separators +ament_prepend_unique_value() { + # arguments + _listname="$1" + _value="$2" + #echo "listname $_listname" + #eval echo "list value \$$_listname" + #echo "value $_value" + + # check if the list contains the value + eval _values=\"\$$_listname\" + _duplicate= + _ament_prepend_unique_value_IFS=$IFS + IFS=":" + if [ "$AMENT_SHELL" = "zsh" ]; then + ament_zsh_to_array _values + fi + for _item in $_values; do + # ignore empty strings + if [ -z "$_item" ]; then + continue + fi + if [ "$_item" = "$_value" ]; then + _duplicate=1 + fi + done + unset _item + + # prepend only non-duplicates + if [ -z "$_duplicate" ]; then + # avoid trailing separator + if [ -z "$_values" ]; then + eval export $_listname=\"$_value\" + #eval echo "set list \$$_listname" + else + # field separator must not be a colon + unset IFS + eval export $_listname=\"$_value:\$$_listname\" + #eval echo "prepend list \$$_listname" + fi + fi + IFS=$_ament_prepend_unique_value_IFS + unset _ament_prepend_unique_value_IFS + unset _duplicate + unset _values + + unset _value + unset _listname +} + +# unset AMENT_ENVIRONMENT_HOOKS +# if not appending to them for return +if [ -z "$AMENT_RETURN_ENVIRONMENT_HOOKS" ]; then + unset AMENT_ENVIRONMENT_HOOKS +fi + +# list all environment hooks of this package +ament_append_value AMENT_ENVIRONMENT_HOOKS "$AMENT_CURRENT_PREFIX/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.sh" +ament_append_value AMENT_ENVIRONMENT_HOOKS "$AMENT_CURRENT_PREFIX/share/advrobotics_lab3_interfaces/environment/library_path.sh" +ament_append_value AMENT_ENVIRONMENT_HOOKS "$AMENT_CURRENT_PREFIX/share/advrobotics_lab3_interfaces/environment/path.sh" +ament_append_value AMENT_ENVIRONMENT_HOOKS "$AMENT_CURRENT_PREFIX/share/advrobotics_lab3_interfaces/environment/pythonpath.sh" + +# source all shell-specific environment hooks of this package +# if not returning them +if [ -z "$AMENT_RETURN_ENVIRONMENT_HOOKS" ]; then + _package_local_setup_IFS=$IFS + IFS=":" + if [ "$AMENT_SHELL" = "zsh" ]; then + ament_zsh_to_array AMENT_ENVIRONMENT_HOOKS + fi + for _hook in $AMENT_ENVIRONMENT_HOOKS; do + if [ -f "$_hook" ]; then + # restore IFS before sourcing other files + IFS=$_package_local_setup_IFS + # trace output + if [ -n "$AMENT_TRACE_SETUP_FILES" ]; then + echo "# . \"$_hook\"" + fi + . "$_hook" + fi + done + unset _hook + IFS=$_package_local_setup_IFS + unset _package_local_setup_IFS + unset AMENT_ENVIRONMENT_HOOKS +fi + +# reset AMENT_CURRENT_PREFIX after each package +# allowing to source multiple package-level setup files +unset AMENT_CURRENT_PREFIX diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.zsh b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.zsh new file mode 100644 index 0000000..fe161be --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.zsh @@ -0,0 +1,59 @@ +# generated from ament_package/template/package_level/local_setup.zsh.in + +AMENT_SHELL=zsh + +# source local_setup.sh from same directory as this file +_this_path=$(builtin cd -q "`dirname "${(%):-%N}"`" > /dev/null && pwd) +# provide AMENT_CURRENT_PREFIX to shell script +AMENT_CURRENT_PREFIX=$(builtin cd -q "`dirname "${(%):-%N}"`/../.." > /dev/null && pwd) +# store AMENT_CURRENT_PREFIX to restore it before each environment hook +_package_local_setup_AMENT_CURRENT_PREFIX=$AMENT_CURRENT_PREFIX + +# function to convert array-like strings into arrays +# to wordaround SH_WORD_SPLIT not being set +ament_zsh_to_array() { + local _listname=$1 + local _dollar="$" + local _split="{=" + local _to_array="(\"$_dollar$_split$_listname}\")" + eval $_listname=$_to_array +} + +# trace output +if [ -n "$AMENT_TRACE_SETUP_FILES" ]; then + echo "# . \"$_this_path/local_setup.sh\"" +fi +# the package-level local_setup file unsets AMENT_CURRENT_PREFIX +. "$_this_path/local_setup.sh" +unset _this_path + +# unset AMENT_ENVIRONMENT_HOOKS +# if not appending to them for return +if [ -z "$AMENT_RETURN_ENVIRONMENT_HOOKS" ]; then + unset AMENT_ENVIRONMENT_HOOKS +fi + +# restore AMENT_CURRENT_PREFIX before evaluating the environment hooks +AMENT_CURRENT_PREFIX=$_package_local_setup_AMENT_CURRENT_PREFIX +# list all environment hooks of this package + +# source all shell-specific environment hooks of this package +# if not returning them +if [ -z "$AMENT_RETURN_ENVIRONMENT_HOOKS" ]; then + _package_local_setup_IFS=$IFS + IFS=":" + for _hook in $AMENT_ENVIRONMENT_HOOKS; do + # restore AMENT_CURRENT_PREFIX for each environment hook + AMENT_CURRENT_PREFIX=$_package_local_setup_AMENT_CURRENT_PREFIX + # restore IFS before sourcing other files + IFS=$_package_local_setup_IFS + . "$_hook" + done + unset _hook + IFS=$_package_local_setup_IFS + unset _package_local_setup_IFS + unset AMENT_ENVIRONMENT_HOOKS +fi + +unset _package_local_setup_AMENT_CURRENT_PREFIX +unset AMENT_CURRENT_PREFIX diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.idl b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.idl new file mode 100644 index 0000000..d1b193e --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.idl @@ -0,0 +1,12 @@ +// generated from rosidl_adapter/resource/msg.idl.em +// with input from advrobotics_lab3_interfaces/msg/Gripper.msg +// generated code does not contain a copyright notice + + +module advrobotics_lab3_interfaces { + module msg { + struct Gripper { + float gripper; + }; + }; +}; diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.msg b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.msg new file mode 100644 index 0000000..7d97b45 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.msg @@ -0,0 +1 @@ +float32 gripper \ No newline at end of file diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.idl b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.idl new file mode 100644 index 0000000..4c83f61 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.idl @@ -0,0 +1,16 @@ +// generated from rosidl_adapter/resource/msg.idl.em +// with input from advrobotics_lab3_interfaces/msg/Joints.msg +// generated code does not contain a copyright notice + + +module advrobotics_lab3_interfaces { + module msg { + struct Joints { + float q1; + + float q2; + + float q3; + }; + }; +}; diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.msg b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.msg new file mode 100644 index 0000000..8bb48ea --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.msg @@ -0,0 +1,3 @@ +float32 q1 +float32 q2 +float32 q3 \ No newline at end of file diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.bash b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.bash new file mode 100644 index 0000000..2dee38a --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.bash @@ -0,0 +1,39 @@ +# generated from colcon_bash/shell/template/package.bash.em + +# This script extends the environment for this package. + +# a bash script is able to determine its own path if necessary +if [ -z "$COLCON_CURRENT_PREFIX" ]; then + # the prefix is two levels up from the package specific share directory + _colcon_package_bash_COLCON_CURRENT_PREFIX="$(builtin cd "`dirname "${BASH_SOURCE[0]}"`/../.." > /dev/null && pwd)" +else + _colcon_package_bash_COLCON_CURRENT_PREFIX="$COLCON_CURRENT_PREFIX" +fi + +# function to source another script with conditional trace output +# first argument: the path of the script +# additional arguments: arguments to the script +_colcon_package_bash_source_script() { + if [ -f "$1" ]; then + if [ -n "$COLCON_TRACE" ]; then + echo "# . \"$1\"" + fi + . "$@" + else + echo "not found: \"$1\"" 1>&2 + fi +} + +# source sh script of this package +_colcon_package_bash_source_script "$_colcon_package_bash_COLCON_CURRENT_PREFIX/share/advrobotics_lab3_interfaces/package.sh" + +# setting COLCON_CURRENT_PREFIX avoids determining the prefix in the sourced scripts +COLCON_CURRENT_PREFIX="$_colcon_package_bash_COLCON_CURRENT_PREFIX" + +# source bash hooks +_colcon_package_bash_source_script "$COLCON_CURRENT_PREFIX/share/advrobotics_lab3_interfaces/local_setup.bash" + +unset COLCON_CURRENT_PREFIX + +unset _colcon_package_bash_source_script +unset _colcon_package_bash_COLCON_CURRENT_PREFIX diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv new file mode 100644 index 0000000..af85e1b --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv @@ -0,0 +1,11 @@ +source;share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.ps1 +source;share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.dsv +source;share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.sh +source;share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.ps1 +source;share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.dsv +source;share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.sh +source;share/advrobotics_lab3_interfaces/local_setup.bash +source;share/advrobotics_lab3_interfaces/local_setup.dsv +source;share/advrobotics_lab3_interfaces/local_setup.ps1 +source;share/advrobotics_lab3_interfaces/local_setup.sh +source;share/advrobotics_lab3_interfaces/local_setup.zsh diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.ps1 b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.ps1 new file mode 100644 index 0000000..077ca50 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.ps1 @@ -0,0 +1,117 @@ +# generated from colcon_powershell/shell/template/package.ps1.em + +# function to append a value to a variable +# which uses colons as separators +# duplicates as well as leading separators are avoided +# first argument: the name of the result variable +# second argument: the value to be prepended +function colcon_append_unique_value { + param ( + $_listname, + $_value + ) + + # get values from variable + if (Test-Path Env:$_listname) { + $_values=(Get-Item env:$_listname).Value + } else { + $_values="" + } + $_duplicate="" + # start with no values + $_all_values="" + # iterate over existing values in the variable + if ($_values) { + $_values.Split(";") | ForEach { + # not an empty string + if ($_) { + # not a duplicate of _value + if ($_ -eq $_value) { + $_duplicate="1" + } + if ($_all_values) { + $_all_values="${_all_values};$_" + } else { + $_all_values="$_" + } + } + } + } + # append only non-duplicates + if (!$_duplicate) { + # avoid leading separator + if ($_all_values) { + $_all_values="${_all_values};${_value}" + } else { + $_all_values="${_value}" + } + } + + # export the updated variable + Set-Item env:\$_listname -Value "$_all_values" +} + +# function to prepend a value to a variable +# which uses colons as separators +# duplicates as well as trailing separators are avoided +# first argument: the name of the result variable +# second argument: the value to be prepended +function colcon_prepend_unique_value { + param ( + $_listname, + $_value + ) + + # get values from variable + if (Test-Path Env:$_listname) { + $_values=(Get-Item env:$_listname).Value + } else { + $_values="" + } + # start with the new value + $_all_values="$_value" + # iterate over existing values in the variable + if ($_values) { + $_values.Split(";") | ForEach { + # not an empty string + if ($_) { + # not a duplicate of _value + if ($_ -ne $_value) { + # keep non-duplicate values + $_all_values="${_all_values};$_" + } + } + } + } + # export the updated variable + Set-Item env:\$_listname -Value "$_all_values" +} + +# function to source another script with conditional trace output +# first argument: the path of the script +# additional arguments: arguments to the script +function colcon_package_source_powershell_script { + param ( + $_colcon_package_source_powershell_script + ) + # source script with conditional trace output + if (Test-Path $_colcon_package_source_powershell_script) { + if ($env:COLCON_TRACE) { + echo ". '$_colcon_package_source_powershell_script'" + } + . "$_colcon_package_source_powershell_script" + } else { + Write-Error "not found: '$_colcon_package_source_powershell_script'" + } +} + + +# a powershell script is able to determine its own path +# the prefix is two levels up from the package specific share directory +$env:COLCON_CURRENT_PREFIX=(Get-Item $PSCommandPath).Directory.Parent.Parent.FullName + +colcon_package_source_powershell_script "$env:COLCON_CURRENT_PREFIX\share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.ps1" +colcon_package_source_powershell_script "$env:COLCON_CURRENT_PREFIX\share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.ps1" +colcon_package_source_powershell_script "$env:COLCON_CURRENT_PREFIX\share/advrobotics_lab3_interfaces/local_setup.ps1" + +Remove-Item Env:\COLCON_CURRENT_PREFIX diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.sh b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.sh new file mode 100644 index 0000000..65e482d --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.sh @@ -0,0 +1,88 @@ +# generated from colcon_core/shell/template/package.sh.em + +# This script extends the environment for this package. + +# function to prepend a value to a variable +# which uses colons as separators +# duplicates as well as trailing separators are avoided +# first argument: the name of the result variable +# second argument: the value to be prepended +_colcon_prepend_unique_value() { + # arguments + _listname="$1" + _value="$2" + + # get values from variable + eval _values=\"\$$_listname\" + # backup the field separator + _colcon_prepend_unique_value_IFS=$IFS + IFS=":" + # start with the new value + _all_values="$_value" + # workaround SH_WORD_SPLIT not being set in zsh + if [ "$(command -v colcon_zsh_convert_to_array)" ]; then + colcon_zsh_convert_to_array _values + fi + # iterate over existing values in the variable + for _item in $_values; do + # ignore empty strings + if [ -z "$_item" ]; then + continue + fi + # ignore duplicates of _value + if [ "$_item" = "$_value" ]; then + continue + fi + # keep non-duplicate values + _all_values="$_all_values:$_item" + done + unset _item + # restore the field separator + IFS=$_colcon_prepend_unique_value_IFS + unset _colcon_prepend_unique_value_IFS + # export the updated variable + eval export $_listname=\"$_all_values\" + unset _all_values + unset _values + + unset _value + unset _listname +} + +# since a plain shell script can't determine its own path when being sourced +# either use the provided COLCON_CURRENT_PREFIX +# or fall back to the build time prefix (if it exists) +_colcon_package_sh_COLCON_CURRENT_PREFIX="/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces" +if [ -z "$COLCON_CURRENT_PREFIX" ]; then + if [ ! -d "$_colcon_package_sh_COLCON_CURRENT_PREFIX" ]; then + echo "The build time path \"$_colcon_package_sh_COLCON_CURRENT_PREFIX\" doesn't exist. Either source a script for a different shell or set the environment variable \"COLCON_CURRENT_PREFIX\" explicitly." 1>&2 + unset _colcon_package_sh_COLCON_CURRENT_PREFIX + return 1 + fi + COLCON_CURRENT_PREFIX="$_colcon_package_sh_COLCON_CURRENT_PREFIX" +fi +unset _colcon_package_sh_COLCON_CURRENT_PREFIX + +# function to source another script with conditional trace output +# first argument: the path of the script +# additional arguments: arguments to the script +_colcon_package_sh_source_script() { + if [ -f "$1" ]; then + if [ -n "$COLCON_TRACE" ]; then + echo "# . \"$1\"" + fi + . "$@" + else + echo "not found: \"$1\"" 1>&2 + fi +} + +# source sh hooks +_colcon_package_sh_source_script "$COLCON_CURRENT_PREFIX/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.sh" +_colcon_package_sh_source_script "$COLCON_CURRENT_PREFIX/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.sh" +_colcon_package_sh_source_script "$COLCON_CURRENT_PREFIX/share/advrobotics_lab3_interfaces/local_setup.sh" + +unset _colcon_package_sh_source_script +unset COLCON_CURRENT_PREFIX + +# do not unset _colcon_prepend_unique_value since it might be used by non-primary shell hooks diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.xml b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.xml new file mode 100644 index 0000000..2e54715 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.xml @@ -0,0 +1,24 @@ + + + + advrobotics_lab3_interfaces + 0.0.0 + TODO: Package description + ros + Apache-2.0 + + ament_cmake + + std_msgs + rosidl_default_generators + rosidl_default_runtime + rosidl_interface_packages + + + ament_lint_auto + ament_lint_common + + + ament_cmake + + diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.zsh b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.zsh new file mode 100644 index 0000000..e6937a1 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.zsh @@ -0,0 +1,50 @@ +# generated from colcon_zsh/shell/template/package.zsh.em + +# This script extends the environment for this package. + +# a zsh script is able to determine its own path if necessary +if [ -z "$COLCON_CURRENT_PREFIX" ]; then + # the prefix is two levels up from the package specific share directory + _colcon_package_zsh_COLCON_CURRENT_PREFIX="$(builtin cd -q "`dirname "${(%):-%N}"`/../.." > /dev/null && pwd)" +else + _colcon_package_zsh_COLCON_CURRENT_PREFIX="$COLCON_CURRENT_PREFIX" +fi + +# function to source another script with conditional trace output +# first argument: the path of the script +# additional arguments: arguments to the script +_colcon_package_zsh_source_script() { + if [ -f "$1" ]; then + if [ -n "$COLCON_TRACE" ]; then + echo "# . \"$1\"" + fi + . "$@" + else + echo "not found: \"$1\"" 1>&2 + fi +} + +# function to convert array-like strings into arrays +# to workaround SH_WORD_SPLIT not being set +colcon_zsh_convert_to_array() { + local _listname=$1 + local _dollar="$" + local _split="{=" + local _to_array="(\"$_dollar$_split$_listname}\")" + eval $_listname=$_to_array +} + +# source sh script of this package +_colcon_package_zsh_source_script "$_colcon_package_zsh_COLCON_CURRENT_PREFIX/share/advrobotics_lab3_interfaces/package.sh" +unset convert_zsh_to_array + +# setting COLCON_CURRENT_PREFIX avoids determining the prefix in the sourced scripts +COLCON_CURRENT_PREFIX="$_colcon_package_zsh_COLCON_CURRENT_PREFIX" + +# source zsh hooks +_colcon_package_zsh_source_script "$COLCON_CURRENT_PREFIX/share/advrobotics_lab3_interfaces/local_setup.zsh" + +unset COLCON_CURRENT_PREFIX + +unset _colcon_package_zsh_source_script +unset _colcon_package_zsh_COLCON_CURRENT_PREFIX diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.idl b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.idl new file mode 100644 index 0000000..c43e648 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.idl @@ -0,0 +1,25 @@ +// generated from rosidl_adapter/resource/srv.idl.em +// with input from advrobotics_lab3_interfaces/srv/Invkin.srv +// generated code does not contain a copyright notice + + +module advrobotics_lab3_interfaces { + module srv { + struct Invkin_Request { + float x; + + float y; + + float z; + }; + struct Invkin_Response { + int8 sol; + + float q1; + + float q2; + + float q3; + }; + }; +}; diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.srv b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.srv new file mode 100644 index 0000000..ca37afc --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.srv @@ -0,0 +1,8 @@ +float32 x +float32 y +float32 z +--- +int8 sol +float32 q1 +float32 q2 +float32 q3 \ No newline at end of file diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Request.msg b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Request.msg new file mode 100644 index 0000000..161f45e --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Request.msg @@ -0,0 +1,3 @@ +float32 x +float32 y +float32 z diff --git a/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Response.msg b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Response.msg new file mode 100644 index 0000000..f828346 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Response.msg @@ -0,0 +1,5 @@ + +int8 sol +float32 q1 +float32 q2 +float32 q3 \ No newline at end of file diff --git a/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces b/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces new file mode 100644 index 0000000..771fd19 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces @@ -0,0 +1 @@ +std_msgs;rosidl_default_runtime;ament_lint_auto;ament_lint_common \ No newline at end of file diff --git a/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/packages/advrobotics_lab3_interfaces b/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/packages/advrobotics_lab3_interfaces new file mode 100644 index 0000000..e69de29 diff --git a/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces b/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces new file mode 100644 index 0000000..c8ce91d --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces @@ -0,0 +1 @@ +/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_example:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/opt/ros/humble \ No newline at end of file diff --git a/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces b/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces new file mode 100644 index 0000000..f224ccd --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces @@ -0,0 +1,8 @@ +msg/Gripper.idl +msg/Gripper.msg +msg/Joints.idl +msg/Joints.msg +srv/Invkin.idl +srv/Invkin.srv +srv/Invkin_Request.msg +srv/Invkin_Response.msg \ No newline at end of file diff --git a/install/advrobotics_lab3_interfaces/share/colcon-core/packages/advrobotics_lab3_interfaces b/install/advrobotics_lab3_interfaces/share/colcon-core/packages/advrobotics_lab3_interfaces new file mode 100644 index 0000000..e083b42 --- /dev/null +++ b/install/advrobotics_lab3_interfaces/share/colcon-core/packages/advrobotics_lab3_interfaces @@ -0,0 +1 @@ +rosidl_default_runtime:std_msgs \ No newline at end of file diff --git a/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_client b/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_client new file mode 100755 index 0000000..cd3899d Binary files /dev/null and b/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_client differ diff --git a/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_server b/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_server new file mode 100755 index 0000000..37fbfda Binary files /dev/null and b/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_server differ diff --git a/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/poppy_core b/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/poppy_core new file mode 100755 index 0000000..74c6f08 Binary files /dev/null and b/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/poppy_core differ diff --git a/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config-version.cmake b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config-version.cmake new file mode 100644 index 0000000..7beb732 --- /dev/null +++ b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config-version.cmake @@ -0,0 +1,14 @@ +# generated from ament/cmake/core/templates/nameConfig-version.cmake.in +set(PACKAGE_VERSION "0.0.0") + +set(PACKAGE_VERSION_EXACT False) +set(PACKAGE_VERSION_COMPATIBLE False) + +if("${PACKAGE_FIND_VERSION}" VERSION_EQUAL "${PACKAGE_VERSION}") + set(PACKAGE_VERSION_EXACT True) + set(PACKAGE_VERSION_COMPATIBLE True) +endif() + +if("${PACKAGE_FIND_VERSION}" VERSION_LESS "${PACKAGE_VERSION}") + set(PACKAGE_VERSION_COMPATIBLE True) +endif() diff --git a/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config.cmake b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config.cmake new file mode 100644 index 0000000..980650a --- /dev/null +++ b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config.cmake @@ -0,0 +1,42 @@ +# generated from ament/cmake/core/templates/nameConfig.cmake.in + +# prevent multiple inclusion +if(_advrobotics_lab3_ros2_CONFIG_INCLUDED) + # ensure to keep the found flag the same + if(NOT DEFINED advrobotics_lab3_ros2_FOUND) + # explicitly set it to FALSE, otherwise CMake will set it to TRUE + set(advrobotics_lab3_ros2_FOUND FALSE) + elseif(NOT advrobotics_lab3_ros2_FOUND) + # use separate condition to avoid uninitialized variable warning + set(advrobotics_lab3_ros2_FOUND FALSE) + endif() + return() +endif() +set(_advrobotics_lab3_ros2_CONFIG_INCLUDED TRUE) + +# output package information +if(NOT advrobotics_lab3_ros2_FIND_QUIETLY) + message(STATUS "Found advrobotics_lab3_ros2: 0.0.0 (${advrobotics_lab3_ros2_DIR})") +endif() + +# warn when using a deprecated package +if(NOT "" STREQUAL "") + set(_msg "Package 'advrobotics_lab3_ros2' is deprecated") + # append custom deprecation text if available + if(NOT "" STREQUAL "TRUE") + set(_msg "${_msg} ()") + endif() + # optionally quiet the deprecation message + if(NOT ${advrobotics_lab3_ros2_DEPRECATED_QUIET}) + message(DEPRECATION "${_msg}") + endif() +endif() + +# flag package as ament-based to distinguish it after being find_package()-ed +set(advrobotics_lab3_ros2_FOUND_AMENT_PACKAGE TRUE) + +# include all config extra files +set(_extras "") +foreach(_extra ${_extras}) + include("${advrobotics_lab3_ros2_DIR}/${_extra}") +endforeach() diff --git a/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.dsv b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.dsv new file mode 100644 index 0000000..79d4c95 --- /dev/null +++ b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.dsv @@ -0,0 +1 @@ +prepend-non-duplicate;AMENT_PREFIX_PATH; diff --git a/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.sh b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.sh new file mode 100644 index 0000000..02e441b --- /dev/null +++ b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.sh @@ -0,0 +1,4 @@ +# copied from +# ament_cmake_core/cmake/environment_hooks/environment/ament_prefix_path.sh + +ament_prepend_unique_value AMENT_PREFIX_PATH "$AMENT_CURRENT_PREFIX" diff --git a/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.dsv b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.dsv new file mode 100644 index 0000000..b94426a --- /dev/null +++ b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.dsv @@ -0,0 +1 @@ +prepend-non-duplicate-if-exists;PATH;bin diff --git a/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.sh b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.sh new file mode 100644 index 0000000..e59b749 --- /dev/null +++ b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.sh @@ -0,0 +1,5 @@ +# copied from ament_cmake_core/cmake/environment_hooks/environment/path.sh + +if [ -d "$AMENT_CURRENT_PREFIX/bin" ]; then + ament_prepend_unique_value PATH "$AMENT_CURRENT_PREFIX/bin" +fi diff --git a/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.dsv b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.dsv new file mode 100644 index 0000000..e119f32 --- /dev/null +++ b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.dsv @@ -0,0 +1 @@ +prepend-non-duplicate;CMAKE_PREFIX_PATH; diff --git a/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.ps1 b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.ps1 new file mode 100644 index 0000000..d03facc --- /dev/null +++ b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.ps1 @@ -0,0 +1,3 @@ +# generated from colcon_powershell/shell/template/hook_prepend_value.ps1.em + +colcon_prepend_unique_value CMAKE_PREFIX_PATH "$env:COLCON_CURRENT_PREFIX" diff --git a/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.sh b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.sh new file mode 100644 index 0000000..a948e68 --- /dev/null +++ b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.sh @@ -0,0 +1,3 @@ +# generated from colcon_core/shell/template/hook_prepend_value.sh.em + +_colcon_prepend_unique_value CMAKE_PREFIX_PATH "$COLCON_CURRENT_PREFIX" diff --git a/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.bash b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.bash new file mode 100644 index 0000000..49782f2 --- /dev/null +++ b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.bash @@ -0,0 +1,46 @@ +# generated from ament_package/template/package_level/local_setup.bash.in + +# source local_setup.sh from same directory as this file +_this_path=$(builtin cd "`dirname "${BASH_SOURCE[0]}"`" && pwd) +# provide AMENT_CURRENT_PREFIX to shell script +AMENT_CURRENT_PREFIX=$(builtin cd "`dirname "${BASH_SOURCE[0]}"`/../.." && pwd) +# store AMENT_CURRENT_PREFIX to restore it before each environment hook +_package_local_setup_AMENT_CURRENT_PREFIX=$AMENT_CURRENT_PREFIX + +# trace output +if [ -n "$AMENT_TRACE_SETUP_FILES" ]; then + echo "# . \"$_this_path/local_setup.sh\"" +fi +. "$_this_path/local_setup.sh" +unset _this_path + +# unset AMENT_ENVIRONMENT_HOOKS +# if not appending to them for return +if [ -z "$AMENT_RETURN_ENVIRONMENT_HOOKS" ]; then + unset AMENT_ENVIRONMENT_HOOKS +fi + +# restore AMENT_CURRENT_PREFIX before evaluating the environment hooks +AMENT_CURRENT_PREFIX=$_package_local_setup_AMENT_CURRENT_PREFIX +# list all environment hooks of this package + +# source all shell-specific environment hooks of this package +# if not returning them +if [ -z "$AMENT_RETURN_ENVIRONMENT_HOOKS" ]; then + _package_local_setup_IFS=$IFS + IFS=":" + for _hook in $AMENT_ENVIRONMENT_HOOKS; do + # restore AMENT_CURRENT_PREFIX for each environment hook + AMENT_CURRENT_PREFIX=$_package_local_setup_AMENT_CURRENT_PREFIX + # restore IFS before sourcing other files + IFS=$_package_local_setup_IFS + . "$_hook" + done + unset _hook + IFS=$_package_local_setup_IFS + unset _package_local_setup_IFS + unset AMENT_ENVIRONMENT_HOOKS +fi + +unset _package_local_setup_AMENT_CURRENT_PREFIX +unset AMENT_CURRENT_PREFIX diff --git a/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.dsv b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.dsv new file mode 100644 index 0000000..888de4f --- /dev/null +++ b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.dsv @@ -0,0 +1,2 @@ +source;share/advrobotics_lab3_ros2/environment/ament_prefix_path.sh +source;share/advrobotics_lab3_ros2/environment/path.sh diff --git a/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.sh b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.sh new file mode 100644 index 0000000..4b2f414 --- /dev/null +++ b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.sh @@ -0,0 +1,184 @@ +# generated from ament_package/template/package_level/local_setup.sh.in + +# since this file is sourced use either the provided AMENT_CURRENT_PREFIX +# or fall back to the destination set at configure time +: ${AMENT_CURRENT_PREFIX:="/home/ros/lab3_robotics/install/advrobotics_lab3_ros2"} +if [ ! -d "$AMENT_CURRENT_PREFIX" ]; then + if [ -z "$COLCON_CURRENT_PREFIX" ]; then + echo "The compile time prefix path '$AMENT_CURRENT_PREFIX' doesn't " \ + "exist. Consider sourcing a different extension than '.sh'." 1>&2 + else + AMENT_CURRENT_PREFIX="$COLCON_CURRENT_PREFIX" + fi +fi + +# function to append values to environment variables +# using colons as separators and avoiding leading separators +ament_append_value() { + # arguments + _listname="$1" + _value="$2" + #echo "listname $_listname" + #eval echo "list value \$$_listname" + #echo "value $_value" + + # avoid leading separator + eval _values=\"\$$_listname\" + if [ -z "$_values" ]; then + eval export $_listname=\"$_value\" + #eval echo "set list \$$_listname" + else + # field separator must not be a colon + _ament_append_value_IFS=$IFS + unset IFS + eval export $_listname=\"\$$_listname:$_value\" + #eval echo "append list \$$_listname" + IFS=$_ament_append_value_IFS + unset _ament_append_value_IFS + fi + unset _values + + unset _value + unset _listname +} + +# function to append non-duplicate values to environment variables +# using colons as separators and avoiding leading separators +ament_append_unique_value() { + # arguments + _listname=$1 + _value=$2 + #echo "listname $_listname" + #eval echo "list value \$$_listname" + #echo "value $_value" + + # check if the list contains the value + eval _values=\$$_listname + _duplicate= + _ament_append_unique_value_IFS=$IFS + IFS=":" + if [ "$AMENT_SHELL" = "zsh" ]; then + ament_zsh_to_array _values + fi + for _item in $_values; do + # ignore empty strings + if [ -z "$_item" ]; then + continue + fi + if [ $_item = $_value ]; then + _duplicate=1 + fi + done + unset _item + + # append only non-duplicates + if [ -z "$_duplicate" ]; then + # avoid leading separator + if [ -z "$_values" ]; then + eval $_listname=\"$_value\" + #eval echo "set list \$$_listname" + else + # field separator must not be a colon + unset IFS + eval $_listname=\"\$$_listname:$_value\" + #eval echo "append list \$$_listname" + fi + fi + IFS=$_ament_append_unique_value_IFS + unset _ament_append_unique_value_IFS + unset _duplicate + unset _values + + unset _value + unset _listname +} + +# function to prepend non-duplicate values to environment variables +# using colons as separators and avoiding trailing separators +ament_prepend_unique_value() { + # arguments + _listname="$1" + _value="$2" + #echo "listname $_listname" + #eval echo "list value \$$_listname" + #echo "value $_value" + + # check if the list contains the value + eval _values=\"\$$_listname\" + _duplicate= + _ament_prepend_unique_value_IFS=$IFS + IFS=":" + if [ "$AMENT_SHELL" = "zsh" ]; then + ament_zsh_to_array _values + fi + for _item in $_values; do + # ignore empty strings + if [ -z "$_item" ]; then + continue + fi + if [ "$_item" = "$_value" ]; then + _duplicate=1 + fi + done + unset _item + + # prepend only non-duplicates + if [ -z "$_duplicate" ]; then + # avoid trailing separator + if [ -z "$_values" ]; then + eval export $_listname=\"$_value\" + #eval echo "set list \$$_listname" + else + # field separator must not be a colon + unset IFS + eval export $_listname=\"$_value:\$$_listname\" + #eval echo "prepend list \$$_listname" + fi + fi + IFS=$_ament_prepend_unique_value_IFS + unset _ament_prepend_unique_value_IFS + unset _duplicate + unset _values + + unset _value + unset _listname +} + +# unset AMENT_ENVIRONMENT_HOOKS +# if not appending to them for return +if [ -z "$AMENT_RETURN_ENVIRONMENT_HOOKS" ]; then + unset AMENT_ENVIRONMENT_HOOKS +fi + +# list all environment hooks of this package +ament_append_value AMENT_ENVIRONMENT_HOOKS "$AMENT_CURRENT_PREFIX/share/advrobotics_lab3_ros2/environment/ament_prefix_path.sh" +ament_append_value AMENT_ENVIRONMENT_HOOKS "$AMENT_CURRENT_PREFIX/share/advrobotics_lab3_ros2/environment/path.sh" + +# source all shell-specific environment hooks of this package +# if not returning them +if [ -z "$AMENT_RETURN_ENVIRONMENT_HOOKS" ]; then + _package_local_setup_IFS=$IFS + IFS=":" + if [ "$AMENT_SHELL" = "zsh" ]; then + ament_zsh_to_array AMENT_ENVIRONMENT_HOOKS + fi + for _hook in $AMENT_ENVIRONMENT_HOOKS; do + if [ -f "$_hook" ]; then + # restore IFS before sourcing other files + IFS=$_package_local_setup_IFS + # trace output + if [ -n "$AMENT_TRACE_SETUP_FILES" ]; then + echo "# . \"$_hook\"" + fi + . "$_hook" + fi + done + unset _hook + IFS=$_package_local_setup_IFS + unset _package_local_setup_IFS + unset AMENT_ENVIRONMENT_HOOKS +fi + +# reset AMENT_CURRENT_PREFIX after each package +# allowing to source multiple package-level setup files +unset AMENT_CURRENT_PREFIX diff --git a/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.zsh b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.zsh new file mode 100644 index 0000000..fe161be --- /dev/null +++ b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.zsh @@ -0,0 +1,59 @@ +# generated from ament_package/template/package_level/local_setup.zsh.in + +AMENT_SHELL=zsh + +# source local_setup.sh from same directory as this file +_this_path=$(builtin cd -q "`dirname "${(%):-%N}"`" > /dev/null && pwd) +# provide AMENT_CURRENT_PREFIX to shell script +AMENT_CURRENT_PREFIX=$(builtin cd -q "`dirname "${(%):-%N}"`/../.." > /dev/null && pwd) +# store AMENT_CURRENT_PREFIX to restore it before each environment hook +_package_local_setup_AMENT_CURRENT_PREFIX=$AMENT_CURRENT_PREFIX + +# function to convert array-like strings into arrays +# to wordaround SH_WORD_SPLIT not being set +ament_zsh_to_array() { + local _listname=$1 + local _dollar="$" + local _split="{=" + local _to_array="(\"$_dollar$_split$_listname}\")" + eval $_listname=$_to_array +} + +# trace output +if [ -n "$AMENT_TRACE_SETUP_FILES" ]; then + echo "# . \"$_this_path/local_setup.sh\"" +fi +# the package-level local_setup file unsets AMENT_CURRENT_PREFIX +. "$_this_path/local_setup.sh" +unset _this_path + +# unset AMENT_ENVIRONMENT_HOOKS +# if not appending to them for return +if [ -z "$AMENT_RETURN_ENVIRONMENT_HOOKS" ]; then + unset AMENT_ENVIRONMENT_HOOKS +fi + +# restore AMENT_CURRENT_PREFIX before evaluating the environment hooks +AMENT_CURRENT_PREFIX=$_package_local_setup_AMENT_CURRENT_PREFIX +# list all environment hooks of this package + +# source all shell-specific environment hooks of this package +# if not returning them +if [ -z "$AMENT_RETURN_ENVIRONMENT_HOOKS" ]; then + _package_local_setup_IFS=$IFS + IFS=":" + for _hook in $AMENT_ENVIRONMENT_HOOKS; do + # restore AMENT_CURRENT_PREFIX for each environment hook + AMENT_CURRENT_PREFIX=$_package_local_setup_AMENT_CURRENT_PREFIX + # restore IFS before sourcing other files + IFS=$_package_local_setup_IFS + . "$_hook" + done + unset _hook + IFS=$_package_local_setup_IFS + unset _package_local_setup_IFS + unset AMENT_ENVIRONMENT_HOOKS +fi + +unset _package_local_setup_AMENT_CURRENT_PREFIX +unset AMENT_CURRENT_PREFIX diff --git a/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.bash b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.bash new file mode 100644 index 0000000..ea4c200 --- /dev/null +++ b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.bash @@ -0,0 +1,39 @@ +# generated from colcon_bash/shell/template/package.bash.em + +# This script extends the environment for this package. + +# a bash script is able to determine its own path if necessary +if [ -z "$COLCON_CURRENT_PREFIX" ]; then + # the prefix is two levels up from the package specific share directory + _colcon_package_bash_COLCON_CURRENT_PREFIX="$(builtin cd "`dirname "${BASH_SOURCE[0]}"`/../.." > /dev/null && pwd)" +else + _colcon_package_bash_COLCON_CURRENT_PREFIX="$COLCON_CURRENT_PREFIX" +fi + +# function to source another script with conditional trace output +# first argument: the path of the script +# additional arguments: arguments to the script +_colcon_package_bash_source_script() { + if [ -f "$1" ]; then + if [ -n "$COLCON_TRACE" ]; then + echo "# . \"$1\"" + fi + . "$@" + else + echo "not found: \"$1\"" 1>&2 + fi +} + +# source sh script of this package +_colcon_package_bash_source_script "$_colcon_package_bash_COLCON_CURRENT_PREFIX/share/advrobotics_lab3_ros2/package.sh" + +# setting COLCON_CURRENT_PREFIX avoids determining the prefix in the sourced scripts +COLCON_CURRENT_PREFIX="$_colcon_package_bash_COLCON_CURRENT_PREFIX" + +# source bash hooks +_colcon_package_bash_source_script "$COLCON_CURRENT_PREFIX/share/advrobotics_lab3_ros2/local_setup.bash" + +unset COLCON_CURRENT_PREFIX + +unset _colcon_package_bash_source_script +unset _colcon_package_bash_COLCON_CURRENT_PREFIX diff --git a/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv new file mode 100644 index 0000000..9e85b95 --- /dev/null +++ b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv @@ -0,0 +1,8 @@ +source;share/advrobotics_lab3_ros2/hook/cmake_prefix_path.ps1 +source;share/advrobotics_lab3_ros2/hook/cmake_prefix_path.dsv +source;share/advrobotics_lab3_ros2/hook/cmake_prefix_path.sh +source;share/advrobotics_lab3_ros2/local_setup.bash +source;share/advrobotics_lab3_ros2/local_setup.dsv +source;share/advrobotics_lab3_ros2/local_setup.ps1 +source;share/advrobotics_lab3_ros2/local_setup.sh +source;share/advrobotics_lab3_ros2/local_setup.zsh diff --git a/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.ps1 b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.ps1 new file mode 100644 index 0000000..a4502b0 --- /dev/null +++ b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.ps1 @@ -0,0 +1,116 @@ +# generated from colcon_powershell/shell/template/package.ps1.em + +# function to append a value to a variable +# which uses colons as separators +# duplicates as well as leading separators are avoided +# first argument: the name of the result variable +# second argument: the value to be prepended +function colcon_append_unique_value { + param ( + $_listname, + $_value + ) + + # get values from variable + if (Test-Path Env:$_listname) { + $_values=(Get-Item env:$_listname).Value + } else { + $_values="" + } + $_duplicate="" + # start with no values + $_all_values="" + # iterate over existing values in the variable + if ($_values) { + $_values.Split(";") | ForEach { + # not an empty string + if ($_) { + # not a duplicate of _value + if ($_ -eq $_value) { + $_duplicate="1" + } + if ($_all_values) { + $_all_values="${_all_values};$_" + } else { + $_all_values="$_" + } + } + } + } + # append only non-duplicates + if (!$_duplicate) { + # avoid leading separator + if ($_all_values) { + $_all_values="${_all_values};${_value}" + } else { + $_all_values="${_value}" + } + } + + # export the updated variable + Set-Item env:\$_listname -Value "$_all_values" +} + +# function to prepend a value to a variable +# which uses colons as separators +# duplicates as well as trailing separators are avoided +# first argument: the name of the result variable +# second argument: the value to be prepended +function colcon_prepend_unique_value { + param ( + $_listname, + $_value + ) + + # get values from variable + if (Test-Path Env:$_listname) { + $_values=(Get-Item env:$_listname).Value + } else { + $_values="" + } + # start with the new value + $_all_values="$_value" + # iterate over existing values in the variable + if ($_values) { + $_values.Split(";") | ForEach { + # not an empty string + if ($_) { + # not a duplicate of _value + if ($_ -ne $_value) { + # keep non-duplicate values + $_all_values="${_all_values};$_" + } + } + } + } + # export the updated variable + Set-Item env:\$_listname -Value "$_all_values" +} + +# function to source another script with conditional trace output +# first argument: the path of the script +# additional arguments: arguments to the script +function colcon_package_source_powershell_script { + param ( + $_colcon_package_source_powershell_script + ) + # source script with conditional trace output + if (Test-Path $_colcon_package_source_powershell_script) { + if ($env:COLCON_TRACE) { + echo ". '$_colcon_package_source_powershell_script'" + } + . "$_colcon_package_source_powershell_script" + } else { + Write-Error "not found: '$_colcon_package_source_powershell_script'" + } +} + + +# a powershell script is able to determine its own path +# the prefix is two levels up from the package specific share directory +$env:COLCON_CURRENT_PREFIX=(Get-Item $PSCommandPath).Directory.Parent.Parent.FullName + +colcon_package_source_powershell_script "$env:COLCON_CURRENT_PREFIX\share/advrobotics_lab3_ros2/hook/cmake_prefix_path.ps1" +colcon_package_source_powershell_script "$env:COLCON_CURRENT_PREFIX\share/advrobotics_lab3_ros2/local_setup.ps1" + +Remove-Item Env:\COLCON_CURRENT_PREFIX diff --git a/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.sh b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.sh new file mode 100644 index 0000000..506dd92 --- /dev/null +++ b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.sh @@ -0,0 +1,87 @@ +# generated from colcon_core/shell/template/package.sh.em + +# This script extends the environment for this package. + +# function to prepend a value to a variable +# which uses colons as separators +# duplicates as well as trailing separators are avoided +# first argument: the name of the result variable +# second argument: the value to be prepended +_colcon_prepend_unique_value() { + # arguments + _listname="$1" + _value="$2" + + # get values from variable + eval _values=\"\$$_listname\" + # backup the field separator + _colcon_prepend_unique_value_IFS=$IFS + IFS=":" + # start with the new value + _all_values="$_value" + # workaround SH_WORD_SPLIT not being set in zsh + if [ "$(command -v colcon_zsh_convert_to_array)" ]; then + colcon_zsh_convert_to_array _values + fi + # iterate over existing values in the variable + for _item in $_values; do + # ignore empty strings + if [ -z "$_item" ]; then + continue + fi + # ignore duplicates of _value + if [ "$_item" = "$_value" ]; then + continue + fi + # keep non-duplicate values + _all_values="$_all_values:$_item" + done + unset _item + # restore the field separator + IFS=$_colcon_prepend_unique_value_IFS + unset _colcon_prepend_unique_value_IFS + # export the updated variable + eval export $_listname=\"$_all_values\" + unset _all_values + unset _values + + unset _value + unset _listname +} + +# since a plain shell script can't determine its own path when being sourced +# either use the provided COLCON_CURRENT_PREFIX +# or fall back to the build time prefix (if it exists) +_colcon_package_sh_COLCON_CURRENT_PREFIX="/home/ros/lab3_robotics/install/advrobotics_lab3_ros2" +if [ -z "$COLCON_CURRENT_PREFIX" ]; then + if [ ! -d "$_colcon_package_sh_COLCON_CURRENT_PREFIX" ]; then + echo "The build time path \"$_colcon_package_sh_COLCON_CURRENT_PREFIX\" doesn't exist. Either source a script for a different shell or set the environment variable \"COLCON_CURRENT_PREFIX\" explicitly." 1>&2 + unset _colcon_package_sh_COLCON_CURRENT_PREFIX + return 1 + fi + COLCON_CURRENT_PREFIX="$_colcon_package_sh_COLCON_CURRENT_PREFIX" +fi +unset _colcon_package_sh_COLCON_CURRENT_PREFIX + +# function to source another script with conditional trace output +# first argument: the path of the script +# additional arguments: arguments to the script +_colcon_package_sh_source_script() { + if [ -f "$1" ]; then + if [ -n "$COLCON_TRACE" ]; then + echo "# . \"$1\"" + fi + . "$@" + else + echo "not found: \"$1\"" 1>&2 + fi +} + +# source sh hooks +_colcon_package_sh_source_script "$COLCON_CURRENT_PREFIX/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.sh" +_colcon_package_sh_source_script "$COLCON_CURRENT_PREFIX/share/advrobotics_lab3_ros2/local_setup.sh" + +unset _colcon_package_sh_source_script +unset COLCON_CURRENT_PREFIX + +# do not unset _colcon_prepend_unique_value since it might be used by non-primary shell hooks diff --git a/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.xml b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.xml new file mode 100644 index 0000000..f6edb9c --- /dev/null +++ b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.xml @@ -0,0 +1,21 @@ + + + + advrobotics_lab3_ros2 + 0.0.0 + TODO: Package description + ros + Apache-2.0 + + ament_cmake + + rclcpp + advrobotics_lab3_interfaces + + ament_lint_auto + ament_lint_common + + + ament_cmake + + diff --git a/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.zsh b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.zsh new file mode 100644 index 0000000..1245991 --- /dev/null +++ b/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.zsh @@ -0,0 +1,50 @@ +# generated from colcon_zsh/shell/template/package.zsh.em + +# This script extends the environment for this package. + +# a zsh script is able to determine its own path if necessary +if [ -z "$COLCON_CURRENT_PREFIX" ]; then + # the prefix is two levels up from the package specific share directory + _colcon_package_zsh_COLCON_CURRENT_PREFIX="$(builtin cd -q "`dirname "${(%):-%N}"`/../.." > /dev/null && pwd)" +else + _colcon_package_zsh_COLCON_CURRENT_PREFIX="$COLCON_CURRENT_PREFIX" +fi + +# function to source another script with conditional trace output +# first argument: the path of the script +# additional arguments: arguments to the script +_colcon_package_zsh_source_script() { + if [ -f "$1" ]; then + if [ -n "$COLCON_TRACE" ]; then + echo "# . \"$1\"" + fi + . "$@" + else + echo "not found: \"$1\"" 1>&2 + fi +} + +# function to convert array-like strings into arrays +# to workaround SH_WORD_SPLIT not being set +colcon_zsh_convert_to_array() { + local _listname=$1 + local _dollar="$" + local _split="{=" + local _to_array="(\"$_dollar$_split$_listname}\")" + eval $_listname=$_to_array +} + +# source sh script of this package +_colcon_package_zsh_source_script "$_colcon_package_zsh_COLCON_CURRENT_PREFIX/share/advrobotics_lab3_ros2/package.sh" +unset convert_zsh_to_array + +# setting COLCON_CURRENT_PREFIX avoids determining the prefix in the sourced scripts +COLCON_CURRENT_PREFIX="$_colcon_package_zsh_COLCON_CURRENT_PREFIX" + +# source zsh hooks +_colcon_package_zsh_source_script "$COLCON_CURRENT_PREFIX/share/advrobotics_lab3_ros2/local_setup.zsh" + +unset COLCON_CURRENT_PREFIX + +unset _colcon_package_zsh_source_script +unset _colcon_package_zsh_COLCON_CURRENT_PREFIX diff --git a/install/advrobotics_lab3_ros2/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_ros2 b/install/advrobotics_lab3_ros2/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_ros2 new file mode 100644 index 0000000..94195de --- /dev/null +++ b/install/advrobotics_lab3_ros2/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_ros2 @@ -0,0 +1 @@ +rclcpp;advrobotics_lab3_interfaces;ament_lint_auto;ament_lint_common \ No newline at end of file diff --git a/install/advrobotics_lab3_ros2/share/ament_index/resource_index/packages/advrobotics_lab3_ros2 b/install/advrobotics_lab3_ros2/share/ament_index/resource_index/packages/advrobotics_lab3_ros2 new file mode 100644 index 0000000..e69de29 diff --git a/install/advrobotics_lab3_ros2/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_ros2 b/install/advrobotics_lab3_ros2/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_ros2 new file mode 100644 index 0000000..64c4efa --- /dev/null +++ b/install/advrobotics_lab3_ros2/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_ros2 @@ -0,0 +1 @@ +/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_example:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/opt/ros/humble \ No newline at end of file diff --git a/install/advrobotics_lab3_ros2/share/colcon-core/packages/advrobotics_lab3_ros2 b/install/advrobotics_lab3_ros2/share/colcon-core/packages/advrobotics_lab3_ros2 new file mode 100644 index 0000000..05bf796 --- /dev/null +++ b/install/advrobotics_lab3_ros2/share/colcon-core/packages/advrobotics_lab3_ros2 @@ -0,0 +1 @@ +advrobotics_lab3_interfaces:rclcpp \ No newline at end of file diff --git a/install/local_setup.bash b/install/local_setup.bash new file mode 100644 index 0000000..03f0025 --- /dev/null +++ b/install/local_setup.bash @@ -0,0 +1,121 @@ +# generated from colcon_bash/shell/template/prefix.bash.em + +# This script extends the environment with all packages contained in this +# prefix path. + +# a bash script is able to determine its own path if necessary +if [ -z "$COLCON_CURRENT_PREFIX" ]; then + _colcon_prefix_bash_COLCON_CURRENT_PREFIX="$(builtin cd "`dirname "${BASH_SOURCE[0]}"`" > /dev/null && pwd)" +else + _colcon_prefix_bash_COLCON_CURRENT_PREFIX="$COLCON_CURRENT_PREFIX" +fi + +# function to prepend a value to a variable +# which uses colons as separators +# duplicates as well as trailing separators are avoided +# first argument: the name of the result variable +# second argument: the value to be prepended +_colcon_prefix_bash_prepend_unique_value() { + # arguments + _listname="$1" + _value="$2" + + # get values from variable + eval _values=\"\$$_listname\" + # backup the field separator + _colcon_prefix_bash_prepend_unique_value_IFS="$IFS" + IFS=":" + # start with the new value + _all_values="$_value" + _contained_value="" + # iterate over existing values in the variable + for _item in $_values; do + # ignore empty strings + if [ -z "$_item" ]; then + continue + fi + # ignore duplicates of _value + if [ "$_item" = "$_value" ]; then + _contained_value=1 + continue + fi + # keep non-duplicate values + _all_values="$_all_values:$_item" + done + unset _item + if [ -z "$_contained_value" ]; then + if [ -n "$COLCON_TRACE" ]; then + if [ "$_all_values" = "$_value" ]; then + echo "export $_listname=$_value" + else + echo "export $_listname=$_value:\$$_listname" + fi + fi + fi + unset _contained_value + # restore the field separator + IFS="$_colcon_prefix_bash_prepend_unique_value_IFS" + unset _colcon_prefix_bash_prepend_unique_value_IFS + # export the updated variable + eval export $_listname=\"$_all_values\" + unset _all_values + unset _values + + unset _value + unset _listname +} + +# add this prefix to the COLCON_PREFIX_PATH +_colcon_prefix_bash_prepend_unique_value COLCON_PREFIX_PATH "$_colcon_prefix_bash_COLCON_CURRENT_PREFIX" +unset _colcon_prefix_bash_prepend_unique_value + +# check environment variable for custom Python executable +if [ -n "$COLCON_PYTHON_EXECUTABLE" ]; then + if [ ! -f "$COLCON_PYTHON_EXECUTABLE" ]; then + echo "error: COLCON_PYTHON_EXECUTABLE '$COLCON_PYTHON_EXECUTABLE' doesn't exist" + return 1 + fi + _colcon_python_executable="$COLCON_PYTHON_EXECUTABLE" +else + # try the Python executable known at configure time + _colcon_python_executable="/usr/bin/python3" + # if it doesn't exist try a fall back + if [ ! -f "$_colcon_python_executable" ]; then + if ! /usr/bin/env python3 --version > /dev/null 2> /dev/null; then + echo "error: unable to find python3 executable" + return 1 + fi + _colcon_python_executable=`/usr/bin/env python3 -c "import sys; print(sys.executable)"` + fi +fi + +# function to source another script with conditional trace output +# first argument: the path of the script +_colcon_prefix_sh_source_script() { + if [ -f "$1" ]; then + if [ -n "$COLCON_TRACE" ]; then + echo "# . \"$1\"" + fi + . "$1" + else + echo "not found: \"$1\"" 1>&2 + fi +} + +# get all commands in topological order +_colcon_ordered_commands="$($_colcon_python_executable "$_colcon_prefix_bash_COLCON_CURRENT_PREFIX/_local_setup_util_sh.py" sh bash)" +unset _colcon_python_executable +if [ -n "$COLCON_TRACE" ]; then + echo "$(declare -f _colcon_prefix_sh_source_script)" + echo "# Execute generated script:" + echo "# <<<" + echo "${_colcon_ordered_commands}" + echo "# >>>" + echo "unset _colcon_prefix_sh_source_script" +fi +eval "${_colcon_ordered_commands}" +unset _colcon_ordered_commands + +unset _colcon_prefix_sh_source_script + +unset _colcon_prefix_bash_COLCON_CURRENT_PREFIX diff --git a/install/local_setup.ps1 b/install/local_setup.ps1 new file mode 100644 index 0000000..6f68c8d --- /dev/null +++ b/install/local_setup.ps1 @@ -0,0 +1,55 @@ +# generated from colcon_powershell/shell/template/prefix.ps1.em + +# This script extends the environment with all packages contained in this +# prefix path. + +# check environment variable for custom Python executable +if ($env:COLCON_PYTHON_EXECUTABLE) { + if (!(Test-Path "$env:COLCON_PYTHON_EXECUTABLE" -PathType Leaf)) { + echo "error: COLCON_PYTHON_EXECUTABLE '$env:COLCON_PYTHON_EXECUTABLE' doesn't exist" + exit 1 + } + $_colcon_python_executable="$env:COLCON_PYTHON_EXECUTABLE" +} else { + # use the Python executable known at configure time + $_colcon_python_executable="/usr/bin/python3" + # if it doesn't exist try a fall back + if (!(Test-Path "$_colcon_python_executable" -PathType Leaf)) { + if (!(Get-Command "python3" -ErrorAction SilentlyContinue)) { + echo "error: unable to find python3 executable" + exit 1 + } + $_colcon_python_executable="python3" + } +} + +# function to source another script with conditional trace output +# first argument: the path of the script +function _colcon_prefix_powershell_source_script { + param ( + $_colcon_prefix_powershell_source_script_param + ) + # source script with conditional trace output + if (Test-Path $_colcon_prefix_powershell_source_script_param) { + if ($env:COLCON_TRACE) { + echo ". '$_colcon_prefix_powershell_source_script_param'" + } + . "$_colcon_prefix_powershell_source_script_param" + } else { + Write-Error "not found: '$_colcon_prefix_powershell_source_script_param'" + } +} + +# get all commands in topological order +$_colcon_ordered_commands = & "$_colcon_python_executable" "$(Split-Path $PSCommandPath -Parent)/_local_setup_util_ps1.py" ps1 + +# execute all commands in topological order +if ($env:COLCON_TRACE) { + echo "Execute generated script:" + echo "<<<" + $_colcon_ordered_commands.Split([Environment]::NewLine, [StringSplitOptions]::RemoveEmptyEntries) | Write-Output + echo ">>>" +} +if ($_colcon_ordered_commands) { + $_colcon_ordered_commands.Split([Environment]::NewLine, [StringSplitOptions]::RemoveEmptyEntries) | Invoke-Expression +} diff --git a/install/local_setup.sh b/install/local_setup.sh new file mode 100644 index 0000000..1eee487 --- /dev/null +++ b/install/local_setup.sh @@ -0,0 +1,137 @@ +# generated from colcon_core/shell/template/prefix.sh.em + +# This script extends the environment with all packages contained in this +# prefix path. + +# since a plain shell script can't determine its own path when being sourced +# either use the provided COLCON_CURRENT_PREFIX +# or fall back to the build time prefix (if it exists) +_colcon_prefix_sh_COLCON_CURRENT_PREFIX="/home/ros/lab3_robotics/install" +if [ -z "$COLCON_CURRENT_PREFIX" ]; then + if [ ! -d "$_colcon_prefix_sh_COLCON_CURRENT_PREFIX" ]; then + echo "The build time path \"$_colcon_prefix_sh_COLCON_CURRENT_PREFIX\" doesn't exist. Either source a script for a different shell or set the environment variable \"COLCON_CURRENT_PREFIX\" explicitly." 1>&2 + unset _colcon_prefix_sh_COLCON_CURRENT_PREFIX + return 1 + fi +else + _colcon_prefix_sh_COLCON_CURRENT_PREFIX="$COLCON_CURRENT_PREFIX" +fi + +# function to prepend a value to a variable +# which uses colons as separators +# duplicates as well as trailing separators are avoided +# first argument: the name of the result variable +# second argument: the value to be prepended +_colcon_prefix_sh_prepend_unique_value() { + # arguments + _listname="$1" + _value="$2" + + # get values from variable + eval _values=\"\$$_listname\" + # backup the field separator + _colcon_prefix_sh_prepend_unique_value_IFS="$IFS" + IFS=":" + # start with the new value + _all_values="$_value" + _contained_value="" + # iterate over existing values in the variable + for _item in $_values; do + # ignore empty strings + if [ -z "$_item" ]; then + continue + fi + # ignore duplicates of _value + if [ "$_item" = "$_value" ]; then + _contained_value=1 + continue + fi + # keep non-duplicate values + _all_values="$_all_values:$_item" + done + unset _item + if [ -z "$_contained_value" ]; then + if [ -n "$COLCON_TRACE" ]; then + if [ "$_all_values" = "$_value" ]; then + echo "export $_listname=$_value" + else + echo "export $_listname=$_value:\$$_listname" + fi + fi + fi + unset _contained_value + # restore the field separator + IFS="$_colcon_prefix_sh_prepend_unique_value_IFS" + unset _colcon_prefix_sh_prepend_unique_value_IFS + # export the updated variable + eval export $_listname=\"$_all_values\" + unset _all_values + unset _values + + unset _value + unset _listname +} + +# add this prefix to the COLCON_PREFIX_PATH +_colcon_prefix_sh_prepend_unique_value COLCON_PREFIX_PATH "$_colcon_prefix_sh_COLCON_CURRENT_PREFIX" +unset _colcon_prefix_sh_prepend_unique_value + +# check environment variable for custom Python executable +if [ -n "$COLCON_PYTHON_EXECUTABLE" ]; then + if [ ! -f "$COLCON_PYTHON_EXECUTABLE" ]; then + echo "error: COLCON_PYTHON_EXECUTABLE '$COLCON_PYTHON_EXECUTABLE' doesn't exist" + return 1 + fi + _colcon_python_executable="$COLCON_PYTHON_EXECUTABLE" +else + # try the Python executable known at configure time + _colcon_python_executable="/usr/bin/python3" + # if it doesn't exist try a fall back + if [ ! -f "$_colcon_python_executable" ]; then + if ! /usr/bin/env python3 --version > /dev/null 2> /dev/null; then + echo "error: unable to find python3 executable" + return 1 + fi + _colcon_python_executable=`/usr/bin/env python3 -c "import sys; print(sys.executable)"` + fi +fi + +# function to source another script with conditional trace output +# first argument: the path of the script +_colcon_prefix_sh_source_script() { + if [ -f "$1" ]; then + if [ -n "$COLCON_TRACE" ]; then + echo "# . \"$1\"" + fi + . "$1" + else + echo "not found: \"$1\"" 1>&2 + fi +} + +# get all commands in topological order +_colcon_ordered_commands="$($_colcon_python_executable "$_colcon_prefix_sh_COLCON_CURRENT_PREFIX/_local_setup_util_sh.py" sh)" +unset _colcon_python_executable +if [ -n "$COLCON_TRACE" ]; then + echo "_colcon_prefix_sh_source_script() { + if [ -f \"\$1\" ]; then + if [ -n \"\$COLCON_TRACE\" ]; then + echo \"# . \\\"\$1\\\"\" + fi + . \"\$1\" + else + echo \"not found: \\\"\$1\\\"\" 1>&2 + fi + }" + echo "# Execute generated script:" + echo "# <<<" + echo "${_colcon_ordered_commands}" + echo "# >>>" + echo "unset _colcon_prefix_sh_source_script" +fi +eval "${_colcon_ordered_commands}" +unset _colcon_ordered_commands + +unset _colcon_prefix_sh_source_script + +unset _colcon_prefix_sh_COLCON_CURRENT_PREFIX diff --git a/install/local_setup.zsh b/install/local_setup.zsh new file mode 100644 index 0000000..b648710 --- /dev/null +++ b/install/local_setup.zsh @@ -0,0 +1,134 @@ +# generated from colcon_zsh/shell/template/prefix.zsh.em + +# This script extends the environment with all packages contained in this +# prefix path. + +# a zsh script is able to determine its own path if necessary +if [ -z "$COLCON_CURRENT_PREFIX" ]; then + _colcon_prefix_zsh_COLCON_CURRENT_PREFIX="$(builtin cd -q "`dirname "${(%):-%N}"`" > /dev/null && pwd)" +else + _colcon_prefix_zsh_COLCON_CURRENT_PREFIX="$COLCON_CURRENT_PREFIX" +fi + +# function to convert array-like strings into arrays +# to workaround SH_WORD_SPLIT not being set +_colcon_prefix_zsh_convert_to_array() { + local _listname=$1 + local _dollar="$" + local _split="{=" + local _to_array="(\"$_dollar$_split$_listname}\")" + eval $_listname=$_to_array +} + +# function to prepend a value to a variable +# which uses colons as separators +# duplicates as well as trailing separators are avoided +# first argument: the name of the result variable +# second argument: the value to be prepended +_colcon_prefix_zsh_prepend_unique_value() { + # arguments + _listname="$1" + _value="$2" + + # get values from variable + eval _values=\"\$$_listname\" + # backup the field separator + _colcon_prefix_zsh_prepend_unique_value_IFS="$IFS" + IFS=":" + # start with the new value + _all_values="$_value" + _contained_value="" + # workaround SH_WORD_SPLIT not being set + _colcon_prefix_zsh_convert_to_array _values + # iterate over existing values in the variable + for _item in $_values; do + # ignore empty strings + if [ -z "$_item" ]; then + continue + fi + # ignore duplicates of _value + if [ "$_item" = "$_value" ]; then + _contained_value=1 + continue + fi + # keep non-duplicate values + _all_values="$_all_values:$_item" + done + unset _item + if [ -z "$_contained_value" ]; then + if [ -n "$COLCON_TRACE" ]; then + if [ "$_all_values" = "$_value" ]; then + echo "export $_listname=$_value" + else + echo "export $_listname=$_value:\$$_listname" + fi + fi + fi + unset _contained_value + # restore the field separator + IFS="$_colcon_prefix_zsh_prepend_unique_value_IFS" + unset _colcon_prefix_zsh_prepend_unique_value_IFS + # export the updated variable + eval export $_listname=\"$_all_values\" + unset _all_values + unset _values + + unset _value + unset _listname +} + +# add this prefix to the COLCON_PREFIX_PATH +_colcon_prefix_zsh_prepend_unique_value COLCON_PREFIX_PATH "$_colcon_prefix_zsh_COLCON_CURRENT_PREFIX" +unset _colcon_prefix_zsh_prepend_unique_value +unset _colcon_prefix_zsh_convert_to_array + +# check environment variable for custom Python executable +if [ -n "$COLCON_PYTHON_EXECUTABLE" ]; then + if [ ! -f "$COLCON_PYTHON_EXECUTABLE" ]; then + echo "error: COLCON_PYTHON_EXECUTABLE '$COLCON_PYTHON_EXECUTABLE' doesn't exist" + return 1 + fi + _colcon_python_executable="$COLCON_PYTHON_EXECUTABLE" +else + # try the Python executable known at configure time + _colcon_python_executable="/usr/bin/python3" + # if it doesn't exist try a fall back + if [ ! -f "$_colcon_python_executable" ]; then + if ! /usr/bin/env python3 --version > /dev/null 2> /dev/null; then + echo "error: unable to find python3 executable" + return 1 + fi + _colcon_python_executable=`/usr/bin/env python3 -c "import sys; print(sys.executable)"` + fi +fi + +# function to source another script with conditional trace output +# first argument: the path of the script +_colcon_prefix_sh_source_script() { + if [ -f "$1" ]; then + if [ -n "$COLCON_TRACE" ]; then + echo "# . \"$1\"" + fi + . "$1" + else + echo "not found: \"$1\"" 1>&2 + fi +} + +# get all commands in topological order +_colcon_ordered_commands="$($_colcon_python_executable "$_colcon_prefix_zsh_COLCON_CURRENT_PREFIX/_local_setup_util_sh.py" sh zsh)" +unset _colcon_python_executable +if [ -n "$COLCON_TRACE" ]; then + echo "$(declare -f _colcon_prefix_sh_source_script)" + echo "# Execute generated script:" + echo "# <<<" + echo "${_colcon_ordered_commands}" + echo "# >>>" + echo "unset _colcon_prefix_sh_source_script" +fi +eval "${_colcon_ordered_commands}" +unset _colcon_ordered_commands + +unset _colcon_prefix_sh_source_script + +unset _colcon_prefix_zsh_COLCON_CURRENT_PREFIX diff --git a/install/setup.bash b/install/setup.bash new file mode 100644 index 0000000..e892f35 --- /dev/null +++ b/install/setup.bash @@ -0,0 +1,34 @@ +# generated from colcon_bash/shell/template/prefix_chain.bash.em + +# This script extends the environment with the environment of other prefix +# paths which were sourced when this file was generated as well as all packages +# contained in this prefix path. + +# function to source another script with conditional trace output +# first argument: the path of the script +_colcon_prefix_chain_bash_source_script() { + if [ -f "$1" ]; then + if [ -n "$COLCON_TRACE" ]; then + echo "# . \"$1\"" + fi + . "$1" + else + echo "not found: \"$1\"" 1>&2 + fi +} + +# source chained prefixes +# setting COLCON_CURRENT_PREFIX avoids determining the prefix in the sourced script +COLCON_CURRENT_PREFIX="/opt/ros/humble" +_colcon_prefix_chain_bash_source_script "$COLCON_CURRENT_PREFIX/local_setup.bash" +# setting COLCON_CURRENT_PREFIX avoids determining the prefix in the sourced script +COLCON_CURRENT_PREFIX="/home/ros/turtlebot3_ws/install" +_colcon_prefix_chain_bash_source_script "$COLCON_CURRENT_PREFIX/local_setup.bash" + +# source this prefix +# setting COLCON_CURRENT_PREFIX avoids determining the prefix in the sourced script +COLCON_CURRENT_PREFIX="$(builtin cd "`dirname "${BASH_SOURCE[0]}"`" > /dev/null && pwd)" +_colcon_prefix_chain_bash_source_script "$COLCON_CURRENT_PREFIX/local_setup.bash" + +unset COLCON_CURRENT_PREFIX +unset _colcon_prefix_chain_bash_source_script diff --git a/install/setup.ps1 b/install/setup.ps1 new file mode 100644 index 0000000..275898a --- /dev/null +++ b/install/setup.ps1 @@ -0,0 +1,30 @@ +# generated from colcon_powershell/shell/template/prefix_chain.ps1.em + +# This script extends the environment with the environment of other prefix +# paths which were sourced when this file was generated as well as all packages +# contained in this prefix path. + +# function to source another script with conditional trace output +# first argument: the path of the script +function _colcon_prefix_chain_powershell_source_script { + param ( + $_colcon_prefix_chain_powershell_source_script_param + ) + # source script with conditional trace output + if (Test-Path $_colcon_prefix_chain_powershell_source_script_param) { + if ($env:COLCON_TRACE) { + echo ". '$_colcon_prefix_chain_powershell_source_script_param'" + } + . "$_colcon_prefix_chain_powershell_source_script_param" + } else { + Write-Error "not found: '$_colcon_prefix_chain_powershell_source_script_param'" + } +} + +# source chained prefixes +_colcon_prefix_chain_powershell_source_script "/opt/ros/humble\local_setup.ps1" +_colcon_prefix_chain_powershell_source_script "/home/ros/turtlebot3_ws/install\local_setup.ps1" + +# source this prefix +$env:COLCON_CURRENT_PREFIX=(Split-Path $PSCommandPath -Parent) +_colcon_prefix_chain_powershell_source_script "$env:COLCON_CURRENT_PREFIX\local_setup.ps1" diff --git a/install/setup.sh b/install/setup.sh new file mode 100644 index 0000000..4d0c02b --- /dev/null +++ b/install/setup.sh @@ -0,0 +1,49 @@ +# generated from colcon_core/shell/template/prefix_chain.sh.em + +# This script extends the environment with the environment of other prefix +# paths which were sourced when this file was generated as well as all packages +# contained in this prefix path. + +# since a plain shell script can't determine its own path when being sourced +# either use the provided COLCON_CURRENT_PREFIX +# or fall back to the build time prefix (if it exists) +_colcon_prefix_chain_sh_COLCON_CURRENT_PREFIX=/home/ros/lab3_robotics/install +if [ ! -z "$COLCON_CURRENT_PREFIX" ]; then + _colcon_prefix_chain_sh_COLCON_CURRENT_PREFIX="$COLCON_CURRENT_PREFIX" +elif [ ! -d "$_colcon_prefix_chain_sh_COLCON_CURRENT_PREFIX" ]; then + echo "The build time path \"$_colcon_prefix_chain_sh_COLCON_CURRENT_PREFIX\" doesn't exist. Either source a script for a different shell or set the environment variable \"COLCON_CURRENT_PREFIX\" explicitly." 1>&2 + unset _colcon_prefix_chain_sh_COLCON_CURRENT_PREFIX + return 1 +fi + +# function to source another script with conditional trace output +# first argument: the path of the script +_colcon_prefix_chain_sh_source_script() { + if [ -f "$1" ]; then + if [ -n "$COLCON_TRACE" ]; then + echo "# . \"$1\"" + fi + . "$1" + else + echo "not found: \"$1\"" 1>&2 + fi +} + +# source chained prefixes +# setting COLCON_CURRENT_PREFIX avoids relying on the build time prefix of the sourced script +COLCON_CURRENT_PREFIX="/opt/ros/humble" +_colcon_prefix_chain_sh_source_script "$COLCON_CURRENT_PREFIX/local_setup.sh" + +# setting COLCON_CURRENT_PREFIX avoids relying on the build time prefix of the sourced script +COLCON_CURRENT_PREFIX="/home/ros/turtlebot3_ws/install" +_colcon_prefix_chain_sh_source_script "$COLCON_CURRENT_PREFIX/local_setup.sh" + + +# source this prefix +# setting COLCON_CURRENT_PREFIX avoids relying on the build time prefix of the sourced script +COLCON_CURRENT_PREFIX="$_colcon_prefix_chain_sh_COLCON_CURRENT_PREFIX" +_colcon_prefix_chain_sh_source_script "$COLCON_CURRENT_PREFIX/local_setup.sh" + +unset _colcon_prefix_chain_sh_COLCON_CURRENT_PREFIX +unset _colcon_prefix_chain_sh_source_script +unset COLCON_CURRENT_PREFIX diff --git a/install/setup.zsh b/install/setup.zsh new file mode 100644 index 0000000..85322f5 --- /dev/null +++ b/install/setup.zsh @@ -0,0 +1,34 @@ +# generated from colcon_zsh/shell/template/prefix_chain.zsh.em + +# This script extends the environment with the environment of other prefix +# paths which were sourced when this file was generated as well as all packages +# contained in this prefix path. + +# function to source another script with conditional trace output +# first argument: the path of the script +_colcon_prefix_chain_zsh_source_script() { + if [ -f "$1" ]; then + if [ -n "$COLCON_TRACE" ]; then + echo "# . \"$1\"" + fi + . "$1" + else + echo "not found: \"$1\"" 1>&2 + fi +} + +# source chained prefixes +# setting COLCON_CURRENT_PREFIX avoids determining the prefix in the sourced script +COLCON_CURRENT_PREFIX="/opt/ros/humble" +_colcon_prefix_chain_zsh_source_script "$COLCON_CURRENT_PREFIX/local_setup.zsh" +# setting COLCON_CURRENT_PREFIX avoids determining the prefix in the sourced script +COLCON_CURRENT_PREFIX="/home/ros/turtlebot3_ws/install" +_colcon_prefix_chain_zsh_source_script "$COLCON_CURRENT_PREFIX/local_setup.zsh" + +# source this prefix +# setting COLCON_CURRENT_PREFIX avoids determining the prefix in the sourced script +COLCON_CURRENT_PREFIX="$(builtin cd -q "`dirname "${(%):-%N}"`" > /dev/null && pwd)" +_colcon_prefix_chain_zsh_source_script "$COLCON_CURRENT_PREFIX/local_setup.zsh" + +unset COLCON_CURRENT_PREFIX +unset _colcon_prefix_chain_zsh_source_script diff --git a/log/COLCON_IGNORE b/log/COLCON_IGNORE new file mode 100644 index 0000000..e69de29 diff --git a/log/build_2025-12-17_08-21-26/advrobotics_lab3_interfaces/command.log b/log/build_2025-12-17_08-21-26/advrobotics_lab3_interfaces/command.log new file mode 100644 index 0000000..104a71f --- /dev/null +++ b/log/build_2025-12-17_08-21-26/advrobotics_lab3_interfaces/command.log @@ -0,0 +1,6 @@ +Invoking command in '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake /home/ros/lab3_robotics/advrobotics_lab3_interfaces -DCMAKE_INSTALL_PREFIX=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces +Invoked command in '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake /home/ros/lab3_robotics/advrobotics_lab3_interfaces -DCMAKE_INSTALL_PREFIX=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces +Invoking command in '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces -- -j4 -l4 +Invoked command in '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces -- -j4 -l4 +Invoking command in '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces +Invoked command in '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces diff --git a/log/build_2025-12-17_08-21-26/advrobotics_lab3_interfaces/stderr.log b/log/build_2025-12-17_08-21-26/advrobotics_lab3_interfaces/stderr.log new file mode 100644 index 0000000..e69de29 diff --git a/log/build_2025-12-17_08-21-26/advrobotics_lab3_interfaces/stdout.log b/log/build_2025-12-17_08-21-26/advrobotics_lab3_interfaces/stdout.log new file mode 100644 index 0000000..a3975dc --- /dev/null +++ b/log/build_2025-12-17_08-21-26/advrobotics_lab3_interfaces/stdout.log @@ -0,0 +1,301 @@ +-- The C compiler identification is GNU 11.4.0 +-- The CXX compiler identification is GNU 11.4.0 +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Check for working C compiler: /usr/bin/cc - skipped +-- Detecting C compile features +-- Detecting C compile features - done +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Check for working CXX compiler: /usr/bin/c++ - skipped +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Found ament_cmake: 1.3.12 (/opt/ros/humble/share/ament_cmake/cmake) +-- Found Python3: /usr/bin/python3 (found version "3.10.12") found components: Interpreter +-- Found std_msgs: 4.9.0 (/opt/ros/humble/share/std_msgs/cmake) +-- Found rosidl_generator_c: 3.1.7 (/opt/ros/humble/share/rosidl_generator_c/cmake) +-- Found rosidl_adapter: 3.1.7 (/opt/ros/humble/share/rosidl_adapter/cmake) +-- Found rosidl_generator_cpp: 3.1.7 (/opt/ros/humble/share/rosidl_generator_cpp/cmake) +-- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c +-- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp +-- Found rosidl_default_generators: 1.2.0 (/opt/ros/humble/share/rosidl_default_generators/cmake) +-- Found ament_cmake_ros: 0.10.0 (/opt/ros/humble/share/ament_cmake_ros/cmake) +-- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c +-- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp +-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.6") +-- Found python_cmake_module: 0.10.0 (/opt/ros/humble/share/python_cmake_module/cmake) +-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.10.so (found suitable version "3.10.12", minimum required is "3.5") +-- Using PYTHON_EXECUTABLE: /usr/bin/python3 +-- Using PYTHON_INCLUDE_DIRS: /usr/include/python3.10 +-- Using PYTHON_LIBRARIES: /usr/lib/x86_64-linux-gnu/libpython3.10.so +-- Found PythonExtra: .so +-- Found ament_lint_auto: 0.12.14 (/opt/ros/humble/share/ament_lint_auto/cmake) +-- Added test 'lint_cmake' to check CMake code style +-- Added test 'xmllint' to check XML markup files +-- Configuring done +-- Generating done +-- Build files have been written to: /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces +[ 2%] Generating C code for ROS interfaces +[ 4%] Generating C++ code for ROS interfaces +[ 4%] Built target ament_cmake_python_copy_advrobotics_lab3_interfaces +running egg_info +creating advrobotics_lab3_interfaces.egg-info +writing advrobotics_lab3_interfaces.egg-info/PKG-INFO +writing dependency_links to advrobotics_lab3_interfaces.egg-info/dependency_links.txt +writing top-level names to advrobotics_lab3_interfaces.egg-info/top_level.txt +writing manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt' +reading manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt' +writing manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt' +[ 4%] Built target ament_cmake_python_build_advrobotics_lab3_interfaces_egg +[ 4%] Built target advrobotics_lab3_interfaces__cpp +[ 8%] Generating C++ type support for eProsima Fast-RTPS +[ 8%] Generating C++ type support dispatch for ROS interfaces +[ 10%] Generating C++ introspection for ROS interfaces +[ 12%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.o +[ 14%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.o +[ 17%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.o +[ 19%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o +[ 21%] Linking C shared library libadvrobotics_lab3_interfaces__rosidl_generator_c.so +[ 23%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.o +[ 23%] Built target advrobotics_lab3_interfaces__rosidl_generator_c +[ 25%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.o +[ 27%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.o +[ 29%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o +[ 31%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o +[ 34%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.o +[ 36%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.o +[ 38%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.o +[ 40%] Linking CXX shared library libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so +[ 40%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_cpp +[ 42%] Generating C type support for eProsima Fast-RTPS +[ 44%] Linking CXX shared library libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so +[ 44%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp +[ 46%] Generating C introspection for ROS interfaces +[ 48%] Generating C type support dispatch for ROS interfaces +[ 51%] Linking CXX shared library libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so +[ 51%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp +[ 55%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.o +[ 55%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.o +[ 57%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o +[ 59%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o +[ 61%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.o +[ 63%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o +[ 65%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.o +[ 68%] Linking CXX shared library libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so +[ 70%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.o +[ 70%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c +[ 72%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.o +[ 74%] Linking C shared library libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so +[ 74%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c +[ 76%] Linking CXX shared library libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so +[ 76%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c +[ 76%] Built target advrobotics_lab3_interfaces +[ 78%] Generating Python code for ROS interfaces +[ 78%] Built target advrobotics_lab3_interfaces__py +[ 80%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.o +[ 85%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.o +[ 85%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.o +[ 87%] Linking C shared library rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so +[ 87%] Built target advrobotics_lab3_interfaces__rosidl_generator_py +[ 89%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.o +[ 91%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.o +[ 93%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.o +[ 95%] Linking C shared library rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +[ 95%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext +[100%] Linking C shared library rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +[100%] Linking C shared library rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +[100%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext +[100%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext +-- Install configuration: "" +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.c +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.sh +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.dsv +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so +-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so" to "" +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so +-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so" to "" +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.hpp +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so +-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so" to "" +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so +-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so" to "" +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so +-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so" to "" +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so +-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so" to "" +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so +-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so" to "" +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.sh +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.dsv +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/dependency_links.txt +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/PKG-INFO +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/SOURCES.txt +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/top_level.txt +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin.py +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__init__.py +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin_s.c +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__init__.py +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints.py +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper_s.c +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper.py +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__init__.py +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints_s.c +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +Listing '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces'... +Compiling '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__init__.py'... +Listing '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg'... +Compiling '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__init__.py'... +Compiling '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper.py'... +Compiling '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints.py'... +Listing '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv'... +Compiling '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__init__.py'... +Compiling '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin.py'... +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so" to "" +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so" to "" +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so" to "" +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so +-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so" to "" +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.idl +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.idl +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.idl +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.msg +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.msg +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.srv +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Request.msg +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Response.msg +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.sh +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.dsv +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.sh +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.dsv +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.bash +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.sh +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.zsh +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.dsv +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/packages/advrobotics_lab3_interfaces +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake-extras.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_libraries-extras.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_targets-extras.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig-version.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.xml diff --git a/log/build_2025-12-17_08-21-26/advrobotics_lab3_interfaces/stdout_stderr.log b/log/build_2025-12-17_08-21-26/advrobotics_lab3_interfaces/stdout_stderr.log new file mode 100644 index 0000000..a3975dc --- /dev/null +++ b/log/build_2025-12-17_08-21-26/advrobotics_lab3_interfaces/stdout_stderr.log @@ -0,0 +1,301 @@ +-- The C compiler identification is GNU 11.4.0 +-- The CXX compiler identification is GNU 11.4.0 +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Check for working C compiler: /usr/bin/cc - skipped +-- Detecting C compile features +-- Detecting C compile features - done +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Check for working CXX compiler: /usr/bin/c++ - skipped +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Found ament_cmake: 1.3.12 (/opt/ros/humble/share/ament_cmake/cmake) +-- Found Python3: /usr/bin/python3 (found version "3.10.12") found components: Interpreter +-- Found std_msgs: 4.9.0 (/opt/ros/humble/share/std_msgs/cmake) +-- Found rosidl_generator_c: 3.1.7 (/opt/ros/humble/share/rosidl_generator_c/cmake) +-- Found rosidl_adapter: 3.1.7 (/opt/ros/humble/share/rosidl_adapter/cmake) +-- Found rosidl_generator_cpp: 3.1.7 (/opt/ros/humble/share/rosidl_generator_cpp/cmake) +-- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c +-- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp +-- Found rosidl_default_generators: 1.2.0 (/opt/ros/humble/share/rosidl_default_generators/cmake) +-- Found ament_cmake_ros: 0.10.0 (/opt/ros/humble/share/ament_cmake_ros/cmake) +-- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c +-- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp +-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.6") +-- Found python_cmake_module: 0.10.0 (/opt/ros/humble/share/python_cmake_module/cmake) +-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.10.so (found suitable version "3.10.12", minimum required is "3.5") +-- Using PYTHON_EXECUTABLE: /usr/bin/python3 +-- Using PYTHON_INCLUDE_DIRS: /usr/include/python3.10 +-- Using PYTHON_LIBRARIES: /usr/lib/x86_64-linux-gnu/libpython3.10.so +-- Found PythonExtra: .so +-- Found ament_lint_auto: 0.12.14 (/opt/ros/humble/share/ament_lint_auto/cmake) +-- Added test 'lint_cmake' to check CMake code style +-- Added test 'xmllint' to check XML markup files +-- Configuring done +-- Generating done +-- Build files have been written to: /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces +[ 2%] Generating C code for ROS interfaces +[ 4%] Generating C++ code for ROS interfaces +[ 4%] Built target ament_cmake_python_copy_advrobotics_lab3_interfaces +running egg_info +creating advrobotics_lab3_interfaces.egg-info +writing advrobotics_lab3_interfaces.egg-info/PKG-INFO +writing dependency_links to advrobotics_lab3_interfaces.egg-info/dependency_links.txt +writing top-level names to advrobotics_lab3_interfaces.egg-info/top_level.txt +writing manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt' +reading manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt' +writing manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt' +[ 4%] Built target ament_cmake_python_build_advrobotics_lab3_interfaces_egg +[ 4%] Built target advrobotics_lab3_interfaces__cpp +[ 8%] Generating C++ type support for eProsima Fast-RTPS +[ 8%] Generating C++ type support dispatch for ROS interfaces +[ 10%] Generating C++ introspection for ROS interfaces +[ 12%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.o +[ 14%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.o +[ 17%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.o +[ 19%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o +[ 21%] Linking C shared library libadvrobotics_lab3_interfaces__rosidl_generator_c.so +[ 23%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.o +[ 23%] Built target advrobotics_lab3_interfaces__rosidl_generator_c +[ 25%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.o +[ 27%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.o +[ 29%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o +[ 31%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o +[ 34%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.o +[ 36%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.o +[ 38%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.o +[ 40%] Linking CXX shared library libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so +[ 40%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_cpp +[ 42%] Generating C type support for eProsima Fast-RTPS +[ 44%] Linking CXX shared library libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so +[ 44%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp +[ 46%] Generating C introspection for ROS interfaces +[ 48%] Generating C type support dispatch for ROS interfaces +[ 51%] Linking CXX shared library libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so +[ 51%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp +[ 55%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.o +[ 55%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.o +[ 57%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o +[ 59%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o +[ 61%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.o +[ 63%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o +[ 65%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.o +[ 68%] Linking CXX shared library libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so +[ 70%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.o +[ 70%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c +[ 72%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.o +[ 74%] Linking C shared library libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so +[ 74%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c +[ 76%] Linking CXX shared library libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so +[ 76%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c +[ 76%] Built target advrobotics_lab3_interfaces +[ 78%] Generating Python code for ROS interfaces +[ 78%] Built target advrobotics_lab3_interfaces__py +[ 80%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.o +[ 85%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.o +[ 85%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.o +[ 87%] Linking C shared library rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so +[ 87%] Built target advrobotics_lab3_interfaces__rosidl_generator_py +[ 89%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.o +[ 91%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.o +[ 93%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.o +[ 95%] Linking C shared library rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +[ 95%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext +[100%] Linking C shared library rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +[100%] Linking C shared library rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +[100%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext +[100%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext +-- Install configuration: "" +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.c +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.sh +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.dsv +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so +-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so" to "" +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so +-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so" to "" +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.hpp +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so +-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so" to "" +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so +-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so" to "" +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so +-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so" to "" +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg +-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so +-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so" to "" +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so +-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so" to "" +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.sh +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.dsv +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/dependency_links.txt +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/PKG-INFO +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/SOURCES.txt +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/top_level.txt +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin.py +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__init__.py +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin_s.c +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__init__.py +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints.py +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper_s.c +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper.py +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__init__.py +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints_s.c +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +Listing '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces'... +Compiling '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__init__.py'... +Listing '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg'... +Compiling '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__init__.py'... +Compiling '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper.py'... +Compiling '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints.py'... +Listing '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv'... +Compiling '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__init__.py'... +Compiling '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin.py'... +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so" to "" +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so" to "" +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so" to "" +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so +-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so" to "" +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.idl +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.idl +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.idl +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.msg +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.msg +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.srv +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Request.msg +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Response.msg +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.sh +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.dsv +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.sh +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.dsv +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.bash +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.sh +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.zsh +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.dsv +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/packages/advrobotics_lab3_interfaces +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake-extras.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_libraries-extras.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_targets-extras.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig-version.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.xml diff --git a/log/build_2025-12-17_08-21-26/advrobotics_lab3_interfaces/streams.log b/log/build_2025-12-17_08-21-26/advrobotics_lab3_interfaces/streams.log new file mode 100644 index 0000000..b1f38b5 --- /dev/null +++ b/log/build_2025-12-17_08-21-26/advrobotics_lab3_interfaces/streams.log @@ -0,0 +1,307 @@ +[0.140s] Invoking command in '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake /home/ros/lab3_robotics/advrobotics_lab3_interfaces -DCMAKE_INSTALL_PREFIX=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces +[1.664s] -- The C compiler identification is GNU 11.4.0 +[2.392s] -- The CXX compiler identification is GNU 11.4.0 +[2.470s] -- Detecting C compiler ABI info +[2.765s] -- Detecting C compiler ABI info - done +[2.779s] -- Check for working C compiler: /usr/bin/cc - skipped +[2.780s] -- Detecting C compile features +[2.811s] -- Detecting C compile features - done +[2.834s] -- Detecting CXX compiler ABI info +[2.985s] -- Detecting CXX compiler ABI info - done +[2.996s] -- Check for working CXX compiler: /usr/bin/c++ - skipped +[2.996s] -- Detecting CXX compile features +[2.997s] -- Detecting CXX compile features - done +[3.106s] -- Found ament_cmake: 1.3.12 (/opt/ros/humble/share/ament_cmake/cmake) +[3.966s] -- Found Python3: /usr/bin/python3 (found version "3.10.12") found components: Interpreter +[4.282s] -- Found std_msgs: 4.9.0 (/opt/ros/humble/share/std_msgs/cmake) +[4.623s] -- Found rosidl_generator_c: 3.1.7 (/opt/ros/humble/share/rosidl_generator_c/cmake) +[4.685s] -- Found rosidl_adapter: 3.1.7 (/opt/ros/humble/share/rosidl_adapter/cmake) +[4.719s] -- Found rosidl_generator_cpp: 3.1.7 (/opt/ros/humble/share/rosidl_generator_cpp/cmake) +[4.834s] -- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c +[4.987s] -- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp +[5.113s] -- Found rosidl_default_generators: 1.2.0 (/opt/ros/humble/share/rosidl_default_generators/cmake) +[5.808s] -- Found ament_cmake_ros: 0.10.0 (/opt/ros/humble/share/ament_cmake_ros/cmake) +[6.713s] -- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c +[7.003s] -- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp +[7.062s] -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.6") +[7.091s] -- Found python_cmake_module: 0.10.0 (/opt/ros/humble/share/python_cmake_module/cmake) +[7.256s] -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.10.so (found suitable version "3.10.12", minimum required is "3.5") +[7.256s] -- Using PYTHON_EXECUTABLE: /usr/bin/python3 +[7.257s] -- Using PYTHON_INCLUDE_DIRS: /usr/include/python3.10 +[7.257s] -- Using PYTHON_LIBRARIES: /usr/lib/x86_64-linux-gnu/libpython3.10.so +[7.295s] -- Found PythonExtra: .so +[7.528s] -- Found ament_lint_auto: 0.12.14 (/opt/ros/humble/share/ament_lint_auto/cmake) +[7.761s] -- Added test 'lint_cmake' to check CMake code style +[7.783s] -- Added test 'xmllint' to check XML markup files +[7.805s] -- Configuring done +[7.961s] -- Generating done +[7.986s] -- Build files have been written to: /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces +[7.997s] Invoked command in '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake /home/ros/lab3_robotics/advrobotics_lab3_interfaces -DCMAKE_INSTALL_PREFIX=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces +[8.002s] Invoking command in '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces -- -j4 -l4 +[8.062s] [ 2%] Generating C code for ROS interfaces +[8.076s] [ 4%] Generating C++ code for ROS interfaces +[8.092s] [ 4%] Built target ament_cmake_python_copy_advrobotics_lab3_interfaces +[8.509s] running egg_info +[8.510s] creating advrobotics_lab3_interfaces.egg-info +[8.511s] writing advrobotics_lab3_interfaces.egg-info/PKG-INFO +[8.511s] writing dependency_links to advrobotics_lab3_interfaces.egg-info/dependency_links.txt +[8.511s] writing top-level names to advrobotics_lab3_interfaces.egg-info/top_level.txt +[8.512s] writing manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt' +[8.517s] reading manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt' +[8.518s] writing manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt' +[8.568s] [ 4%] Built target ament_cmake_python_build_advrobotics_lab3_interfaces_egg +[8.944s] [ 4%] Built target advrobotics_lab3_interfaces__cpp +[8.963s] [ 8%] Generating C++ type support for eProsima Fast-RTPS +[8.963s] [ 8%] Generating C++ type support dispatch for ROS interfaces +[8.964s] [ 10%] Generating C++ introspection for ROS interfaces +[8.990s] [ 12%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.o +[9.448s] [ 14%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.o +[9.545s] [ 17%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.o +[9.579s] [ 19%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o +[9.679s] [ 21%] Linking C shared library libadvrobotics_lab3_interfaces__rosidl_generator_c.so +[9.755s] [ 23%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.o +[9.808s] [ 23%] Built target advrobotics_lab3_interfaces__rosidl_generator_c +[9.819s] [ 25%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.o +[9.841s] [ 27%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.o +[11.409s] [ 29%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o +[11.668s] [ 31%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o +[11.674s] [ 34%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.o +[11.962s] [ 36%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.o +[12.018s] [ 38%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.o +[12.356s] [ 40%] Linking CXX shared library libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so +[12.475s] [ 40%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_cpp +[12.499s] [ 42%] Generating C type support for eProsima Fast-RTPS +[12.578s] [ 44%] Linking CXX shared library libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so +[12.704s] [ 44%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp +[12.725s] [ 46%] Generating C introspection for ROS interfaces +[12.871s] [ 48%] Generating C type support dispatch for ROS interfaces +[13.063s] [ 51%] Linking CXX shared library libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so +[13.274s] [ 51%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp +[13.430s] [ 55%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.o +[13.431s] [ 55%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.o +[13.522s] [ 57%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o +[13.581s] [ 59%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o +[13.602s] [ 61%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.o +[13.628s] [ 63%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o +[13.669s] [ 65%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.o +[13.690s] [ 68%] Linking CXX shared library libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so +[13.730s] [ 70%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.o +[13.784s] [ 70%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c +[13.802s] [ 72%] Building CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.o +[13.805s] [ 74%] Linking C shared library libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so +[13.900s] [ 74%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c +[14.417s] [ 76%] Linking CXX shared library libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so +[14.529s] [ 76%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c +[14.559s] [ 76%] Built target advrobotics_lab3_interfaces +[14.587s] [ 78%] Generating Python code for ROS interfaces +[15.372s] [ 78%] Built target advrobotics_lab3_interfaces__py +[15.403s] [ 80%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.o +[15.406s] [ 85%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.o +[15.406s] [ 85%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.o +[16.120s] [ 87%] Linking C shared library rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so +[16.217s] [ 87%] Built target advrobotics_lab3_interfaces__rosidl_generator_py +[16.249s] [ 89%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.o +[16.249s] [ 91%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.o +[16.255s] [ 93%] Building C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.o +[16.412s] [ 95%] Linking C shared library rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +[16.466s] [ 95%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext +[16.487s] [100%] Linking C shared library rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +[16.487s] [100%] Linking C shared library rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +[16.540s] [100%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext +[16.540s] [100%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext +[16.555s] Invoked command in '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces -- -j4 -l4 +[16.569s] Invoking command in '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces +[16.580s] -- Install configuration: "" +[16.580s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces +[16.580s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces +[16.581s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv +[16.581s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.h +[16.581s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail +[16.581s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h +[16.581s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c +[16.582s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h +[16.582s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h +[16.582s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg +[16.582s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h +[16.582s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.h +[16.582s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail +[16.583s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h +[16.583s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h +[16.583s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.c +[16.583s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h +[16.583s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.h +[16.584s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c +[16.584s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h +[16.584s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.h +[16.584s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.h +[16.584s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.sh +[16.584s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.dsv +[16.585s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so +[16.585s] -- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so" to "" +[16.585s] -- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces +[16.585s] -- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv +[16.586s] -- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail +[16.586s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h +[16.586s] -- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg +[16.586s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h +[16.586s] -- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail +[16.586s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h +[16.587s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h +[16.587s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so +[16.587s] -- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so" to "" +[16.587s] -- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces +[16.588s] -- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv +[16.588s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.hpp +[16.588s] -- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail +[16.588s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp +[16.588s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp +[16.589s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp +[16.589s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp +[16.589s] -- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg +[16.589s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.hpp +[16.589s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.hpp +[16.590s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp +[16.590s] -- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail +[16.590s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp +[16.590s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp +[16.590s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp +[16.591s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp +[16.591s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp +[16.591s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp +[16.591s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp +[16.591s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp +[16.592s] -- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces +[16.592s] -- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv +[16.592s] -- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail +[16.592s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps +[16.592s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp +[16.592s] -- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg +[16.593s] -- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail +[16.593s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp +[16.593s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps +[16.593s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp +[16.593s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h +[16.594s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so +[16.594s] -- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so" to "" +[16.594s] -- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces +[16.594s] -- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv +[16.594s] -- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail +[16.595s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h +[16.595s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c +[16.595s] -- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg +[16.595s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h +[16.595s] -- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail +[16.595s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c +[16.596s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h +[16.596s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c +[16.596s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h +[16.596s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so +[16.596s] -- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so" to "" +[16.597s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so +[16.597s] -- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so" to "" +[16.597s] -- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces +[16.597s] -- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv +[16.597s] -- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail +[16.598s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp +[16.598s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp +[16.598s] -- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg +[16.598s] -- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail +[16.598s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp +[16.599s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp +[16.599s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp +[16.599s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp +[16.599s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so +[16.599s] -- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so" to "" +[16.599s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so +[16.600s] -- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so" to "" +[16.600s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.sh +[16.600s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.dsv +[16.601s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info +[16.601s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/dependency_links.txt +[16.601s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/PKG-INFO +[16.601s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/SOURCES.txt +[16.601s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/top_level.txt +[16.602s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces +[16.602s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c +[16.602s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +[16.602s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv +[16.603s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin.py +[16.603s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__init__.py +[16.603s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin_s.c +[16.603s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +[16.603s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__init__.py +[16.604s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c +[16.604s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg +[16.604s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints.py +[16.604s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper_s.c +[16.604s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper.py +[16.605s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__init__.py +[16.605s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints_s.c +[16.605s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so +[16.605s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c +[16.605s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +[16.682s] Listing '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces'... +[16.683s] Compiling '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__init__.py'... +[16.683s] Listing '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg'... +[16.683s] Compiling '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__init__.py'... +[16.683s] Compiling '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper.py'... +[16.683s] Compiling '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints.py'... +[16.683s] Listing '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv'... +[16.683s] Compiling '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__init__.py'... +[16.683s] Compiling '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin.py'... +[16.690s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so +[16.690s] -- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so" to "" +[16.690s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so +[16.691s] -- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so" to "" +[16.691s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so +[16.692s] -- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so" to "" +[16.692s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so +[16.693s] -- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so" to "" +[16.693s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.idl +[16.693s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.idl +[16.693s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.idl +[16.694s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.msg +[16.694s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.msg +[16.694s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.srv +[16.694s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Request.msg +[16.695s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Response.msg +[16.695s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces +[16.695s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces +[16.695s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.sh +[16.696s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.dsv +[16.696s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.sh +[16.696s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.dsv +[16.696s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.bash +[16.696s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.sh +[16.697s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.zsh +[16.697s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.dsv +[16.697s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv +[16.697s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/packages/advrobotics_lab3_interfaces +[16.698s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake +[16.698s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake +[16.698s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake +[16.698s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake +[16.699s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake +[16.699s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake +[16.699s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake +[16.699s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake +[16.700s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake +[16.700s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake +[16.700s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake +[16.700s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake +[16.701s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake +[16.701s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake +[16.701s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake +[16.701s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake +[16.701s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake +[16.702s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake-extras.cmake +[16.702s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake +[16.702s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake +[16.702s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_libraries-extras.cmake +[16.702s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_targets-extras.cmake +[16.702s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake +[16.703s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake +[16.703s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig.cmake +[16.703s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig-version.cmake +[16.703s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.xml +[16.706s] Invoked command in '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces diff --git a/log/build_2025-12-17_08-21-26/advrobotics_lab3_ros2/command.log b/log/build_2025-12-17_08-21-26/advrobotics_lab3_ros2/command.log new file mode 100644 index 0000000..cc450e7 --- /dev/null +++ b/log/build_2025-12-17_08-21-26/advrobotics_lab3_ros2/command.log @@ -0,0 +1,6 @@ +Invoking command in '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2': AMENT_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins PYTHONPATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages:${PYTHONPATH} /usr/bin/cmake /home/ros/lab3_robotics/advrobotics_lab3_ros2 -DCMAKE_INSTALL_PREFIX=/home/ros/lab3_robotics/install/advrobotics_lab3_ros2 +Invoked command in '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2' returned '0': AMENT_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins PYTHONPATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages:${PYTHONPATH} /usr/bin/cmake /home/ros/lab3_robotics/advrobotics_lab3_ros2 -DCMAKE_INSTALL_PREFIX=/home/ros/lab3_robotics/install/advrobotics_lab3_ros2 +Invoking command in '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2': AMENT_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins PYTHONPATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages:${PYTHONPATH} /usr/bin/cmake --build /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 -- -j4 -l4 +Invoked command in '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2' returned '0': AMENT_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins PYTHONPATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages:${PYTHONPATH} /usr/bin/cmake --build /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 -- -j4 -l4 +Invoking command in '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2': AMENT_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins PYTHONPATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages:${PYTHONPATH} /usr/bin/cmake --install /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 +Invoked command in '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2' returned '0': AMENT_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins PYTHONPATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages:${PYTHONPATH} /usr/bin/cmake --install /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 diff --git a/log/build_2025-12-17_08-21-26/advrobotics_lab3_ros2/stderr.log b/log/build_2025-12-17_08-21-26/advrobotics_lab3_ros2/stderr.log new file mode 100644 index 0000000..5b76539 --- /dev/null +++ b/log/build_2025-12-17_08-21-26/advrobotics_lab3_ros2/stderr.log @@ -0,0 +1,33 @@ +/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/Kinematics.cpp: In function ‘std::vector computeInverseKinematics(float, float, float, float, float, float)’: +/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/Kinematics.cpp:43:20: warning: suggest parentheses around comparison in operand of ‘|’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wparentheses-Wparentheses]8;;] + 43 | if (cos_q3 >1 | cos_q3 <-1) + | ~~~~~~~^~ +/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/Kinematics.cpp: In function ‘std::vector computeInverseKinematics(float, float, float, float, float, float)’: +/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/Kinematics.cpp:43:20: warning: suggest parentheses around comparison in operand of ‘|’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wparentheses-Wparentheses]8;;] + 43 | if (cos_q3 >1 | cos_q3 <-1) + | ~~~~~~~^~ +In file included from /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp:1: +/home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel/DynamixelHandler.h: In constructor ‘DynamixelHandler::DynamixelHandler()’: +/home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel/DynamixelHandler.h:72:35: warning: ‘DynamixelHandler::m_pPacketHandler’ will be initialized after []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreorder-Wreorder]8;;] + 72 | dynamixel::PacketHandler* m_pPacketHandler; + | ^~~~~~~~~~~~~~~~ +/home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel/DynamixelHandler.h:71:33: warning:  ‘dynamixel::PortHandler* DynamixelHandler::m_pPortHandler’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreorder-Wreorder]8;;] + 71 | dynamixel::PortHandler* m_pPortHandler; + | ^~~~~~~~~~~~~~ +/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp:3:1: warning:  when initialized here []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreorder-Wreorder]8;;] + 3 | DynamixelHandler::DynamixelHandler(): + | ^~~~~~~~~~~~~~~~ +In file included from /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp:1: +/home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel/DynamixelHandler.h:80:17: warning: ‘DynamixelHandler::m_ui8DxlError’ will be initialized after []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreorder-Wreorder]8;;] + 80 | uint8_t m_ui8DxlError; // Dynamixel error + | ^~~~~~~~~~~~~ +/home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel/DynamixelHandler.h:79:13: warning:  ‘int DynamixelHandler::m_i32DxlCommunicationResult’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreorder-Wreorder]8;;] + 79 | int m_i32DxlCommunicationResult; // Communication result + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ +/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp:3:1: warning:  when initialized here []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreorder-Wreorder]8;;] + 3 | DynamixelHandler::DynamixelHandler(): + | ^~~~~~~~~~~~~~~~ +/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp: In member function ‘bool DynamixelHandler::sendTargetJointPosition(std::vector&)’: +/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp:208:26: warning: unused variable ‘dxl_present_position’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;] + 208 | uint16_t dxl_present_position = 0; + | ^~~~~~~~~~~~~~~~~~~~ diff --git a/log/build_2025-12-17_08-21-26/advrobotics_lab3_ros2/stdout.log b/log/build_2025-12-17_08-21-26/advrobotics_lab3_ros2/stdout.log new file mode 100644 index 0000000..d2b02ec --- /dev/null +++ b/log/build_2025-12-17_08-21-26/advrobotics_lab3_ros2/stdout.log @@ -0,0 +1,74 @@ +-- The C compiler identification is GNU 11.4.0 +-- The CXX compiler identification is GNU 11.4.0 +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Check for working C compiler: /usr/bin/cc - skipped +-- Detecting C compile features +-- Detecting C compile features - done +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Check for working CXX compiler: /usr/bin/c++ - skipped +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Found ament_cmake: 1.3.12 (/opt/ros/humble/share/ament_cmake/cmake) +-- Found Python3: /usr/bin/python3 (found version "3.10.12") found components: Interpreter +-- Found rclcpp: 16.0.16 (/opt/ros/humble/share/rclcpp/cmake) +-- Found rosidl_generator_c: 3.1.7 (/opt/ros/humble/share/rosidl_generator_c/cmake) +-- Found rosidl_adapter: 3.1.7 (/opt/ros/humble/share/rosidl_adapter/cmake) +-- Found rosidl_generator_cpp: 3.1.7 (/opt/ros/humble/share/rosidl_generator_cpp/cmake) +-- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c +-- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp +-- Found rmw_implementation_cmake: 6.1.2 (/opt/ros/humble/share/rmw_implementation_cmake/cmake) +-- Found rmw_cyclonedds_cpp: 1.3.4 (/opt/ros/humble/share/rmw_cyclonedds_cpp/cmake) +-- Using RMW implementation 'rmw_cyclonedds_cpp' as default +-- Looking for pthread.h +-- Looking for pthread.h - found +-- Performing Test CMAKE_HAVE_LIBC_PTHREAD +-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success +-- Found Threads: TRUE +-- Found advrobotics_lab3_interfaces: 0.0.0 (/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake) +-- Found ament_lint_auto: 0.12.14 (/opt/ros/humble/share/ament_lint_auto/cmake) +-- Added test 'cppcheck' to perform static code analysis on C / C++ code +-- Configured cppcheck include dirs: /home/ros/lab3_robotics/advrobotics_lab3_ros2/include;/home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel +-- Configured cppcheck exclude dirs and/or files: +-- Added test 'lint_cmake' to check CMake code style +-- Added test 'uncrustify' to check C / C++ code style +-- Configured uncrustify additional arguments: +-- Added test 'xmllint' to check XML markup files +-- Configuring done +-- Generating done +-- Build files have been written to: /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 +[ 22%] Building CXX object CMakeFiles/ik_client.dir/src/ik_client.cpp.o +[ 22%] Building CXX object CMakeFiles/ik_client.dir/src/Kinematics.cpp.o +[ 33%] Building CXX object CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.o +[ 44%] Building CXX object CMakeFiles/ik_server.dir/src/ik_server.cpp.o +[ 55%] Building CXX object CMakeFiles/ik_server.dir/src/Kinematics.cpp.o +[ 66%] Building CXX object CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.o +[ 77%] Linking CXX executable ik_server +[ 77%] Built target ik_server +[ 88%] Linking CXX executable ik_client +[ 88%] Built target ik_client +[100%] Linking CXX executable poppy_core +[100%] Built target poppy_core +-- Install configuration: "" +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_server +-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_server" to "" +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_client +-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_client" to "" +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/poppy_core +-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/poppy_core" to "" +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_ros2 +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_ros2 +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.sh +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.dsv +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.sh +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.dsv +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.bash +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.sh +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.zsh +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.dsv +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/ament_index/resource_index/packages/advrobotics_lab3_ros2 +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config-version.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.xml diff --git a/log/build_2025-12-17_08-21-26/advrobotics_lab3_ros2/stdout_stderr.log b/log/build_2025-12-17_08-21-26/advrobotics_lab3_ros2/stdout_stderr.log new file mode 100644 index 0000000..2f68949 --- /dev/null +++ b/log/build_2025-12-17_08-21-26/advrobotics_lab3_ros2/stdout_stderr.log @@ -0,0 +1,107 @@ +-- The C compiler identification is GNU 11.4.0 +-- The CXX compiler identification is GNU 11.4.0 +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Check for working C compiler: /usr/bin/cc - skipped +-- Detecting C compile features +-- Detecting C compile features - done +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Check for working CXX compiler: /usr/bin/c++ - skipped +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Found ament_cmake: 1.3.12 (/opt/ros/humble/share/ament_cmake/cmake) +-- Found Python3: /usr/bin/python3 (found version "3.10.12") found components: Interpreter +-- Found rclcpp: 16.0.16 (/opt/ros/humble/share/rclcpp/cmake) +-- Found rosidl_generator_c: 3.1.7 (/opt/ros/humble/share/rosidl_generator_c/cmake) +-- Found rosidl_adapter: 3.1.7 (/opt/ros/humble/share/rosidl_adapter/cmake) +-- Found rosidl_generator_cpp: 3.1.7 (/opt/ros/humble/share/rosidl_generator_cpp/cmake) +-- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c +-- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp +-- Found rmw_implementation_cmake: 6.1.2 (/opt/ros/humble/share/rmw_implementation_cmake/cmake) +-- Found rmw_cyclonedds_cpp: 1.3.4 (/opt/ros/humble/share/rmw_cyclonedds_cpp/cmake) +-- Using RMW implementation 'rmw_cyclonedds_cpp' as default +-- Looking for pthread.h +-- Looking for pthread.h - found +-- Performing Test CMAKE_HAVE_LIBC_PTHREAD +-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success +-- Found Threads: TRUE +-- Found advrobotics_lab3_interfaces: 0.0.0 (/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake) +-- Found ament_lint_auto: 0.12.14 (/opt/ros/humble/share/ament_lint_auto/cmake) +-- Added test 'cppcheck' to perform static code analysis on C / C++ code +-- Configured cppcheck include dirs: /home/ros/lab3_robotics/advrobotics_lab3_ros2/include;/home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel +-- Configured cppcheck exclude dirs and/or files: +-- Added test 'lint_cmake' to check CMake code style +-- Added test 'uncrustify' to check C / C++ code style +-- Configured uncrustify additional arguments: +-- Added test 'xmllint' to check XML markup files +-- Configuring done +-- Generating done +-- Build files have been written to: /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 +[ 22%] Building CXX object CMakeFiles/ik_client.dir/src/ik_client.cpp.o +[ 22%] Building CXX object CMakeFiles/ik_client.dir/src/Kinematics.cpp.o +[ 33%] Building CXX object CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.o +[ 44%] Building CXX object CMakeFiles/ik_server.dir/src/ik_server.cpp.o +/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/Kinematics.cpp: In function ‘std::vector computeInverseKinematics(float, float, float, float, float, float)’: +/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/Kinematics.cpp:43:20: warning: suggest parentheses around comparison in operand of ‘|’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wparentheses-Wparentheses]8;;] + 43 | if (cos_q3 >1 | cos_q3 <-1) + | ~~~~~~~^~ +[ 55%] Building CXX object CMakeFiles/ik_server.dir/src/Kinematics.cpp.o +/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/Kinematics.cpp: In function ‘std::vector computeInverseKinematics(float, float, float, float, float, float)’: +/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/Kinematics.cpp:43:20: warning: suggest parentheses around comparison in operand of ‘|’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wparentheses-Wparentheses]8;;] + 43 | if (cos_q3 >1 | cos_q3 <-1) + | ~~~~~~~^~ +[ 66%] Building CXX object CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.o +In file included from /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp:1: +/home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel/DynamixelHandler.h: In constructor ‘DynamixelHandler::DynamixelHandler()’: +/home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel/DynamixelHandler.h:72:35: warning: ‘DynamixelHandler::m_pPacketHandler’ will be initialized after []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreorder-Wreorder]8;;] + 72 | dynamixel::PacketHandler* m_pPacketHandler; + | ^~~~~~~~~~~~~~~~ +/home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel/DynamixelHandler.h:71:33: warning:  ‘dynamixel::PortHandler* DynamixelHandler::m_pPortHandler’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreorder-Wreorder]8;;] + 71 | dynamixel::PortHandler* m_pPortHandler; + | ^~~~~~~~~~~~~~ +/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp:3:1: warning:  when initialized here []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreorder-Wreorder]8;;] + 3 | DynamixelHandler::DynamixelHandler(): + | ^~~~~~~~~~~~~~~~ +In file included from /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp:1: +/home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel/DynamixelHandler.h:80:17: warning: ‘DynamixelHandler::m_ui8DxlError’ will be initialized after []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreorder-Wreorder]8;;] + 80 | uint8_t m_ui8DxlError; // Dynamixel error + | ^~~~~~~~~~~~~ +/home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel/DynamixelHandler.h:79:13: warning:  ‘int DynamixelHandler::m_i32DxlCommunicationResult’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreorder-Wreorder]8;;] + 79 | int m_i32DxlCommunicationResult; // Communication result + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ +/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp:3:1: warning:  when initialized here []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreorder-Wreorder]8;;] + 3 | DynamixelHandler::DynamixelHandler(): + | ^~~~~~~~~~~~~~~~ +/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp: In member function ‘bool DynamixelHandler::sendTargetJointPosition(std::vector&)’: +/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp:208:26: warning: unused variable ‘dxl_present_position’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;] + 208 | uint16_t dxl_present_position = 0; + | ^~~~~~~~~~~~~~~~~~~~ +[ 77%] Linking CXX executable ik_server +[ 77%] Built target ik_server +[ 88%] Linking CXX executable ik_client +[ 88%] Built target ik_client +[100%] Linking CXX executable poppy_core +[100%] Built target poppy_core +-- Install configuration: "" +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_server +-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_server" to "" +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_client +-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_client" to "" +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/poppy_core +-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/poppy_core" to "" +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_ros2 +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_ros2 +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.sh +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.dsv +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.sh +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.dsv +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.bash +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.sh +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.zsh +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.dsv +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/ament_index/resource_index/packages/advrobotics_lab3_ros2 +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config-version.cmake +-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.xml diff --git a/log/build_2025-12-17_08-21-26/advrobotics_lab3_ros2/streams.log b/log/build_2025-12-17_08-21-26/advrobotics_lab3_ros2/streams.log new file mode 100644 index 0000000..ca4725d --- /dev/null +++ b/log/build_2025-12-17_08-21-26/advrobotics_lab3_ros2/streams.log @@ -0,0 +1,113 @@ +[0.019s] Invoking command in '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2': AMENT_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins PYTHONPATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages:${PYTHONPATH} /usr/bin/cmake /home/ros/lab3_robotics/advrobotics_lab3_ros2 -DCMAKE_INSTALL_PREFIX=/home/ros/lab3_robotics/install/advrobotics_lab3_ros2 +[0.087s] -- The C compiler identification is GNU 11.4.0 +[0.168s] -- The CXX compiler identification is GNU 11.4.0 +[0.182s] -- Detecting C compiler ABI info +[0.276s] -- Detecting C compiler ABI info - done +[0.293s] -- Check for working C compiler: /usr/bin/cc - skipped +[0.294s] -- Detecting C compile features +[0.295s] -- Detecting C compile features - done +[0.301s] -- Detecting CXX compiler ABI info +[0.411s] -- Detecting CXX compiler ABI info - done +[0.425s] -- Check for working CXX compiler: /usr/bin/c++ - skipped +[0.426s] -- Detecting CXX compile features +[0.427s] -- Detecting CXX compile features - done +[0.433s] -- Found ament_cmake: 1.3.12 (/opt/ros/humble/share/ament_cmake/cmake) +[0.677s] -- Found Python3: /usr/bin/python3 (found version "3.10.12") found components: Interpreter +[0.898s] -- Found rclcpp: 16.0.16 (/opt/ros/humble/share/rclcpp/cmake) +[1.034s] -- Found rosidl_generator_c: 3.1.7 (/opt/ros/humble/share/rosidl_generator_c/cmake) +[1.044s] -- Found rosidl_adapter: 3.1.7 (/opt/ros/humble/share/rosidl_adapter/cmake) +[1.058s] -- Found rosidl_generator_cpp: 3.1.7 (/opt/ros/humble/share/rosidl_generator_cpp/cmake) +[1.079s] -- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c +[1.106s] -- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp +[1.260s] -- Found rmw_implementation_cmake: 6.1.2 (/opt/ros/humble/share/rmw_implementation_cmake/cmake) +[1.274s] -- Found rmw_cyclonedds_cpp: 1.3.4 (/opt/ros/humble/share/rmw_cyclonedds_cpp/cmake) +[1.511s] -- Using RMW implementation 'rmw_cyclonedds_cpp' as default +[1.669s] -- Looking for pthread.h +[1.791s] -- Looking for pthread.h - found +[1.791s] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD +[1.901s] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success +[1.903s] -- Found Threads: TRUE +[2.141s] -- Found advrobotics_lab3_interfaces: 0.0.0 (/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake) +[2.166s] -- Found ament_lint_auto: 0.12.14 (/opt/ros/humble/share/ament_lint_auto/cmake) +[2.287s] -- Added test 'cppcheck' to perform static code analysis on C / C++ code +[2.287s] -- Configured cppcheck include dirs: /home/ros/lab3_robotics/advrobotics_lab3_ros2/include;/home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel +[2.287s] -- Configured cppcheck exclude dirs and/or files: +[2.290s] -- Added test 'lint_cmake' to check CMake code style +[2.298s] -- Added test 'uncrustify' to check C / C++ code style +[2.298s] -- Configured uncrustify additional arguments: +[2.299s] -- Added test 'xmllint' to check XML markup files +[2.301s] -- Configuring done +[2.319s] -- Generating done +[2.327s] -- Build files have been written to: /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 +[2.338s] Invoked command in '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2' returned '0': AMENT_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins PYTHONPATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages:${PYTHONPATH} /usr/bin/cmake /home/ros/lab3_robotics/advrobotics_lab3_ros2 -DCMAKE_INSTALL_PREFIX=/home/ros/lab3_robotics/install/advrobotics_lab3_ros2 +[2.341s] Invoking command in '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2': AMENT_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins PYTHONPATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages:${PYTHONPATH} /usr/bin/cmake --build /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 -- -j4 -l4 +[2.418s] [ 22%] Building CXX object CMakeFiles/ik_client.dir/src/ik_client.cpp.o +[2.418s] [ 22%] Building CXX object CMakeFiles/ik_client.dir/src/Kinematics.cpp.o +[2.422s] [ 33%] Building CXX object CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.o +[2.424s] [ 44%] Building CXX object CMakeFiles/ik_server.dir/src/ik_server.cpp.o +[3.137s] /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/Kinematics.cpp: In function ‘std::vector computeInverseKinematics(float, float, float, float, float, float)’: +[3.137s] /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/Kinematics.cpp:43:20: warning: suggest parentheses around comparison in operand of ‘|’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wparentheses-Wparentheses]8;;] +[3.137s] 43 | if (cos_q3 >1 | cos_q3 <-1) +[3.137s] | ~~~~~~~^~ +[3.710s] [ 55%] Building CXX object CMakeFiles/ik_server.dir/src/Kinematics.cpp.o +[4.153s] /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/Kinematics.cpp: In function ‘std::vector computeInverseKinematics(float, float, float, float, float, float)’: +[4.154s] /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/Kinematics.cpp:43:20: warning: suggest parentheses around comparison in operand of ‘|’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wparentheses-Wparentheses]8;;] +[4.154s] 43 | if (cos_q3 >1 | cos_q3 <-1) +[4.154s] | ~~~~~~~^~ +[4.334s] [ 66%] Building CXX object CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.o +[5.171s] In file included from /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp:1: +[5.172s] /home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel/DynamixelHandler.h: In constructor ‘DynamixelHandler::DynamixelHandler()’: +[5.172s] /home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel/DynamixelHandler.h:72:35: warning: ‘DynamixelHandler::m_pPacketHandler’ will be initialized after []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreorder-Wreorder]8;;] +[5.172s] 72 | dynamixel::PacketHandler* m_pPacketHandler; +[5.172s] | ^~~~~~~~~~~~~~~~ +[5.173s] /home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel/DynamixelHandler.h:71:33: warning:  ‘dynamixel::PortHandler* DynamixelHandler::m_pPortHandler’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreorder-Wreorder]8;;] +[5.173s] 71 | dynamixel::PortHandler* m_pPortHandler; +[5.173s] | ^~~~~~~~~~~~~~ +[5.173s] /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp:3:1: warning:  when initialized here []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreorder-Wreorder]8;;] +[5.173s] 3 | DynamixelHandler::DynamixelHandler(): +[5.177s] | ^~~~~~~~~~~~~~~~ +[5.177s] In file included from /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp:1: +[5.178s] /home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel/DynamixelHandler.h:80:17: warning: ‘DynamixelHandler::m_ui8DxlError’ will be initialized after []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreorder-Wreorder]8;;] +[5.178s] 80 | uint8_t m_ui8DxlError; // Dynamixel error +[5.178s] | ^~~~~~~~~~~~~ +[5.178s] /home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel/DynamixelHandler.h:79:13: warning:  ‘int DynamixelHandler::m_i32DxlCommunicationResult’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreorder-Wreorder]8;;] +[5.178s] 79 | int m_i32DxlCommunicationResult; // Communication result +[5.178s] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ +[5.179s] /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp:3:1: warning:  when initialized here []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreorder-Wreorder]8;;] +[5.179s] 3 | DynamixelHandler::DynamixelHandler(): +[5.179s] | ^~~~~~~~~~~~~~~~ +[5.192s] /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp: In member function ‘bool DynamixelHandler::sendTargetJointPosition(std::vector&)’: +[5.192s] /home/ros/lab3_robotics/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp:208:26: warning: unused variable ‘dxl_present_position’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;] +[5.192s] 208 | uint16_t dxl_present_position = 0; +[5.193s] | ^~~~~~~~~~~~~~~~~~~~ +[10.559s] [ 77%] Linking CXX executable ik_server +[11.282s] [ 77%] Built target ik_server +[13.992s] [ 88%] Linking CXX executable ik_client +[14.340s] [ 88%] Built target ik_client +[22.814s] [100%] Linking CXX executable poppy_core +[23.655s] [100%] Built target poppy_core +[23.696s] Invoked command in '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2' returned '0': AMENT_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins PYTHONPATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages:${PYTHONPATH} /usr/bin/cmake --build /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 -- -j4 -l4 +[23.707s] Invoking command in '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2': AMENT_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins PYTHONPATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages:${PYTHONPATH} /usr/bin/cmake --install /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 +[23.719s] -- Install configuration: "" +[23.719s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_server +[23.721s] -- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_server" to "" +[23.721s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_client +[23.723s] -- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_client" to "" +[23.723s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/poppy_core +[23.731s] -- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/poppy_core" to "" +[23.731s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_ros2 +[23.732s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_ros2 +[23.732s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.sh +[23.732s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.dsv +[23.732s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.sh +[23.733s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.dsv +[23.733s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.bash +[23.733s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.sh +[23.733s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.zsh +[23.734s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.dsv +[23.734s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv +[23.734s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/ament_index/resource_index/packages/advrobotics_lab3_ros2 +[23.735s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config.cmake +[23.735s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config-version.cmake +[23.735s] -- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.xml +[23.740s] Invoked command in '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2' returned '0': AMENT_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins PYTHONPATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages:${PYTHONPATH} /usr/bin/cmake --install /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 diff --git a/log/build_2025-12-17_08-21-26/events.log b/log/build_2025-12-17_08-21-26/events.log new file mode 100644 index 0000000..fb6a93f --- /dev/null +++ b/log/build_2025-12-17_08-21-26/events.log @@ -0,0 +1,839 @@ +[0.000000] (-) TimerEvent: {} +[0.000482] (advrobotics_lab3_interfaces) JobQueued: {'identifier': 'advrobotics_lab3_interfaces', 'dependencies': OrderedDict()} +[0.000540] (advrobotics_lab3_ros2) JobQueued: {'identifier': 'advrobotics_lab3_ros2', 'dependencies': OrderedDict([('advrobotics_lab3_interfaces', '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces')])} +[0.000878] (advrobotics_lab3_interfaces) JobStarted: {'identifier': 'advrobotics_lab3_interfaces'} +[0.099541] (-) TimerEvent: {} +[0.137937] (advrobotics_lab3_interfaces) JobProgress: {'identifier': 'advrobotics_lab3_interfaces', 'progress': 'cmake'} +[0.139766] (advrobotics_lab3_interfaces) Command: {'cmd': ['/usr/bin/cmake', '/home/ros/lab3_robotics/advrobotics_lab3_interfaces', '-DCMAKE_INSTALL_PREFIX=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces'], 'cwd': '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'ros'), ('LC_TIME', 'fr_FR.UTF-8'), ('XDG_SESSION_TYPE', 'wayland'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:'), ('HOME', '/home/ros'), ('OLDPWD', '/home/ros/lab3_robotics/advrobotics_lab3_interfaces'), ('DESKTOP_SESSION', 'ubuntu'), ('GAZEBO_MASTER_URI', 'http://localhost:11345'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('LC_MONETARY', 'fr_FR.UTF-8'), ('SYSTEMD_EXEC_PID', '1645'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus'), ('COLORTERM', 'truecolor'), ('IM_CONFIG_PHASE', '1'), ('WAYLAND_DISPLAY', 'wayland-0'), ('COLCON_PREFIX_PATH', '/home/ros/turtlebot3_ws/install'), ('ROS_DISTRO', 'humble'), ('LOGNAME', 'ros'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('USERNAME', 'ros'), ('TERM', 'xterm-256color'), ('GAZEBO_MODEL_PATH', '/usr/share/gazebo-11/models:'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('OGRE_RESOURCE_PATH', '/usr/lib/x86_64-linux-gnu/OGRE-1.9.0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/ros-ubuntu07:@/tmp/.ICE-unix/1613,unix/ros-ubuntu07:/tmp/.ICE-unix/1613'), ('XDG_MENU_PREFIX', 'gnome-'), ('LC_ADDRESS', 'fr_FR.UTF-8'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/9cb7851e_e0dd_4448_ab9d_cc1f7028e359'), ('GNOME_SETUP_DISPLAY', ':1'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('LC_TELEPHONE', 'fr_FR.UTF-8'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu'), ('XAUTHORITY', '/run/user/1000/.mutter-Xwaylandauth.KF9LH3'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.96'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('ROS_DOMAIN_ID', '7'), ('AMENT_PREFIX_PATH', '/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_example:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('LC_NAME', 'fr_FR.UTF-8'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('LC_MEASUREMENT', 'fr_FR.UTF-8'), ('GAZEBO_RESOURCE_PATH', '/usr/share/gazebo-11:'), ('LC_IDENTIFICATION', 'fr_FR.UTF-8'), ('GAZEBO_MODEL_DATABASE_URI', 'http://models.gazebosim.org'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces'), ('TURTLEBOT3_MODEL', 'burger'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu:/etc/xdg'), ('GAZEBO_PLUGIN_PATH', '/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:'), ('XDG_DATA_DIRS', '/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/ros/turtlebot3_ws/build/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_teleop/lib/python3.10/site-packages:/home/ros/turtlebot3_ws/build/turtlebot3_example:/home/ros/turtlebot3_ws/install/turtlebot3_example/lib/python3.10/site-packages:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/local/lib/python3.10/dist-packages:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/local/lib/python3.10/dist-packages:/home/ros/turtlebot3_ws/install/dynamixel_sdk/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('LC_NUMERIC', 'fr_FR.UTF-8'), ('LC_PAPER', 'fr_FR.UTF-8'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble')]), 'shell': False} +[0.203478] (-) TimerEvent: {} +[0.304114] (-) TimerEvent: {} +[0.404609] (-) TimerEvent: {} +[0.505475] (-) TimerEvent: {} +[0.606384] (-) TimerEvent: {} +[0.706839] (-) TimerEvent: {} +[0.807702] (-) TimerEvent: {} +[0.908345] (-) TimerEvent: {} +[1.008804] (-) TimerEvent: {} +[1.109488] (-) TimerEvent: {} +[1.210303] (-) TimerEvent: {} +[1.311116] (-) TimerEvent: {} +[1.411698] (-) TimerEvent: {} +[1.512400] (-) TimerEvent: {} +[1.613113] (-) TimerEvent: {} +[1.664051] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- The C compiler identification is GNU 11.4.0\n'} +[1.713356] (-) TimerEvent: {} +[1.814160] (-) TimerEvent: {} +[1.915192] (-) TimerEvent: {} +[2.016122] (-) TimerEvent: {} +[2.116938] (-) TimerEvent: {} +[2.217753] (-) TimerEvent: {} +[2.318453] (-) TimerEvent: {} +[2.392697] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- The CXX compiler identification is GNU 11.4.0\n'} +[2.418620] (-) TimerEvent: {} +[2.469914] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Detecting C compiler ABI info\n'} +[2.518837] (-) TimerEvent: {} +[2.619683] (-) TimerEvent: {} +[2.720441] (-) TimerEvent: {} +[2.765790] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Detecting C compiler ABI info - done\n'} +[2.779784] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Check for working C compiler: /usr/bin/cc - skipped\n'} +[2.780586] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Detecting C compile features\n'} +[2.812034] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Detecting C compile features - done\n'} +[2.820587] (-) TimerEvent: {} +[2.834258] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Detecting CXX compiler ABI info\n'} +[2.920754] (-) TimerEvent: {} +[2.986100] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Detecting CXX compiler ABI info - done\n'} +[2.996729] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Check for working CXX compiler: /usr/bin/c++ - skipped\n'} +[2.997135] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Detecting CXX compile features\n'} +[2.997741] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Detecting CXX compile features - done\n'} +[3.021052] (-) TimerEvent: {} +[3.106719] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Found ament_cmake: 1.3.12 (/opt/ros/humble/share/ament_cmake/cmake)\n'} +[3.121136] (-) TimerEvent: {} +[3.221756] (-) TimerEvent: {} +[3.322592] (-) TimerEvent: {} +[3.423467] (-) TimerEvent: {} +[3.524337] (-) TimerEvent: {} +[3.625131] (-) TimerEvent: {} +[3.725789] (-) TimerEvent: {} +[3.826261] (-) TimerEvent: {} +[3.926616] (-) TimerEvent: {} +[3.966558] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Found Python3: /usr/bin/python3 (found version "3.10.12") found components: Interpreter \n'} +[4.026744] (-) TimerEvent: {} +[4.127129] (-) TimerEvent: {} +[4.227626] (-) TimerEvent: {} +[4.283165] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Found std_msgs: 4.9.0 (/opt/ros/humble/share/std_msgs/cmake)\n'} +[4.327881] (-) TimerEvent: {} +[4.428756] (-) TimerEvent: {} +[4.529450] (-) TimerEvent: {} +[4.622641] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Found rosidl_generator_c: 3.1.7 (/opt/ros/humble/share/rosidl_generator_c/cmake)\n'} +[4.629599] (-) TimerEvent: {} +[4.685560] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Found rosidl_adapter: 3.1.7 (/opt/ros/humble/share/rosidl_adapter/cmake)\n'} +[4.719836] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Found rosidl_generator_cpp: 3.1.7 (/opt/ros/humble/share/rosidl_generator_cpp/cmake)\n'} +[4.729698] (-) TimerEvent: {} +[4.830177] (-) TimerEvent: {} +[4.834797] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c\n'} +[4.930404] (-) TimerEvent: {} +[4.987304] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp\n'} +[5.030589] (-) TimerEvent: {} +[5.113128] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Found rosidl_default_generators: 1.2.0 (/opt/ros/humble/share/rosidl_default_generators/cmake)\n'} +[5.130737] (-) TimerEvent: {} +[5.231208] (-) TimerEvent: {} +[5.331540] (-) TimerEvent: {} +[5.432021] (-) TimerEvent: {} +[5.532658] (-) TimerEvent: {} +[5.633120] (-) TimerEvent: {} +[5.733752] (-) TimerEvent: {} +[5.808233] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Found ament_cmake_ros: 0.10.0 (/opt/ros/humble/share/ament_cmake_ros/cmake)\n'} +[5.834017] (-) TimerEvent: {} +[5.934570] (-) TimerEvent: {} +[6.035109] (-) TimerEvent: {} +[6.135612] (-) TimerEvent: {} +[6.236082] (-) TimerEvent: {} +[6.336661] (-) TimerEvent: {} +[6.437112] (-) TimerEvent: {} +[6.537563] (-) TimerEvent: {} +[6.638320] (-) TimerEvent: {} +[6.713806] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c\n'} +[6.738498] (-) TimerEvent: {} +[6.839040] (-) TimerEvent: {} +[6.939401] (-) TimerEvent: {} +[7.003717] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp\n'} +[7.039532] (-) TimerEvent: {} +[7.062243] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.6") \n'} +[7.091895] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Found python_cmake_module: 0.10.0 (/opt/ros/humble/share/python_cmake_module/cmake)\n'} +[7.139725] (-) TimerEvent: {} +[7.240373] (-) TimerEvent: {} +[7.256001] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.10.so (found suitable version "3.10.12", minimum required is "3.5") \n'} +[7.256778] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Using PYTHON_EXECUTABLE: /usr/bin/python3\n'} +[7.257258] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Using PYTHON_INCLUDE_DIRS: /usr/include/python3.10\n'} +[7.257690] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Using PYTHON_LIBRARIES: /usr/lib/x86_64-linux-gnu/libpython3.10.so\n'} +[7.295635] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Found PythonExtra: .so \n'} +[7.340517] (-) TimerEvent: {} +[7.441162] (-) TimerEvent: {} +[7.528221] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Found ament_lint_auto: 0.12.14 (/opt/ros/humble/share/ament_lint_auto/cmake)\n'} +[7.541316] (-) TimerEvent: {} +[7.641866] (-) TimerEvent: {} +[7.742530] (-) TimerEvent: {} +[7.760899] (advrobotics_lab3_interfaces) StdoutLine: {'line': b"-- Added test 'lint_cmake' to check CMake code style\n"} +[7.783175] (advrobotics_lab3_interfaces) StdoutLine: {'line': b"-- Added test 'xmllint' to check XML markup files\n"} +[7.805319] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Configuring done\n'} +[7.842704] (-) TimerEvent: {} +[7.943338] (-) TimerEvent: {} +[7.962040] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Generating done\n'} +[7.986488] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Build files have been written to: /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces\n'} +[7.997306] (advrobotics_lab3_interfaces) CommandEnded: {'returncode': 0} +[7.998906] (advrobotics_lab3_interfaces) JobProgress: {'identifier': 'advrobotics_lab3_interfaces', 'progress': 'build'} +[8.002302] (advrobotics_lab3_interfaces) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces', '--', '-j4', '-l4'], 'cwd': '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'ros'), ('LC_TIME', 'fr_FR.UTF-8'), ('XDG_SESSION_TYPE', 'wayland'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:'), ('HOME', '/home/ros'), ('OLDPWD', '/home/ros/lab3_robotics/advrobotics_lab3_interfaces'), ('DESKTOP_SESSION', 'ubuntu'), ('GAZEBO_MASTER_URI', 'http://localhost:11345'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('LC_MONETARY', 'fr_FR.UTF-8'), ('SYSTEMD_EXEC_PID', '1645'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus'), ('COLORTERM', 'truecolor'), ('IM_CONFIG_PHASE', '1'), ('WAYLAND_DISPLAY', 'wayland-0'), ('COLCON_PREFIX_PATH', '/home/ros/turtlebot3_ws/install'), ('ROS_DISTRO', 'humble'), ('LOGNAME', 'ros'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('USERNAME', 'ros'), ('TERM', 'xterm-256color'), ('GAZEBO_MODEL_PATH', '/usr/share/gazebo-11/models:'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('OGRE_RESOURCE_PATH', '/usr/lib/x86_64-linux-gnu/OGRE-1.9.0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/ros-ubuntu07:@/tmp/.ICE-unix/1613,unix/ros-ubuntu07:/tmp/.ICE-unix/1613'), ('XDG_MENU_PREFIX', 'gnome-'), ('LC_ADDRESS', 'fr_FR.UTF-8'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/9cb7851e_e0dd_4448_ab9d_cc1f7028e359'), ('GNOME_SETUP_DISPLAY', ':1'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('LC_TELEPHONE', 'fr_FR.UTF-8'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu'), ('XAUTHORITY', '/run/user/1000/.mutter-Xwaylandauth.KF9LH3'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.96'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('ROS_DOMAIN_ID', '7'), ('AMENT_PREFIX_PATH', '/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_example:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('LC_NAME', 'fr_FR.UTF-8'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('LC_MEASUREMENT', 'fr_FR.UTF-8'), ('GAZEBO_RESOURCE_PATH', '/usr/share/gazebo-11:'), ('LC_IDENTIFICATION', 'fr_FR.UTF-8'), ('GAZEBO_MODEL_DATABASE_URI', 'http://models.gazebosim.org'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces'), ('TURTLEBOT3_MODEL', 'burger'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu:/etc/xdg'), ('GAZEBO_PLUGIN_PATH', '/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:'), ('XDG_DATA_DIRS', '/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/ros/turtlebot3_ws/build/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_teleop/lib/python3.10/site-packages:/home/ros/turtlebot3_ws/build/turtlebot3_example:/home/ros/turtlebot3_ws/install/turtlebot3_example/lib/python3.10/site-packages:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/local/lib/python3.10/dist-packages:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/local/lib/python3.10/dist-packages:/home/ros/turtlebot3_ws/install/dynamixel_sdk/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('LC_NUMERIC', 'fr_FR.UTF-8'), ('LC_PAPER', 'fr_FR.UTF-8'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble')]), 'shell': False} +[8.043449] (-) TimerEvent: {} +[8.062454] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 2%] \x1b[34m\x1b[1mGenerating C code for ROS interfaces\x1b[0m\n'} +[8.076813] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 4%] \x1b[34m\x1b[1mGenerating C++ code for ROS interfaces\x1b[0m\n'} +[8.092875] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 4%] Built target ament_cmake_python_copy_advrobotics_lab3_interfaces\n'} +[8.143562] (-) TimerEvent: {} +[8.243925] (-) TimerEvent: {} +[8.344263] (-) TimerEvent: {} +[8.444623] (-) TimerEvent: {} +[8.509618] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'running egg_info\n'} +[8.510929] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'creating advrobotics_lab3_interfaces.egg-info\n'} +[8.511401] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'writing advrobotics_lab3_interfaces.egg-info/PKG-INFO\n'} +[8.511722] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'writing dependency_links to advrobotics_lab3_interfaces.egg-info/dependency_links.txt\n'} +[8.512073] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'writing top-level names to advrobotics_lab3_interfaces.egg-info/top_level.txt\n'} +[8.512568] (advrobotics_lab3_interfaces) StdoutLine: {'line': b"writing manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'\n"} +[8.517442] (advrobotics_lab3_interfaces) StdoutLine: {'line': b"reading manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'\n"} +[8.518584] (advrobotics_lab3_interfaces) StdoutLine: {'line': b"writing manifest file 'advrobotics_lab3_interfaces.egg-info/SOURCES.txt'\n"} +[8.544755] (-) TimerEvent: {} +[8.568751] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 4%] Built target ament_cmake_python_build_advrobotics_lab3_interfaces_egg\n'} +[8.644867] (-) TimerEvent: {} +[8.745233] (-) TimerEvent: {} +[8.847445] (-) TimerEvent: {} +[8.944811] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 4%] Built target advrobotics_lab3_interfaces__cpp\n'} +[8.949054] (-) TimerEvent: {} +[8.963711] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 8%] \x1b[34m\x1b[1mGenerating C++ type support for eProsima Fast-RTPS\x1b[0m\n'} +[8.964157] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 8%] \x1b[34m\x1b[1mGenerating C++ type support dispatch for ROS interfaces\x1b[0m\n'} +[8.964380] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 10%] \x1b[34m\x1b[1mGenerating C++ introspection for ROS interfaces\x1b[0m\n'} +[8.990166] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 12%] \x1b[32mBuilding C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/joints__functions.c.o\x1b[0m\n'} +[9.049168] (-) TimerEvent: {} +[9.149511] (-) TimerEvent: {} +[9.249857] (-) TimerEvent: {} +[9.350223] (-) TimerEvent: {} +[9.449120] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 14%] \x1b[32mBuilding C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c.o\x1b[0m\n'} +[9.450322] (-) TimerEvent: {} +[9.546148] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 17%] \x1b[32mBuilding C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_c.dir/rosidl_generator_c/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c.o\x1b[0m\n'} +[9.550576] (-) TimerEvent: {} +[9.580081] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 19%] \x1b[32mBuilding CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o\x1b[0m\n'} +[9.650699] (-) TimerEvent: {} +[9.679037] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 21%] \x1b[32m\x1b[1mLinking C shared library libadvrobotics_lab3_interfaces__rosidl_generator_c.so\x1b[0m\n'} +[9.750860] (-) TimerEvent: {} +[9.756018] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 23%] \x1b[32mBuilding CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp.o\x1b[0m\n'} +[9.808879] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 23%] Built target advrobotics_lab3_interfaces__rosidl_generator_c\n'} +[9.820156] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 25%] \x1b[32mBuilding CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp.o\x1b[0m\n'} +[9.842093] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 27%] \x1b[32mBuilding CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/joints__type_support.cpp.o\x1b[0m\n'} +[9.850977] (-) TimerEvent: {} +[9.951461] (-) TimerEvent: {} +[10.052261] (-) TimerEvent: {} +[10.152826] (-) TimerEvent: {} +[10.253462] (-) TimerEvent: {} +[10.354117] (-) TimerEvent: {} +[10.454716] (-) TimerEvent: {} +[10.555415] (-) TimerEvent: {} +[10.656300] (-) TimerEvent: {} +[10.757111] (-) TimerEvent: {} +[10.857762] (-) TimerEvent: {} +[10.958274] (-) TimerEvent: {} +[11.058683] (-) TimerEvent: {} +[11.159067] (-) TimerEvent: {} +[11.259481] (-) TimerEvent: {} +[11.361065] (-) TimerEvent: {} +[11.409447] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 29%] \x1b[32mBuilding CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o\x1b[0m\n'} +[11.461189] (-) TimerEvent: {} +[11.563051] (-) TimerEvent: {} +[11.663461] (-) TimerEvent: {} +[11.668427] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 31%] \x1b[32mBuilding CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_cpp.dir/rosidl_typesupport_cpp/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o\x1b[0m\n'} +[11.673775] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 34%] \x1b[32mBuilding CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.dir/rosidl_typesupport_introspection_cpp/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp.o\x1b[0m\n'} +[11.765095] (-) TimerEvent: {} +[11.865727] (-) TimerEvent: {} +[11.963054] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 36%] \x1b[32mBuilding CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps/gripper__type_support.cpp.o\x1b[0m\n'} +[11.965865] (-) TimerEvent: {} +[12.018836] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 38%] \x1b[32mBuilding CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.dir/rosidl_typesupport_fastrtps_cpp/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps/invkin__type_support.cpp.o\x1b[0m\n'} +[12.066007] (-) TimerEvent: {} +[12.166414] (-) TimerEvent: {} +[12.266882] (-) TimerEvent: {} +[12.356609] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 40%] \x1b[32m\x1b[1mLinking CXX shared library libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so\x1b[0m\n'} +[12.367040] (-) TimerEvent: {} +[12.470070] (-) TimerEvent: {} +[12.475417] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 40%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_cpp\n'} +[12.499141] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 42%] \x1b[34m\x1b[1mGenerating C type support for eProsima Fast-RTPS\x1b[0m\n'} +[12.570205] (-) TimerEvent: {} +[12.578322] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 44%] \x1b[32m\x1b[1mLinking CXX shared library libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so\x1b[0m\n'} +[12.670386] (-) TimerEvent: {} +[12.704940] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 44%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp\n'} +[12.726009] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 46%] \x1b[34m\x1b[1mGenerating C introspection for ROS interfaces\x1b[0m\n'} +[12.770501] (-) TimerEvent: {} +[12.870860] (-) TimerEvent: {} +[12.872151] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 48%] \x1b[34m\x1b[1mGenerating C type support dispatch for ROS interfaces\x1b[0m\n'} +[12.970988] (-) TimerEvent: {} +[13.064034] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 51%] \x1b[32m\x1b[1mLinking CXX shared library libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so\x1b[0m\n'} +[13.071086] (-) TimerEvent: {} +[13.171511] (-) TimerEvent: {} +[13.271950] (-) TimerEvent: {} +[13.274594] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 51%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp\n'} +[13.372541] (-) TimerEvent: {} +[13.431062] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 55%] \x1b[32mBuilding CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support_c.cpp.o\x1b[0m\n'} +[13.432085] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 55%] \x1b[32mBuilding CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support_c.cpp.o\x1b[0m\n'} +[13.472667] (-) TimerEvent: {} +[13.523068] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 57%] \x1b[32mBuilding CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/joints__type_support.cpp.o\x1b[0m\n'} +[13.572832] (-) TimerEvent: {} +[13.581389] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 59%] \x1b[32mBuilding CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/msg/gripper__type_support.cpp.o\x1b[0m\n'} +[13.602181] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 61%] \x1b[32mBuilding C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c.o\x1b[0m\n'} +[13.628158] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 63%] \x1b[32mBuilding CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/advrobotics_lab3_interfaces/srv/invkin__type_support.cpp.o\x1b[0m\n'} +[13.669162] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 65%] \x1b[32mBuilding C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c.o\x1b[0m\n'} +[13.676059] (-) TimerEvent: {} +[13.690403] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 68%] \x1b[32m\x1b[1mLinking CXX shared library libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so\x1b[0m\n'} +[13.731142] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 70%] \x1b[32mBuilding C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.dir/rosidl_typesupport_introspection_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c.o\x1b[0m\n'} +[13.776193] (-) TimerEvent: {} +[13.784891] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 70%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c\n'} +[13.802365] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 72%] \x1b[32mBuilding CXX object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.dir/rosidl_typesupport_fastrtps_c/advrobotics_lab3_interfaces/srv/detail/invkin__type_support_c.cpp.o\x1b[0m\n'} +[13.805820] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 74%] \x1b[32m\x1b[1mLinking C shared library libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so\x1b[0m\n'} +[13.879049] (-) TimerEvent: {} +[13.900712] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 74%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c\n'} +[13.979193] (-) TimerEvent: {} +[14.079617] (-) TimerEvent: {} +[14.180044] (-) TimerEvent: {} +[14.280543] (-) TimerEvent: {} +[14.381026] (-) TimerEvent: {} +[14.417771] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 76%] \x1b[32m\x1b[1mLinking CXX shared library libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so\x1b[0m\n'} +[14.481161] (-) TimerEvent: {} +[14.529958] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 76%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c\n'} +[14.559242] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 76%] Built target advrobotics_lab3_interfaces\n'} +[14.581288] (-) TimerEvent: {} +[14.587305] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 78%] \x1b[34m\x1b[1mGenerating Python code for ROS interfaces\x1b[0m\n'} +[14.681400] (-) TimerEvent: {} +[14.781755] (-) TimerEvent: {} +[14.882035] (-) TimerEvent: {} +[14.982354] (-) TimerEvent: {} +[15.082651] (-) TimerEvent: {} +[15.182957] (-) TimerEvent: {} +[15.283276] (-) TimerEvent: {} +[15.372215] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 78%] Built target advrobotics_lab3_interfaces__py\n'} +[15.383417] (-) TimerEvent: {} +[15.403320] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 80%] \x1b[32mBuilding C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/srv/_invkin_s.c.o\x1b[0m\n'} +[15.406823] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 85%] \x1b[32mBuilding C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_gripper_s.c.o\x1b[0m\n'} +[15.407164] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 85%] \x1b[32mBuilding C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_generator_py.dir/rosidl_generator_py/advrobotics_lab3_interfaces/msg/_joints_s.c.o\x1b[0m\n'} +[15.483583] (-) TimerEvent: {} +[15.584104] (-) TimerEvent: {} +[15.684618] (-) TimerEvent: {} +[15.785131] (-) TimerEvent: {} +[15.885819] (-) TimerEvent: {} +[15.986280] (-) TimerEvent: {} +[16.086827] (-) TimerEvent: {} +[16.120589] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 87%] \x1b[32m\x1b[1mLinking C shared library rosidl_generator_py/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so\x1b[0m\n'} +[16.187009] (-) TimerEvent: {} +[16.217605] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 87%] Built target advrobotics_lab3_interfaces__rosidl_generator_py\n'} +[16.249728] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 89%] \x1b[32mBuilding C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c.o\x1b[0m\n'} +[16.250226] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 91%] \x1b[32mBuilding C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c.o\x1b[0m\n'} +[16.256038] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 93%] \x1b[32mBuilding C object CMakeFiles/advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext.dir/rosidl_generator_py/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c.o\x1b[0m\n'} +[16.287071] (-) TimerEvent: {} +[16.387479] (-) TimerEvent: {} +[16.412777] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 95%] \x1b[32m\x1b[1mLinking C shared library rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so\x1b[0m\n'} +[16.466797] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[ 95%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c__pyext\n'} +[16.487272] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[100%] \x1b[32m\x1b[1mLinking C shared library rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so\x1b[0m\n'} +[16.487587] (-) TimerEvent: {} +[16.487796] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[100%] \x1b[32m\x1b[1mLinking C shared library rosidl_generator_py/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so\x1b[0m\n'} +[16.540301] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[100%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_introspection_c__pyext\n'} +[16.540665] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'[100%] Built target advrobotics_lab3_interfaces__rosidl_typesupport_c__pyext\n'} +[16.556060] (advrobotics_lab3_interfaces) CommandEnded: {'returncode': 0} +[16.557170] (advrobotics_lab3_interfaces) JobProgress: {'identifier': 'advrobotics_lab3_interfaces', 'progress': 'install'} +[16.568502] (advrobotics_lab3_interfaces) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces'], 'cwd': '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'ros'), ('LC_TIME', 'fr_FR.UTF-8'), ('XDG_SESSION_TYPE', 'wayland'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:'), ('HOME', '/home/ros'), ('OLDPWD', '/home/ros/lab3_robotics/advrobotics_lab3_interfaces'), ('DESKTOP_SESSION', 'ubuntu'), ('GAZEBO_MASTER_URI', 'http://localhost:11345'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('LC_MONETARY', 'fr_FR.UTF-8'), ('SYSTEMD_EXEC_PID', '1645'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus'), ('COLORTERM', 'truecolor'), ('IM_CONFIG_PHASE', '1'), ('WAYLAND_DISPLAY', 'wayland-0'), ('COLCON_PREFIX_PATH', '/home/ros/turtlebot3_ws/install'), ('ROS_DISTRO', 'humble'), ('LOGNAME', 'ros'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('USERNAME', 'ros'), ('TERM', 'xterm-256color'), ('GAZEBO_MODEL_PATH', '/usr/share/gazebo-11/models:'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('OGRE_RESOURCE_PATH', '/usr/lib/x86_64-linux-gnu/OGRE-1.9.0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/ros-ubuntu07:@/tmp/.ICE-unix/1613,unix/ros-ubuntu07:/tmp/.ICE-unix/1613'), ('XDG_MENU_PREFIX', 'gnome-'), ('LC_ADDRESS', 'fr_FR.UTF-8'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/9cb7851e_e0dd_4448_ab9d_cc1f7028e359'), ('GNOME_SETUP_DISPLAY', ':1'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('LC_TELEPHONE', 'fr_FR.UTF-8'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu'), ('XAUTHORITY', '/run/user/1000/.mutter-Xwaylandauth.KF9LH3'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.96'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('ROS_DOMAIN_ID', '7'), ('AMENT_PREFIX_PATH', '/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_example:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('LC_NAME', 'fr_FR.UTF-8'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('LC_MEASUREMENT', 'fr_FR.UTF-8'), ('GAZEBO_RESOURCE_PATH', '/usr/share/gazebo-11:'), ('LC_IDENTIFICATION', 'fr_FR.UTF-8'), ('GAZEBO_MODEL_DATABASE_URI', 'http://models.gazebosim.org'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces'), ('TURTLEBOT3_MODEL', 'burger'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu:/etc/xdg'), ('GAZEBO_PLUGIN_PATH', '/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:'), ('XDG_DATA_DIRS', '/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/ros/turtlebot3_ws/build/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_teleop/lib/python3.10/site-packages:/home/ros/turtlebot3_ws/build/turtlebot3_example:/home/ros/turtlebot3_ws/install/turtlebot3_example/lib/python3.10/site-packages:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/local/lib/python3.10/dist-packages:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/local/lib/python3.10/dist-packages:/home/ros/turtlebot3_ws/install/dynamixel_sdk/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('LC_NUMERIC', 'fr_FR.UTF-8'), ('LC_PAPER', 'fr_FR.UTF-8'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble')]), 'shell': False} +[16.580143] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[16.580892] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/rosidl_interfaces/advrobotics_lab3_interfaces\n'} +[16.581241] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces\n'} +[16.581468] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv\n'} +[16.581676] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.h\n'} +[16.581922] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail\n'} +[16.582122] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.h\n'} +[16.582283] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__functions.c\n'} +[16.582429] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.h\n'} +[16.582613] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.h\n'} +[16.582753] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg\n'} +[16.582893] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_c__visibility_control.h\n'} +[16.583115] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.h\n'} +[16.583276] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail\n'} +[16.583413] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.h\n'} +[16.583546] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.h\n'} +[16.583679] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.c\n'} +[16.583812] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.h\n'} +[16.584047] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__functions.h\n'} +[16.584288] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__functions.c\n'} +[16.584461] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.h\n'} +[16.584659] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.h\n'} +[16.584826] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.h\n'} +[16.585045] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.sh\n'} +[16.585224] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/library_path.dsv\n'} +[16.585398] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so\n'} +[16.585637] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_c.so" to ""\n'} +[16.585866] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces\n'} +[16.586074] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv\n'} +[16.586288] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail\n'} +[16.586494] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_c.h\n'} +[16.586659] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg\n'} +[16.586868] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_c__visibility_control.h\n'} +[16.587054] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail\n'} +[16.587260] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_c.h\n'} +[16.587431] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_c.h\n'} +[16.587592] (-) TimerEvent: {} +[16.587812] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so\n'} +[16.588028] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_c.so" to ""\n'} +[16.588256] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces\n'} +[16.588441] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv\n'} +[16.588625] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/invkin.hpp\n'} +[16.588790] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail\n'} +[16.588991] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__traits.hpp\n'} +[16.589213] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__builder.hpp\n'} +[16.589401] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__struct.hpp\n'} +[16.589595] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.hpp\n'} +[16.589782] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg\n'} +[16.589971] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/gripper.hpp\n'} +[16.590167] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/joints.hpp\n'} +[16.590347] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_generator_cpp__visibility_control.hpp\n'} +[16.590532] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail\n'} +[16.590716] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__struct.hpp\n'} +[16.590899] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__struct.hpp\n'} +[16.591094] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__builder.hpp\n'} +[16.591304] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__traits.hpp\n'} +[16.591461] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.hpp\n'} +[16.591668] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__traits.hpp\n'} +[16.591879] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.hpp\n'} +[16.592082] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__builder.hpp\n'} +[16.592314] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces\n'} +[16.592475] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv\n'} +[16.592678] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail\n'} +[16.592840] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/dds_fastrtps\n'} +[16.593043] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_fastrtps_cpp.hpp\n'} +[16.593216] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg\n'} +[16.593407] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail\n'} +[16.593570] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_fastrtps_cpp.hpp\n'} +[16.593735] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/dds_fastrtps\n'} +[16.593894] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_fastrtps_cpp.hpp\n'} +[16.594159] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h\n'} +[16.594366] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so\n'} +[16.594551] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cpp.so" to ""\n'} +[16.594735] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces\n'} +[16.594917] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv\n'} +[16.595138] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail\n'} +[16.595324] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_c.h\n'} +[16.595486] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.c\n'} +[16.595674] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg\n'} +[16.595856] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/rosidl_typesupport_introspection_c__visibility_control.h\n'} +[16.596049] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail\n'} +[16.596228] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.c\n'} +[16.596392] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_c.h\n'} +[16.596572] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.c\n'} +[16.596755] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_c.h\n'} +[16.596949] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so\n'} +[16.597139] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_c.so" to ""\n'} +[16.597298] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so\n'} +[16.597578] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_c.so" to ""\n'} +[16.597801] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces\n'} +[16.597979] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv\n'} +[16.598194] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail\n'} +[16.598363] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__type_support.cpp\n'} +[16.598570] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/srv/detail/invkin__rosidl_typesupport_introspection_cpp.hpp\n'} +[16.598756] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg\n'} +[16.598940] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Up-to-date: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail\n'} +[16.599140] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__type_support.cpp\n'} +[16.599297] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/gripper__rosidl_typesupport_introspection_cpp.hpp\n'} +[16.599485] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__type_support.cpp\n'} +[16.599644] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/include/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces/msg/detail/joints__rosidl_typesupport_introspection_cpp.hpp\n'} +[16.599809] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so\n'} +[16.600025] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_introspection_cpp.so" to ""\n'} +[16.600234] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so\n'} +[16.600669] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_typesupport_cpp.so" to ""\n'} +[16.600887] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.sh\n'} +[16.601087] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/pythonpath.dsv\n'} +[16.601300] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info\n'} +[16.601562] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/dependency_links.txt\n'} +[16.601776] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/PKG-INFO\n'} +[16.601994] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/SOURCES.txt\n'} +[16.602205] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces-0.0.0-py3.10.egg-info/top_level.txt\n'} +[16.602438] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces\n'} +[16.602650] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_introspection_c.c\n'} +[16.602851] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so\n'} +[16.603082] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv\n'} +[16.603275] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin.py\n'} +[16.603480] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__init__.py\n'} +[16.603670] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin_s.c\n'} +[16.603892] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so\n'} +[16.604158] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__init__.py\n'} +[16.604361] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_fastrtps_c.c\n'} +[16.604571] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg\n'} +[16.604770] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints.py\n'} +[16.604953] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper_s.c\n'} +[16.605154] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper.py\n'} +[16.605344] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__init__.py\n'} +[16.605540] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints_s.c\n'} +[16.605775] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/libadvrobotics_lab3_interfaces__rosidl_generator_py.so\n'} +[16.606034] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/_advrobotics_lab3_interfaces_s.ep.rosidl_typesupport_c.c\n'} +[16.606265] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so\n'} +[16.683076] (advrobotics_lab3_interfaces) StdoutLine: {'line': b"Listing '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces'...\n"} +[16.683397] (advrobotics_lab3_interfaces) StdoutLine: {'line': b"Compiling '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/__init__.py'...\n"} +[16.683517] (advrobotics_lab3_interfaces) StdoutLine: {'line': b"Listing '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg'...\n"} +[16.683669] (advrobotics_lab3_interfaces) StdoutLine: {'line': b"Compiling '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/__init__.py'...\n"} +[16.683844] (advrobotics_lab3_interfaces) StdoutLine: {'line': b"Compiling '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_gripper.py'...\n"} +[16.683992] (advrobotics_lab3_interfaces) StdoutLine: {'line': b"Compiling '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/msg/_joints.py'...\n"} +[16.684102] (advrobotics_lab3_interfaces) StdoutLine: {'line': b"Listing '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv'...\n"} +[16.684193] (advrobotics_lab3_interfaces) StdoutLine: {'line': b"Compiling '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/__init__.py'...\n"} +[16.684282] (advrobotics_lab3_interfaces) StdoutLine: {'line': b"Compiling '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/srv/_invkin.py'...\n"} +[16.687764] (-) TimerEvent: {} +[16.690495] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so\n'} +[16.690908] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so" to ""\n'} +[16.691252] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so\n'} +[16.691783] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so" to ""\n'} +[16.692122] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so\n'} +[16.692783] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages/advrobotics_lab3_interfaces/advrobotics_lab3_interfaces_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so" to ""\n'} +[16.693013] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so\n'} +[16.693527] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/libadvrobotics_lab3_interfaces__rosidl_generator_py.so" to ""\n'} +[16.693718] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.idl\n'} +[16.693921] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.idl\n'} +[16.694211] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.idl\n'} +[16.694427] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Joints.msg\n'} +[16.694654] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/msg/Gripper.msg\n'} +[16.694871] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin.srv\n'} +[16.695126] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Request.msg\n'} +[16.695346] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/srv/Invkin_Response.msg\n'} +[16.695617] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_interfaces\n'} +[16.695893] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_interfaces\n'} +[16.696135] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.sh\n'} +[16.696351] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/ament_prefix_path.dsv\n'} +[16.696570] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.sh\n'} +[16.696780] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/environment/path.dsv\n'} +[16.697002] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.bash\n'} +[16.697215] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.sh\n'} +[16.697450] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.zsh\n'} +[16.697642] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/local_setup.dsv\n'} +[16.697850] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv\n'} +[16.698142] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/ament_index/resource_index/packages/advrobotics_lab3_interfaces\n'} +[16.698427] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport.cmake\n'} +[16.698656] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cExport-noconfig.cmake\n'} +[16.698990] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport.cmake\n'} +[16.699293] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cExport-noconfig.cmake\n'} +[16.699615] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_cppExport.cmake\n'} +[16.699826] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport.cmake\n'} +[16.700017] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake\n'} +[16.700247] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport.cmake\n'} +[16.700458] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake\n'} +[16.700681] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport.cmake\n'} +[16.700893] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cExport-noconfig.cmake\n'} +[16.701190] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport.cmake\n'} +[16.701381] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake\n'} +[16.701577] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport.cmake\n'} +[16.701762] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfaces__rosidl_typesupport_cppExport-noconfig.cmake\n'} +[16.701970] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport.cmake\n'} +[16.702166] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/export_advrobotics_lab3_interfaces__rosidl_generator_pyExport-noconfig.cmake\n'} +[16.702343] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake-extras.cmake\n'} +[16.702521] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake\n'} +[16.702702] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_include_directories-extras.cmake\n'} +[16.702876] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_libraries-extras.cmake\n'} +[16.703068] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/ament_cmake_export_targets-extras.cmake\n'} +[16.703243] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_targets-extras.cmake\n'} +[16.703422] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake\n'} +[16.703604] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig.cmake\n'} +[16.703743] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake/advrobotics_lab3_interfacesConfig-version.cmake\n'} +[16.703915] (advrobotics_lab3_interfaces) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.xml\n'} +[16.706612] (advrobotics_lab3_interfaces) CommandEnded: {'returncode': 0} +[16.788071] (-) TimerEvent: {} +[16.888881] (-) TimerEvent: {} +[16.964599] (advrobotics_lab3_interfaces) JobEnded: {'identifier': 'advrobotics_lab3_interfaces', 'rc': 0} +[16.968179] (advrobotics_lab3_ros2) JobStarted: {'identifier': 'advrobotics_lab3_ros2'} +[16.983937] (advrobotics_lab3_ros2) JobProgress: {'identifier': 'advrobotics_lab3_ros2', 'progress': 'cmake'} +[16.984759] (advrobotics_lab3_ros2) Command: {'cmd': ['/usr/bin/cmake', '/home/ros/lab3_robotics/advrobotics_lab3_ros2', '-DCMAKE_INSTALL_PREFIX=/home/ros/lab3_robotics/install/advrobotics_lab3_ros2'], 'cwd': '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'ros'), ('LC_TIME', 'fr_FR.UTF-8'), ('XDG_SESSION_TYPE', 'wayland'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins'), ('HOME', '/home/ros'), ('OLDPWD', '/home/ros/lab3_robotics/advrobotics_lab3_interfaces'), ('DESKTOP_SESSION', 'ubuntu'), ('GAZEBO_MASTER_URI', 'http://localhost:11345'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('LC_MONETARY', 'fr_FR.UTF-8'), ('SYSTEMD_EXEC_PID', '1645'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus'), ('COLORTERM', 'truecolor'), ('IM_CONFIG_PHASE', '1'), ('WAYLAND_DISPLAY', 'wayland-0'), ('COLCON_PREFIX_PATH', '/home/ros/turtlebot3_ws/install'), ('ROS_DISTRO', 'humble'), ('LOGNAME', 'ros'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('USERNAME', 'ros'), ('TERM', 'xterm-256color'), ('GAZEBO_MODEL_PATH', '/usr/share/gazebo-11/models:'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('OGRE_RESOURCE_PATH', '/usr/lib/x86_64-linux-gnu/OGRE-1.9.0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/ros-ubuntu07:@/tmp/.ICE-unix/1613,unix/ros-ubuntu07:/tmp/.ICE-unix/1613'), ('XDG_MENU_PREFIX', 'gnome-'), ('LC_ADDRESS', 'fr_FR.UTF-8'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/9cb7851e_e0dd_4448_ab9d_cc1f7028e359'), ('GNOME_SETUP_DISPLAY', ':1'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('LC_TELEPHONE', 'fr_FR.UTF-8'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu'), ('XAUTHORITY', '/run/user/1000/.mutter-Xwaylandauth.KF9LH3'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.96'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('ROS_DOMAIN_ID', '7'), ('AMENT_PREFIX_PATH', '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_example:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('LC_NAME', 'fr_FR.UTF-8'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('LC_MEASUREMENT', 'fr_FR.UTF-8'), ('GAZEBO_RESOURCE_PATH', '/usr/share/gazebo-11:'), ('LC_IDENTIFICATION', 'fr_FR.UTF-8'), ('GAZEBO_MODEL_DATABASE_URI', 'http://models.gazebosim.org'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2'), ('TURTLEBOT3_MODEL', 'burger'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu:/etc/xdg'), ('GAZEBO_PLUGIN_PATH', '/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:'), ('XDG_DATA_DIRS', '/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages:/home/ros/turtlebot3_ws/build/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_teleop/lib/python3.10/site-packages:/home/ros/turtlebot3_ws/build/turtlebot3_example:/home/ros/turtlebot3_ws/install/turtlebot3_example/lib/python3.10/site-packages:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/local/lib/python3.10/dist-packages:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/local/lib/python3.10/dist-packages:/home/ros/turtlebot3_ws/install/dynamixel_sdk/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('LC_NUMERIC', 'fr_FR.UTF-8'), ('LC_PAPER', 'fr_FR.UTF-8'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble')]), 'shell': False} +[16.988946] (-) TimerEvent: {} +[17.055147] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- The C compiler identification is GNU 11.4.0\n'} +[17.089058] (-) TimerEvent: {} +[17.135923] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- The CXX compiler identification is GNU 11.4.0\n'} +[17.149789] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Detecting C compiler ABI info\n'} +[17.189198] (-) TimerEvent: {} +[17.243732] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Detecting C compiler ABI info - done\n'} +[17.261453] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Check for working C compiler: /usr/bin/cc - skipped\n'} +[17.261902] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Detecting C compile features\n'} +[17.262792] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Detecting C compile features - done\n'} +[17.269166] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Detecting CXX compiler ABI info\n'} +[17.289314] (-) TimerEvent: {} +[17.378917] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Detecting CXX compiler ABI info - done\n'} +[17.389407] (-) TimerEvent: {} +[17.393510] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Check for working CXX compiler: /usr/bin/c++ - skipped\n'} +[17.393987] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Detecting CXX compile features\n'} +[17.394837] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Detecting CXX compile features - done\n'} +[17.401214] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Found ament_cmake: 1.3.12 (/opt/ros/humble/share/ament_cmake/cmake)\n'} +[17.489551] (-) TimerEvent: {} +[17.589875] (-) TimerEvent: {} +[17.645274] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Found Python3: /usr/bin/python3 (found version "3.10.12") found components: Interpreter \n'} +[17.690004] (-) TimerEvent: {} +[17.790404] (-) TimerEvent: {} +[17.866482] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Found rclcpp: 16.0.16 (/opt/ros/humble/share/rclcpp/cmake)\n'} +[17.890645] (-) TimerEvent: {} +[17.991387] (-) TimerEvent: {} +[18.001827] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Found rosidl_generator_c: 3.1.7 (/opt/ros/humble/share/rosidl_generator_c/cmake)\n'} +[18.011700] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Found rosidl_adapter: 3.1.7 (/opt/ros/humble/share/rosidl_adapter/cmake)\n'} +[18.026463] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Found rosidl_generator_cpp: 3.1.7 (/opt/ros/humble/share/rosidl_generator_cpp/cmake)\n'} +[18.047510] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c\n'} +[18.074147] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp\n'} +[18.091492] (-) TimerEvent: {} +[18.191939] (-) TimerEvent: {} +[18.227698] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Found rmw_implementation_cmake: 6.1.2 (/opt/ros/humble/share/rmw_implementation_cmake/cmake)\n'} +[18.242042] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Found rmw_cyclonedds_cpp: 1.3.4 (/opt/ros/humble/share/rmw_cyclonedds_cpp/cmake)\n'} +[18.292194] (-) TimerEvent: {} +[18.393268] (-) TimerEvent: {} +[18.479365] (advrobotics_lab3_ros2) StdoutLine: {'line': b"-- Using RMW implementation 'rmw_cyclonedds_cpp' as default\n"} +[18.493444] (-) TimerEvent: {} +[18.594223] (-) TimerEvent: {} +[18.636730] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Looking for pthread.h\n'} +[18.694411] (-) TimerEvent: {} +[18.758717] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Looking for pthread.h - found\n'} +[18.759065] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Performing Test CMAKE_HAVE_LIBC_PTHREAD\n'} +[18.794550] (-) TimerEvent: {} +[18.868608] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success\n'} +[18.870743] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Found Threads: TRUE \n'} +[18.894784] (-) TimerEvent: {} +[18.995714] (-) TimerEvent: {} +[19.096316] (-) TimerEvent: {} +[19.109306] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Found advrobotics_lab3_interfaces: 0.0.0 (/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/cmake)\n'} +[19.133856] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Found ament_lint_auto: 0.12.14 (/opt/ros/humble/share/ament_lint_auto/cmake)\n'} +[19.196435] (-) TimerEvent: {} +[19.254767] (advrobotics_lab3_ros2) StdoutLine: {'line': b"-- Added test 'cppcheck' to perform static code analysis on C / C++ code\n"} +[19.255334] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Configured cppcheck include dirs: /home/ros/lab3_robotics/advrobotics_lab3_ros2/include;/home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel\n'} +[19.255480] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Configured cppcheck exclude dirs and/or files: \n'} +[19.258545] (advrobotics_lab3_ros2) StdoutLine: {'line': b"-- Added test 'lint_cmake' to check CMake code style\n"} +[19.265757] (advrobotics_lab3_ros2) StdoutLine: {'line': b"-- Added test 'uncrustify' to check C / C++ code style\n"} +[19.265910] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Configured uncrustify additional arguments: \n'} +[19.267394] (advrobotics_lab3_ros2) StdoutLine: {'line': b"-- Added test 'xmllint' to check XML markup files\n"} +[19.269397] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Configuring done\n'} +[19.287611] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Generating done\n'} +[19.294711] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Build files have been written to: /home/ros/lab3_robotics/build/advrobotics_lab3_ros2\n'} +[19.296543] (-) TimerEvent: {} +[19.305210] (advrobotics_lab3_ros2) CommandEnded: {'returncode': 0} +[19.306790] (advrobotics_lab3_ros2) JobProgress: {'identifier': 'advrobotics_lab3_ros2', 'progress': 'build'} +[19.307293] (advrobotics_lab3_ros2) Command: {'cmd': ['/usr/bin/cmake', '--build', '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2', '--', '-j4', '-l4'], 'cwd': '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'ros'), ('LC_TIME', 'fr_FR.UTF-8'), ('XDG_SESSION_TYPE', 'wayland'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins'), ('HOME', '/home/ros'), ('OLDPWD', '/home/ros/lab3_robotics/advrobotics_lab3_interfaces'), ('DESKTOP_SESSION', 'ubuntu'), ('GAZEBO_MASTER_URI', 'http://localhost:11345'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('LC_MONETARY', 'fr_FR.UTF-8'), ('SYSTEMD_EXEC_PID', '1645'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus'), ('COLORTERM', 'truecolor'), ('IM_CONFIG_PHASE', '1'), ('WAYLAND_DISPLAY', 'wayland-0'), ('COLCON_PREFIX_PATH', '/home/ros/turtlebot3_ws/install'), ('ROS_DISTRO', 'humble'), ('LOGNAME', 'ros'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('USERNAME', 'ros'), ('TERM', 'xterm-256color'), ('GAZEBO_MODEL_PATH', '/usr/share/gazebo-11/models:'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('OGRE_RESOURCE_PATH', '/usr/lib/x86_64-linux-gnu/OGRE-1.9.0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/ros-ubuntu07:@/tmp/.ICE-unix/1613,unix/ros-ubuntu07:/tmp/.ICE-unix/1613'), ('XDG_MENU_PREFIX', 'gnome-'), ('LC_ADDRESS', 'fr_FR.UTF-8'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/9cb7851e_e0dd_4448_ab9d_cc1f7028e359'), ('GNOME_SETUP_DISPLAY', ':1'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('LC_TELEPHONE', 'fr_FR.UTF-8'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu'), ('XAUTHORITY', '/run/user/1000/.mutter-Xwaylandauth.KF9LH3'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.96'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('ROS_DOMAIN_ID', '7'), ('AMENT_PREFIX_PATH', '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_example:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('LC_NAME', 'fr_FR.UTF-8'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('LC_MEASUREMENT', 'fr_FR.UTF-8'), ('GAZEBO_RESOURCE_PATH', '/usr/share/gazebo-11:'), ('LC_IDENTIFICATION', 'fr_FR.UTF-8'), ('GAZEBO_MODEL_DATABASE_URI', 'http://models.gazebosim.org'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2'), ('TURTLEBOT3_MODEL', 'burger'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu:/etc/xdg'), ('GAZEBO_PLUGIN_PATH', '/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:'), ('XDG_DATA_DIRS', '/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages:/home/ros/turtlebot3_ws/build/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_teleop/lib/python3.10/site-packages:/home/ros/turtlebot3_ws/build/turtlebot3_example:/home/ros/turtlebot3_ws/install/turtlebot3_example/lib/python3.10/site-packages:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/local/lib/python3.10/dist-packages:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/local/lib/python3.10/dist-packages:/home/ros/turtlebot3_ws/install/dynamixel_sdk/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('LC_NUMERIC', 'fr_FR.UTF-8'), ('LC_PAPER', 'fr_FR.UTF-8'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble')]), 'shell': False} +[19.386186] (advrobotics_lab3_ros2) StdoutLine: {'line': b'[ 22%] \x1b[32mBuilding CXX object CMakeFiles/ik_client.dir/src/ik_client.cpp.o\x1b[0m\n'} +[19.386559] (advrobotics_lab3_ros2) StdoutLine: {'line': b'[ 22%] \x1b[32mBuilding CXX object CMakeFiles/ik_client.dir/src/Kinematics.cpp.o\x1b[0m\n'} +[19.390368] (advrobotics_lab3_ros2) StdoutLine: {'line': b'[ 33%] \x1b[32mBuilding CXX object CMakeFiles/poppy_core.dir/src/PoppyDriver.cpp.o\x1b[0m\n'} +[19.391847] (advrobotics_lab3_ros2) StdoutLine: {'line': b'[ 44%] \x1b[32mBuilding CXX object CMakeFiles/ik_server.dir/src/ik_server.cpp.o\x1b[0m\n'} +[19.399068] (-) TimerEvent: {} +[19.499472] (-) TimerEvent: {} +[19.599920] (-) TimerEvent: {} +[19.700433] (-) TimerEvent: {} +[19.800854] (-) TimerEvent: {} +[19.901325] (-) TimerEvent: {} +[20.001798] (-) TimerEvent: {} +[20.102357] (-) TimerEvent: {} +[20.104795] (advrobotics_lab3_ros2) StderrLine: {'line': b'\x1b[01m\x1b[K/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/Kinematics.cpp:\x1b[m\x1b[K In function \xe2\x80\x98\x1b[01m\x1b[Kstd::vector computeInverseKinematics(float, float, float, float, float, float)\x1b[m\x1b[K\xe2\x80\x99:\n'} +[20.105075] (advrobotics_lab3_ros2) StderrLine: {'line': b'\x1b[01m\x1b[K/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/Kinematics.cpp:43:20:\x1b[m\x1b[K \x1b[01;35m\x1b[Kwarning: \x1b[m\x1b[Ksuggest parentheses around comparison in operand of \xe2\x80\x98\x1b[01m\x1b[K|\x1b[m\x1b[K\xe2\x80\x99 [\x1b[01;35m\x1b[K\x1b]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wparentheses\x07-Wparentheses\x1b]8;;\x07\x1b[m\x1b[K]\n'} +[20.105180] (advrobotics_lab3_ros2) StderrLine: {'line': b' 43 | if (\x1b[01;35m\x1b[Kcos_q3 >1\x1b[m\x1b[K | cos_q3 <-1)\n'} +[20.105268] (advrobotics_lab3_ros2) StderrLine: {'line': b' | \x1b[01;35m\x1b[K~~~~~~~^~\x1b[m\x1b[K\n'} +[20.202505] (-) TimerEvent: {} +[20.302918] (-) TimerEvent: {} +[20.403485] (-) TimerEvent: {} +[20.504275] (-) TimerEvent: {} +[20.605041] (-) TimerEvent: {} +[20.677670] (advrobotics_lab3_ros2) StdoutLine: {'line': b'[ 55%] \x1b[32mBuilding CXX object CMakeFiles/ik_server.dir/src/Kinematics.cpp.o\x1b[0m\n'} +[20.705151] (-) TimerEvent: {} +[20.805509] (-) TimerEvent: {} +[20.905852] (-) TimerEvent: {} +[21.006216] (-) TimerEvent: {} +[21.106585] (-) TimerEvent: {} +[21.121615] (advrobotics_lab3_ros2) StderrLine: {'line': b'\x1b[01m\x1b[K/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/Kinematics.cpp:\x1b[m\x1b[K In function \xe2\x80\x98\x1b[01m\x1b[Kstd::vector computeInverseKinematics(float, float, float, float, float, float)\x1b[m\x1b[K\xe2\x80\x99:\n'} +[21.121816] (advrobotics_lab3_ros2) StderrLine: {'line': b'\x1b[01m\x1b[K/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/Kinematics.cpp:43:20:\x1b[m\x1b[K \x1b[01;35m\x1b[Kwarning: \x1b[m\x1b[Ksuggest parentheses around comparison in operand of \xe2\x80\x98\x1b[01m\x1b[K|\x1b[m\x1b[K\xe2\x80\x99 [\x1b[01;35m\x1b[K\x1b]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wparentheses\x07-Wparentheses\x1b]8;;\x07\x1b[m\x1b[K]\n'} +[21.121916] (advrobotics_lab3_ros2) StderrLine: {'line': b' 43 | if (\x1b[01;35m\x1b[Kcos_q3 >1\x1b[m\x1b[K | cos_q3 <-1)\n'} +[21.122041] (advrobotics_lab3_ros2) StderrLine: {'line': b' | \x1b[01;35m\x1b[K~~~~~~~^~\x1b[m\x1b[K\n'} +[21.206712] (-) TimerEvent: {} +[21.301662] (advrobotics_lab3_ros2) StdoutLine: {'line': b'[ 66%] \x1b[32mBuilding CXX object CMakeFiles/poppy_core.dir/src/toolkit-dynamixel/DynamixelHandler.cpp.o\x1b[0m\n'} +[21.306846] (-) TimerEvent: {} +[21.407319] (-) TimerEvent: {} +[21.507957] (-) TimerEvent: {} +[21.608552] (-) TimerEvent: {} +[21.709363] (-) TimerEvent: {} +[21.809764] (-) TimerEvent: {} +[21.911050] (-) TimerEvent: {} +[22.011472] (-) TimerEvent: {} +[22.111881] (-) TimerEvent: {} +[22.139466] (advrobotics_lab3_ros2) StderrLine: {'line': b'In file included from \x1b[01m\x1b[K/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp:1\x1b[m\x1b[K:\n'} +[22.139780] (advrobotics_lab3_ros2) StderrLine: {'line': b'\x1b[01m\x1b[K/home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel/DynamixelHandler.h:\x1b[m\x1b[K In constructor \xe2\x80\x98\x1b[01m\x1b[KDynamixelHandler::DynamixelHandler()\x1b[m\x1b[K\xe2\x80\x99:\n'} +[22.140052] (advrobotics_lab3_ros2) StderrLine: {'line': b'\x1b[01m\x1b[K/home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel/DynamixelHandler.h:72:35:\x1b[m\x1b[K \x1b[01;35m\x1b[Kwarning: \x1b[m\x1b[K\xe2\x80\x98\x1b[01m\x1b[KDynamixelHandler::m_pPacketHandler\x1b[m\x1b[K\xe2\x80\x99 will be initialized after [\x1b[01;35m\x1b[K\x1b]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreorder\x07-Wreorder\x1b]8;;\x07\x1b[m\x1b[K]\n'} +[22.140317] (advrobotics_lab3_ros2) StderrLine: {'line': b' 72 | dynamixel::PacketHandler* \x1b[01;35m\x1b[Km_pPacketHandler\x1b[m\x1b[K;\n'} +[22.140522] (advrobotics_lab3_ros2) StderrLine: {'line': b' | \x1b[01;35m\x1b[K^~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[22.140705] (advrobotics_lab3_ros2) StderrLine: {'line': b'\x1b[01m\x1b[K/home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel/DynamixelHandler.h:71:33:\x1b[m\x1b[K \x1b[01;35m\x1b[Kwarning: \x1b[m\x1b[K \xe2\x80\x98\x1b[01m\x1b[Kdynamixel::PortHandler* DynamixelHandler::m_pPortHandler\x1b[m\x1b[K\xe2\x80\x99 [\x1b[01;35m\x1b[K\x1b]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreorder\x07-Wreorder\x1b]8;;\x07\x1b[m\x1b[K]\n'} +[22.140877] (advrobotics_lab3_ros2) StderrLine: {'line': b' 71 | dynamixel::PortHandler* \x1b[01;35m\x1b[Km_pPortHandler\x1b[m\x1b[K;\n'} +[22.141070] (advrobotics_lab3_ros2) StderrLine: {'line': b' | \x1b[01;35m\x1b[K^~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[22.141239] (advrobotics_lab3_ros2) StderrLine: {'line': b'\x1b[01m\x1b[K/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp:3:1:\x1b[m\x1b[K \x1b[01;35m\x1b[Kwarning: \x1b[m\x1b[K when initialized here [\x1b[01;35m\x1b[K\x1b]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreorder\x07-Wreorder\x1b]8;;\x07\x1b[m\x1b[K]\n'} +[22.141405] (advrobotics_lab3_ros2) StderrLine: {'line': b' 3 | \x1b[01;35m\x1b[KDynamixelHandler\x1b[m\x1b[K::DynamixelHandler():\n'} +[22.145153] (advrobotics_lab3_ros2) StderrLine: {'line': b' | \x1b[01;35m\x1b[K^~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[22.145460] (advrobotics_lab3_ros2) StderrLine: {'line': b'In file included from \x1b[01m\x1b[K/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp:1\x1b[m\x1b[K:\n'} +[22.145650] (advrobotics_lab3_ros2) StderrLine: {'line': b'\x1b[01m\x1b[K/home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel/DynamixelHandler.h:80:17:\x1b[m\x1b[K \x1b[01;35m\x1b[Kwarning: \x1b[m\x1b[K\xe2\x80\x98\x1b[01m\x1b[KDynamixelHandler::m_ui8DxlError\x1b[m\x1b[K\xe2\x80\x99 will be initialized after [\x1b[01;35m\x1b[K\x1b]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreorder\x07-Wreorder\x1b]8;;\x07\x1b[m\x1b[K]\n'} +[22.145845] (advrobotics_lab3_ros2) StderrLine: {'line': b' 80 | uint8_t \x1b[01;35m\x1b[Km_ui8DxlError\x1b[m\x1b[K; // Dynamixel error\n'} +[22.146037] (advrobotics_lab3_ros2) StderrLine: {'line': b' | \x1b[01;35m\x1b[K^~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[22.146223] (advrobotics_lab3_ros2) StderrLine: {'line': b'\x1b[01m\x1b[K/home/ros/lab3_robotics/advrobotics_lab3_ros2/include/toolkit-dynamixel/DynamixelHandler.h:79:13:\x1b[m\x1b[K \x1b[01;35m\x1b[Kwarning: \x1b[m\x1b[K \xe2\x80\x98\x1b[01m\x1b[Kint DynamixelHandler::m_i32DxlCommunicationResult\x1b[m\x1b[K\xe2\x80\x99 [\x1b[01;35m\x1b[K\x1b]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreorder\x07-Wreorder\x1b]8;;\x07\x1b[m\x1b[K]\n'} +[22.146402] (advrobotics_lab3_ros2) StderrLine: {'line': b' 79 | int \x1b[01;35m\x1b[Km_i32DxlCommunicationResult\x1b[m\x1b[K; // Communication result\n'} +[22.146587] (advrobotics_lab3_ros2) StderrLine: {'line': b' | \x1b[01;35m\x1b[K^~~~~~~~~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[22.146793] (advrobotics_lab3_ros2) StderrLine: {'line': b'\x1b[01m\x1b[K/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp:3:1:\x1b[m\x1b[K \x1b[01;35m\x1b[Kwarning: \x1b[m\x1b[K when initialized here [\x1b[01;35m\x1b[K\x1b]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreorder\x07-Wreorder\x1b]8;;\x07\x1b[m\x1b[K]\n'} +[22.147082] (advrobotics_lab3_ros2) StderrLine: {'line': b' 3 | \x1b[01;35m\x1b[KDynamixelHandler\x1b[m\x1b[K::DynamixelHandler():\n'} +[22.147262] (advrobotics_lab3_ros2) StderrLine: {'line': b' | \x1b[01;35m\x1b[K^~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[22.159590] (advrobotics_lab3_ros2) StderrLine: {'line': b'\x1b[01m\x1b[K/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp:\x1b[m\x1b[K In member function \xe2\x80\x98\x1b[01m\x1b[Kbool DynamixelHandler::sendTargetJointPosition(std::vector&)\x1b[m\x1b[K\xe2\x80\x99:\n'} +[22.160054] (advrobotics_lab3_ros2) StderrLine: {'line': b'\x1b[01m\x1b[K/home/ros/lab3_robotics/advrobotics_lab3_ros2/src/toolkit-dynamixel/DynamixelHandler.cpp:208:26:\x1b[m\x1b[K \x1b[01;35m\x1b[Kwarning: \x1b[m\x1b[Kunused variable \xe2\x80\x98\x1b[01m\x1b[Kdxl_present_position\x1b[m\x1b[K\xe2\x80\x99 [\x1b[01;35m\x1b[K\x1b]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable\x07-Wunused-variable\x1b]8;;\x07\x1b[m\x1b[K]\n'} +[22.160396] (advrobotics_lab3_ros2) StderrLine: {'line': b' 208 | uint16_t \x1b[01;35m\x1b[Kdxl_present_position\x1b[m\x1b[K = 0;\n'} +[22.160711] (advrobotics_lab3_ros2) StderrLine: {'line': b' | \x1b[01;35m\x1b[K^~~~~~~~~~~~~~~~~~~~\x1b[m\x1b[K\n'} +[22.212028] (-) TimerEvent: {} +[22.312660] (-) TimerEvent: {} +[22.413295] (-) TimerEvent: {} +[22.513714] (-) TimerEvent: {} +[22.614144] (-) TimerEvent: {} +[22.714568] (-) TimerEvent: {} +[22.815040] (-) TimerEvent: {} +[22.915525] (-) TimerEvent: {} +[23.016037] (-) TimerEvent: {} +[23.116380] (-) TimerEvent: {} +[23.216774] (-) TimerEvent: {} +[23.317208] (-) TimerEvent: {} +[23.417629] (-) TimerEvent: {} +[23.518051] (-) TimerEvent: {} +[23.618464] (-) TimerEvent: {} +[23.719045] (-) TimerEvent: {} +[23.819446] (-) TimerEvent: {} +[23.919997] (-) TimerEvent: {} +[24.020531] (-) TimerEvent: {} +[24.120939] (-) TimerEvent: {} +[24.221381] (-) TimerEvent: {} +[24.321840] (-) TimerEvent: {} +[24.422439] (-) TimerEvent: {} +[24.522918] (-) TimerEvent: {} +[24.623342] (-) TimerEvent: {} +[24.723888] (-) TimerEvent: {} +[24.824300] (-) TimerEvent: {} +[24.924706] (-) TimerEvent: {} +[25.025600] (-) TimerEvent: {} +[25.126004] (-) TimerEvent: {} +[25.226390] (-) TimerEvent: {} +[25.326799] (-) TimerEvent: {} +[25.427220] (-) TimerEvent: {} +[25.527623] (-) TimerEvent: {} +[25.628042] (-) TimerEvent: {} +[25.728582] (-) TimerEvent: {} +[25.828997] (-) TimerEvent: {} +[25.929417] (-) TimerEvent: {} +[26.029850] (-) TimerEvent: {} +[26.130286] (-) TimerEvent: {} +[26.230704] (-) TimerEvent: {} +[26.331130] (-) TimerEvent: {} +[26.431548] (-) TimerEvent: {} +[26.532005] (-) TimerEvent: {} +[26.632412] (-) TimerEvent: {} +[26.732862] (-) TimerEvent: {} +[26.834084] (-) TimerEvent: {} +[26.936058] (-) TimerEvent: {} +[27.038066] (-) TimerEvent: {} +[27.138524] (-) TimerEvent: {} +[27.239007] (-) TimerEvent: {} +[27.339452] (-) TimerEvent: {} +[27.439809] (-) TimerEvent: {} +[27.526595] (advrobotics_lab3_ros2) StdoutLine: {'line': b'[ 77%] \x1b[32m\x1b[1mLinking CXX executable ik_server\x1b[0m\n'} +[27.539953] (-) TimerEvent: {} +[27.640449] (-) TimerEvent: {} +[27.740865] (-) TimerEvent: {} +[27.841276] (-) TimerEvent: {} +[27.942155] (-) TimerEvent: {} +[28.042626] (-) TimerEvent: {} +[28.143071] (-) TimerEvent: {} +[28.243517] (-) TimerEvent: {} +[28.249629] (advrobotics_lab3_ros2) StdoutLine: {'line': b'[ 77%] Built target ik_server\n'} +[28.343656] (-) TimerEvent: {} +[28.444066] (-) TimerEvent: {} +[28.544495] (-) TimerEvent: {} +[28.644940] (-) TimerEvent: {} +[28.745371] (-) TimerEvent: {} +[28.845788] (-) TimerEvent: {} +[28.946188] (-) TimerEvent: {} +[29.046517] (-) TimerEvent: {} +[29.146917] (-) TimerEvent: {} +[29.247311] (-) TimerEvent: {} +[29.347714] (-) TimerEvent: {} +[29.448073] (-) TimerEvent: {} +[29.548459] (-) TimerEvent: {} +[29.648858] (-) TimerEvent: {} +[29.749266] (-) TimerEvent: {} +[29.849692] (-) TimerEvent: {} +[29.950144] (-) TimerEvent: {} +[30.050575] (-) TimerEvent: {} +[30.150972] (-) TimerEvent: {} +[30.251365] (-) TimerEvent: {} +[30.351758] (-) TimerEvent: {} +[30.452166] (-) TimerEvent: {} +[30.552559] (-) TimerEvent: {} +[30.652956] (-) TimerEvent: {} +[30.753368] (-) TimerEvent: {} +[30.853873] (-) TimerEvent: {} +[30.954480] (-) TimerEvent: {} +[30.959762] (advrobotics_lab3_ros2) StdoutLine: {'line': b'[ 88%] \x1b[32m\x1b[1mLinking CXX executable ik_client\x1b[0m\n'} +[31.054629] (-) TimerEvent: {} +[31.155058] (-) TimerEvent: {} +[31.255513] (-) TimerEvent: {} +[31.307694] (advrobotics_lab3_ros2) StdoutLine: {'line': b'[ 88%] Built target ik_client\n'} +[31.355648] (-) TimerEvent: {} +[31.456080] (-) TimerEvent: {} +[31.556484] (-) TimerEvent: {} +[31.656879] (-) TimerEvent: {} +[31.757309] (-) TimerEvent: {} +[31.857700] (-) TimerEvent: {} +[31.958097] (-) TimerEvent: {} +[32.058484] (-) TimerEvent: {} +[32.158879] (-) TimerEvent: {} +[32.259308] (-) TimerEvent: {} +[32.359704] (-) TimerEvent: {} +[32.460095] (-) TimerEvent: {} +[32.560473] (-) TimerEvent: {} +[32.660904] (-) TimerEvent: {} +[32.761335] (-) TimerEvent: {} +[32.861761] (-) TimerEvent: {} +[32.962227] (-) TimerEvent: {} +[33.062647] (-) TimerEvent: {} +[33.163055] (-) TimerEvent: {} +[33.263428] (-) TimerEvent: {} +[33.363810] (-) TimerEvent: {} +[33.464213] (-) TimerEvent: {} +[33.564587] (-) TimerEvent: {} +[33.664950] (-) TimerEvent: {} +[33.765365] (-) TimerEvent: {} +[33.865751] (-) TimerEvent: {} +[33.966163] (-) TimerEvent: {} +[34.066544] (-) TimerEvent: {} +[34.166921] (-) TimerEvent: {} +[34.267338] (-) TimerEvent: {} +[34.367720] (-) TimerEvent: {} +[34.468094] (-) TimerEvent: {} +[34.568468] (-) TimerEvent: {} +[34.668846] (-) TimerEvent: {} +[34.769261] (-) TimerEvent: {} +[34.869640] (-) TimerEvent: {} +[34.970050] (-) TimerEvent: {} +[35.070430] (-) TimerEvent: {} +[35.170818] (-) TimerEvent: {} +[35.271238] (-) TimerEvent: {} +[35.371617] (-) TimerEvent: {} +[35.472032] (-) TimerEvent: {} +[35.572420] (-) TimerEvent: {} +[35.672801] (-) TimerEvent: {} +[35.773200] (-) TimerEvent: {} +[35.873584] (-) TimerEvent: {} +[35.973991] (-) TimerEvent: {} +[36.074382] (-) TimerEvent: {} +[36.174760] (-) TimerEvent: {} +[36.275165] (-) TimerEvent: {} +[36.375558] (-) TimerEvent: {} +[36.475941] (-) TimerEvent: {} +[36.576357] (-) TimerEvent: {} +[36.676745] (-) TimerEvent: {} +[36.777142] (-) TimerEvent: {} +[36.877518] (-) TimerEvent: {} +[36.977900] (-) TimerEvent: {} +[37.078310] (-) TimerEvent: {} +[37.178702] (-) TimerEvent: {} +[37.279083] (-) TimerEvent: {} +[37.379467] (-) TimerEvent: {} +[37.479853] (-) TimerEvent: {} +[37.580292] (-) TimerEvent: {} +[37.680663] (-) TimerEvent: {} +[37.781066] (-) TimerEvent: {} +[37.881445] (-) TimerEvent: {} +[37.981848] (-) TimerEvent: {} +[38.082295] (-) TimerEvent: {} +[38.182690] (-) TimerEvent: {} +[38.283075] (-) TimerEvent: {} +[38.383452] (-) TimerEvent: {} +[38.483945] (-) TimerEvent: {} +[38.584767] (-) TimerEvent: {} +[38.685591] (-) TimerEvent: {} +[38.786378] (-) TimerEvent: {} +[38.886847] (-) TimerEvent: {} +[38.987221] (-) TimerEvent: {} +[39.087565] (-) TimerEvent: {} +[39.187951] (-) TimerEvent: {} +[39.288351] (-) TimerEvent: {} +[39.388725] (-) TimerEvent: {} +[39.489195] (-) TimerEvent: {} +[39.589614] (-) TimerEvent: {} +[39.690036] (-) TimerEvent: {} +[39.781921] (advrobotics_lab3_ros2) StdoutLine: {'line': b'[100%] \x1b[32m\x1b[1mLinking CXX executable poppy_core\x1b[0m\n'} +[39.790196] (-) TimerEvent: {} +[39.890667] (-) TimerEvent: {} +[39.991325] (-) TimerEvent: {} +[40.091957] (-) TimerEvent: {} +[40.192618] (-) TimerEvent: {} +[40.293080] (-) TimerEvent: {} +[40.393535] (-) TimerEvent: {} +[40.494037] (-) TimerEvent: {} +[40.594412] (-) TimerEvent: {} +[40.623403] (advrobotics_lab3_ros2) StdoutLine: {'line': b'[100%] Built target poppy_core\n'} +[40.663812] (advrobotics_lab3_ros2) CommandEnded: {'returncode': 0} +[40.671980] (advrobotics_lab3_ros2) JobProgress: {'identifier': 'advrobotics_lab3_ros2', 'progress': 'install'} +[40.674261] (advrobotics_lab3_ros2) Command: {'cmd': ['/usr/bin/cmake', '--install', '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2'], 'cwd': '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2', 'env': OrderedDict([('LESSOPEN', '| /usr/bin/lesspipe %s'), ('USER', 'ros'), ('LC_TIME', 'fr_FR.UTF-8'), ('XDG_SESSION_TYPE', 'wayland'), ('SHLVL', '1'), ('LD_LIBRARY_PATH', '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins'), ('HOME', '/home/ros'), ('OLDPWD', '/home/ros/lab3_robotics/advrobotics_lab3_interfaces'), ('DESKTOP_SESSION', 'ubuntu'), ('GAZEBO_MASTER_URI', 'http://localhost:11345'), ('ROS_PYTHON_VERSION', '3'), ('GNOME_SHELL_SESSION_MODE', 'ubuntu'), ('GTK_MODULES', 'gail:atk-bridge'), ('LC_MONETARY', 'fr_FR.UTF-8'), ('SYSTEMD_EXEC_PID', '1645'), ('DBUS_SESSION_BUS_ADDRESS', 'unix:path=/run/user/1000/bus'), ('COLORTERM', 'truecolor'), ('IM_CONFIG_PHASE', '1'), ('WAYLAND_DISPLAY', 'wayland-0'), ('COLCON_PREFIX_PATH', '/home/ros/turtlebot3_ws/install'), ('ROS_DISTRO', 'humble'), ('LOGNAME', 'ros'), ('_', '/usr/bin/colcon'), ('ROS_VERSION', '2'), ('XDG_SESSION_CLASS', 'user'), ('USERNAME', 'ros'), ('TERM', 'xterm-256color'), ('GAZEBO_MODEL_PATH', '/usr/share/gazebo-11/models:'), ('GNOME_DESKTOP_SESSION_ID', 'this-is-deprecated'), ('ROS_LOCALHOST_ONLY', '0'), ('OGRE_RESOURCE_PATH', '/usr/lib/x86_64-linux-gnu/OGRE-1.9.0'), ('PATH', '/opt/ros/humble/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin'), ('SESSION_MANAGER', 'local/ros-ubuntu07:@/tmp/.ICE-unix/1613,unix/ros-ubuntu07:/tmp/.ICE-unix/1613'), ('XDG_MENU_PREFIX', 'gnome-'), ('LC_ADDRESS', 'fr_FR.UTF-8'), ('GNOME_TERMINAL_SCREEN', '/org/gnome/Terminal/screen/9cb7851e_e0dd_4448_ab9d_cc1f7028e359'), ('GNOME_SETUP_DISPLAY', ':1'), ('XDG_RUNTIME_DIR', '/run/user/1000'), ('DISPLAY', ':0'), ('LANG', 'en_US.UTF-8'), ('XDG_CURRENT_DESKTOP', 'ubuntu:GNOME'), ('LC_TELEPHONE', 'fr_FR.UTF-8'), ('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'), ('XMODIFIERS', '@im=ibus'), ('XDG_SESSION_DESKTOP', 'ubuntu'), ('XAUTHORITY', '/run/user/1000/.mutter-Xwaylandauth.KF9LH3'), ('LS_COLORS', 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'), ('GNOME_TERMINAL_SERVICE', ':1.96'), ('SSH_AGENT_LAUNCHER', 'gnome-keyring'), ('SSH_AUTH_SOCK', '/run/user/1000/keyring/ssh'), ('ROS_DOMAIN_ID', '7'), ('AMENT_PREFIX_PATH', '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_example:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/opt/ros/humble'), ('SHELL', '/bin/bash'), ('LC_NAME', 'fr_FR.UTF-8'), ('QT_ACCESSIBILITY', '1'), ('GDMSESSION', 'ubuntu'), ('LESSCLOSE', '/usr/bin/lesspipe %s %s'), ('LC_MEASUREMENT', 'fr_FR.UTF-8'), ('GAZEBO_RESOURCE_PATH', '/usr/share/gazebo-11:'), ('LC_IDENTIFICATION', 'fr_FR.UTF-8'), ('GAZEBO_MODEL_DATABASE_URI', 'http://models.gazebosim.org'), ('QT_IM_MODULE', 'ibus'), ('PWD', '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2'), ('TURTLEBOT3_MODEL', 'burger'), ('XDG_CONFIG_DIRS', '/etc/xdg/xdg-ubuntu:/etc/xdg'), ('GAZEBO_PLUGIN_PATH', '/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:'), ('XDG_DATA_DIRS', '/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'), ('PYTHONPATH', '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages:/home/ros/turtlebot3_ws/build/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_teleop/lib/python3.10/site-packages:/home/ros/turtlebot3_ws/build/turtlebot3_example:/home/ros/turtlebot3_ws/install/turtlebot3_example/lib/python3.10/site-packages:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/local/lib/python3.10/dist-packages:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/local/lib/python3.10/dist-packages:/home/ros/turtlebot3_ws/install/dynamixel_sdk/local/lib/python3.10/dist-packages:/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages'), ('LC_NUMERIC', 'fr_FR.UTF-8'), ('LC_PAPER', 'fr_FR.UTF-8'), ('COLCON', '1'), ('VTE_VERSION', '6800'), ('CMAKE_PREFIX_PATH', '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble')]), 'shell': False} +[40.686948] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Install configuration: ""\n'} +[40.687412] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_server\n'} +[40.688668] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_server" to ""\n'} +[40.689032] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_client\n'} +[40.691220] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/ik_client" to ""\n'} +[40.691573] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/poppy_core\n'} +[40.694559] (-) TimerEvent: {} +[40.699047] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Set runtime path of "/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/advrobotics_lab3_ros2/poppy_core" to ""\n'} +[40.699403] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/ament_index/resource_index/package_run_dependencies/advrobotics_lab3_ros2\n'} +[40.699670] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/ament_index/resource_index/parent_prefix_path/advrobotics_lab3_ros2\n'} +[40.700008] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.sh\n'} +[40.700300] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/ament_prefix_path.dsv\n'} +[40.700559] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.sh\n'} +[40.700821] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/environment/path.dsv\n'} +[40.701094] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.bash\n'} +[40.701357] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.sh\n'} +[40.701633] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.zsh\n'} +[40.701877] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/local_setup.dsv\n'} +[40.702150] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv\n'} +[40.702461] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/ament_index/resource_index/packages/advrobotics_lab3_ros2\n'} +[40.702763] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config.cmake\n'} +[40.703005] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/cmake/advrobotics_lab3_ros2Config-version.cmake\n'} +[40.703235] (advrobotics_lab3_ros2) StdoutLine: {'line': b'-- Installing: /home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.xml\n'} +[40.705828] (advrobotics_lab3_ros2) CommandEnded: {'returncode': 0} +[40.748084] (advrobotics_lab3_ros2) JobEnded: {'identifier': 'advrobotics_lab3_ros2', 'rc': 0} +[40.750131] (-) EventReactorShutdown: {} diff --git a/log/build_2025-12-17_08-21-26/logger_all.log b/log/build_2025-12-17_08-21-26/logger_all.log new file mode 100644 index 0000000..4b85803 --- /dev/null +++ b/log/build_2025-12-17_08-21-26/logger_all.log @@ -0,0 +1,203 @@ +[3.969s] DEBUG:colcon:Command line arguments: ['/usr/bin/colcon', 'build'] +[3.969s] DEBUG:colcon:Parsed command line arguments: Namespace(log_base=None, log_level=None, verb_name='build', build_base='build', install_base='install', merge_install=False, symlink_install=False, test_result_base=None, continue_on_error=False, executor='parallel', parallel_workers=4, event_handlers=None, ignore_user_meta=False, metas=['./colcon.meta'], base_paths=['.'], packages_ignore=None, packages_ignore_regex=None, paths=None, packages_up_to=None, packages_up_to_regex=None, packages_above=None, packages_above_and_dependencies=None, packages_above_depth=None, packages_select_by_dep=None, packages_skip_by_dep=None, packages_skip_up_to=None, packages_select_build_failed=False, packages_skip_build_finished=False, packages_select_test_failures=False, packages_skip_test_passed=False, packages_select=None, packages_skip=None, packages_select_regex=None, packages_skip_regex=None, packages_start=None, packages_end=None, allow_overriding=[], cmake_args=None, cmake_target=None, cmake_target_skip_unavailable=False, cmake_clean_cache=False, cmake_clean_first=False, cmake_force_configure=False, ament_cmake_args=None, catkin_cmake_args=None, catkin_skip_building_tests=False, mixin_files=None, mixin=None, verb_parser=, verb_extension=, main=>, mixin_verb=('build',)) +[7.777s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) check parameters +[7.778s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) check parameters +[7.778s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) check parameters +[7.778s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) check parameters +[7.778s] Level 1:colcon.colcon_core.package_discovery:discover_packages(colcon_meta) discover +[7.778s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) discover +[7.778s] INFO:colcon.colcon_core.package_discovery:Crawling recursively for packages in '/home/ros/lab3_robotics' +[7.779s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ignore', 'ignore_ament_install'] +[7.779s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore' +[7.779s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ignore_ament_install' +[7.779s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_pkg'] +[7.780s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_pkg' +[7.780s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['colcon_meta'] +[7.780s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'colcon_meta' +[7.780s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['ros'] +[7.780s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'ros' +[7.851s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['cmake', 'python'] +[7.851s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'cmake' +[7.851s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python' +[7.852s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extensions ['python_setup_py'] +[7.852s] Level 1:colcon.colcon_core.package_identification:_identify(.) by extension 'python_setup_py' +[7.852s] Level 1:colcon.colcon_core.package_identification:_identify(advrobotics_lab3_interfaces) by extensions ['ignore', 'ignore_ament_install'] +[7.852s] Level 1:colcon.colcon_core.package_identification:_identify(advrobotics_lab3_interfaces) by extension 'ignore' +[7.853s] Level 1:colcon.colcon_core.package_identification:_identify(advrobotics_lab3_interfaces) by extension 'ignore_ament_install' +[7.853s] Level 1:colcon.colcon_core.package_identification:_identify(advrobotics_lab3_interfaces) by extensions ['colcon_pkg'] +[7.853s] Level 1:colcon.colcon_core.package_identification:_identify(advrobotics_lab3_interfaces) by extension 'colcon_pkg' +[7.853s] Level 1:colcon.colcon_core.package_identification:_identify(advrobotics_lab3_interfaces) by extensions ['colcon_meta'] +[7.853s] Level 1:colcon.colcon_core.package_identification:_identify(advrobotics_lab3_interfaces) by extension 'colcon_meta' +[7.854s] Level 1:colcon.colcon_core.package_identification:_identify(advrobotics_lab3_interfaces) by extensions ['ros'] +[7.854s] Level 1:colcon.colcon_core.package_identification:_identify(advrobotics_lab3_interfaces) by extension 'ros' +[7.877s] DEBUG:colcon.colcon_core.package_identification:Package 'advrobotics_lab3_interfaces' with type 'ros.ament_cmake' and name 'advrobotics_lab3_interfaces' +[7.877s] Level 1:colcon.colcon_core.package_identification:_identify(advrobotics_lab3_ros2) by extensions ['ignore', 'ignore_ament_install'] +[7.878s] Level 1:colcon.colcon_core.package_identification:_identify(advrobotics_lab3_ros2) by extension 'ignore' +[7.878s] Level 1:colcon.colcon_core.package_identification:_identify(advrobotics_lab3_ros2) by extension 'ignore_ament_install' +[7.878s] Level 1:colcon.colcon_core.package_identification:_identify(advrobotics_lab3_ros2) by extensions ['colcon_pkg'] +[7.878s] Level 1:colcon.colcon_core.package_identification:_identify(advrobotics_lab3_ros2) by extension 'colcon_pkg' +[7.878s] Level 1:colcon.colcon_core.package_identification:_identify(advrobotics_lab3_ros2) by extensions ['colcon_meta'] +[7.879s] Level 1:colcon.colcon_core.package_identification:_identify(advrobotics_lab3_ros2) by extension 'colcon_meta' +[7.879s] Level 1:colcon.colcon_core.package_identification:_identify(advrobotics_lab3_ros2) by extensions ['ros'] +[7.879s] Level 1:colcon.colcon_core.package_identification:_identify(advrobotics_lab3_ros2) by extension 'ros' +[7.881s] DEBUG:colcon.colcon_core.package_identification:Package 'advrobotics_lab3_ros2' with type 'ros.ament_cmake' and name 'advrobotics_lab3_ros2' +[7.881s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extensions ['ignore', 'ignore_ament_install'] +[7.882s] Level 1:colcon.colcon_core.package_identification:_identify(build) by extension 'ignore' +[7.882s] Level 1:colcon.colcon_core.package_identification:_identify(build) ignored +[7.882s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extensions ['ignore', 'ignore_ament_install'] +[7.883s] Level 1:colcon.colcon_core.package_identification:_identify(install) by extension 'ignore' +[7.883s] Level 1:colcon.colcon_core.package_identification:_identify(install) ignored +[7.883s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extensions ['ignore', 'ignore_ament_install'] +[7.883s] Level 1:colcon.colcon_core.package_identification:_identify(log) by extension 'ignore' +[7.884s] Level 1:colcon.colcon_core.package_identification:_identify(log) ignored +[7.884s] Level 1:colcon.colcon_core.package_discovery:discover_packages(recursive) using defaults +[7.884s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) discover +[7.884s] Level 1:colcon.colcon_core.package_discovery:discover_packages(ignore) using defaults +[7.884s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) discover +[7.884s] Level 1:colcon.colcon_core.package_discovery:discover_packages(path) using defaults +[8.250s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) check parameters +[8.250s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) discover +[8.322s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 16 installed packages in /home/ros/turtlebot3_ws/install +[8.329s] DEBUG:colcon.colcon_installed_package_information.package_discovery:Found 365 installed packages in /opt/ros/humble +[8.337s] Level 1:colcon.colcon_core.package_discovery:discover_packages(prefix_path) using defaults +[8.837s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_args' from command line to 'None' +[8.837s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_target' from command line to 'None' +[8.837s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[8.837s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_clean_cache' from command line to 'False' +[8.837s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_clean_first' from command line to 'False' +[8.837s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'cmake_force_configure' from command line to 'False' +[8.837s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'ament_cmake_args' from command line to 'None' +[8.837s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'catkin_cmake_args' from command line to 'None' +[8.837s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_interfaces' build argument 'catkin_skip_building_tests' from command line to 'False' +[8.837s] DEBUG:colcon.colcon_core.verb:Building package 'advrobotics_lab3_interfaces' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': None, 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces', 'merge_install': False, 'path': '/home/ros/lab3_robotics/advrobotics_lab3_interfaces', 'symlink_install': False, 'test_result_base': None} +[8.838s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_args' from command line to 'None' +[8.838s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_target' from command line to 'None' +[8.838s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_target_skip_unavailable' from command line to 'False' +[8.838s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_clean_cache' from command line to 'False' +[8.838s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_clean_first' from command line to 'False' +[8.838s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'cmake_force_configure' from command line to 'False' +[8.838s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'ament_cmake_args' from command line to 'None' +[8.838s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'catkin_cmake_args' from command line to 'None' +[8.838s] Level 5:colcon.colcon_core.verb:set package 'advrobotics_lab3_ros2' build argument 'catkin_skip_building_tests' from command line to 'False' +[8.838s] DEBUG:colcon.colcon_core.verb:Building package 'advrobotics_lab3_ros2' with the following arguments: {'ament_cmake_args': None, 'build_base': '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2', 'catkin_cmake_args': None, 'catkin_skip_building_tests': False, 'cmake_args': None, 'cmake_clean_cache': False, 'cmake_clean_first': False, 'cmake_force_configure': False, 'cmake_target': None, 'cmake_target_skip_unavailable': False, 'install_base': '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2', 'merge_install': False, 'path': '/home/ros/lab3_robotics/advrobotics_lab3_ros2', 'symlink_install': False, 'test_result_base': None} +[8.839s] INFO:colcon.colcon_core.executor:Executing jobs using 'parallel' executor +[8.841s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete +[8.841s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/ros/lab3_robotics/advrobotics_lab3_interfaces' with build type 'ament_cmake' +[8.841s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/ros/lab3_robotics/advrobotics_lab3_interfaces' +[8.936s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_core.shell.bat': Not used on non-Windows systems +[8.937s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[8.937s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[8.981s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake /home/ros/lab3_robotics/advrobotics_lab3_interfaces -DCMAKE_INSTALL_PREFIX=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces +[16.838s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake /home/ros/lab3_robotics/advrobotics_lab3_interfaces -DCMAKE_INSTALL_PREFIX=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces +[16.844s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces -- -j4 -l4 +[25.397s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --build /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces -- -j4 -l4 +[25.410s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces +[25.547s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_interfaces) +[25.548s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/lab3_robotics/build/advrobotics_lab3_interfaces' returned '0': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble /usr/bin/cmake --install /home/ros/lab3_robotics/build/advrobotics_lab3_interfaces +[25.662s] Level 1:colcon.colcon_core.environment:checking '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces' for CMake module files +[25.664s] Level 1:colcon.colcon_core.environment:checking '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces' for CMake config files +[25.666s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_interfaces', 'cmake_prefix_path') +[25.667s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.ps1' +[25.681s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.dsv' +[25.704s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.sh' +[25.708s] Level 1:colcon.colcon_core.environment:checking '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib' +[25.708s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_interfaces', 'ld_library_path_lib') +[25.709s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.ps1' +[25.710s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.dsv' +[25.711s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.sh' +[25.712s] Level 1:colcon.colcon_core.environment:checking '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/bin' +[25.713s] Level 1:colcon.colcon_core.environment:checking '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/pkgconfig/advrobotics_lab3_interfaces.pc' +[25.713s] Level 1:colcon.colcon_core.environment:checking '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/python3.10/site-packages' +[25.715s] Level 1:colcon.colcon_core.environment:checking '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/bin' +[25.716s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.ps1' +[25.719s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv' +[25.721s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.sh' +[25.724s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.bash' +[25.761s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.zsh' +[25.775s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/colcon-core/packages/advrobotics_lab3_interfaces) +[25.777s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_interfaces) +[25.778s] Level 1:colcon.colcon_core.environment:checking '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces' for CMake module files +[25.781s] Level 1:colcon.colcon_core.environment:checking '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces' for CMake config files +[25.782s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_interfaces', 'cmake_prefix_path') +[25.783s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.ps1' +[25.784s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.dsv' +[25.785s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/cmake_prefix_path.sh' +[25.787s] Level 1:colcon.colcon_core.environment:checking '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib' +[25.787s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_interfaces', 'ld_library_path_lib') +[25.788s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.ps1' +[25.789s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.dsv' +[25.791s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/hook/ld_library_path_lib.sh' +[25.792s] Level 1:colcon.colcon_core.environment:checking '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/bin' +[25.792s] Level 1:colcon.colcon_core.environment:checking '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/pkgconfig/advrobotics_lab3_interfaces.pc' +[25.793s] Level 1:colcon.colcon_core.environment:checking '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib/python3.10/site-packages' +[25.794s] Level 1:colcon.colcon_core.environment:checking '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/bin' +[25.795s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.ps1' +[25.798s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.dsv' +[25.800s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.sh' +[25.801s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.bash' +[25.803s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/advrobotics_lab3_interfaces/package.zsh' +[25.804s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/share/colcon-core/packages/advrobotics_lab3_interfaces) +[25.805s] INFO:colcon.colcon_ros.task.ament_cmake.build:Building ROS package in '/home/ros/lab3_robotics/advrobotics_lab3_ros2' with build type 'ament_cmake' +[25.806s] INFO:colcon.colcon_cmake.task.cmake.build:Building CMake package in '/home/ros/lab3_robotics/advrobotics_lab3_ros2' +[25.807s] INFO:colcon.colcon_core.shell:Skip shell extension 'powershell' for command environment: Not usable outside of PowerShell +[25.807s] DEBUG:colcon.colcon_core.shell:Skip shell extension 'dsv' for command environment +[25.828s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2': AMENT_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins PYTHONPATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages:${PYTHONPATH} /usr/bin/cmake /home/ros/lab3_robotics/advrobotics_lab3_ros2 -DCMAKE_INSTALL_PREFIX=/home/ros/lab3_robotics/install/advrobotics_lab3_ros2 +[28.146s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2' returned '0': AMENT_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins PYTHONPATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages:${PYTHONPATH} /usr/bin/cmake /home/ros/lab3_robotics/advrobotics_lab3_ros2 -DCMAKE_INSTALL_PREFIX=/home/ros/lab3_robotics/install/advrobotics_lab3_ros2 +[28.150s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2': AMENT_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins PYTHONPATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages:${PYTHONPATH} /usr/bin/cmake --build /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 -- -j4 -l4 +[49.505s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2' returned '0': AMENT_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins PYTHONPATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages:${PYTHONPATH} /usr/bin/cmake --build /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 -- -j4 -l4 +[49.516s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoking command in '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2': AMENT_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins PYTHONPATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages:${PYTHONPATH} /usr/bin/cmake --install /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 +[49.546s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_ros2) +[49.547s] Level 1:colcon.colcon_core.environment:checking '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2' for CMake module files +[49.548s] DEBUG:colcon.colcon_core.event_handler.log_command:Invoked command in '/home/ros/lab3_robotics/build/advrobotics_lab3_ros2' returned '0': AMENT_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:${AMENT_PREFIX_PATH} CMAKE_PREFIX_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces:/home/ros/turtlebot3_ws/install/turtlebot3:/home/ros/turtlebot3_ws/install/turtlebot3_simulations:/home/ros/turtlebot3_ws/install/turtlebot3_bringup:/home/ros/turtlebot3_ws/install/turtlebot3_node:/home/ros/turtlebot3_ws/install/turtlebot3_navigation2:/home/ros/turtlebot3_ws/install/turtlebot3_fake_node:/home/ros/turtlebot3_ws/install/turtlebot3_msgs:/home/ros/turtlebot3_ws/install/turtlebot3_manipulation_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_gazebo:/home/ros/turtlebot3_ws/install/turtlebot3_description:/home/ros/turtlebot3_ws/install/turtlebot3_cartographer:/home/ros/turtlebot3_ws/install/dynamixel_sdk_examples:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces:/home/ros/turtlebot3_ws/install/dynamixel_sdk:/home/ros/turtlebot3_ws/install/turtlebot3_teleop:/home/ros/turtlebot3_ws/install/turtlebot3_example:/opt/ros/humble LD_LIBRARY_PATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/lib:/home/ros/turtlebot3_ws/install/turtlebot3_msgs/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk_custom_interfaces/lib:/home/ros/turtlebot3_ws/install/dynamixel_sdk/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins:/opt/ros/humble/opt/rviz_ogre_vendor/lib:/opt/ros/humble/lib/x86_64-linux-gnu:/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu/gazebo-11/plugins PYTHONPATH=/home/ros/lab3_robotics/install/advrobotics_lab3_interfaces/local/lib/python3.10/dist-packages:${PYTHONPATH} /usr/bin/cmake --install /home/ros/lab3_robotics/build/advrobotics_lab3_ros2 +[49.550s] Level 1:colcon.colcon_core.environment:checking '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2' for CMake config files +[49.550s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_ros2', 'cmake_prefix_path') +[49.551s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.ps1' +[49.553s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.dsv' +[49.554s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.sh' +[49.556s] Level 1:colcon.colcon_core.environment:checking '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib' +[49.556s] Level 1:colcon.colcon_core.environment:checking '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/bin' +[49.556s] Level 1:colcon.colcon_core.environment:checking '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/pkgconfig/advrobotics_lab3_ros2.pc' +[49.557s] Level 1:colcon.colcon_core.environment:checking '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/python3.10/site-packages' +[49.558s] Level 1:colcon.colcon_core.environment:checking '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/bin' +[49.559s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.ps1' +[49.561s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv' +[49.562s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.sh' +[49.564s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.bash' +[49.565s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.zsh' +[49.566s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/colcon-core/packages/advrobotics_lab3_ros2) +[49.568s] Level 1:colcon.colcon_core.environment:create_environment_scripts_only(advrobotics_lab3_ros2) +[49.569s] Level 1:colcon.colcon_core.environment:checking '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2' for CMake module files +[49.571s] Level 1:colcon.colcon_core.environment:checking '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2' for CMake config files +[49.571s] Level 1:colcon.colcon_core.shell:create_environment_hook('advrobotics_lab3_ros2', 'cmake_prefix_path') +[49.572s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.ps1' +[49.574s] INFO:colcon.colcon_core.shell:Creating environment descriptor '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.dsv' +[49.575s] INFO:colcon.colcon_core.shell:Creating environment hook '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/hook/cmake_prefix_path.sh' +[49.576s] Level 1:colcon.colcon_core.environment:checking '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib' +[49.577s] Level 1:colcon.colcon_core.environment:checking '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/bin' +[49.577s] Level 1:colcon.colcon_core.environment:checking '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/pkgconfig/advrobotics_lab3_ros2.pc' +[49.578s] Level 1:colcon.colcon_core.environment:checking '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/lib/python3.10/site-packages' +[49.579s] Level 1:colcon.colcon_core.environment:checking '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/bin' +[49.580s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.ps1' +[49.582s] INFO:colcon.colcon_core.shell:Creating package descriptor '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.dsv' +[49.584s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.sh' +[49.585s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.bash' +[49.586s] INFO:colcon.colcon_core.shell:Creating package script '/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/advrobotics_lab3_ros2/package.zsh' +[49.587s] Level 1:colcon.colcon_core.environment:create_file_with_runtime_dependencies(/home/ros/lab3_robotics/install/advrobotics_lab3_ros2/share/colcon-core/packages/advrobotics_lab3_ros2) +[49.588s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:closing loop +[49.589s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:loop closed +[49.589s] DEBUG:colcon.colcon_parallel_executor.executor.parallel:run_until_complete finished with '0' +[49.589s] DEBUG:colcon.colcon_core.event_reactor:joining thread +[49.911s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems +[49.911s] INFO:colcon.colcon_core.plugin_system:Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems +[49.912s] INFO:colcon.colcon_notification.desktop_notification:Sending desktop notification using 'notify2' +[50.248s] DEBUG:colcon.colcon_core.event_reactor:joined thread +[50.249s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ros/lab3_robotics/install/local_setup.ps1' +[50.275s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/ros/lab3_robotics/install/_local_setup_util_ps1.py' +[50.351s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ros/lab3_robotics/install/setup.ps1' +[50.371s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ros/lab3_robotics/install/local_setup.sh' +[50.392s] INFO:colcon.colcon_core.shell:Creating prefix util module '/home/ros/lab3_robotics/install/_local_setup_util_sh.py' +[50.394s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ros/lab3_robotics/install/setup.sh' +[50.409s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ros/lab3_robotics/install/local_setup.bash' +[50.451s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ros/lab3_robotics/install/setup.bash' +[50.474s] INFO:colcon.colcon_core.shell:Creating prefix script '/home/ros/lab3_robotics/install/local_setup.zsh' +[50.509s] INFO:colcon.colcon_core.shell:Creating prefix chain script '/home/ros/lab3_robotics/install/setup.zsh' diff --git a/log/latest b/log/latest new file mode 120000 index 0000000..b57d247 --- /dev/null +++ b/log/latest @@ -0,0 +1 @@ +latest_build \ No newline at end of file diff --git a/log/latest_build b/log/latest_build new file mode 120000 index 0000000..fa0316f --- /dev/null +++ b/log/latest_build @@ -0,0 +1 @@ +build_2025-12-17_08-21-26 \ No newline at end of file