Skip to content

Commit

Permalink
Fold in some unrelated comment changes
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <[email protected]>
  • Loading branch information
methylDragon committed Jun 7, 2022
1 parent 0fac7b5 commit c8d7dea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugins/marker_manager/MarkerManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ class gz::gui::plugins::MarkerManagerPrivate
public: void SetMarker(const gz::msgs::Marker &_msg,
const rendering::MarkerPtr &_markerPtr);

/// \brief Converts an ignition msg material to ignition rendering
/// \brief Converts an Gazebo msg material to Gazebo Rendering
// material.
// \param[in] _msg The message data.
// \return Converted rendering material, if any.
public: rendering::MaterialPtr MsgToMaterial(
const gz::msgs::Marker &_msg);

/// \brief Converts an ignition msg render type to ignition rendering
/// \brief Converts an Gazebo msg render type to Gazebo Rendering
/// \param[in] _msg The message data
/// \return Converted rendering type, if any.
public: gz::rendering::MarkerType MsgToType(
Expand All @@ -122,7 +122,7 @@ class gz::gui::plugins::MarkerManagerPrivate
public: std::map<std::string,
std::map<uint64_t, gz::rendering::VisualPtr>> visuals;

/// \brief Ignition node
/// \brief Gazebo node
public: gz::transport::Node node;

/// \brief Topic name for the marker service
Expand Down

0 comments on commit c8d7dea

Please sign in to comment.