From: Xavier L. <Ba...@us...> - 2011-03-31 15:49:27
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "krobot". The branch, master has been updated via 4b62957c82d4ee890ccd36c31370350a07b72deb (commit) from d8a4ed321466b4ff28df5fad95e14a763c15ade3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4b62957c82d4ee890ccd36c31370350a07b72deb Author: Xavier Lagorce <Xav...@cr...> Date: Thu Mar 31 17:49:02 2011 +0200 [Controller_Motor_STM32] Corrected a function description ----------------------------------------------------------------------- Changes: diff --git a/elec/boards/Controller_Motor_STM32/Firmware/controller_motor_stm32/trajectory_controller.h b/elec/boards/Controller_Motor_STM32/Firmware/controller_motor_stm32/trajectory_controller.h index 8c1eef6..b2361d6 100644 --- a/elec/boards/Controller_Motor_STM32/Firmware/controller_motor_stm32/trajectory_controller.h +++ b/elec/boards/Controller_Motor_STM32/Firmware/controller_motor_stm32/trajectory_controller.h @@ -55,12 +55,12 @@ void tc_delete_controller(uint8_t motor); */ uint8_t tc_is_working(uint8_t motors); -/* Moves of a given distance - * - distance : distance to move of, can be positive (forward) or negative - * (backward). The units corresponds to the given scaling factor - * during initialization. - * - speed : moving speed (in meters per second) should be positive. - * - acceleration : in meters per second per second, should be positive. +/* Moves of a given angle + * - angle : angle to move of, can be positive (forward) or negative + * (backward). The units corresponds to the given scaling factor + * during initialization. + * - speed : moving speed (in units per second) should be positive. + * - acceleration : in units per second per second, should be positive. */ void tc_goto(uint8_t motor, float angle, float speed, float acceleration); hooks/post-receive -- krobot |