* Split Gazebo LED plugin to LED visual plugin and LED model plugin

* Get rid of unneeded 'Failed to convert' warning

* Minor
This commit is contained in:
Oleg Kalachev
2022-03-23 22:33:19 +04:00
committed by GitHub
parent f21ba3feb4
commit 850b49b2b6
4 changed files with 87 additions and 31 deletions

View File

@@ -64,6 +64,12 @@
<!-- <gazebo>
<static>true</static>
</gazebo> -->
<gazebo>
<plugin name="${name}_ros_controller" filename="libsim_leds_controller.so">
<robotNamespace></robotNamespace>
<ledCount>${led_count}</ledCount>
</plugin>
</gazebo>
</xacro:macro>
</robot>