No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
|
Repository Summary
Checkout URI | https://github.com/mr-tony921/xju-autopilot.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2024-05-23 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
chassis_msgs | 1.0.0 |
canbus_sensor_msgs | 1.0.0 |
chart_msgs | 1.0.0 |
common_msgs | 1.0.0 |
common_topics | 1.0.0 |
control_msgs | 1.0.0 |
localization_msgs | 1.0.0 |
perception_nn_msgs | 0.0.1 |
perception_em_msgs | 1.0.0 |
planning_msgs | 1.0.0 |
routing_msgs | 0.0.0 |
viewlane_msgs | 0.0.0 |
pnc_proto_package | 1.0.0 |
pnc_configs_package | 1.0.0 |
planning_package | 1.0.0 |
debug_tool_package | 0.0.0 |
dynamic_model_simulator_package | 0.0.0 |
emlanes_simulator_package | 0.0.0 |
perception_simulator_package | 0.0.0 |
rviz_2d_overlay_msgs | 1.3.0 |
rviz_2d_overlay_plugins | 1.3.0 |
rviz_xju_panel | 0.0.0 |
rviz_xju_plugins | 0.0.1 |
README
XJU AUTOPILOT
XJU-AUTOPILOT is an autonomous driving framework built on ROS2 Iron Docker. This framework currently focuses primarily on decision-making and planning module, while other modules such as perception, prediction, and control are implemented through simulation. We provide Docker images and code for relevant practitioners to study and use.
Table of Contents
Installation
# Download code and make cache directory
git clone https://github.com/Mr-Tony921/xju-autopilot.git
mkdir cache/iron && cd cache/iron && mkdir build log install && cd ../..
Open directory in VS Code, then reopen in remote container, downloading and compiling docker image may take some time.
# Test environment
source /opt/ros/iron/setup.bash
rviz2
Getting Started
# Basic example of how to build and run
colcon build
./src/pnc/script/simulation.sh
License
All resources in XJU-AUTOPILOT are licensed under fully permissive licenses (e.g., Apache-2.0).
Citation
If you use XJU-AUTOPILOT or docker image, consider citing the following publication:
@inproceedings{tony2024xju-autopilot,
title={xju-autopilot: An Autonomous Driving Framework},
author={Tony},
url={https://github.com/Mr-Tony921/xju-autopilot.git},
year={2024}
}
CONTRIBUTING
No CONTRIBUTING.md found.
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.