Skip to content

Commit

Permalink
Fix test config files
Browse files Browse the repository at this point in the history
  • Loading branch information
dmronga committed May 13, 2019
1 parent 1515791 commit d47f280
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
--- name:default
# Cycle Time is seconds. IMPORTANT: This value has to match the period of the component. Default is 0.01 which matches the default period.
cycle_time: 0.01
# Motion constraints that define the properties of the output trajectory that is sent on the command-port.
# These include the maximum/minimum position (only Reflexxes TypeIV), maximum maximum speed, maximum acceleration and maximum jerk
# (derivative of acceleration, only Reflexxes TypeIV).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
--- name:default
# Convert the output command to a position based trajectory
convert_to_position: false
# Cycle Time is seconds. IMPORTANT: This value has to match the period of the component. Default is 0.01 which matches the default period.
cycle_time: 0.01
# Motion constraints that define the properties of the output trajectory that is sent on the command-port.
# These include the maximum/minimum position (only Reflexxes TypeIV), maximum maximum speed, maximum acceleration and maximum jerk
# (derivative of acceleration, only Reflexxes TypeIV).
Expand Down
3 changes: 0 additions & 3 deletions scripts/config/trajectory_generation::RMLPositionTask.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
--- name:default
# Cycle Time is seconds. IMPORTANT: This value has to match the period of the component. Default is 0.01 which matches the default period.
cycle_time: 0.01

# Motion constraints that define the properties of the output trajectory (command-port). These include the maximum/minimum position,
# maximum maximum speed, maximum acceleration and maximum jerk (derivative of acceleration).
motion_constraints:
Expand Down
3 changes: 0 additions & 3 deletions scripts/config/trajectory_generation::RMLVelocityTask.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
--- name:default
# Cycle Time is seconds. IMPORTANT: This value has to match the period of the component. Default is 0.01 which matches the default period.
cycle_time: 0.01

# Motion constraints that define the properties of the output trajectory (command-port). These include the maximum/minimum position,
# maximum maximum speed, maximum acceleration and maximum jerk (derivative of acceleration).
motion_constraints:
Expand Down

0 comments on commit d47f280

Please sign in to comment.