ros-visualization / rviz

ROS 3D Robot Visualizer
BSD 3-Clause "New" or "Revised" License
792 stars 459 forks source link

Not save pointcloud map #1776

Closed alvaropascuaI closed 1 year ago

alvaropascuaI commented 1 year ago

I launch topics that i need for see in rviz pointcloud, but dont save point cloud map, what i need configure ?

I launch camera with this roslaunch realsense2_camera rs_camera.launch camera:=cam_2 serial_no:=153222070827 filters:=spatial,temporal,pointcloud

I launch rviz with rviz on terminal

image

Your environment

rhaschke commented 1 year ago

Sorry, but I don't understand your question. Obviously, you are able to display your point cloud. What else are you missing? You can't save data from rviz. If you want to record data, consider rosbag.

alvaropascuaI commented 1 year ago

What I want is for a map to be generated with the points that the rviz shows me, as with RTABMAP, but the problem is that a map is not generated from those point clouds

rhaschke commented 1 year ago

I don't know about RTABMAP. In any case, rviz doesn't perform any processing, it just displays information available in your ROS system. So, if you need to process the point cloud into some map, this should be handled elsewhere.

alvaropascuaI commented 1 year ago

I understand, thank you so much i will search more information