RVIZ on Rasbian jessie [closed]
hi, i install ros indigo on my raspberry Pi 3 with rasbian jessie and i follow this tutorial ([link text]) ( http://wiki.ros.org/ROSberryPi/Instal... ) and also, i copy this code on the file "/home/pi/ros_catkin_ws/src/rviz/src/rviz/mesh_loader.cpp":
# ifdef __arm__ // fix for ARM build
#include <strings.h>
bool Assimp::IOSystem::ComparePaths(const char *p1, const char *p2) const
{
return !::strcasecmp(p1, p2);
}
# endif
and then, i try to run rosrun rviz rviz
but i receive
Unable to locate package ros-indigo-rviz what can i do please?
Closed for the following reason
question is not relevant or outdated by
tfoote
close date 2018-09-19 17:21:26.529279
add a comment