File tree Expand file tree Collapse file tree
hydra_visualizer/src/adapters Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,7 +73,8 @@ ValueEdgeColorAdapter::ValueEdgeColorAdapter(const Config& config)
7373 functor_(config::create<EdgeValueFunctor>(config.value_functor)),
7474 colormap_(config.colormap) {}
7575
76- void ValueEdgeColorAdapter::setGraph (const DynamicSceneGraph& graph, LayerKey layer_key) {
76+ void ValueEdgeColorAdapter::setGraph (const DynamicSceneGraph& graph,
77+ LayerKey layer_key) {
7778 if (!functor_) {
7879 return ;
7980 }
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ void declare_config(AttributeColorAdapter::Config& config) {
5555AttributeColorAdapter::AttributeColorAdapter (const Config& config) : config(config) {}
5656
5757Color AttributeColorAdapter::getColor (const DynamicSceneGraph&,
58- const SceneGraphNode& node) const {
58+ const SceneGraphNode& node) const {
5959 try {
6060 return node.attributes <SemanticNodeAttributes>().color ;
6161 } catch (const std::bad_cast&) {
You can’t perform that action at this time.
0 commit comments