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

Vincent Rabaud's profile - activity

2019-11-19 15:25:50 -0500 received badge  Necromancer (source)
2018-10-25 01:07:19 -0500 received badge  Nice Answer (source)
2017-05-16 13:10:39 -0500 commented answer Problem with catkin_make

Also, if you had a build space, you should delete it as it still refers to OpenCV 3.1 and it got bumped to 3.2. yes, my

2017-03-22 04:13:43 -0500 answered a question PinholeCameraModel::project3dToPixel is correct?

How do you get to that?

[U V W]^T = P * [X Y Z 1]^T   (X=xyz.x, Y=xyz.y ...)

with P something like:

[[ fx 0 0 Tx]
 [ 0 fy 0 Ty]
 [ 0 0  1 0]]

That gives: u = U/W + cx which is what we have in the code no?

2017-03-20 12:06:25 -0500 received badge  Nice Answer (source)
2016-09-25 13:56:31 -0500 commented answer Unable to install because of missing ninja

Thx @dirk-thomas !

2016-09-23 07:04:59 -0500 commented question Unable to install because of missing ninja

Have you tried with any other package ? (unrelated to OpenCV)

2016-03-07 09:26:04 -0500 received badge  Good Answer (source)
2016-03-05 01:43:44 -0500 received badge  Nice Answer (source)
2016-01-29 18:53:47 -0500 answered a question Large black areas on rectified stereo images

It's probably due to your physical setup, please provide some description / a picture of the setup. There might be a big disparity between your images, usually those give such black areas.

2015-09-22 05:07:37 -0500 received badge  Necromancer (source)
2015-09-22 05:01:28 -0500 answered a question roslaunch xml: how to pass a list of strings as parameters?

You can use rosparam. There is an example given here: http://wiki.ros.org/roslaunch/XML/ros...

2015-08-01 10:21:24 -0500 received badge  Necromancer (source)
2015-07-31 02:11:57 -0500 answered a question Scan message must contain angles from -x to x

Hi all, thank you for sharing the data. A fix was merged upstream in 1.3.8: it just reached shadow fixed so please test. The fix centers the scan before sending them to gmapping, whether they're slightly / completely off-centered or even upside-down.

2015-07-18 05:07:42 -0500 commented answer Scan message must contain angles from -x to x

please guys, don't try to find workarounds: report the bug at least; better, help fixing it :)

2015-07-16 11:55:06 -0500 commented answer Scan message must contain angles from -x to x

can anybody please send me a failing rosbag ? My personal email is https://github.com/ros-perception/sla...

2015-06-29 16:00:34 -0500 answered a question transformPointCloud without PCL

That is exactly what tf2 is doing with the transform function of the BufferInterface: http://docs.ros.org/jade/api/tf2_ros/...

tf2_sensor_msgs is just a package that enables tf2 to transform sensor_msgs (including PointCloud2)

2015-05-24 03:05:05 -0500 commented question a visual module language editor for ROS

what do you define as a "visual module language editor" ? what would be an example out there ?

2015-05-09 07:38:07 -0500 commented question Executing Python NAOqi SDK

The tutorials have been totally revamped here: http://wiki.ros.org/nao/Tutorials

2015-05-09 07:36:55 -0500 commented question How can I use nao_camera from nao_driver

Please update to the latest code that should have handled those issues.

2015-05-09 07:32:34 -0500 commented answer C++ SDK problem with NAO

only the joint states is in C++ for now

2015-05-05 09:17:34 -0500 commented question C++ SDK problem with NAO

well, it's a matter of debugging: what does "echo $AL_DIR" say ? The variable is used here: https://github.com/ros-naoqi/naoqi_br... Is it set there to the right value ? (message(STATUS "$ENV{AL_DIR}/include ${NAOqi_INCLUDE_HINTS}")

2015-05-05 07:23:46 -0500 commented question C++ SDK problem with NAO

Did you follow those instructions ? http://wiki.ros.org/nao/Tutorials/Ins...

2015-05-05 04:54:04 -0500 commented question C++ SDK problem with NAO

export_header is unfortunately a qibuild only macro. Are you on a 64 bit machine ? Which part of the tutorial exactly ? Do you want to do C++ on your machine or on the robot ? Also, we just announced an official C++ bridge: https://groups.google.com/forum/#!top...

2015-05-05 03:56:29 -0500 commented question C++ SDK problem with NAO

Which tutorial are you mentioning ? Why do you compile in 32 ? Are you in a VM or are you cross-compiling ? Do you need the C++ bridge ? It provides the same functionality as the Python one. The right method is to set NAOqi_DIR as mentioned in the Cmake comment, how do you set it ?

2015-02-14 01:55:57 -0500 answered a question Creating ikfast solution cpp for nao

The leg_right problem is clearly a bug, you should file a bug report. Otherwise, did you follow the tutorials https://github.com/ros-naoqi/nao_move... and clicked on the approximate IK box in RViz ? NAO does not have 6 or more dof so this is required.

2015-01-01 09:18:24 -0500 answered a question tf2 - where's quaternion_from_euler gone?

you can use PyKDL as shown here: https://github.com/ros-perception/cal...

All you need is here: http://docs.ros.org/diamondback/api/k...

2014-12-13 03:12:32 -0500 commented question Nao_logger.py no module named qi

The fix was pushed upstream indeed

2014-12-04 10:46:34 -0500 commented question Problem with ROS on a remote PC to control Nao

hey, are you using a real NAO ? you are just launching a local NAOqi right ? there is no audio device locally.

2014-10-03 21:45:33 -0500 received badge  Necromancer (source)
2014-08-22 11:16:51 -0500 received badge  Necromancer (source)
2014-08-22 09:56:27 -0500 answered a question rviz in Qt

that's probably the tutorial you are looking for: http://wiki.ros.org/rviz/Tutorials/Li...

2014-08-01 06:51:25 -0500 commented answer Trouble running nao_driver package

And btw, the code just changed to give a normal error code. That should appear in the next release.

2014-08-01 06:49:53 -0500 answered a question pynaoqi-python2.7-naoqi

Actually, I just found that you can get old NAOqi's versions here: http://robocup.bowdoin.edu/public/sof...

2014-06-19 10:39:33 -0500 edited answer ROS Fuerte cross compiled on Nao V4 roscore pkg_resources raises DistributionNotFound: PyYAML

Rather than to fix the build issue I will be using http://wiki.ros.org/nao/Installation/...

2014-06-18 11:02:07 -0500 commented question ROS Fuerte cross compiled on Nao V4 roscore pkg_resources raises DistributionNotFound: PyYAML

Why Fuerte ? it is not supported anymore. http://wiki.ros.org/nao/Installation/compileFromVirtualNao should be better no ?

2014-06-16 07:27:17 -0500 commented answer Segmentation Fault (core dump)

you have 3 imshow, it's one of those.

2014-06-15 04:04:18 -0500 answered a question Segmentation Fault (core dump)

You are displaying an empty image. Just add a test: if it is empty, do not display it.

2014-06-12 09:30:29 -0500 commented question Segmentation Fault (core dump)

use bridge.imgmsg_to_cv2 and drop cv. support is a first advice What is the error message ? Please also print the shape of the numpy array.

2014-06-12 02:14:58 -0500 answered a question Compiling ROS to Virtual Nao

This was an upstream bug in the instructions as mentioned in the comments. It was fixed. Please up that answer so that we can close it. Thx.

2014-06-12 02:13:30 -0500 received badge  Critic (source)
2014-06-11 10:32:24 -0500 commented question Compiling ROS to Virtual Nao

@joq, that was basically a bug in the instructions that got fixed. What do you mean by "check" ? (no real answer appeared). Thx !

2014-06-10 09:19:48 -0500 commented question Compiling ROS to Virtual Nao

The answer is in the output: -- gtest not found, C++ tests can not be built. Please install the gtest headers globally in your system to enable gtests Is gtest really installed there ? (is it part of your workspace or emerged ?)

2014-06-10 09:19:48 -0500 received badge  Commentator
2014-06-07 22:29:16 -0500 answered a question SimpleCV and ROS cv_bridge

Call the same function but use http://simplecv.org/docs/SimpleCV.htm... on your simpleCV image. E.g. :

cv2_to_imgmsg(simple_cv_image.getNumpyCv2(), encoding="passthrough")

And the other way around from an Image msg to a Simple CV image:

Image(imgmsg_to_cv2(image_msg, encoding="passthrough"), cv2image=True)
2014-05-27 06:59:17 -0500 commented question How can I use nao_camera from nao_driver

what do you launch from the command line ? Do you set NAO_IP and roslaunch the nao_camera.launch ?

2014-05-26 06:37:47 -0500 received badge  Necromancer (source)
2014-05-23 21:29:49 -0500 answered a question Trouble running nao_driver package

As mentioned by AHornung, your problem is that you need to do:

export PYTHONPATH=~/nao/tools/pynaoqi-python-2.7-naoqi-1.14-linux64:$PYTHONPATH

(and not LD_LIBRARY_PATH). The error you get (though totally unexplicit) is typical from not finding naoqi on your PYTHONPATH

2014-05-23 21:26:45 -0500 commented question pynaoqi-python2.7-naoqi

what version of the robot do you have ? Aldebaran does not support such an old NAOqi anymore. You can't upgrade to 1.14 ?