1. 27 2月, 2018 2 次提交
  2. 26 2月, 2018 2 次提交
  3. 25 2月, 2018 2 次提交
    • D
      Fix an estop bug in planning.cc (#3000) · 3ee3ecfc
      David Hopper 提交于
      *  Add the "apollo/dev_build.sh" and "apollo/.vscode/tasks.json" files to build the Apollo project in VSCode.
      
      * replace "dev_build.sh" with "apollo_docker.sh " and "dev_build.sh" is no longer needed.
      
      * Fix an estop bug. Because the function "Control::ProduceControlCommand()" checks the "estop" signal with the following line (Line 170 in control.cc):
      "estop_ = estop_ || trajectory_.estop().is_estop();", we should add more information to ensure the estop being triggered.
      3ee3ecfc
    • Q
      4dae7c6c
  4. 24 2月, 2018 24 次提交
  5. 23 2月, 2018 10 次提交