-
Notifications
You must be signed in to change notification settings - Fork 56
Description
I'm running ROS indigo on ubuntu 14.04.
when I launch the gui_example launch file i get the following output:
[ INFO] [1480516367.084026091]: rviz version 1.11.14
[ INFO] [1480516367.084104566]: compiled against Qt version 4.8.6
[ INFO] [1480516367.084122873]: compiled against OGRE version 1.8.1 (Byatis)
[ INFO] [1480516368.317476987]: Stereo is NOT SUPPORTED
[ INFO] [1480516368.317657527]: OpenGl version: 4.5 (GLSL 4.5).
Connecting to scanner at 192.168.0.14 ... Exception: Connection timed out
ERROR: Exception: (1): expected object or array
ERROR: Could not connect to laser range finder!
FAILED!
Connection to scanner at 192.168.0.14 failed!
Also when I try to connect to the sensor via my browser with the url: "192.168.0.14/cmd/get_protocol_info" I get the following output:
Error 404: Not Found
File not found
I get the same error when i use ROS kinetic on my Jetson tx1. The error seems to occur somwhere a the read_json function part of the HttpCommandInterface::sendHttpCommand function.
Hopefully you can help / or fix the error if possible.