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

keshav_sarraf's profile - activity

2021-04-22 09:57:36 -0500 received badge  Famous Question (source)
2021-04-22 09:57:36 -0500 received badge  Notable Question (source)
2021-04-22 09:57:36 -0500 received badge  Popular Question (source)
2019-07-17 18:05:33 -0500 received badge  Taxonomist
2019-03-06 04:42:19 -0500 received badge  Necromancer (source)
2019-03-06 04:42:19 -0500 received badge  Teacher (source)
2015-04-10 07:49:38 -0500 received badge  Famous Question (source)
2015-04-10 07:49:38 -0500 received badge  Popular Question (source)
2015-04-10 07:49:38 -0500 received badge  Notable Question (source)
2015-04-10 07:49:38 -0500 received badge  Popular Question (source)
2014-10-05 23:47:13 -0500 received badge  Famous Question (source)
2014-08-22 17:16:38 -0500 received badge  Famous Question (source)
2014-06-30 06:27:42 -0500 commented question how to communicate with 32- bit controller and ROs running on PC over USB via UART

Hey! Did you figure anything out?

2014-06-24 05:20:51 -0500 answered a question Using diff drive to drive a new robot

-update rate -> frequency in (Hz) of publishing by the plugin
-leftJoint -> specify the name of the joint connecting left wheel of your differential drive robot to the chassis
-wheelSeparation -> distance between the 2 wheels in a diff drive robot -commandTopic ->name of the
-topic on which you can publish the linear and angular velocity of the robot
-odometryTopic -> Topic on which you can subscribe to the
-odometry data. robotNameSpace -> (generally the name of the robot... i am not sure)

2014-06-19 11:16:39 -0500 received badge  Notable Question (source)
2014-06-19 07:50:29 -0500 answered a question Integrating Hark with ROS-matlab

I found a way around but it is not an elegant solution. 1> Create a rosbuild package (at this time hark_mgs do not support catkin package) that would subscribe to hark_msgs and publish any other standard message. 2> Subscribe the newly created topic consisting of std_msgs.

2014-06-19 06:29:34 -0500 received badge  Famous Question (source)
2014-06-19 06:26:52 -0500 answered a question How to subscribe hark_msgs types.

I created a rosbuild package to subscribe hark_msgs and it worked.

2014-06-19 02:26:35 -0500 received badge  Student (source)
2014-06-19 02:26:24 -0500 received badge  Popular Question (source)
2014-06-19 02:08:33 -0500 commented answer How to subscribe hark_msgs types.

I installed Hark from the following link using apt-get : http://winnie.kuis.kyoto-u.ac.jp/HARK/wiki.cgi?page=HARK-ROS+Installation+Instructions But let me try with the package you mentioned

2014-06-19 02:06:39 -0500 received badge  Supporter (source)
2014-06-19 00:24:53 -0500 received badge  Notable Question (source)
2014-06-18 13:10:38 -0500 received badge  Popular Question (source)
2014-06-18 07:07:36 -0500 commented answer How to subscribe hark_msgs types.

let me try converting it to catkin_package.

2014-06-18 05:28:07 -0500 asked a question How to subscribe hark_msgs types.

i am using ROS Hydro in ubuntu 12.04. and I want to create a subscriber of hark_msgs. whenever I run a simple publisher designed in HARK from batchflow, I am able to view the messages in the terminal (using rostopic echo). When I am trying to create a subscriber ,I get this message:

Could not find a configuration file for package hark_msgs.

Set hark_msgs_DIR to the directory containing a CMake configuration file
for hark_msgs.  The file will have one of the following names:

hark_msgsConfig.cmake
hark_msgs-config.cmake

(whenever I include hark_msgs in the dependencies, I get the above error.)

I found the folder where hark_msg related (.msg) files are but .cmake files are no where to be seen. Any help would be appreciated.

2014-06-18 04:18:23 -0500 received badge  Enthusiast
2014-06-17 01:16:36 -0500 commented question localization hark and matlab

I am really sorry. I posted the question twice by mistake. I'll delete this instance.

2014-06-17 00:44:47 -0500 asked a question localization hark and matlab

Hello guys! I am trying to localize a sound source and use that information in matlab. I have integrated ROS with matlab (R2012b) and ROS with Hark. I am also able to visualize the localisation information in HARK. But I need the localisation data in Matlab (to control a robot in Gazebo). The problem I am facing is that the source localization data in hark is outputted as a data type ObjectRef. Can anyone help me how to convert this data structure to simple data types like vector, Int or float that can be published as std_msgs or any other technique by which I can subscribe localization data in Matlab. Information about the data type of source can be found at pg. no. 32 of hark-documentation (version2) . Any solution is welcome by which I can get the localization information in Matlab.

System Specs: Ros Hydro, Ubuntu 12.04 64 bit, Matlab R2012b, Hark version 2

2014-06-17 00:43:43 -0500 asked a question Integrating Hark with ROS-matlab

Hello guys! I am trying to localize a sound source and use that information in matlab. I have integrated ROS with matlab (R2012b) and ROS with Hark. I am also able to visualize the localisation information in HARK. But I need the localisation data in Matlab (to control a robot in Gazebo). The problem I am facing is that the source localization data in hark is outputted as a data type ObjectRef. Can anyone help me how to convert this data structure to simple data types like vector, Int or float that can be published as std_msgs or any other technique by which I can subscribe localization data in Matlab. Information about the data type of source can be found at pg. no. 32 of hark-documentation (version2) . Any solution is welcome by which I can get the localization information in Matlab.

System Specs: Ros Hydro, Ubuntu 12.04 64 bit, Matlab R2012b, Hark version 2

2014-06-04 02:31:53 -0500 asked a question Integration of ROS, Gazebo and Matlab across multiple machines

Hello Everyone!! I am new to ROS and Gazebo. For my project I have to run few signal processing algorithms in MATLAB and see the results in Gazebo. Running all 3 (ROS, Gazebo and Matlab) on the same system leads to system overload. I have access to 2 machines. Is there any way I can bifurcate the load across the 2 machines. I am using Matlab 2012b ROS Hydro and Gazebo 1.9

2014-06-04 02:30:41 -0500 asked a question Integration of ROS, Gazebo and Matlab across multiple machines

Hello Everyone!! I am new to ROS and Gazebo. For my project I have to run few signal processing algorithms in MATLAB and see the results in Gazebo. Running all 3 (ROS, Gazebo and Matlab) on the same system leads to system overload. I have access to 2 machines. Is there any way I can bifurcate the load across the 2 machines. I am using Matlab 2012b ROS Hydro and Gazebo 1.9

2014-05-27 01:55:52 -0500 answered a question hector sonar

Whenever I turn on the visualization of the sonar sensor in sdf, I find the observed rays in gazebo to be kind of odd. They cover only half of the horizontal range and sometimes are irregular (I don't have enough points to upload the picture). But in Rviz, a neat cone is observed. Is there some way to correct this? If not a complete cone, I would really appreciate even if I get a complete and uniform horizontal arc.

2014-05-26 18:46:43 -0500 received badge  Notable Question (source)
2014-05-24 01:52:12 -0500 received badge  Popular Question (source)
2014-05-22 19:06:49 -0500 asked a question How to create a simple publisher to publish current time ?

Hello guys! I am a ros and cpp beginner and I have read the simple ros publisher tutorial given in the wiki. I want to create a simple publisher that can publish time every second. how can I modify the code given in the tutorial to do the same.