-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move specification from ROS wiki to the urdfdom repo #183
base: master
Are you sure you want to change the base?
Commits on May 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 19d414a - Browse repository at this point
Copy the full SHA 19d414aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dd05b6 - Browse repository at this point
Copy the full SHA 6dd05b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ce7ef7 - Browse repository at this point
Copy the full SHA 1ce7ef7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 740f78e - Browse repository at this point
Copy the full SHA 740f78eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a616d9 - Browse repository at this point
Copy the full SHA 7a616d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84f6ca1 - Browse repository at this point
Copy the full SHA 84f6ca1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5960e8a - Browse repository at this point
Copy the full SHA 5960e8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8724dc5 - Browse repository at this point
Copy the full SHA 8724dc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f760db - Browse repository at this point
Copy the full SHA 7f760dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce50021 - Browse repository at this point
Copy the full SHA ce50021View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26e3b0c - Browse repository at this point
Copy the full SHA 26e3b0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b63f715 - Browse repository at this point
Copy the full SHA b63f715View commit details
Commits on Jan 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for efb57e6 - Browse repository at this point
Copy the full SHA efb57e6View commit details
Commits on Feb 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e317633 - Browse repository at this point
Copy the full SHA e317633View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e9b5b4 - Browse repository at this point
Copy the full SHA 5e9b5b4View commit details -
Merge pull request #1 from harleylara/movespecification
Movespecification
Configuration menu - View commit details
-
Copy full SHA for b941359 - Browse repository at this point
Copy the full SHA b941359View commit details -
Support checking a URDF given on stdin (ros#171)
Makes it easier to pipe results from xacro, and matches urdfdom_py's behavior Closes ros#170 Signed-off-by: harleylara <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 134b839 - Browse repository at this point
Copy the full SHA 134b839View commit details -
Upgrade from tinyxml to tinyxml2 (ros#186)
* upgrade from tinyxml to tinyxml2 * Remove 'using tinyxml2' * Update github actions. * Add in FindTinyXML2 for systems that don't have it. * Make sure that tinyxml2::tinyxml2 is available in downstream packages * Update urdfdom-config.cmake.in * Replace InsertNewChildElement with GetDocument()->NewElement. The former doesn't exist in older TinyXML2, and is just a convenience function anyway. * Fix generation of CMake config files. Use the provided CMake primitives for this, which should make it work in all situations. * Install the FindTinyXML2.cmake file. This is so downstream projects can always find it. * Backup and restore the CMAKE_MODULE_PATH. So we don't permanently manipulate it. Signed-off-by: Chris Lalancette <[email protected]> Co-authored-by: Silvio Traversaro <[email protected]> Signed-off-by: harleylara <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bde3e64 - Browse repository at this point
Copy the full SHA bde3e64View commit details -
Do not install CMake config files in a different directory (ros#188)
Signed-off-by: harleylara <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3472d7a - Browse repository at this point
Copy the full SHA 3472d7aView commit details -
Remove tinyxml2 from public dependencies. (ros#190)
That way, we don't have to export the tinyxml2 dependencies to downstream consumers. It is just a private dependency at that point. Signed-off-by: Chris Lalancette <[email protected]> Signed-off-by: harleylara <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89cd02f - Browse repository at this point
Copy the full SHA 89cd02fView commit details -
CMakeLists.txt: Some fixes for Relocatable package (ros#179)
There are some absolute path in the generation of the .cmake files which ruin the creation of relocatable packages. Fixing: * CMAKE_MODULE_PATH append instead of replacement * INTERFACE use relative path instead of ${CMAKE_INSTALL_INCLUDEDIR} See also https://cmake.org/cmake/help/latest/guide/importing-exporting/index.html#creating-relocatable-packages for reference. Signed-off-by: Matthias Schoepfer <[email protected]> Co-authored-by: Matthias Schoepfer <[email protected]> Signed-off-by: harleylara <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e2932f - Browse repository at this point
Copy the full SHA 1e2932fView commit details -
Deprecate the APIs that we think are unused. (ros#191)
* Deprecate the APIs that we think are unused. In an earlier commit, we changed from tinyxml -> tinyxml2 in the public API because we thought that there were no users of these APIs. Codify that here by marking these APIs as deprecated; if a user comes along and says that they are actually using it, we can undeprecated it. Note that in order to avoid deprecations from within the library, I had to add a bit of additional indirection here. If we remove the APIs in the future, we can also remove this indirection. * Properly export parsePoseInternal to make Windows happy. Signed-off-by: Chris Lalancette <[email protected]> Signed-off-by: harleylara <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4134022 - Browse repository at this point
Copy the full SHA 4134022View commit details -
Signed-off-by: Chris Lalancette <[email protected]> Signed-off-by: harleylara <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a5a7e6 - Browse repository at this point
Copy the full SHA 6a5a7e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7455f50 - Browse repository at this point
Copy the full SHA 7455f50View commit details -
Signed-off-by: harleylara <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 384b855 - Browse repository at this point
Copy the full SHA 384b855View commit details -
Merge branch 'movespecification' of github.com:traversaro/urdfdom int…
…o movespecification
Configuration menu - View commit details
-
Copy full SHA for ef9da3a - Browse repository at this point
Copy the full SHA ef9da3aView commit details