ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

RVIZ on Rasbian jessie [closed]

asked 2016-05-31 15:44:33 -0500

Emilien gravatar image

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?

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2018-09-19 17:21:26.529279

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-06-02 11:47:13 -0500

andruino gravatar image
edit flag offensive delete link more

Comments

yes i already saw this page but i don't have solution

Emilien gravatar image Emilien  ( 2016-06-02 12:32:40 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-05-31 15:44:33 -0500

Seen: 253 times

Last updated: Jun 02 '16

Related questions