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

BotLover's profile - activity

2022-10-13 00:32:25 -0500 received badge  Famous Question (source)
2022-10-13 00:32:25 -0500 received badge  Notable Question (source)
2021-06-28 01:21:09 -0500 received badge  Famous Question (source)
2021-06-28 01:21:09 -0500 received badge  Notable Question (source)
2021-06-28 01:21:09 -0500 received badge  Popular Question (source)
2019-05-20 02:37:04 -0500 marked best answer Contrib modules on ros-opencv 2.4

I have ros indigo installed on my laptop (ubuntu-14.04), I want to run opencv code which require contrib modules. How can I install those modules with ros-indigo opencv 2.4?

Thanks in advance!

2019-05-20 02:35:55 -0500 received badge  Famous Question (source)
2019-05-20 02:35:55 -0500 received badge  Notable Question (source)
2019-05-20 02:35:55 -0500 received badge  Popular Question (source)
2019-05-20 02:29:50 -0500 marked best answer Velocity imparted by twist.linear

Hi, I am publishing twist.linear.x = 0.5 on cmd_vel topic within the callback function of /pose topic. Whenever pose in x direction of my bot is less than goal x component I publish the twist command. For the /pose callback I am using rosspin with a ros::rate of 0.5 hz (ie 1 time in 2 seconds). Does it mean that 0.5 m/s will be imparted to my bot until the next iteration of /pose callback continuously or it will impart 0.5 for an instant and my bot will be still and wait for next iteration? Thanks in advance!

2019-05-20 02:28:59 -0500 received badge  Famous Question (source)
2019-03-01 12:46:03 -0500 marked best answer time interval between messages published on a topic

Hi everyone, I want to calculate time interval between messages that are published on a topic. The topic is /aruco_poses and of type aruco_mapping/ArucoMarker. It has std_msgs/Header field with stamp containing sec and nsec. But I don't know how to access nsec field from the topic. Any idea? Thanks in advance!

2018-07-20 01:26:33 -0500 received badge  Famous Question (source)
2018-04-09 03:34:45 -0500 received badge  Notable Question (source)
2018-03-28 11:35:39 -0500 received badge  Famous Question (source)
2018-03-28 11:35:39 -0500 received badge  Notable Question (source)
2018-03-15 09:45:06 -0500 received badge  Famous Question (source)
2018-02-05 09:55:26 -0500 received badge  Famous Question (source)
2018-01-29 21:35:59 -0500 received badge  Notable Question (source)
2018-01-24 03:05:27 -0500 received badge  Popular Question (source)
2018-01-24 00:41:48 -0500 asked a question time interval between messages published on a topic

time interval between messages published on a topic Hi everyone, I want to calculate time interval between messages that

2018-01-24 00:36:25 -0500 received badge  Notable Question (source)
2017-10-11 05:16:19 -0500 received badge  Notable Question (source)
2017-09-26 18:02:30 -0500 received badge  Popular Question (source)
2017-09-19 08:24:39 -0500 received badge  Famous Question (source)
2017-09-16 08:25:49 -0500 commented answer Fixed Frame [map] does not exist

I am also doing the same thing. I have 2 webcameras connected to my pc and later I want to mount them on a small rover w

2017-09-15 15:48:01 -0500 commented answer Launching a node two times with same namespace

Thank you so much!

2017-09-15 15:27:53 -0500 received badge  Supporter (source)
2017-09-15 15:27:48 -0500 marked best answer Launching a node two times with same namespace

Hi, I am trying to generate left and right images from 2 webcameras. The two images generated topics are then passed to stereo image proc package for disparity and point cloud generation. However for this the namespace of left and right images should be same. The launch file is https://drive.google.com/open?id=0B5T... . I want the images on topics like /camera/left/image_raw and /camera/right/image_raw however the topics now are /camera1/left/image_raw and /camera2/right/image_raw Thanks in advance!


Edit

@huanxiner, I got an error

roslaunch file contains multiple nodes named [/camera/image_view]. Please check all <node> 'name' attributes to make sure they are unique. Also check that $(anon id) use different ids. The traceback for the exception was written to the log file
2017-09-15 15:27:39 -0500 commented answer Launching a node two times with same namespace

Wow!!!!! @Andre it works. Can you please explain me the reason for future references?

2017-09-15 15:17:44 -0500 received badge  Notable Question (source)
2017-09-15 15:00:18 -0500 commented question Launching a node two times with same namespace

@huanxiner, I got an error roslaunch file contains multiple nodes named [/camera/image_view]. Please check all <node&

2017-09-15 14:59:18 -0500 commented answer Launching a node two times with same namespace

Yes, I tried with this but I got an error stating roslaunch file contains multiple nodes named [/camera/image_view]. Pl

2017-09-15 11:26:24 -0500 received badge  Popular Question (source)
2017-09-15 06:21:47 -0500 edited question Launching a node two times with same namespace

Launching a node two times with same namespace Hi, I am trying to generate left and right images from 2 webcameras. The

2017-09-15 06:21:47 -0500 received badge  Editor (source)
2017-09-15 06:20:37 -0500 asked a question Launching a node two times with same namespace

Launching a node two times with same namespace Hi, I am trying to generate left and right images from 2 webcameras. The

2017-09-04 04:30:29 -0500 received badge  Popular Question (source)
2017-08-14 14:45:34 -0500 received badge  Popular Question (source)
2017-08-14 07:39:51 -0500 asked a question Velocity imparted by twist.linear

Velocity imparted by twist.linear Hi, I am publishing twist.linear.x = 0.5 on cmd_vel topic within the callback function

2017-07-31 11:16:13 -0500 received badge  Popular Question (source)
2017-07-30 21:47:24 -0500 received badge  Popular Question (source)
2017-07-27 14:07:09 -0500 asked a question Rotation in const Eigen::Affine3d &pose

Rotation in const Eigen::Affine3d &pose I need to provide position as well as orientation using variable of type Eig

2017-07-27 09:34:24 -0500 commented answer Draw cone in rviz

Yes it gives the option to draw cone. But how can I set the apex and cone's base centrer and radius in this?

2017-07-26 14:34:30 -0500 asked a question Draw cone in rviz

Draw cone in rviz I want to draw a 3D cone in rviz from the center of my quad-copter to the ends of the obstacle. Rviz a

2017-07-26 09:29:00 -0500 commented question Draw truncated shapes in RViz

Hey, did you find any solution? I am stuck at this question!

2017-07-26 03:24:38 -0500 commented question ROS & Gazebo moving object following a trajectory

Will setting the position of my object through service gazebo/setModelState in a node work?