test(cy-mark): improve marker placement service and update test case - Update marker_client.py to test with different coordinates and color - Remove model_marker.sdf file as it's no longer needed - Enhance marker_service.cpp with better error handling and logging
21 lines
504 B
XML
21 lines
504 B
XML
<?xml version="1.0" ?>
|
|
<sdf version="1.6">
|
|
<model name="marker">
|
|
<static>true</static>
|
|
<link name="link">
|
|
<visual name="visual">
|
|
<cast_shadows>false</cast_shadows>
|
|
<geometry>
|
|
<sphere>
|
|
<radius>0.05</radius>
|
|
</sphere>
|
|
</geometry>
|
|
<material>
|
|
<ambient>1 0 0 1</ambient>
|
|
<diffuse>1 0 0 1</diffuse>
|
|
<specular>0.1 0.1 0.1 1</specular>
|
|
</material>
|
|
</visual>
|
|
</link>
|
|
</model>
|
|
</sdf> |