趣味で作ってるロボット用ソフトウェア
 All Classes Files Functions Enumerations Enumerator Friends Pages
Public Attributes | List of all members
hrk::path_t Struct Reference

経路の定義 More...

#include <path_t.h>

Collaboration diagram for hrk::path_t:
Collaboration graph
[legend]

Public Attributes

path::path_type_t type
 
PointF begin
 
PointF end
 
PositionF goal
 
double path_length
 
PointF circle_center
 
double circle_radius
 
rotate_direction_t rotate
 

Detailed Description

経路の定義

線分の経路の定義には, type, next_position を利用する。

path_t_line.svg
直線の経路の場合

円弧の経路の定義には, type, circle_center, circle_radius, next_position を利用する。

path_t_circle.svg
円弧の経路の場合

The documentation for this struct was generated from the following file: