Skip to content

Commit

Permalink
spell-check happy
Browse files Browse the repository at this point in the history
  • Loading branch information
robomic committed Nov 28, 2024
1 parent 2095cba commit ebec879
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class TrafficSink : public TrafficModuleBase
auto getEntityPose(const std::string & entity_name) const noexcept(false)
-> geometry_msgs::msg::Pose;
/**
* @note Despawns the entity only when both:
* @note Despawn the entity only when both:
* 1. Its distance from the TrafficSink is <= radius [m].
* 2. Its EntityType is in sinkable_entity_type or sinkable_entity_type is empty.
*/
Expand Down

0 comments on commit ebec879

Please sign in to comment.