Skip to content

Commit

Permalink
Update Gems/ROS2/Code/Source/RobotImporter/URDF/UrdfParser.h
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Balfour <[email protected]>
Signed-off-by: Michał Pełka <[email protected]>
  • Loading branch information
michalpelka and mbalfour-amzn authored Sep 5, 2023
1 parent 29f15c7 commit bc415fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gems/ROS2/Code/Source/RobotImporter/URDF/UrdfParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ namespace ROS2
//! The relevant ParserConfig functions for URDF importing are
//! URDFPreserveFixedJoint() function to prevent merging of robot links bound by fixed joint
//! AddURIPath() function to provide a mapping of package:// and model:// references to the local filesystem
//! @paragraph settings structure that contains configuration options for the SDFAssetBuilder
//! @param settings structure that contains configuration options for the SDFAssetBuilder
//! @return SDF root object containing parsed <world> or <model> tags
RootObjectOutcome ParseFromFile(
AZ::IO::PathView filePath, const sdf::ParserConfig& parserConfig, const SdfAssetBuilderSettings& settings);
Expand Down

0 comments on commit bc415fd

Please sign in to comment.