Apollo
6.0
Open source self driving car software
|
#include <cstring>
Go to the source code of this file.
Classes | |
class | apollo::perception::lidar::Image< T > |
Namespaces | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
apollo::perception | |
apollo::perception | |
apollo::perception::lidar | |
Macros | |
#define | imRef(im, x, y) (im->_access[y][x]) |
#define | imPtr(im, x, y) &(im->_access[y][x]) |
#define imPtr | ( | im, | |
x, | |||
y | |||
) | &(im->_access[y][x]) |
#define imRef | ( | im, | |
x, | |||
y | |||
) | (im->_access[y][x]) |