We used to be able to visualize the arm_base_link.stl with rviz before but the new version fails as it requires that the length of the stl file be (84 + number_of_triangles*50) and arm_base_link.stl has a single extra byte.
Deleting the extra byte at the end of the stl fixes the problem.
We used to be able to visualize the arm_base_link.stl with rviz before but the new version fails as it requires that the length of the stl file be (84 + number_of_triangles*50) and arm_base_link.stl has a single extra byte. Deleting the extra byte at the end of the stl fixes the problem.