Skip to content

Commit

Permalink
Merge commit '29980613b16128eed4a446c9815dc6bc98c0a8fa' into wjunhao/…
Browse files Browse the repository at this point in the history
…gitflow_230425_o3de_extras

Signed-off-by: Junhao Wang <[email protected]>
  • Loading branch information
forkercat committed Apr 25, 2023
2 parents df57dcc + 2998061 commit aedec80
Show file tree
Hide file tree
Showing 9 changed files with 1,964 additions and 713 deletions.
843 changes: 843 additions & 0 deletions Gems/RosRobotSample/Assets/ROSBot_slamtec.prefab

Large diffs are not rendered by default.

588 changes: 76 additions & 512 deletions Gems/RosRobotSample/Assets/ROSbot.prefab

Large diffs are not rendered by default.

717 changes: 717 additions & 0 deletions Gems/RosRobotSample/Assets/ROSbot_velodyne.prefab

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"materialType": "@projectroot@/Cache/Intermediate Assets/materials/types/standardpbr_generated.materialtype",
"materialTypeVersion": 5,
"propertyValues": {
"baseColor.color": [
0.019999999552965164,
0.019999999552965164,
0.019999999552965164,
1.0
],
"emissive.color": [
0.0,
0.0,
0.0,
1.0
],
"metallic.factor": 0.029999999329447746,
"opacity.factor": 1.0,
"roughness.factor": 0.3700000047683716,
"specularF0.factor": 0.6000000238418579
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"materialType": "@projectroot@/Cache/Intermediate Assets/materials/types/standardpbr_generated.materialtype",
"materialTypeVersion": 5,
"propertyValues": {
"baseColor.color": [
0.05000000074505806,
0.05000000074505806,
0.05000000074505806,
1.0
],
"emissive.color": [
0.0,
0.0,
0.0,
1.0
],
"opacity.factor": 1.0,
"roughness.factor": 0.4099999964237213
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"materialType": "@projectroot@/Cache/Intermediate Assets/materials/types/standardpbr_generated.materialtype",
"materialTypeVersion": 5,
"propertyValues": {
"baseColor.color": [
0.9258266091346741,
0.9258266091346741,
0.9258266091346741,
1.0
],
"emissive.color": [
0.0,
0.0,
0.0,
1.0
],
"opacity.factor": 1.0
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,5 @@ def generate_launch_description():
launch_arguments = {
'slam_params_file': str(pathlib.Path(__file__).parent.absolute().joinpath('config', 'slam_params.yaml'))
}.items()
),
Node(
package='pointcloud_to_laserscan',
executable='pointcloud_to_laserscan_node',
name='pc_to_laserscan',
parameters=[{
'min_height': 0.0,
'max_height': 0.4,
'range_min': 0.05
}],
remappings=[
('/cloud_in', '/pc'),
]
)
])
287 changes: 99 additions & 188 deletions Templates/Ros2ProjectTemplate/Template/Levels/DemoLevel/DemoLevel.prefab

Large diffs are not rendered by default.

0 comments on commit aedec80

Please sign in to comment.