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

TTDM's profile - activity

2022-02-25 03:56:25 -0500 received badge  Nice Answer (source)
2020-09-08 19:39:36 -0500 received badge  Great Answer (source)
2020-05-26 03:29:18 -0500 received badge  Nice Answer (source)
2020-02-19 05:50:45 -0500 commented answer Getting contact sensor/bumper Gazebo plugin to work

Hi, you forgot to declare "update rate" and "always on" on this last file. Also, in my code, i have them twice, once in

2020-02-19 05:49:14 -0500 commented answer Getting contact sensor/bumper Gazebo plugin to work

Hi, you forgot to declare "update rate" and "always on" on this last file. Also, in my code, i have them twice; even if

2020-02-19 05:48:55 -0500 commented answer Getting contact sensor/bumper Gazebo plugin to work

Hi, you forgot to declare "update rate" and "always on" on this last file. Also, in my code, i have them twice; even if

2020-02-19 05:48:39 -0500 commented answer Getting contact sensor/bumper Gazebo plugin to work

Hi, you forgot to declare "update rate" and "always on" on this last file. Also, in my code, i have them twice; even if

2020-02-19 05:47:47 -0500 commented answer Getting contact sensor/bumper Gazebo plugin to work

Hi, you forgot to declare "update rate" and "always on" on this last file. Also, in my code, i have them twice; even if

2020-02-19 05:46:20 -0500 commented answer Getting contact sensor/bumper Gazebo plugin to work

Hi, you forgot to declare "update rate" and "always on" on this last file. Also, in my code, i have them twice; even if

2020-02-18 22:03:11 -0500 received badge  Necromancer (source)
2020-02-18 09:37:04 -0500 commented answer Getting contact sensor/bumper Gazebo plugin to work

This is why I didn't only say to add collision but to check the full explanation on my answer .... It has been later cla

2020-02-18 09:35:48 -0500 commented answer Getting contact sensor/bumper Gazebo plugin to work

This is why I didn't only say to add collision but to check the full explanation on my answer .... It has been later cla

2020-02-18 09:32:27 -0500 commented answer Getting contact sensor/bumper Gazebo plugin to work

Did you check my answer below explaining how and why adding _collision is not always sufficient and you sometimes have t

2020-02-18 09:29:25 -0500 commented answer Getting contact sensor/bumper Gazebo plugin to work

Did you check my answer below explaining how and why adding _collision is not always sufficient and you sometimes have t

2019-06-05 13:54:55 -0500 received badge  Famous Question (source)
2018-10-26 00:37:18 -0500 received badge  Famous Question (source)
2018-10-25 12:43:06 -0500 received badge  Good Answer (source)
2018-09-19 08:37:45 -0500 received badge  Nice Answer (source)
2018-07-20 11:22:21 -0500 received badge  Notable Question (source)
2018-06-21 10:04:09 -0500 received badge  Necromancer (source)
2018-06-01 06:51:35 -0500 edited question roslaunch define args in parent launch from file or child launch

roslaunch define args in parent launch from file or child launch Hello, I have an automatically created configuration

2018-05-29 02:12:44 -0500 received badge  Popular Question (source)
2018-05-28 12:25:27 -0500 edited question roslaunch define args in parent launch from file or child launch

roslaunch load parameters in parent launch from file or child launch Hello, I have an automatically created configurat

2018-05-28 12:24:47 -0500 edited question roslaunch define args in parent launch from file or child launch

roslaunch load parameters in parent launch from file or child launch Hello, I have an automatically created configurat

2018-05-28 12:04:02 -0500 commented question roslaunch define args in parent launch from file or child launch

Using args, it usually work, the difference from the usual working case is that I want to define the args from a file ca

2018-05-28 12:03:24 -0500 commented question roslaunch define args in parent launch from file or child launch

Sorry, I edited, it lacked consistency indeed, I tried both using arg and param during my tests which explain the error

2018-05-28 12:02:58 -0500 commented question roslaunch define args in parent launch from file or child launch

Sorry, I edited, it lacked consistency indeed, I tried both using arg and param during my tests which explain the error

2018-05-28 12:02:40 -0500 commented question roslaunch define args in parent launch from file or child launch

Sorry, I edited, it lacked consistency indeed, I tried both using arg and param during my tests which explain the error

2018-05-28 12:02:04 -0500 commented question roslaunch define args in parent launch from file or child launch

Using args, it usually work, the only difference from the usual working case is that I want to define the args from a fi

2018-05-28 12:01:51 -0500 commented question roslaunch define args in parent launch from file or child launch

Using 'arg's, it usually work, the only difference from the usual working case is that I want to define the args from a

2018-05-28 11:57:31 -0500 commented question roslaunch define args in parent launch from file or child launch

Sorry, I edited, it lacked consistency indeed, I tried both using arg and param during my tests which explain the error

2018-05-28 11:51:44 -0500 edited question roslaunch define args in parent launch from file or child launch

roslaunch load parameters in parent launch from file or child launch Hello, I have an automatically created configurat

2018-05-28 10:43:47 -0500 asked a question roslaunch define args in parent launch from file or child launch

roslaunch load parameters in parent launch from file or child launch Hello, I have an automatically created configurat

2017-10-26 05:04:10 -0500 commented question 'CAP_V4L' is not a member of 'cv'

Looking quickly into it, I believe that CAP_V4L is the name of this parameter associated with the old OpenCV API. CAn yo

2017-10-17 03:55:06 -0500 commented answer How to tell Catkin_make to use opencv with gpu?

hi, seems nice and nearly generic to me but why not string(REPLACE "/opt/ros/kinetic/lib/libopencv_core3.so.3.2.0;" ""

2017-10-17 03:54:11 -0500 commented answer How to tell Catkin_make to use opencv with gpu?

hi, seems nice and nearly generic to me but why not string(REPLACE "/opt/ros/kinetic/lib/libopencv_core3.so.3.2.0;" ""

2017-10-14 05:46:34 -0500 commented answer How to tell Catkin_make to use opencv with gpu?

I checked the Cmakelist on my other PC (where i'm also using kinetic and cuda OpenCV and where it works without the hack

2017-10-14 05:37:45 -0500 commented answer How to tell Catkin_make to use opencv with gpu?

well that's still a hack but at least it's a lot simpler to do it than to remove all libs manually ( as i was doing too

2017-10-13 04:25:27 -0500 edited answer How to tell Catkin_make to use opencv with gpu?

To compile a workspace with a specific version of OpenCV ( for exemple a version with Cuda ) see : https://answers.ros.

2017-10-13 04:25:14 -0500 edited answer How to tell Catkin_make to use opencv with gpu?

To compile a workspace with a specific version of OpenCV ( for exemple a version with Cuda ) see : https://answers.ros.

2017-10-13 04:22:02 -0500 commented answer How to tell Catkin_make to use opencv with gpu?

If you need it quickly, an awfull solution is to do a set(catkin_LIBRAIRIES first_lib_youwant; secondlibyouwant; ...) wh

2017-10-13 04:18:20 -0500 commented answer How to tell Catkin_make to use opencv with gpu?

If you really need it, a quick awfull solution is to do a set(catkin_LIBRAIRIES first_lib_youwant; secondlibyouwant; ...

2017-10-13 04:17:26 -0500 commented answer How to tell Catkin_make to use opencv with gpu?

If you really need it, a quick awfull solution is to do a set(catkin_LIBRAIRIES first_lib_youwant; secondlibyouwant; ...

2017-10-13 04:11:09 -0500 edited answer cannot roslaunch rbx2_bringup pi_robot_with_gripper.launch

Full answer with a few clarifications, based on the comments : As stated in your link, this error means that ROS can no

2017-10-13 04:05:39 -0500 received badge  Associate Editor (source)
2017-10-13 04:05:39 -0500 edited answer cannot roslaunch rbx2_bringup pi_robot_with_gripper.launch

To answer clearly, based on the comments : As stated in your link, this error means that ROS can not find the package

2017-10-13 04:03:57 -0500 answered a question cannot roslaunch rbx2_bringup pi_robot_with_gripper.launch

To answer clearly: As stated in your link, this error means that ROS can not find the package arbotix_python either b

2017-10-13 02:14:33 -0500 commented question cannot roslaunch rbx2_bringup pi_robot_with_gripper.launch

The package that isn't found is not rbx2, it is arbotix_python, can you look specially for this one and tell me if you h

2017-10-12 09:22:36 -0500 answered a question rtabmap+Turtlebot+stereovision

Answering your comments, a RGB-D images is simply an rgb image associated with a depth image. According to the rtabmap

2017-10-12 09:02:59 -0500 commented question cannot roslaunch rbx2_bringup pi_robot_with_gripper.launch

Well as stated in the answer you found, it means ROS does not find your package, either because it's not installed or be