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

vishu2287's profile - activity

2019-07-18 00:43:47 -0500 received badge  Enthusiast
2016-04-04 14:42:59 -0500 received badge  Nice Answer (source)
2015-12-22 01:04:31 -0500 received badge  Necromancer (source)
2015-12-02 23:53:17 -0500 received badge  Teacher (source)
2015-12-02 23:53:17 -0500 received badge  Necromancer (source)
2015-10-10 00:48:19 -0500 answered a question Useing Rviz from Kinect v2 (xbox one)

did you check rostopics? kinect2/qhd/image_color

2015-09-28 01:12:30 -0500 received badge  Editor (source)
2015-09-28 01:11:58 -0500 answered a question rviz on jetson tk1 board

follow these steps, in bashrc.

"unset GTK_IM_MODULE"

$ sudo apt-get remove ros-indigo-robot-model

$ cd ~/catkin_ws/src

$ git clone https://github.com/ros/robot_model.git

$ cd ~/catkin_ws

$ catkin_make

$ source devel/setup.bash

2015-09-28 01:09:55 -0500 answered a question NVIDIA Jetson TK1 Board and rviz indigo

rviz segmentaiton fault in jetson board,

I have solved it by following these steps

$ sudo apt-get remove ros-indigo-robot-model $ cd ~/catkin_ws/src $ git clone https://github.com/ros/robot_model.git $ cd ~/catkin_ws $ catkin_make $ source devel/setup.bash

Its working fine..

2015-09-27 23:54:40 -0500 answered a question rviz segmentation fault on Nvidia Jetson TK1

rviz segmentation fault try to tollow these steps. Its working well for me

$ sudo apt-get remove ros-indigo-robot-model $ cd ~/catkin_ws/src $ git clone https://github.com/ros/robot_model.git $ cd ~/catkin_ws $ catkin_make $ source devel/setup.bash

2015-08-20 02:04:15 -0500 commented question Robot_state_publisher dies on ARM-based Turtlebot

Hi. Im using Jetson TK1 and facing the same problem. Did you get out of it? please help me.