Giter Club home page Giter Club logo

guardstrikelab / apollo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apolloauto/apollo

9.0 9.0 7.0 2.47 GB

An open autonomous driving platform forked from https://github.com/ApolloAuto/apollo

License: Apache License 2.0

Shell 3.33% JavaScript 1.96% C++ 83.57% Python 5.01% C 0.28% Assembly 0.01% Cuda 0.94% Makefile 0.03% HTML 0.04% Handlebars 0.01% Smarty 0.14% CMake 0.02% GLSL 0.03% Batchfile 0.01% Dockerfile 0.04% Vim Script 0.01% SCSS 0.22% Starlark 4.36%

apollo's People

Contributors

capri2014 avatar fengqikai1414 avatar freehackofjeff avatar golancer avatar hongyisun avatar jasonzhou404 avatar jinghaomiao avatar jmtao avatar kechxu avatar kevin-y-wang avatar lianglia-apollo avatar lx18233184051 avatar michael4338 avatar mickeyouyou avatar muleisheng avatar natashadsouza avatar panjiacheng avatar siyangy avatar sjiang2018 avatar startcode avatar storypku avatar techoe avatar vlin17 avatar wanglei828 avatar xiaoxq avatar yajiazhang avatar ycool avatar yifeijiang avatar zhangchaoltt avatar zhongjunni avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

apollo's Issues

车辆方向失控[vehicle out of lane]

Hello team!

My system information
OS Platform and Distribution (e.g., Linux Ubuntu 18.04): Linux Ubuntu 22.04
Apollo installed from (source or binary): source
Apollo version (3.5, 5.0, 5.5, 6.0): your branch apollo_carla_bridge

I have connected the control module, but when I run to a fixed road section, the steering wheel starts to turn in a fixed direction until it deviates from the lane line. I don’t know whether it is the problem of the planning module or the control module, but I printed the planning log:

E0227 18:00:43.567451 323875 lane_follow_stage.cc:203] Fail to aggregate planning trajectory.
E0227 18:00:43.567461 323875 scenario.cc:79] Stage 'LANE_FOLLOW_DEFAULT_STAGE' returns error
E0227 18:00:43.567487 323875 on_lane_planning.cc:619] planner failed to make a driving plan
E0227 18:00:43.567514 323875 on_lane_planning.cc:435] Planning failed:PLANNING_ERROR: planner failed to make a driving plan
E0227 18:00:43.681439 323874 piecewise_jerk_problem.cc:105] failed optimization status: primal infeasible
E0227 18:00:43.681476 323874 piecewise_jerk_path_optimizer.cc:317] piecewise jerk path optimizer failed
E0227 18:00:43.687695 323874 piecewise_jerk_problem.cc:105] failed optimization status: primal infeasible
E0227 18:00:43.687711 323874 piecewise_jerk_path_optimizer.cc:317] piecewise jerk path optimizer failed
E0227 18:00:43.687742 323874 path_optimizer.cc:49] Reference Line 0_1 is not drivable after PIECEWISE_JERK_PATH_OPTIMIZER
E0227 18:00:43.687754 323874 lane_follow_stage.cc:177] Failed to run tasks[PIECEWISE_JERK_PATH_OPTIMIZER], Error message: Path Optimizer failed to generate path
E0227 18:00:43.687790 323874 lane_follow_stage.cc:265] Path fallback due to algorithm failure
E0227 18:00:43.688119 323874 path_data.cc:44] Should NOT set discretized path when reference line is nullptr. Please set reference line first.
E0227 18:00:43.688127 323874 lane_follow_stage.cc:288] Speed fallback due to algorithm failure
E0227 18:00:43.688130 323874 speed_profile_generator.cc:38] Fallback using piecewise jerk speed!
W0227 18:00:43.688134 323874 speed_profile_generator.cc:41] init_v = 6.03612, init_a = 1.12288
E0227 18:00:43.689057 323874 reference_line_info.cc:503] path data is empty

The log of the control module is normal, but when I turn off the control module and only use the planning module to move the vehicle, there are no such error messages and the vehicle runs normally
I found that your configuration of control conf.pb.txt is inconsistent with the configuration of apollo, but the same problem will occur even if I replace the official configuration

here is dreamview pnc_monitor planning pic
截图 2023-02-28 12-03-14
截图 2023-02-28 12-02-49
iShot_2023-03-03_16 46 57

How to convert carla map to apollo map

Hi team, I'm currently using carla_apollo_bridge for co-simulation of Apollo on Carla.
I'm running the simulation on Town01, which is provided by this repository.
Now I want to run the simulation on more maps, so I have one question regarding the conversion process from carla map to Apollo map.
Could you please tell me the tool that you used for the conversion?

Carla-Apollo on g4dn

I am trying to use AWS VM to run Carla-Apollo bridge, is the g4dn xlarge machine good enough to run the simulator smoothly?

g4dn xlarge spec :
vCPUs | 4
Memory (GiB) | 16.0
Memory per vCPU (GiB) | 4.0
Physical Processor | Intel Xeon Family
Clock Speed (GHz) | 2.5
CPU Architecture | x86_64
GPU | 1
GPU Architecture | nvidia t4 tensor core
Video Memory (GiB) | 16
GPU Compute Capability (?) | 7.5
FPGA | 0

Are there maps of apollo other than town01 available?

We appreciate you go through Apollo documentations and search previous issues before creating an new one. If neither of the sources helped you with your issues, please report the issue using the following form. Please note missing info can delay the response time.

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 18.04): 18.04
  • Apollo installed from (source or binary): source
  • Apollo version (3.5, 5.0, 5.5, 6.0): 6.0
  • Output of apollo.sh config if on master branch:

Steps to reproduce the issue:

  • Please use bullet points and include as much details as possible:

Supporting materials (screenshots, command lines, code/script snippets):

Dear Guardstrikelab Teams,
339081676338058_ pic

I only found the apollo HD map file for town01 in github, but not for other towns. Could you provide me with the map files of other towns? If not, would you mind telling me how the map is converted from carla to apollo HD map? Thank you very much!

Best

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.