Skip to content

Commit

Permalink
Fix saving EnvMonitorSnapshotTopic
Browse files Browse the repository at this point in the history
  • Loading branch information
rjoomen authored and Levi-Armstrong committed Sep 25, 2023
1 parent 722877c commit e4577f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tesseract_rviz/src/environment_monitor_properties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ void EnvironmentMonitorProperties::save(rviz::Config config) const
config.mapSetValue("tesseract::EnvMonitorMode", data_->display_mode_property->getString());
config.mapSetValue("tesseract::EnvMonitorURDFDescription", data_->urdf_description_string_property->getString());
config.mapSetValue("tesseract::EnvMonitorTopic", data_->environment_topic_property->getString());
config.mapSetValue("tesseract::EnvMonitorSnapshotTopic", data_->environment_topic_property->getString());
config.mapSetValue("tesseract::EnvMonitorSnapshotTopic", data_->environment_snapshot_topic_property->getString());
config.mapSetValue("tesseract::EnvMonitorJointStateTopic", data_->joint_state_topic_property->getString());
}

Expand Down

0 comments on commit e4577f1

Please sign in to comment.