1 #ifndef HRK_CURVE_TABLE_H
2 #define HRK_CURVE_TABLE_H
29 void set_straight_velocity(
double m_per_sec);
30 void set_rotate_velocity(
const Angle& angle_per_sec);
31 void set_rotate_acceleration(
const Angle& angle_per_sec2);
33 curve_t target_direction_and_velocity(
double h);
34 double path_change_distance()
const;
41 std::auto_ptr<pImpl> pimpl;
Definition: Curve_table.h:20
経路追従カーブのためのテーブル管理
Definition: Curve_table.h:17
角度
Definition: Angle.h:13