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
Hello I ran the command docker run --rm --net=host --privileged --volume=/dev:/dev -it iory/realsense-ros-docker:kinetic /bin/bash -i -c 'roslaunch realsense2_camera rs_rgbd.launch enable_pointcloud:=true align_depth:=false depth_registered_processing:=true align_depth:=true' and it gave me the following output. Do you know any reason why it cant find the camera? Thanks!
`
set ROS_IP and ROS_HOSTNAME to 192.168.65.9
... logging to /root/.ros/log/c04386f8-7356-11ed-b39e-525400123456/roslaunch-docker-desktop-1.log
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.
auto-starting new master
process[master]: started with pid [87]
ROS_MASTER_URI=http://localhost:11311
setting /run_id to c04386f8-7356-11ed-b39e-525400123456
process[rosout-1]: started with pid [100]
started core service [/rosout]
process[camera/realsense2_camera_manager-2]: started with pid [117]
[ INFO] [1670105195.791664314]: Initializing nodelet with 6 worker threads.
process[camera/realsense2_camera-3]: started with pid [118]
[ INFO] [1670105195.943507774]: RealSense ROS v2.2.11
[ INFO] [1670105195.943549407]: Running with LibRealSense v2.31.0
process[camera/color_rectify_color-4]: started with pid [140]
process[camera/points_xyzrgb_hw_registered-5]: started with pid [179]
[ WARN] [1670105196.274766001]: No RealSense devices were found!
[ WARN] [1670105202.275304524]: No RealSense devices were found!
[ WARN] [1670105208.275899890]: No RealSense devices were found!
`
The text was updated successfully, but these errors were encountered:
Hello I ran the command
docker run --rm --net=host --privileged --volume=/dev:/dev -it iory/realsense-ros-docker:kinetic /bin/bash -i -c 'roslaunch realsense2_camera rs_rgbd.launch enable_pointcloud:=true align_depth:=false depth_registered_processing:=true align_depth:=true'
and it gave me the following output. Do you know any reason why it cant find the camera? Thanks!`
set ROS_IP and ROS_HOSTNAME to 192.168.65.9
... logging to /root/.ros/log/c04386f8-7356-11ed-b39e-525400123456/roslaunch-docker-desktop-1.log
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.
started roslaunch server http://192.168.65.9:59299/
SUMMARY
PARAMETERS
NODES
/camera/
color_rectify_color (nodelet/nodelet)
points_xyzrgb_hw_registered (nodelet/nodelet)
realsense2_camera (nodelet/nodelet)
realsense2_camera_manager (nodelet/nodelet)
auto-starting new master
process[master]: started with pid [87]
ROS_MASTER_URI=http://localhost:11311
setting /run_id to c04386f8-7356-11ed-b39e-525400123456
process[rosout-1]: started with pid [100]
started core service [/rosout]
process[camera/realsense2_camera_manager-2]: started with pid [117]
[ INFO] [1670105195.791664314]: Initializing nodelet with 6 worker threads.
process[camera/realsense2_camera-3]: started with pid [118]
[ INFO] [1670105195.943507774]: RealSense ROS v2.2.11
[ INFO] [1670105195.943549407]: Running with LibRealSense v2.31.0
process[camera/color_rectify_color-4]: started with pid [140]
process[camera/points_xyzrgb_hw_registered-5]: started with pid [179]
[ WARN] [1670105196.274766001]: No RealSense devices were found!
[ WARN] [1670105202.275304524]: No RealSense devices were found!
[ WARN] [1670105208.275899890]: No RealSense devices were found!
`
The text was updated successfully, but these errors were encountered: