Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Adjust models scale and diffusion parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
uavster committed Nov 29, 2023
1 parent c0a2e5a commit b73d033
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ based_on_package: "picknik_ur_gazebo_config"
optional_feature_params:
gazebo_world_package_name: "picknik_ur_gazebo_scan_and_plan_config"
gazebo_world_path: "description/simulation_worlds/scan_and_plan_world.sdf"
gazebo_gui: True
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
<geometry>
<mesh>
<uri>package://picknik_accessories/descriptions/miscellaneous/farnese-hercules-head.stl</uri>
<scale>0.003 0.003 0.003</scale>
</mesh>
</geometry>
<surface>
Expand All @@ -215,11 +216,12 @@
<geometry>
<mesh>
<uri>package://picknik_accessories/descriptions/miscellaneous/farnese-hercules-head.stl</uri>
<scale>0.003 0.003 0.003</scale>
</mesh>
</geometry>
<material>
<ambient>0 0 0 1</ambient>
<diffuse>1 1 1 1</diffuse>
<diffuse>0.5 0.5 0.5 1</diffuse>
<specular>0.2 0.2 0.2 1</specular>
</material>
</visual>
Expand Down

0 comments on commit b73d033

Please sign in to comment.