Skip to content

Commit

Permalink
doc: fix note command place
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo committed Dec 6, 2023
1 parent 8400b37 commit 520baf0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@ double lerp(

} // namespace interpolation

using Table = std::vector<std::vector<std::string>>;
using Map = std::vector<std::vector<double>>;
/**
* @note copied from https://github.com/autowarefoundation/autoware.universe/blob/main/simulator/simple_planning_simulator/include/simple_planning_simulator/utils/csv_loader.hpp
*/
using Table = std::vector<std::vector<std::string>>;
using Map = std::vector<std::vector<double>>;
class CSVLoader
{
public:
Expand Down

0 comments on commit 520baf0

Please sign in to comment.