Repo for Gazebo 9 development. Starting from entity_component_system_prototype branch on gazebo repo. This repo will be merged back into the gazebo repo in the future.
0
stars
1
forks
source link
SDF Componentizer FromSDF should accept constant SDF element #30
Original report (archived issue) by Shane Loretz (Bitbucket: Shane Loretz, GitHub: sloretz).
Currently componentizers get a mutable reference to each SDF element. They shouldn't be modifying the SDF, so that param should become const.