Camera: M03969
lib version : ifm3d_0.93.0
ros: noetic
ifm ros: v1.0.1
Hello,
I am trying use the ifm M03969 sensor for an academic project which requires to run the camera using ros. I am facing connection issue as shown in the below snippet
$ roslaunch ifm3d_ros_examples camera.launch
... logging to /home/himanshu/.ros/log/f4212924-cd62-11ed-9ea7-5f85a4eb72de/roslaunch-himanshu-HP-Pavilion-Gaming-Laptop-15-dk0xxx-110123.log
Checking log directory for disk usage. This may take a while.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.
started roslaunch server http://himanshu-HP-Pavilion-Gaming-Laptop-15-dk0xxx:43231/
SUMMARY
========
PARAMETERS
* /ifm3d_ros_examples/camera/amplitude/disable_pub_plugins: ['image_transport...
* /ifm3d_ros_examples/camera/assume_sw_triggered: False
* /ifm3d_ros_examples/camera/confidence/disable_pub_plugins: ['image_transport...
* /ifm3d_ros_examples/camera/distance/disable_pub_plugins: ['image_transport...
* /ifm3d_ros_examples/camera/frame_id_base: ifm3d_ros_example...
* /ifm3d_ros_examples/camera/frame_latency_thresh: 60.0
* /ifm3d_ros_examples/camera/good_bad_pixels/disable_pub_plugins: ['image_transport...
* /ifm3d_ros_examples/camera/ip: 192.168.0.69
* /ifm3d_ros_examples/camera/password:
* /ifm3d_ros_examples/camera/pcic_port: 50010
* /ifm3d_ros_examples/camera/raw_amplitude/disable_pub_plugins: ['image_transport...
* /ifm3d_ros_examples/camera/schema_mask: 15
* /ifm3d_ros_examples/camera/soft_off_timeout_millis: 500
* /ifm3d_ros_examples/camera/soft_off_timeout_tolerance_secs: 600.0
* /ifm3d_ros_examples/camera/soft_on_timeout_millis: 500
* /ifm3d_ros_examples/camera/soft_on_timeout_tolerance_secs: 5.0
* /ifm3d_ros_examples/camera/timeout_millis: 500
* /ifm3d_ros_examples/camera/timeout_tolerance_secs: 5.0
* /ifm3d_ros_examples/camera/xmlrpc_port: 80
* /ifm3d_ros_examples/camera/xyz_image/disable_pub_plugins: ['image_transport...
* /rosdistro: noetic
* /rosversion: 1.16.0
NODES
/ifm3d_ros_examples/
camera (nodelet/nodelet)
camera_standalone_nodelet (nodelet/nodelet)
camera_tf (tf2_ros/static_transform_publisher)
auto-starting new master
process[master]: started with pid [110131]
ROS_MASTER_URI=http://localhost:11311
setting /run_id to f4212924-cd62-11ed-9ea7-5f85a4eb72de
process[rosout-1]: started with pid [110141]
started core service [/rosout]
process[ifm3d_ros_examples/camera_standalone_nodelet-2]: started with pid [110148]
process[ifm3d_ros_examples/camera-3]: started with pid [110149]
process[ifm3d_ros_examples/camera_tf-4]: started with pid [110150]
[ INFO] [1680006040.974075246]: Loading nodelet /ifm3d_ros_examples/camera of type ifm3d_ros/camera_nodelet to manager camera_standalone_nodelet with the following remappings:
[ INFO] [1680006040.976826924]: waitForService: Service [/ifm3d_ros_examples/camera_standalone_nodelet/load_nodelet] has not been advertised, waiting...
[ INFO] [1680006040.985202234]: Initializing nodelet with 8 worker threads.
[ INFO] [1680006040.999133622]: waitForService: Service [/ifm3d_ros_examples/camera_standalone_nodelet/load_nodelet] is now available.
[ INFO] [1680006041.035557128]: IP default: 192.168.0.69, current 192.168.0.69
[ INFO] [1680006041.037220851]: pcic port check: current 50010, default 50010
[ INFO] [1680006041.146103593]: Running dtors...
[ INFO] [1680006041.146147135]: Initializing camera...
[ INFO] [1680006045.152094168]: Initializing framegrabber...
[ WARN] [1680006048.155031639]: -100001: Lib: XMLRPC Timeout - can you `ping' the sensor?
[ WARN] [1680006048.155358699]: Could not initialize pixel stream!
[ INFO] [1680006049.155726667]: Running dtors...
[ INFO] [1680006049.155864147]: Initializing camera...
[ INFO] [1680006053.158873536]: Initializing framegrabber...
[ WARN] [1680006056.162753930]: -100001: Lib: XMLRPC Timeout - can you `ping' the sensor?
[ WARN] [1680006056.163029729]: Could not initialize pixel stream!
[ INFO] [1680006057.163442200]: Running dtors...
[ INFO] [1680006057.163588723]: Initializing camera...
^C[ifm3d_ros_examples/camera_tf-4] killing on exit
[ifm3d_ros_examples/camera-3] killing on exit
[ifm3d_ros_examples/camera_standalone_nodelet-2] killing on exit
[ INFO] [1680006058.548733938]: Unloading nodelet /ifm3d_ros_examples/camera from manager camera_standalone_nodelet
^C[rosout-1] killing on exit
[master] killing on exit
shutting down processing monitor...
... shutting down processing monitor complete
done
And without ros
$ ifm3d hz
ifm3d error: -100001
Lib: XMLRPC Timeout - can you `ping' the sensor?
I havent been able to find out whats causing the issue. Any suggestions would be very helpful. Thanks in advance!!
Camera: M03969
lib version : ifm3d_0.93.0
ros: noetic
ifm ros: v1.0.1
Hello,
I am trying use the ifm M03969 sensor for an academic project which requires to run the camera using ros. I am facing connection issue as shown in the below snippet
And without ros
I havent been able to find out whats causing the issue. Any suggestions would be very helpful. Thanks in advance!!