Apollo 10.0
自动驾驶开放平台
|
tools is an important part of the Apollo. It contains various tools and scripts to support the development and operation of the Apollo system.
Specifically, the tools module contains a number of tools for data processing, system calibration, simulation, and testing. For example, some of the tools in tools can be used to start and stop the Apollo system, or to perform system calibration and alignment. In addition, the tools module contains scripts and programs for simulation and testing, e.g., for generating test data, simulating vehicle behaviors, and so on.
In summary, the tools module in the Apollo modules directory provides great support and convenience for developers, allowing them to develop and test more efficiently.
The tools are mostly written in Python and relying on compiled proto modules. So generally you need to do the following steps to make it function well.
Note that all scripts in this page are referenced from Apollo root directory.
In source env:
In package management:
Diagnostics
shortcuts: /apollo/scripts/diagnostics.sh
Display input/output protobuf messages for modules.
Plot_control
Subscribe control command message and plot recent x steering, throttle, and brake values.
Realtime_plot
shortcuts: /apollo/scripts/realtime_plot.sh
Subscribe planning & control messages and plot real time trajectory, speed, curvature/ST-graph, and acceleration/heading.
Record_play
Rtk_recorder
shortcuts: /apollo/scripts/run_rtk_recorder.sh
Record vehicle trajectory and save it into a file.
Rtk_player
shortcuts: /apollo/scripts/run_rtk_player.sh
Read recorded trajectory and publish it as a planning trajectory.
如果您在使用文档的过程中,遇到任何问题,请到我们在【开发者社区】建立的 反馈意见收集问答页面,反馈相关的问题。我们会根据反馈意见对文档进行迭代优化。