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
What I feel that the issue lies in is with the transform frames. Do I need to make a transformation between the map and the base_link of the drone? Apologies as I am a beginner with ROS at the moment.
Terminal output on running the lidarslam launch file
Secondly, RVIZ shows absolutely no output. I see that some /map and /modified map is being published, but PointCloud2 is not visualizing it.
It seems the map frame is missing
The following shows the point cloud created by the lidar:
I am unsure as to what the issue is. Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Hello!
I am trying to integrate your work with a project that I am working on.
My project involves using a drone affixed with a 3D Lidar to map a forest and localize itself.
My drone publishes the following topics, the relevant ones are /scan and /imu/out, and the namespace is simple_drone.
/scan is published as a topic with a message type of PointCloud2, and the IMU topic is of type Imu.
I tried to remap the parameters in the lidar_slam.launch.py file to the ones for my drone, as shown in the following code:
import os
import launch
import launch_ros.actions
from ament_index_python.packages import get_package_share_directory
def generate_launch_description():
What I feel that the issue lies in is with the transform frames. Do I need to make a transformation between the map and the base_link of the drone? Apologies as I am a beginner with ROS at the moment.
Terminal output on running the lidarslam launch file
Secondly, RVIZ shows absolutely no output. I see that some /map and /modified map is being published, but PointCloud2 is not visualizing it.
It seems the map frame is missing
The following shows the point cloud created by the lidar:
I am unsure as to what the issue is. Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: