From 1117be2343dcaa184a9a15fce9695c2e8e13d96e Mon Sep 17 00:00:00 2001 From: Minjun Xu Date: Sun, 6 Aug 2023 15:18:21 +0800 Subject: [PATCH] add contribution and collaboration in readme --- CONTRIBUTION.md | 7 +++++++ README.md | 7 ++++++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 CONTRIBUTION.md diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md new file mode 100644 index 0000000..0491941 --- /dev/null +++ b/CONTRIBUTION.md @@ -0,0 +1,7 @@ +## Contribution +### Frontend +I am not very familiar with frontend stack and am actively looking for frontend contributors. The structure of this project also allows integration of other frontends. + +### Backend +Although this project is initially specific to Carla simulator, the current structure of backend allows quite easy integration of other simulators/backends. I believe some other things like ROS, +AirSim can be added as backends as well with quite few codes. \ No newline at end of file diff --git a/README.md b/README.md index 9705b5b..a1397a3 100644 --- a/README.md +++ b/README.md @@ -28,5 +28,10 @@ Although the container image is out-of-box to use, you are also welcome to build Refer to this [page](./docs/build.md) for building instructions. -## Author +## Contribution +Please read [this](./CONTRIBUTION.md). + +## Author and Collaboration [Minjun Xu](https://github.com/mjxu96) mjxu96@outlook.com + +Please contact me via email if you want more collaborations.