We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The specific problem is related to vehicle adaptation. The previous documentation (https://github.com/ApolloAuto/apollo/blob/266afbf68d83fa6fac7a812ff8a950223f5ab2c0/docs/technical_tutorial/apollo_vehicle_adaption_tutorial_cn.md) seems to be outdated, and the contents in the new version do not correspond to the old one. The main problem is that I cannot find where to register a new vehicle. For example, in the fifth step of the documentation, I kindly request assistance. Thank you.
The text was updated successfully, but these errors were encountered:
Yes, here is the latest vehicle chassis registration method
Generate vehicle protocol and place it in modules/canbus_vehicle like other vehicles
modules/canbus_vehicle
Set your new VehicleFactory in the following configuration file.
apollo/modules/canbus/conf/canbus.conf
Line 4 in a3c851f
The following code will automatically create a vehicle class based on the VehicleFactory name.
apollo/modules/canbus/canbus_component.cc
Lines 58 to 64 in a3c851f
Sorry, something went wrong.
No branches or pull requests
The specific problem is related to vehicle adaptation. The previous documentation (https://github.com/ApolloAuto/apollo/blob/266afbf68d83fa6fac7a812ff8a950223f5ab2c0/docs/technical_tutorial/apollo_vehicle_adaption_tutorial_cn.md) seems to be outdated, and the contents in the new version do not correspond to the old one. The main problem is that I cannot find where to register a new vehicle. For example, in the fifth step of the documentation, I kindly request assistance. Thank you.
System information
The text was updated successfully, but these errors were encountered: