Skip to content

Commit

Permalink
update RCS and Lidar module
Browse files Browse the repository at this point in the history
  • Loading branch information
rookiepeng committed Dec 16, 2024
1 parent 2bcf9c9 commit c777a52
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 466 deletions.
2 changes: 1 addition & 1 deletion gen_docs/sim.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Simulator
:undoc-members:
:inherited-members:
:show-inheritance:
:exclude-members: simc
:exclude-members:
9 changes: 0 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,15 +193,6 @@ def locate_cuda():
library_dirs=LIB_DIRS,
extra_link_args=LINK_ARGS,
),
Extension(
"radarsimpy.rt",
["src/radarsimpy/raytracing/rt.pyx"],
define_macros=MACROS,
include_dirs=INCLUDE_DIRS,
libraries=["radarsimcpp"] + LIBS,
library_dirs=LIB_DIRS,
extra_link_args=LINK_ARGS,
),
Extension(
"radarsimpy.simulator",
["src/radarsimpy/simulator.pyx"],
Expand Down
19 changes: 0 additions & 19 deletions src/radarsimpy/raytracing/__init__.py

This file was deleted.

193 changes: 0 additions & 193 deletions src/radarsimpy/raytracing/lidar_scene.pyx

This file was deleted.

155 changes: 0 additions & 155 deletions src/radarsimpy/raytracing/rcs.pyx

This file was deleted.

Loading

0 comments on commit c777a52

Please sign in to comment.