You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Conception/slamware_sdk/include/rpos/features/features.h

20 lines
399 B

/*
* system.h
* All robotics features
*
* Created by Tony Huang (cnwzhjs@gmail.com) at 2014-05-25
* Copyright 2014 (c) www.robopeak.com
*/
#pragma once
#include <rpos/rpos_config.h>
#include "artifact_provider.h"
#include "impact_sensor_feature.h"
#include "lidar_feature.h"
#include "location_provider.h"
#include "motion_planner.h"
#include "system_resource.h"
#include "statistics_provider.h"