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

kleinsplash's profile - activity

2014-03-07 01:25:06 -0500 received badge  Student (source)
2014-02-09 22:44:37 -0500 commented answer How to playback pointcloud in rviz which was recorded using rosbag

Yes, rosrun rviz rviz after setting param true. What I do is,run as above, quickly set the topic, then run the bag again and the topic will show as expected inside rviz. You have a bag that was recorded for 2s - dont set the time and you can record as long as you like: rosbag record -O subset /topic

2014-02-09 22:44:37 -0500 received badge  Commentator
2014-02-09 21:17:41 -0500 commented answer How to extract data from *.bag?

I must be doing something wrong - I cant find where the file is saved? or is it just an oversight of mine that its not saving?

2014-02-09 19:21:01 -0500 commented answer Ubuntu 12.04.2 and openni_launch not detecting Kinect after update?

Weell in that case: http://www.southafrica.info/travel/advice/saenglish.htm#.Uvh9Gvjzsak - you will notice that Ubuntu is also described..

2014-01-21 20:37:34 -0500 answered a question How to write PCD file from topic without loss data?

This isnt an answer - its a hope that this question will be bumped again - When you do a $ rosrun pcl_ros pointcloud_to_pcd input:=/velodyne_points you get a bunch of .pcd's describing the scene.

Is there a simple way of combining all of these (say 10s worth) of pcd files?

2014-01-21 01:08:56 -0500 commented answer Rosmake: avoid rebuilding dependencies

So - I find that running rosmake packagename --pre-clean helps sometimes when there have been errors, what would be nice is being able to skip certain dependencies that you know compile (and take the longest) and still use --pre-clean..

2014-01-20 22:09:43 -0500 received badge  Scholar (source)
2014-01-20 21:52:29 -0500 received badge  Famous Question (source)
2014-01-20 20:50:17 -0500 commented answer rosservice call in bash causing issues

Thats it :) thank you.. I tried converting your comment to answer - but wasnt able to.. perhaps admin did the rest..

2014-01-20 19:34:58 -0500 commented question rosservice call in bash causing issues

@Wolf - you biscuit - that was it.. -- wait didnt work - had to use the sleep command for the service calls to complete - in hindsight I should have seen this.. thank you!

2014-01-20 04:38:21 -0500 commented question rosservice call in bash causing issues

I dont get an error - this runs without a problem - but does not execute all the command (specifically the service call to /wam/cart_move)

2014-01-20 01:53:24 -0500 received badge  Notable Question (source)
2014-01-20 00:37:57 -0500 commented question rosservice call in bash causing issues
2014-01-19 23:21:48 -0500 received badge  Popular Question (source)
2014-01-17 03:52:19 -0500 commented question rosservice call in bash causing issues

It's a typical .sh script: #! /bin/bash rosservice call /bhand/open_spread rosservice call /wam/cart_move "position: - 0 - 0 - 0.5" rosservice call /wam/cart_move "position: - 0.87 - -0.15 - -0.45"

2014-01-17 01:43:54 -0500 received badge  Editor (source)
2014-01-17 01:41:28 -0500 asked a question rosservice call in bash causing issues

Hi,

I am trying to use bash to execute a bunch of rosservice calls, one after the other. Some work but the ones that ask for position ones don't:

rosservice call /wam/cart_move "position: - 0
- 0
- 0.5"

They work if I put them in terminal no problem, but I cannot bash call them.. Any suggestions as to why this my be the case?

Update: 21 Jan - @Wolf saved the day - had to include sleep command to allow the service to run.. Thank you ros answers!

2014-01-13 01:06:53 -0500 commented answer Ubuntu 12.04.2 and openni_launch not detecting Kinect after update?

You biscuit - I have been looking everywhere and this solved it.. unreal..

2014-01-13 00:15:45 -0500 answered a question No kinect connected...waiting for devices to be connected...

I have had similar problems before. The killall XnSensorServer typically works if you cant get your openni device running a second time (kinect or asus) but the "No devices connected.... waiting for devices to be connected" for me was a permissions issue with the usb port. So find the bus port that your camera is connected to and make sure that it has read write permissions.

Edit: Solved!! I had to reinstall my libopenni - which I did through synaptic - now I dont get the error and I dont have to kill XnSensorServer every time I restart.

2013-06-11 01:18:58 -0500 commented answer How to solve 'No such file or directory: u'/opt/ros/fuerte/stacks/openni_camera/launch/openni_node.launch'?

This really looks like the answer.. but why it is not working for me - I do not know.. had to go with @yygyt

2013-05-29 20:50:25 -0500 received badge  Supporter (source)