-
Notifications
You must be signed in to change notification settings - Fork 0
beam_utils
Jake McLaughlin edited this page Jun 19, 2019
·
2 revisions
This module contains generic functionalities used across the codebase.
This package contains functions related to dealing with angles that are commonly used in the code base.
This package contains logging capabilities for logging info, debugging messages and critical errors.
This package contains commonly used math operations, such as converting transformation representations, converting coordinate systems etc...
This package contains timing operations used for timing functions, converting chrono and ros time, etc...
#include "beam_utils/math.hpp"
int main(){
beam::Vec2 point1(30, 20);
beam::Vec2 point2(50, 10);
double distance = beam::distance(point1, point2);
}
- Home
- Onboarding
- Installation Guide
- Libbeam
- Mapping
- Calibration
- Hardware Instructions
- Deep Learning
- Formatting
- PoTree Maps
- Supported Hardware
- Additional Resources