MCPcopy Create free account
hub / github.com/Pamphlett/Outram / attach_greater_sort

Function attach_greater_sort

src/STDesc.cpp:265–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265bool attach_greater_sort(std::pair<double, int> a, std::pair<double, int> b) {
266 return (a.first > b.first);
267}
268
269void publish_map_std(const std::vector<STDesc> &map_std,
270 const ros::Publisher &std_publisher) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected