rviz Bus error on Nvidia Jetson tx1 board
Hi,
I am trying to run rviz on Nvidia Jetson Tx1 board, but the following error appears:
Bus error
Could anyone help me?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hi,
I am trying to run rviz on Nvidia Jetson Tx1 board, but the following error appears:
Bus error
Could anyone help me?
You need to run: unset GTK_IM_MODULE
From the ROS Arm instruction page: http://wiki.ros.org/indigo/Installati...
Using RVIZ It is not recommended to run rviz on most ARM-based CPUs. They're generally too slow, and the version of OpenGL that is provided by the software (mesa) libraries it not new enough to start rviz.
'IF' you have a powerful board with a GPU and vendor-supplied OpenGL libraries, it might be possible to run rviz. The IFC6410 and the NVidia Jetson TK1 are two such boards where rviz will run, although neither is fast enough for graphics-heavy tasks such as displaying pointclouds.
Note that rviz will segfault if you have the GTK_IM_MODULE environment variable set, so it's best to unset it in your ~/.bashrc:
unset GTK_IM_MODULE
Asked: 2016-01-12 23:23:20 -0600
Seen: 1,459 times
Last updated: Jan 12 '16
How to visualize surface normals as Marker::Arrow for each point in rviz?
Corrected Odometry from GMapping / Karto?
Visualizing continuous and revolute joint types in rviz
How to add Kinect sensor input to a URDF model?
Has there been progress for URDF transform jitter in RVIZ?
Starting rviz, failed to initialize ogre, cannot find RenderSystem_GL.so
rviz installation issues on 64bit snow-leopard using ROS Diamondback
pioneer 3dx simulation using rviz and stage
How can I visualize covariance data using ROS tools?
std_msgs/ColorRGBA[].displaying different color for each point
Hi, have you solved this problem? Could you teach me? I meet the same problem!
Hi, have you solved this problem? Could you teach me? I meet the same problem!