You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am facing an error when launching the find_transform.launch. I'm currently using ZED2 camera, RoboSense Helios 16P LiDAR and Jetson AGX Orin. The snapshot of the error is shown below:
I have made the adjustments on the required files based on the topic published by the ZED2 camera with reference to issue #148 to solve the error. However, the error still exists even though I had performed the changes. The details of the code are shown below:
find_transform.launch
main.cpp
aruco_mapping.launch
lidar_camera_calibration.yaml
zed_left_uurmi.ini
Look forward for the reply and thank you in advance!
The text was updated successfully, but these errors were encountered:
Hi @juannn01, before modifying the main.cpp, aruco_mapping.launch, and lidar_camera_calibration.yaml files, did you try just doing a remap? In my case, I had created a new launch file to launch the camera and LiDAR topics while redirecting them to the topic names required by the package. Here’s how my launch file looks::
<launch>
<!-- Remapping for the camera calibration --><!-- <remap from="/camera/color/camera_info" to="/camera/camera_info"/> <remap from="/camera/color/image_raw" to="/camera/image_raw"/> --><!-- Remapping for the lidar-camera calibration --><!---->
<remapfrom="/camera/color/camera_info"to="/frontNear/left/camera_info"/>
<remapfrom="/camera/color/image_raw"to="/frontNear/left/image_raw"/>
<!----><!-- Include the RealSense launch file -->
<includefile="$(find realsense2_camera)/launch/rs_camera.launch" />
<!-- Include the Velodyne launch file -->
<includefile="$(find velodyne_pointcloud)/launch/VLP16_points.launch" />
</launch>
Hi! I am facing an error when launching the find_transform.launch. I'm currently using ZED2 camera, RoboSense Helios 16P LiDAR and Jetson AGX Orin. The snapshot of the error is shown below:
I have made the adjustments on the required files based on the topic published by the ZED2 camera with reference to issue #148 to solve the error. However, the error still exists even though I had performed the changes. The details of the code are shown below:
find_transform.launch
main.cpp
aruco_mapping.launch
lidar_camera_calibration.yaml
zed_left_uurmi.ini
Look forward for the reply and thank you in advance!
The text was updated successfully, but these errors were encountered: