Skip to content

Commit

Permalink
Fixed the name of velodyne lidar
Browse files Browse the repository at this point in the history
Signed-off-by: Shintaro Sakoda <[email protected]>
  • Loading branch information
SakodaShintaro committed Jan 6, 2025
1 parent ef46885 commit b85a679
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aip_urdf_compiler/scripts/compile_urdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ def __init__(self, transformation: Dict, base_frame: str, child_frame: str):
"pandar" in self.type
or "livox" in self.type
or "camera" in self.type
or "vls" in self.type.lower()
or "vlp" in self.type.lower()
or "velodyne" in self.type.lower()
):
# For common sensor descriptions, LiDAR and camera macros will automatically
# be attached with a "base_link" name
Expand Down

0 comments on commit b85a679

Please sign in to comment.