Skip to content

Commit

Permalink
More small fixes from review.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
  • Loading branch information
clalancette committed Aug 14, 2018
1 parent a8bea18 commit f5204a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/systems/speed_system.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ namespace delphyne {

/// The SpeedSystem implements a very simple speed controller, taking as an
/// input the current frame velocity (from an InputPort) and the desired speed
/// (set as an abstract state value of this class), and producing an
/// acceleration on an OutputPort to reach that speed.
/// (from a second InputPort), and producing an acceleration on an OutputPort
/// to reach that speed.
template<typename T>
class SpeedSystem final : public drake::systems::LeafSystem<T> {
public:
Expand Down
2 changes: 1 addition & 1 deletion src/systems/vector_source.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace delphyne {
/// the user asks for a new one. This differs from drake's ConstantVectorSource
/// in that it is thread-safe with respect to changes to the ConstantVector.
///
/// @tparam T must be a valid Eigin ScalarType
/// @tparam T must be a valid Eigen ScalarType
template <typename T>
class VectorSource final : public drake::systems::LeafSystem<T> {
public:
Expand Down

0 comments on commit f5204a6

Please sign in to comment.