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

ai-shwarya's profile - activity

2019-12-17 05:30:18 -0500 received badge  Famous Question (source)
2019-08-26 17:33:30 -0500 received badge  Taxonomist
2019-04-13 07:57:05 -0500 received badge  Famous Question (source)
2018-06-21 23:58:49 -0500 received badge  Notable Question (source)
2017-09-04 04:27:13 -0500 received badge  Notable Question (source)
2017-09-04 04:27:13 -0500 received badge  Popular Question (source)
2017-03-31 07:33:53 -0500 received badge  Famous Question (source)
2017-03-31 07:33:53 -0500 received badge  Notable Question (source)
2016-12-05 02:29:46 -0500 commented answer Call to publish() on an invalid Publisher

Thanks! This helped.

2016-10-31 04:54:56 -0500 received badge  Popular Question (source)
2016-10-30 09:42:44 -0500 commented question <include> tag to nest models not working
2016-10-30 05:53:14 -0500 received badge  Editor (source)
2016-10-30 05:52:24 -0500 asked a question <include> tag to nest models not working

Haven't gotten to adding the Plugin/Xacro for the laser yet, but for some reason, using the <include> and <uri> tags within <model> of model.sdf of a Pioneer robot does not seem to yield the import of the Hokuyo Laser.

http://sdformat.org/spec?ver=1.6&elem... Following the documentation here, what I'm doing, seems fine. Any help?

<include>
  <uri>model://hokuyo</uri>
     <pose>0.2 0 0.9 0 0 0</pose>
</include>
<joint name="hokuyo_joint" type="revolute">
   <child>hokuyo::link</child>
   <parent>chassis</parent>
   <axis>
     <xyz>0 0 1</xyz>
     <limit>
        <upper>0</upper>
        <lower>0</lower>
     </limit>
  </axis>
</joint>
2016-10-24 07:14:14 -0500 asked a question Best OS for Rasberry Pi for ROS

Got a Rasberry Pi 3 with a ~16 GB Model 10 SD card. So when deciding between Ubuntu Mate 16.04 and Rasbian, which one should I prefer? Has anyone tried both or either and had a better or worse experience? Thank you.

2016-10-21 01:52:53 -0500 received badge  Popular Question (source)
2016-10-19 07:44:14 -0500 commented answer Rosrun executable not found

catkin_package() did the trick for me! Thanks!

2016-10-19 07:07:37 -0500 asked a question Having problems with rosrun although build files have been written

I wrote a couple of simple .cpp pub-sub combinations. CMakeLists.txt seems to be fine with all the package dependencies being satisfied, adding executables and linking libraries. The build files are generated and if I go to the build/package_dir and execute my nodes they work fine too!

But rosrun is unable to locate the executables. Everything is sourced (/opt/ros/kinetic and catkin_ws/devel/setup.bash) and ROS_PACKAGE_PATH is also set alright.

Although, just changed my ROS distro from Indigo to Kinetic. Anyone can help with the issue?

2016-10-17 06:03:39 -0500 asked a question Gazebo Laser Rangefinder <sensor> usage

I'm working on a laser rangefinder that has an update rate of the order of ~10k and returns one sample. With the documentation provided by the manufacturers, I have the beam pattern chart and the beam divergence at different ranges. Had a word with them today and they were unable to really precisely predict the <min_angle> and <max_angle>.

But I've noticed that when I simulate with 1 sample on Gazebo, the beam does not diverge from the <min_angle> specified. What is the function of <resolution> in that case? And how much should I be setting it for the beam to diverge in Gazebo? http://sdformat.org/spec?ver=1.6&elem... is the documentation.</resolution></min_angle>

2016-04-27 13:07:44 -0500 answered a question camera calibration error

Try installing ros-indigo-opencv3 (apt-get)

Despite compiling and installing opencv 3.1.0, I had the same error. But it got fixed after that.

Or else, add LD_LIBRARY PATH as usr/local/bin (if that's where your symbolic link files are stored) to your .bashrc.

In case, nothing works, you should check whether cv2.so exists in your /usr/local/lib/python2.7/site-packages & ../dist-packages directories. If not, you should consider reinstalling opencv again.

Hope this helps!

2016-02-06 04:30:57 -0500 received badge  Enthusiast
2015-12-11 05:08:47 -0500 received badge  Supporter (source)