Skip to content

Bump libsdformat 13.5.0->16.0.1#1024

Draft
jhanca-robotecai wants to merge 2 commits intoo3de:developmentfrom
RobotecAI:jh/update_sdformat
Draft

Bump libsdformat 13.5.0->16.0.1#1024
jhanca-robotecai wants to merge 2 commits intoo3de:developmentfrom
RobotecAI:jh/update_sdformat

Conversation

@jhanca-robotecai
Copy link
Collaborator

What does this PR do?

build] /devroot/2604/o3de-extras/Gems/ROS2RobotImporter/Code/Tests/SdfParserTest.cpp:353:22: error: moving a temporary object prevents copy elision [-Werror,-Wpessimizing-move]
[build]         links.insert(AZStd::move(otherLinks.begin()), AZStd::move(otherLinks.end()));
[build]                      ^
[build] /devroot/2604/o3de-extras/Gems/ROS2RobotImporter/Code/Tests/SdfParserTest.cpp:353:22: note: remove std::move call here
[build]         links.insert(AZStd::move(otherLinks.begin()), AZStd::move(otherLinks.end()));
[build]                      ^~~~~~~~~~~~                  ~
[build] /devroot/2604/o3de-extras/Gems/ROS2RobotImporter/Code/Tests/SdfParserTest.cpp:353:55: error: moving a temporary object prevents copy elision [-Werror,-Wpessimizing-move]
[build]         links.insert(AZStd::move(otherLinks.begin()), AZStd::move(otherLinks.end()));
[build]                                                       ^
[build] /devroot/2604/o3de-extras/Gems/ROS2RobotImporter/Code/Tests/SdfParserTest.cpp:353:55: note: remove std::move call here
[build]         links.insert(AZStd::move(otherLinks.begin()), AZStd::move(otherLinks.end()));

Note: o3de/3p-package-source#365 should be integrated first (marking as draft); it should target development branch only

How was this PR tested?

Multiple different robots were imported; the version of the libsdformat library was printed:

AZ_Error("JHDEBUG", false, "version: %s", SDF_VERSION_FULL);
<11:51:35> [Error] (JHDEBUG) - version: 16.0.1

Signed-off-by: Jan Hanca <jan.hanca@robotec.ai>
Signed-off-by: Jan Hanca <jan.hanca@robotec.ai>
@byrcolin byrcolin added the sig/simulation Categorizes an issue or PR as relevant to SIG Simulation label Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

sig/simulation Categorizes an issue or PR as relevant to SIG Simulation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants