stereolabs / zed-ros-interfaces

ROS interfaces for the ZED ROS Wrapper
MIT License
10 stars 21 forks source link

stls for zedx and zedx mini #10

Closed ashBabu closed 1 year ago

ashBabu commented 1 year ago

The stl files for zedx and zedx mini were missing in the meshes. Running examples like roslaunch zed_rtabmap_example zed_rtabmap.launch camera_model:=zedxm would through an error of missing stls. These are downloaded, scaled by a factor of 0.001 and added to the meshes folder

Myzhar commented 1 year ago

Can you add instead the STL files from the ZED ROS 2 Wrapper that are ready for ROS? So we are sure that we use the same meshes: https://github.com/stereolabs/zed-ros2-interfaces/tree/main/meshes

ashBabu commented 1 year ago

Can you add instead the STL files from the ZED ROS 2 Wrapper that are ready for ROS? So we are sure that we use the same meshes: https://github.com/stereolabs/zed-ros2-interfaces/tree/main/meshes

Done