Skip to content

Commit

Permalink
Fix urdf
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Jun 12, 2024
1 parent 0c9809f commit 07aefb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions test/test_components_xacro.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

# Type: [model_link, link_name, sensor_link_name, sensor_name]
components_types_with_names = {
"LDR01": ["slamtec_rplidar_s1", "laser", "laser", "slamtec_rplidar_s1_sensor"],
"LDR06": ["slamtec_rplidar_s3", "laser", "laser", "slamtec_rplidar_s3_sensor"],
"LDR01": ["slamtec_rplidar_s1", "laser", "laser", "slamtec_rplidar_sensor"],
"LDR06": ["slamtec_rplidar_s3", "laser", "laser", "slamtec_rplidar_sensor"],
"LDR10": ["ouster_os0_32", "os_lidar", "os_lidar", "ouster_os0_32_sensor"],
"LDR11": ["ouster_os0_64", "os_lidar", "os_lidar", "ouster_os0_64_sensor"],
"LDR12": ["ouster_os0_128", "os_lidar", "os_lidar", "ouster_os0_128_sensor"],
Expand Down
8 changes: 0 additions & 8 deletions urdf/slamtec_rplidar.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -271,12 +271,4 @@
</gazebo>

</xacro:macro>


<xacro:slamtec_rplidar
parent_link="abc"
xyz="0 0 0"
rpy="0 0 0"
model="s2"
/>
</robot>

0 comments on commit 07aefb3

Please sign in to comment.