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

GioRos's profile - activity

2014-11-27 16:26:00 -0500 received badge  Popular Question (source)
2014-11-27 16:26:00 -0500 received badge  Famous Question (source)
2014-11-27 16:26:00 -0500 received badge  Notable Question (source)
2014-07-31 08:58:09 -0500 commented question goal status in Callback in actionserver in C++

Hi, I know this is an old post. But i have your same problem. Did you solve it?? I have been trying to solve by myself for a week with no dice!!! Could you help me??? Thanks

2014-03-31 01:52:58 -0500 received badge  Famous Question (source)
2014-03-17 08:24:28 -0500 received badge  Notable Question (source)
2014-03-14 05:46:17 -0500 received badge  Enthusiast
2014-03-12 04:01:05 -0500 commented question Difficulties controlling Xbox Kinect with kinect_aux

Hi,i have the same problem of yours and the same kinect model (1473). Did you find a way to get kinect aux working??? Thanks

2014-03-11 07:51:25 -0500 commented question Normal Estimation Using Integral Images Error.

Hi, i got the same error with kinect streaming point-cloud. Normal cloud size always zero....!!! The code seems right and i don't know how to solve that error. Could you give me some hints if you solved the problem?? Thanks.

2014-03-11 07:51:25 -0500 received badge  Commentator
2014-03-11 01:00:40 -0500 received badge  Popular Question (source)
2014-03-09 01:04:01 -0500 asked a question Openni2 & freenect don't detect kinect but openni does

Hi, I use ros hydro on Ubuntu 12.04.2 64bit When i roslaunch openni_launch openni_launch my kinect is detected as follow

INFO 1394365533.465161719: Number devices connected: 1 INFO [1394365533.465274119: 1. device on bus 002:13 is a SensorV2 (2ae) from PrimeSense (45e) with serial id '0000000000000000' INFO 1394365533.466437879: Searching for device with index = 1 INFO 1394365533.516393959: Opened 'SensorV2' on bus 2:13 with serial number '0000000000000000' INFO 1394365534.273550599 : rgb_frame_id = '/camera_rgb_optical_frame' INFO 1394365534.274270159: depth_frame_id = '/camera_depth_optical_frame'

When i try roslaunch freenect_launch freenect-registered-xyzrgb.launch i get:

INFO 1394365907.382814399: Number devices connected: 1 INFO 1394365907.383122439: 1. device on bus 000:00 is a Xbox NUI Camera (2ae) from Microsoft (45e) with serial id '0000000000000000' INFO 1394365907.384675479: Searching for device with index = 1 INFO [1394365907.398131919: No matching device found.... waiting for devices. Reason: [ERROR] Unable to open specified kinect

Again using roslaunch openni2_launch openni2.launch:

INFO1394366100.059166200: No matching device found.... waiting for devices. Reason: std::string openni2_wrapper::OpenNI2Driver::resolveDeviceURI(const string&) @ /tmp/buildd/ros-hydro-openni2-camera-0.1.2-0precise-20140203-2119/src/openni2_driver.cpp @ 623 : Invalid device number 1, there are 0 devices connected

Maybe i'm forgetting something but i don't know what exactly.

This is my lsusb:

Bus 001 Device 002: ID 05ac:8507 Apple, Inc. Built-in iSight Bus 002 Device 009: ID 045e:02c2 Microsoft Corp. Bus 003 Device 002: ID 05ac:8242 Apple, Inc. IR Receiver [built-in] Bus 003 Device 003: ID 05ac:0236 Apple, Inc. Internal Keyboard/Trackpad (ANSI) Bus 004 Device 002: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth) Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 011: ID 045e:02ad Microsoft Corp. Xbox NUI Audio Bus 002 Device 013: ID 045e:02ae Microsoft Corp. Xbox NUI Camera Bus 004 Device 003: ID 05ac:8213 Apple, Inc.

Could you help me?

Thanks.

2013-11-14 03:36:13 -0500 received badge  Famous Question (source)
2013-10-15 13:16:48 -0500 received badge  Notable Question (source)
2013-10-02 08:28:18 -0500 received badge  Popular Question (source)
2013-10-01 12:24:41 -0500 commented answer Rosserial Hydro unpack requires string length 4

Arduino Mega 2560 too.Still same problem. I switched to an USB-ISS converter and wrote a node to talk to my sensors by I2C, using write,read unix function. If someone is able to solve it,Please let us know.Thanks.

2013-10-01 06:34:33 -0500 received badge  Student (source)
2013-09-27 11:22:12 -0500 asked a question Rosserial Hydro unpack requires string length 4

Hi,I installed rosserial hydro for arduino and ros_lib as written in the wiki. when I try ros hello world example found in ros_lib it compiles and works fine but when i try a ros_lib example with a subscriber, whatever topic name is, i get (from pubsub ros example):

[INFO] [WallTime: 1380287883.995053] ROS Serial Python Node [INFO] [WallTime: 1380287884.001497] Connecting to /dev/ttyACM0 at 57600 baud [INFO] [WallTime: 1380287886.607383] Note: publish buffer size is 512 bytes [INFO] [WallTime: 1380287886.607882] Setup publisher on chatter [std_msgs/String] [ERROR] [WallTime: 1380287886.609524] Creation of subscriber failed: unpack requires a string argument of length 4.

So publisher is created but subscriber fails....! I use hydro on ubuntu 12.04 64bit.Is there a way to solve it?I'm stuck here...!Someone can help me? thank!

2013-09-27 03:43:11 -0500 commented answer registered depth image is black

Thanks. If it can help...I switched to hydro and now registered depth works. bye

2013-09-27 03:38:11 -0500 commented answer Rosserial arduino, unpack requires a string arguement of length 4

Hi, i have the same problem, but mine can't be solved as yours...i dont know why...!!!I tried ros hello world example and it works fine but when i try an example with a subscriber, whatever topic name is, i get : (from pubsub ros example) [INFO] [WallTime: 1380287883.995053] ROS Serial Python Node [INFO] [WallTime: 1380287884.001497] Connecting to /dev/ttyACM0 at 57600 baud [INFO] [WallTime: 1380287886.607383] Note: publish buffer size is 512 bytes [INFO] [WallTime: 1380287886.607882] Setup publisher on chatter [std_msgs/String] [ERROR] [WallTime: 1380287886.609524] Creation of subscriber failed: unpack requires a string argument of length 4 I use hydro on ubuntu 12.04 64bit.Is there a way to solve it?I'm stuck here...!Someone can help me? thank!

2013-09-25 08:20:10 -0500 commented answer registered depth image is black

I use MacBook unibody late 2008 Ubuntu 12.04 partitioned. Is there a single command to remove ROS and OpenNI??But after reinstalling ROS and openni what should i do if i get the same issue related to registered-depth-image??If i followed again your steps above, could i end up in the same situation of today? Thanks

2013-09-25 05:17:59 -0500 commented answer registered depth image is black

No dice. I read all posts but no solution found yet. It seems the only way is to reinstall the entire Ubuntu:... Obviously not acceptable..!! but If i did a fresh install , could i encounter the same issue? Someone might give me any advise?!i'm stuck and I can't go on with my project....! thanks

2013-09-23 07:40:23 -0500 commented answer registered depth image is black

Thank for reply. If i type rmmod gspca_kinect i get "Module gspca_kinect does not exist in /proc/modules";However gspca_kinect blaklisted but again no device connetted...! here is what i did: sudo apt-remove openni_camera, openni_launch, libopenni-dev. Then followed your guide to install openni & avin2 kinect sensor. Then sudo apt-get install openni_camera, openni_launch.

2013-09-22 06:15:50 -0500 commented answer registered depth image is black

Hi, i followed george steps but now when i roslaunch openni_launch openni_launch i get: [ INFO] [1379865586.935153519]: No devices connected.... waiting for devices to be connected ........ ........ Before openni could find my kinect...what i'm missing?? Please help me. thanks (Ubuntu 12.04 ROS fuerte) Here is my lsusb command: Bus 001 Device 025: ID 045e:02c2 Microsoft Corp. Bus 001 Device 026: ID 045e:02ad Microsoft Corp. Xbox NUI Audio Bus 001 Device 028: ID 045e:02ae Microsoft Corp. Xbox NUI Camera So kinect is found by pc!! Thanks.

2013-09-21 10:58:08 -0500 received badge  Supporter (source)
2013-09-21 10:57:28 -0500 commented question pandaboard, kinect openni_launch image?

Hi, sorry if i open an old post but i have the same problem. i've been trying for 4 months....it wont work!!Did someone share its own sd image?? Thanks

2013-09-21 07:40:39 -0500 commented answer Kinect extrinsic calibration (between depth and built-in cameras)

Hi, thanks for pointing out your site. it helps me a lot. I followed your steps for extrinsic parameters but i'm stuck at the optimization phase. camera_pose can detect the chessboard in both images, both bars become full green but no optimization starts...hence no extrinsic_bag file is generated. What i'm missing?? Could you help me? Thanks a lot.

2013-05-25 13:23:24 -0500 received badge  Editor (source)
2013-05-25 13:20:39 -0500 asked a question camera_calibration_parsers error PANDABOARD groovy!!

Hi,

I'm trying to install ros groovy on panda board es with ubuntu 12.04.

I followed this tutorial ros/wiki/groovy/Installation/PandaBoard/Source.

I merged together mobile & perception groovy variants.

I downloaded and successfully installed yaml-cpp.0.5.1

Now i'm stuck on this line: $./src/catkin/bin/catkin_make_isolated --install. The camera_calibration_parsers gives me the following error:

make -j2 -l2 in '/opt/ros/groovy/ros_catkin_ws/build_isolated/camera_calibration_parsers' [ 25%] Building CXX object CMakeFiles/camera_calibration_parsers.dir/src/parse_yml.cpp.o /opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp: In function ‘void camera_calibration_parsers::operator>>(const YAML::Node&, camera_calibration_parsers::SimpleMatrix&)’: /opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:87:19: error: no match for ‘operator>>’ in ‘YAML::Node::operator const with Key = char [5]) >> rows’ /opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:87:19: note: candidate is: /opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:84:6: note: void camera_calibration_parsers::operator>>(const YAML::Node&, camera_calibration_parsers::SimpleMatrix&) /opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:84:6: note: no known conversion for argument 2 from ‘int’ to ‘camera_calibration_parsers::SimpleMatrix&’ /opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:89:19: error: no match for ‘operator>>’ in ‘YAML::Node::operator const with Key = char [5]) >> cols’ /opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:89:19: note: candidate is: /opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:84:6: note: void camera_calibration_parsers::operator>>(const YAML::Node&, camera_calibration_parsers::SimpleMatrix&) /opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:84:6: note: no known conversion for argument 2 from ‘int’ to ‘camera_calibration_parsers::SimpleMatrix&’ /opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:93:24: error: no match for ‘operator>>’ in ‘YAML::Node::operator const with Key = int(& i))) >> (m.camera_calibration_parsers::SimpleMatrix::data + ((unsigned int)(((unsigned int)i) * 8u)))’ /opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:93:24: note: candidate is: /opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:84:6: note: void camera_calibration_parsers::operator>>(const YAML::Node&, camera_calibration_parsers::SimpleMatrix&) /opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:84:6: note: no known conversion for argument 2 from ‘double’ to ‘camera_calibration_parsers::SimpleMatrix&’ /opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp: In function ‘bool camera_calibration_parsers::readCalibrationYml(std::istream&, std::string&, sensor_msgs::CameraInfo&)’: /opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:153:12: error: ‘class YAML::Parser’ has no member named ‘GetNextDocument’ /opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:155:43: error: ‘class YAML::Node’ has no member named ‘FindValue’ /opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:156:21: error: no match for ‘operator>>’ in ‘ name_node >> camera_name’ /opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:156:21: note: candidates are: /opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:84:6: note: void camera_calibration_parsers::operator>>(const YAML::Node&, camera_calibration_parsers::SimpleMatrix&) /opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:84:6: note: no known conversion for argument 2 from ‘std::string {aka std::basic_string<char>}’ to ‘camera_calibration_parsers::SimpleMatrix ...

(more)
2013-05-21 22:14:53 -0500 received badge  Taxonomist
2013-05-11 23:16:27 -0500 received badge  Famous Question (source)
2013-05-04 01:21:02 -0500 received badge  Notable Question (source)
2013-05-03 03:44:04 -0500 received badge  Popular Question (source)
2013-05-03 03:34:37 -0500 answered a question RVIZ weird tf values

Hi,

I don't know if it's a bug or i did something wrong......!!!

Someone could check it..??

Thanks Again.

2013-04-26 07:07:14 -0500 asked a question RVIZ weird tf values

Hi,

I use rviz on ROS fuerte and arduino by rosserial.

Arduino receives angles value from IMU and x,y position from encoders. Hence i use transform tf to publish pose of /odom frame wrt /base_frame.

In rviz i set TF to see the 2 reference frames but i obtain different values than the ones arduino publishes. In fact if i fix position x=y=z=1 and fill quaternion values with my IMU angles, rviz shows me different position x,y,z values varying in time and quaternion values x,y,z that are negative wrt real one.

But if I run "rostopic echo tf" i can see that arduino broadcasts the exact values.

Moreover if i fix position x=y=z=0 i obtain in rviz the exact values. But if i fix position x=y=z=2 i obtain in rviz x,y,z position values that are twice the one obtained fixing x=y=z=1.

Someone can help me??

Thanks.