Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed Jan 19, 2019
2 parents f83fe29 + 1f47040 commit 94740f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/ROS/TopicPublisherROS/statepublisher_rostopic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,12 @@ void TopicPublisherROS::updateState(double current_time)
for(const auto& data_it: _datamap->user_defined )
{
const std::string& topic_name = data_it.first;
const PlotDataAny& plot_any = data_it.second;
if( _filter_topics && _topics_to_publish.count(topic_name) == 0)
{
continue;// Not selected
}
(??)
const RosIntrospection::ShapeShifter* shapeshifted = RosIntrospectionFactory::get().getShapeShifter( topic_name );
if( ! shapeshifted )
{
Expand Down

0 comments on commit 94740f4

Please sign in to comment.