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

Sanket_Kumar's profile - activity

2014-01-28 17:26:28 -0500 marked best answer types of joints to design a robot model

Hi is there any tutorial or website where i can find details about "types of joints" to design a robot model in rviz and how they work and coded ???...........i have already searched urdf tutorials i cant find it there

2014-01-28 17:26:27 -0500 marked best answer [rviz] Unable to create the rendering window

Hi all, I want to run the simulation http://www.ros.org/wiki/urdf/Tutorials/Building%20a%20Visual%20Robot%20Model%20with%20URDF%20from%20Scratch

but as soon as i run command

roslaunch urdf_tutorial display.launch model:=01-myfirst.urdf

it gives me errors as listed below

process[rviz-3]: started with pid [8013]

Config file '/home/sanket/.rviz/config' could not be opened for reading.

Xlib: extension "GLX" missing on display ":0.0".

rviz::RenderSystem: error creating render window: std::exception

rviz: /tmp/buildd/ros-fuerte-visualization-1.8.13/debian/ros-fuerte-visualization/opt/ros/fuerte/stacks/visualization/rviz/src/rviz/ogre_helpers/render_system.cpp:263: Ogre::RenderWindow* rviz::RenderSystem::makeRenderWindow(intptr_t, unsigned int, unsigned int): Assertion `false' failed.

[rviz-3] process has died [pid 8013, exit code -6, cmd /opt/ros/fuerte/stacks/visualization/rviz/bin/rviz -d /opt/ros/fuerte/stacks/robot_model_tutorials/urdf_tutorial/urdf.vcg __name:=rviz __log:=/home/sanket/.ros/log/5e4ebc6c-c928-11e1-950f-848f69c0fd9c/rviz-3.log].

log file: /home/sanket/.ros/log/5e4ebc6c-c928-11e1-950f-848f69c0fd9c/rviz-3*.log

i don't know whether my rviz is missing some files or is it related to system requirements of my laptop

2014-01-28 17:26:27 -0500 marked best answer Segmentation fault (core dumped)

HI ALL , as i run command

rosrun rviz rviz

rviz screen opens and closes immediately and i get following code

Config file '/home/sanket/.rviz/config' could not be opened for reading.

Segmentation fault (core dumped)

2013-06-15 04:34:45 -0500 marked best answer using rviz models in gazebo

i have created a robot model for rviz in urdf format.....how can i use this model on gazebo...i mean what changes do i have to make???

2013-06-15 04:31:17 -0500 received badge  Notable Question (source)
2013-06-15 04:31:17 -0500 received badge  Famous Question (source)
2013-04-11 10:17:16 -0500 received badge  Popular Question (source)
2013-04-03 21:14:03 -0500 received badge  Good Question (source)
2013-04-03 21:03:54 -0500 commented answer Using roslaunch to run rviz over distributed system

thanks..it solved my problem.

2013-04-03 02:20:43 -0500 received badge  Nice Question (source)
2013-04-02 02:14:58 -0500 asked a question Using roslaunch to run rviz over distributed system

Hi,I'm trying to run rviz over distributed system using roslaunch file.

Roslaunch file is as follows :-

<launch>

<include file="$(find urdf_tutorial)/display.launch">
<arg name="model" value="/home/sanket/ros_workspace/humanoid.urdf" />
</include>

<machine name="primary" address="172.16.2.159" user="san" default="false"/>

<machine name="secondary" address="172.16.3.182" user="san1" default="true" password="ai"/>



<node name="modelvisualisation" pkg="rviz" type="rviz" output="screen" args="-d /home/sanket/ros_workspace/h1.vcg" />

</launch>

when i run above launch file i get following errors :-

started roslaunch server http://localhost:39646/
remote[172.16.3.182-0] starting roslaunch
remote[172.16.3.182-0]: creating ssh connection to 172.16.3.182:22, user[ai]
launching remote roslaunch child with command: [env ROS_MASTER_URI=http://172.16.2.159 /opt/ros/fuerte/env.sh roslaunch -c 172.16.3.182-0 -u http://localhost:39646/ --run_id c51e4eb8-9b8b-11e2-b91e-848f69c0fd9c]
remote[172.16.3.182-0]: ssh connection created
remote[172.16.3.182-0]: Exception while registering with roslaunch parent [http://localhost:39646/]: Traceback (most recent call last):
 File "/opt/ros/fuerte/lib/python2.7/dist-packages/roslaunch/server.py", line 498, in _register_with_server
code, msg, _ = server.register(name, self.uri)
 File "/usr/lib/python2.7/xmlrpclib.py", line 1224, in __call__
return self.__send(self.__name, args)
 File "/usr/lib/python2.7/xmlrpclib.py", line 1578, in __request
verbose=self.__verbose
 File "/usr/lib/python2.7/xmlrpclib.py", line 1264, in request
return self.single_request(host, handler, request_body, verbose)
 File "/usr/lib/python2.7/xmlrpclib.py", line 1292, in single_request
self.send_content(h, request_body)
 File "/usr/lib/python2.7/xmlrpclib.py", line 1439, in send_content
connection.endheaders(request_body)
 File "/usr/lib/python2.7/httplib.py", line 954, in endheaders
self._send_output(message_body)
 File "/usr/lib/python2.7/httplib.py", line 814, in _send_output
self.send(msg)
 File "/usr/lib/python2.7/httplib.py", line 776, in send
self.connect()
 File "/usr/lib/python2.7/httplib.py", line 757, in connect
self.timeout, self.source_address)
 File "/usr/lib/python2.7/socket.py", line 571, in create_connection
raise err
 error: [Errno 111] Connection refused


 [172.16.3.182-0] killing on exit
 remote roslaunch failed to launch: secondary

can anyone help??

2012-09-25 04:42:44 -0500 commented answer ImportError: No module named rospkg

rosserial worked fine on fuerte in my case, anyways thanks.

2012-09-21 20:26:20 -0500 received badge  Famous Question (source)
2012-09-21 20:25:54 -0500 received badge  Notable Question (source)
2012-09-21 19:57:14 -0500 received badge  Popular Question (source)
2012-09-21 08:07:14 -0500 asked a question ImportError: No module named rospkg

Hi Guys,

I was trying to follow the tutorials under rosserial_arduino from this link:

http://www.ros.org/wiki/rosserial_arduino/Tutorials/Hello%20World

But I have gotten an error message for this command:

rosrun rosserial_python serial_node.py /dev/ttyUSB0

I got following error message:

Traceback (most recent call last):
  File "/home/sanket/ros_workspace/rosserial/rosserial_python/nodes/serial_node.py", line 38, in <module>
import roslib; roslib.load_manifest("rosserial_python")
  File "/opt/ros/fuerte/lib/python2.7/dist-packages/roslib/__init__.py", line 50, in <module>
from roslib.launcher import load_manifest
  File "/opt/ros/fuerte/lib/python2.7/dist-packages/roslib/launcher.py", line 42, in <module>
import rospkg
ImportError: No module named rospkg

Thanks in advance.

2012-09-09 15:37:56 -0500 received badge  Taxonomist
2012-08-26 23:44:34 -0500 received badge  Critic (source)
2012-08-21 22:45:04 -0500 received badge  Nice Answer (source)
2012-08-21 19:06:23 -0500 commented answer Gazebo can't find rendering system

have u installed the requirements for gazebo???http://gazebosim.org/wiki/requirements

2012-08-21 18:39:17 -0500 answered a question Gazebo can't find rendering system

i think your gazebo is not completely integrated with ogre...you have to install gazebo with source pkg as in debian package it does not completely integrates with ogre...other things u can do is that to check whether u have setup environment variables correctly.

2012-08-16 03:05:26 -0500 received badge  Good Question (source)
2012-08-16 03:05:22 -0500 received badge  Nice Question (source)
2012-08-16 03:05:18 -0500 received badge  Nice Question (source)
2012-08-16 03:05:12 -0500 received badge  Nice Question (source)
2012-08-15 06:58:55 -0500 received badge  Famous Question (source)
2012-08-15 06:58:33 -0500 received badge  Famous Question (source)
2012-08-15 06:58:33 -0500 received badge  Notable Question (source)
2012-08-15 06:58:20 -0500 received badge  Famous Question (source)
2012-08-15 06:58:20 -0500 received badge  Popular Question (source)
2012-08-15 06:58:20 -0500 received badge  Notable Question (source)
2012-08-15 06:58:03 -0500 received badge  Famous Question (source)
2012-08-15 06:58:03 -0500 received badge  Notable Question (source)