aboutsummaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2014-06-24 14:14:13 +0200
committerThomas Gubler <thomasgubler@gmail.com>2014-06-24 14:14:13 +0200
commit3ddb502d2e1b07705bfaa59c89528d53d0444303 (patch)
treec5064223961589b70a7d4f4a9668b59fa5edc410 /src/modules
parent88adeee6695a2160f9eac130d3923129728dd008 (diff)
downloadpx4-firmware-3ddb502d2e1b07705bfaa59c89528d53d0444303.tar.gz
px4-firmware-3ddb502d2e1b07705bfaa59c89528d53d0444303.tar.bz2
px4-firmware-3ddb502d2e1b07705bfaa59c89528d53d0444303.zip
force setpoint: fix comment
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/uORB/topics/vehicle_force_setpoint.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/modules/uORB/topics/vehicle_force_setpoint.h b/src/modules/uORB/topics/vehicle_force_setpoint.h
index c7b5f558e..cd948985f 100644
--- a/src/modules/uORB/topics/vehicle_force_setpoint.h
+++ b/src/modules/uORB/topics/vehicle_force_setpoint.h
@@ -1,7 +1,6 @@
/****************************************************************************
*
* Copyright (C) 2014 PX4 Development Team. All rights reserved.
- * Author: @author Thomas Gubler <thomasgubler@student.ethz.ch>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -33,10 +32,10 @@
****************************************************************************/
/**
- * @file vehicle_local_force_setpoint.h
+ * @file vehicle_force_setpoint.h
* @author Thomas Gubler <thomasgubler@gmail.com>
* Definition of force (NED) setpoint uORB topic. Typically this can be used
- * by a position control app togeth with an attitude control app.
+ * by a position control app together with an attitude control app.
*/
#ifndef TOPIC_VEHICLE_FORCE_SETPOINT_H_