jchengai / gpir

[ICRA'22] Real-Time Trajectory Planning for Autonomous Driving with Gaussian Process and Incremental Refinement
https://arxiv.org/pdf/2205.11853.pdf
MIT License
211 stars 47 forks source link

The authors should consider citing the related sources #2

Open WenchaoDing opened 2 years ago

WenchaoDing commented 2 years ago

The visitors may spend some time comparing the following references with this repo:

  1. Many modules of this module are copied from Apollo. For example, the spline module in this repo is almost identical to that in Apollo(Smooth Spline), but the authors just deleted the copyright notice of apollo and copied the codes from apollo.

image

  1. EPSILON Open Source Code vs The code in this repo (also EUDM Paper and SSC(2019) Youtube vs the visualization and video of this repo)

image ============================ VS ===================================================== ============================ VS ===================================================== ============================ VS ===================================================== image

It is ok to refer to other sources when doing research. But it may be inappropriate for the authors of this repo to delete the copyright notice of the related sources and not acknowledge the most related ones, e.g., Apollo and EPSILON.

jchengai commented 2 years ago

Thank you for pointing this out. I did refer to the part of the source you mentioned (although they're not very related to the proposed method in our paper, and they were cited). It's indeed inappropriate and I apologize.

I'll add the corresponding acknowledgement promptly. You may leave this issue open as a reminder to other visitors.