#include <mrpt/opengl/CAssimpModel.h>
#include <mrpt/opengl/CCylinder.h>
#include <mrpt/opengl/CSphere.h>
#include <mrpt/system/filesystem.h>
#include <mrpt/system/os.h>
#include <mvsim/CollisionShapeCache.h>
#include <functional>
#include <iostream>
#include <vector>
#include "test_utils.h"
Go to the source code of this file.
Functions | |
int | main ([[maybe_unused]] int argc, [[maybe_unused]] char **argv) |
void | shape_test_cylinder () |
void | shape_test_merge () |
void | shape_test_simplecamera () |
void | shape_test_sphere () |
int main | ( | [[maybe_unused] ] int | argc, |
[[maybe_unused] ] char ** | argv | ||
) |
Definition at line 81 of file test_shape2p5.cpp.
void shape_test_cylinder | ( | ) |
Definition at line 36 of file test_shape2p5.cpp.
void shape_test_merge | ( | ) |
Definition at line 48 of file test_shape2p5.cpp.
void shape_test_simplecamera | ( | ) |
Definition at line 69 of file test_shape2p5.cpp.
void shape_test_sphere | ( | ) |
Definition at line 25 of file test_shape2p5.cpp.