6
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

RealSense D435 (ROS)

Posted at

#カメラノードの起動

.sh
$ roslaunch realsense2_camera rs_rgbd.launch align_depth:=true

#pointcloudのトピックとメッセージ

.txt
/camera/depth_registered/points
sensor_msgs/PointCloud2

#rvizで表示
起動

.sh
$ rosrun rviz rviz

rviz内の設定

.txt
Fixed Frame: camera_link
Add
By topic
/depth_registered/points/PointCloud2
OK
6
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?