MCPcopy Create free account
hub / github.com/RoboJackets/software-training / fromLogOdds

Function fromLogOdds

mapping/src/mapping_node.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39double fromLogOdds(double log_odds)
40{
41 return 1.0 - (1.0 / (1.0 + std::exp(log_odds)));
42}
43
44class MappingNode : public rclcpp::Node
45{

Callers 1

ObstaclesCallbackMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected