Skip to content
Snippets Groups Projects
Commit c31e15ef authored by Steven Macenski's avatar Steven Macenski
Browse files

fix over explained comment in footprint sub header

parent 317094a7
No related branches found
No related tags found
No related merge requests found
......@@ -48,10 +48,7 @@ public:
~FootprintSubscriber() {}
// Returns an oriented robot footprint.
// The footprint received by the subscriber has already been transformed
// such that all points are in the global frame.
// This frame is assumed to be known out of band, but typically it is "map".
// Returns an oriented robot footprint at current time.
bool getFootprint(std::vector<geometry_msgs::msg::Point> & footprint);
// Returns an oriented robot footprint.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment