File tree 3 files changed +3
-2
lines changed 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ notifications:
16
16
on_failure : change # [always|never|change] # default: always
17
17
before_install : # Use this to prepare the system to install prerequisites or dependencies
18
18
# Define some config vars
19
- - export ROS_DISTRO=hydro
19
+ - export ROS_DISTRO=indigo
20
20
- export CI_SOURCE_PATH=$(pwd)
21
21
- export REPOSITORY_NAME=${PWD##*/}
22
22
- echo "Testing branch $TRAVIS_BRANCH of $REPOSITORY_NAME"
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ include_directories(
52
52
)
53
53
54
54
add_library (${PROJECT_NAME}
55
- ${HEADERS}
56
55
src/lead_lag.cpp
57
56
src/lead_lag_gains_setter.cpp
58
57
src/pid.cpp
Original file line number Diff line number Diff line change 4
4
5
5
The control_toolbox package contains the following C++ classes which may be useful when implementing controllers.
6
6
\li \ref control_toolbox::Pid "Pid" for implementing position/integral/derivative control loops.
7
+ \li \ref control_toolbox::LeadLag "Lead Lag" for implementing lead or lag compensator control loops.
7
8
\li \ref control_toolbox::Ramp "Ramp Output"
8
9
\li \ref control_toolbox::SineSweep "Sine Sweep"
9
10
\li \ref control_toolbox::Dither "Dither" for giving white noise at specified amplitude
10
11
\li \ref control_toolbox::PidGainsSetter "Pid gains setter" for advertising a service for automatically changing PID gains.
12
+ \li \ref control_toolbox::LeadLagGainsSetter "Lead Lag gains setter" for advertising a service for automatically changing LeadLag gains.
11
13
12
14
**/
You can’t perform that action at this time.
0 commit comments