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

Class TestPathGenerator

controllers/src/test_path_generator.hpp:29–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27{
28
29class TestPathGenerator
30{
31public:
32 explicit TestPathGenerator(const std::size_t point_count);
33
34 nav_msgs::msg::Path BuildPath();
35
36private:
37 const double scale_ = 0.5;
38 const std::size_t point_count_;
39 double t_delta_;
40 double t_ = 0.0;
41
42 geometry_msgs::msg::PoseStamped GetNextPoint();
43};
44
45} // namespace controllers
46

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected