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

Method TestPathGenerator

controllers/src/test_path_generator.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27{
28
29TestPathGenerator::TestPathGenerator(const std::size_t point_count)
30: point_count_(point_count),
31 t_delta_((2 * M_PI) / (point_count_))
32{
33}
34
35nav_msgs::msg::Path TestPathGenerator::BuildPath()
36{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected