-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Hello, I'm working with the AutoModelCar version 2, when I try to initialize de SR300 camera I just get the next messages again and again:
process[app/camera/driver-2]: started with pid [21607]
[ INFO] [1490375862.673406579]: /app/camera/driver - Stopping camera
[ INFO] [1490375862.681803288]: /app/camera/driver - Stopping...
[FATAL] [1490375862.897421079]: Failed to load nodelet '/app/camera/driverof typerealsense_camera/SR300Nodeletto managercamera_nodelet_manager'
[app/camera/driver-2] process has died [pid 21607, exit code 255, cmd /opt/ros/indigo/lib/nodelet/nodelet load realsense_camera/SR300Nodelet camera_nodelet_manager depth:=depth color:=rgb ir:=ir ir2:=ir2 __name:=driver __log:=/root/.ros/log/ccbf8a7a-10b1-11e7-b3fe-001e06306003/app-camera-driver-2.log].
log file: /root/.ros/log/ccbf8a7a-10b1-11e7-b3fe-001e06306003/app-camera-driver-2*.log
[app/camera/driver-2] restarting process
If I supply the car with the battery, the camera does not even turn on, supplying with the ac adapter the camera does turn on, but I still get the same kind of messages.
I've already modified the autostart.sh file, to run the sr300_nodelet_rgbd.launch twice, like this:
timeout 10 roslaunch realsense_camera sr300_nodelet_rgbd.launch
roslaunch realsense_camera sr300_nodelet_rgbd.launch || exit
But that does not work either, any idea?