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

RJ's profile - activity

2015-02-02 03:01:35 -0500 received badge  Nice Answer (source)
2012-10-30 06:35:56 -0500 received badge  Famous Question (source)
2012-09-03 23:03:23 -0500 received badge  Notable Question (source)
2012-09-03 23:03:23 -0500 received badge  Popular Question (source)
2012-09-03 05:26:16 -0500 received badge  Famous Question (source)
2012-09-03 05:26:16 -0500 received badge  Popular Question (source)
2012-09-03 05:26:16 -0500 received badge  Notable Question (source)
2012-08-17 07:15:21 -0500 received badge  Notable Question (source)
2012-08-17 07:15:21 -0500 received badge  Famous Question (source)
2012-08-17 07:15:21 -0500 received badge  Popular Question (source)
2012-07-19 15:15:31 -0500 received badge  Scholar (source)
2012-07-17 15:27:12 -0500 received badge  Supporter (source)
2012-07-15 22:54:04 -0500 commented answer JSON format for geometry_msgs/PoseStamped

Oops, my bad. I forgot to mention that this is for rosbridge or rosjs, so I'm not using python.

Thanks for the help anyway. :)

2012-07-15 21:49:12 -0500 asked a question JSON format for geometry_msgs/PoseStamped

Hi,

I want to publish a JSON message type using PoseStamped through rosbridge, I tried searching online but there wasn't any information about it. So, how do I go about doing it?

2012-07-02 23:19:48 -0500 asked a question Connecting to rosbridge from Windows

I've just managed to get rosbridge to work properly after several days of trying.
I was wondering if it's possible to have ROS and rosbridge running on Ubuntu, and then connecting to it from a separate host using Windows?

2012-06-27 22:30:22 -0500 commented answer Export error

Thanks a lot, managed to remove some stuff in the file. Now the export errors are gone.

2012-06-27 18:28:07 -0500 asked a question Export error

I am new to Ubuntu but I think I might have screwed up something in the environment variable. Is there anyway to remove this, because I couldn't find any help to get rid of this.

bash: export: `=': not a valid identifier
bash: export: `/home/ubunturtle/ros_workspace': not a valid identifier
bash: export: `=': not a valid identifier
bash: export: `/home/ubunturtle/ros_workspace:/home/ubunturtle/ros_workspace:/opt/ros/fuerte/share:/opt/ros/fuerte/stacks': not a valid identifier
bash: export: `=': not a valid identifier
bash: export: `/home/ubunturtle/ros_workspace': not a valid identifier
2012-06-27 18:26:34 -0500 asked a question Export error

I think I might have screwed up something in the environment variable. Is there anyway to remove this, because I couldn't find any help to get rid of this.

bash: export: `=': not a valid identifier
bash: export: `/home/ubunturtle/ros_workspace': not a valid identifier
bash: export: `=': not a valid identifier
bash: export: `/home/ubunturtle/ros_workspace:/home/ubunturtle/ros_workspace:/opt/ros/fuerte/share:/opt/ros/fuerte/stacks': not a valid identifier
bash: export: `=': not a valid identifier
bash: export: `/home/ubunturtle/ros_workspace': not a valid identifier
2012-06-04 16:50:06 -0500 commented answer rosbridge questions

So, I encountered this -

svn: OPTIONS of 'http://brown-ros-pkg.googlecode.com/svn/trunk/experimental/rosbridge': could not connect to server (http://brown-ros-pkg.googlecode.com) while trying to get the package in Ubuntu.

Any help?

Okay, managed to solve it because of a proxy problem.

2012-06-03 16:33:27 -0500 commented answer rosbridge questions

Thanks for the replies. I managed to download the package with TortoiseSVN. Gonna try going through the tutorials on how to install the package.

If it is still impossible, I might give the second method a try.

2012-05-31 17:26:57 -0500 asked a question rosbridge questions

I am kinda new to ROS here. I'm confused as to how rosjs works, it specified in the tutorial that I need to run rosbridge, but since I am currently running on windows, is it possible to get the package via SVN checkout or apt-get repository?

2012-05-30 21:10:42 -0500 received badge  Teacher (source)
2012-05-29 15:51:49 -0500 received badge  Editor (source)
2012-05-29 15:50:58 -0500 answered a question installing ROS on win

I just figured out to solve this, the tutorial in the wiki was pretty vague about it.

Basically, what you need to do is to add C:\Python27\ and C:\Python27\Scripts to the PATH IN the Setup.bat. Not the path for python when you install it the first time.

Edit your PATH in setup.bat so that it looks like this - set PATH=C:/opt/ros/fuerte/x86/bin;C:\Python27\;C:\Python27\Scripts;%PATH%

Remember to move the files out from the external Scripts folder(not the original Scripts folder found in Python27).