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
{{ message }}
This repository was archived by the owner on Jan 6, 2022. It is now read-only.
We are trying to setup the simulator on a ubuntu 18.04 partition on a windows laptop.
But we are getting the following error that behavior controller exited with -11. The log file was not created. Any idea how to fix this error. On the other hand, when using a ROS melodic container on a Mac OS laptop, we behavior controller was started fine but we can't get pass the DISPLAY issue to show the simulator on MacOS XQuartz server. The openGL was not passed around correctly. We would appreciate any pointers to move us forward in either direction. We would like to setup the environment for the high school robotics teams to demo.
setting /run_id to 98ced508-2a1b-11ec-b7c7-ec5c68c5bdd1
process[rosout-1]: started with pid [3338]
started core service [/rosout]
process[joy_node-2]: started with pid [3345]
process[map_server-3]: started with pid [3346]
process[racecar/robot_state_publisher-4]: started with pid [3351]
process[f1tenth_simulator-5]: started with pid [3353]
process[mux_controller-6]: started with pid [3363]
process[behavior_controller-7]: started with pid [3366]
process[random_walker-8]: started with pid [3378]
process[keyboard-9]: started with pid [3379]
process[rviz-10]: started with pid [3382]
[ INFO] [1633905856.819248742]: rviz version 1.13.19
[ INFO] [1633905856.819306757]: compiled against Qt version 5.9.5
[ INFO] [1633905856.819338518]: compiled against OGRE version 1.9.0 (Ghadamon)
[ INFO] [1633905856.828141310]: Forcing OpenGl version 0.
[ WARN] [1633905856.862635851]: Couldn't set gain on joystick force feedback: Bad file descriptor
[ INFO] [1633905857.028326805]: Stereo is NOT SUPPORTED
[ INFO] [1633905857.028458090]: OpenGL device: llvmpipe (LLVM 10.0.0, 256 bits)
[ INFO] [1633905857.028483845]: OpenGl version: 3.1 (GLSL 1.4).
[ INFO] [1633905857.033653769]: Simulator constructed. [behavior_controller-7] process has died [pid 3366, exit code -11, cmd /home/bob/catkin_ws/devel/lib/f1tenth_simulator/behavior_controller __name:=behavior_controller __log:=/home/bob/.ros/log/98ced508-2a1b-11ec-b7c7-ec5c68c5bdd1/behavior_controller-7.log].
log file: /home/bob/.ros/log/98ced508-2a1b-11ec-b7c7-ec5c68c5bdd1/behavior_controller-7*.log
[ INFO] [1633905857.483136836]: Creating 1 swatches
QObject::connect: Cannot queue arguments of type 'QVector'
(Make sure 'QVector' is registered using qRegisterMetaType().)
QObject::connect: Cannot queue arguments of type 'QVector'
(Make sure 'QVector' is registered using qRegisterMetaType().)
Hello,
We are trying to setup the simulator on a ubuntu 18.04 partition on a windows laptop.
But we are getting the following error that behavior controller exited with -11. The log file was not created. Any idea how to fix this error. On the other hand, when using a ROS melodic container on a Mac OS laptop, we behavior controller was started fine but we can't get pass the DISPLAY issue to show the simulator on MacOS XQuartz server. The openGL was not passed around correctly. We would appreciate any pointers to move us forward in either direction. We would like to setup the environment for the high school robotics teams to demo.
setting /run_id to 98ced508-2a1b-11ec-b7c7-ec5c68c5bdd1
process[rosout-1]: started with pid [3338]
started core service [/rosout]
process[joy_node-2]: started with pid [3345]
process[map_server-3]: started with pid [3346]
process[racecar/robot_state_publisher-4]: started with pid [3351]
process[f1tenth_simulator-5]: started with pid [3353]
process[mux_controller-6]: started with pid [3363]
process[behavior_controller-7]: started with pid [3366]
process[random_walker-8]: started with pid [3378]
process[keyboard-9]: started with pid [3379]
process[rviz-10]: started with pid [3382]
[ INFO] [1633905856.819248742]: rviz version 1.13.19
[ INFO] [1633905856.819306757]: compiled against Qt version 5.9.5
[ INFO] [1633905856.819338518]: compiled against OGRE version 1.9.0 (Ghadamon)
[ INFO] [1633905856.828141310]: Forcing OpenGl version 0.
[ WARN] [1633905856.862635851]: Couldn't set gain on joystick force feedback: Bad file descriptor
[ INFO] [1633905857.028326805]: Stereo is NOT SUPPORTED
[ INFO] [1633905857.028458090]: OpenGL device: llvmpipe (LLVM 10.0.0, 256 bits)
[ INFO] [1633905857.028483845]: OpenGl version: 3.1 (GLSL 1.4).
[ INFO] [1633905857.033653769]: Simulator constructed.
[behavior_controller-7] process has died [pid 3366, exit code -11, cmd /home/bob/catkin_ws/devel/lib/f1tenth_simulator/behavior_controller __name:=behavior_controller __log:=/home/bob/.ros/log/98ced508-2a1b-11ec-b7c7-ec5c68c5bdd1/behavior_controller-7.log].
log file: /home/bob/.ros/log/98ced508-2a1b-11ec-b7c7-ec5c68c5bdd1/behavior_controller-7*.log
[ INFO] [1633905857.483136836]: Creating 1 swatches
QObject::connect: Cannot queue arguments of type 'QVector'
(Make sure 'QVector' is registered using qRegisterMetaType().)
QObject::connect: Cannot queue arguments of type 'QVector'
(Make sure 'QVector' is registered using qRegisterMetaType().)
Fang