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

IliaBaranov's profile - activity

2019-03-01 08:14:52 -0500 received badge  Famous Question (source)
2017-10-10 11:13:04 -0500 answered a question Please suggest all packages to achieve SLAM for robot

Please take a look at this example, and check out the related github pages for a decent first pass at navigation: http:

2017-08-23 08:54:40 -0500 received badge  Taxonomist
2017-03-26 00:38:16 -0500 received badge  Nice Answer (source)
2016-02-17 16:44:10 -0500 received badge  Notable Question (source)
2015-09-01 01:29:46 -0500 received badge  Popular Question (source)
2015-08-31 15:02:13 -0500 answered a question can't launch rqt_graph

Hey there,

Others have had success with this: http://stackoverflow.com/questions/15...

in the future, please try the search bar on the top right, before asking a question, along with listing details as others have requested, and what you have tried.

Cheers :)

2015-08-31 14:59:17 -0500 answered a question rosserial arduino communication

Hello,

I would suggest creating a string and outputing that to the ROS computer, as shown here: http://wiki.ros.org/rosserial_arduino...

That way, all you have to do on the computer side is subscribe to that topic. On the Arduino side, put whatever you want into the hello char array.

Let me know if that works for you :)

2015-08-31 14:54:46 -0500 asked a question Bug in rosbag with compressed files?

Hello all,

I have recorded a fairly long rosbag file (~8.5Mb).

However, when I try to play it I get:

[FATAL] [1441050519.918179421]: size of the compressed data exceeds *destLen

Here is rosbag info:

path:         M200-0211.bag
version:      2.0
duration:     10hr 47:10s (38830s)
start:        Aug 28 2015 14:28:56.45 (1440786536.45)
end:          Aug 29 2015 01:16:06.82 (1440825366.82)
size:         8.1 MB
messages:     175484
compression:  bz2 [26/26 chunks; 30.41%]
uncompressed: 19.3 MB @ 0.5 KB/s
compressed:    5.9 MB @ 0.2 KB/s (30.41%)
types:        batmon/bat_data   [bdfbbcf4c50a2392913c2601912adfc3]
              rosgraph_msgs/Log [acffd30cd6b6de30f120938c17c593fb]
              std_msgs/UInt8    [7c8164229e7d2c17eb95e9231617fdee]
topics:       /B1                5 msgs    : std_msgs/UInt8   
              /B2             6569 msgs    : std_msgs/UInt8   
              /BATMON       155755 msgs    : batmon/bat_data  
              /rosout         6583 msgs    : rosgraph_msgs/Log (6 connections)
              /rosout_agg     6572 msgs    : rosgraph_msgs/Log

The file itself is here , though it needs custom message type from: https://github.com/ibaranov-cp/batmon

2015-08-31 11:37:21 -0500 answered a question Moving a Husky A200 in Gazebo using Navigation Stack

Hello there,

The main reference for all things Husky related is here: http://wiki.ros.org/Robots/Husky

Specifically, you want to look at this page: http://wiki.ros.org/husky_navigation/...

Which is the first tutorial in Section 3.1 Navigation. That section should get you to doing mapping and navigation in simulation.

The source code for all the examples is also here: https://github.com/husky/husky

Specifically, the code from the move base example above is here: https://github.com/husky/husky/blob/i...

Best wishes, Ilia B.

2015-03-01 15:12:56 -0500 received badge  Famous Question (source)
2015-01-26 10:32:32 -0500 commented answer How do I capture images from a wifi camera?

Of course, I meant simply as a starting point to use as a model.

2015-01-26 10:31:38 -0500 received badge  Enthusiast
2015-01-26 10:14:54 -0500 received badge  Student (source)
2015-01-25 23:27:37 -0500 commented answer TK1, ROS and Kinect V2

Thanks for letting me know, I will try it out in the coming weeks and answer here. Cheers!

2015-01-25 23:27:09 -0500 commented answer TK1, ROS and Kinect V2

Thanks, that looks like a great place to start!

2015-01-25 14:40:56 -0500 received badge  Notable Question (source)
2015-01-24 19:58:49 -0500 received badge  Popular Question (source)
2015-01-23 11:17:47 -0500 received badge  Teacher (source)
2015-01-23 11:15:24 -0500 answered a question turtlebot obstacle avoidance using point cloud data

Hello,

Best to learn by example.

Take a look at the code here: https://github.com/turtlebot/turtlebo...

You are essentially looking to do the opposite, avoid the obstacles instead of following them.

2015-01-23 11:11:35 -0500 answered a question how to call a service inside a node?

Hey there,

Please check here: http://wiki.ros.org/ROS/Tutorials

Probably you are looking for: Writing a Simple Service and Client (C++)

2015-01-23 10:52:11 -0500 answered a question How do I capture images from a wifi camera?

Hello,

To start with, have you checked out this package: http://wiki.ros.org/mjpeg_server

In general terms, if you can access the web stream in OpenCV, you can write a python module to re-publish it as a rostopic.

Best wishes, Ilia

2015-01-23 10:50:27 -0500 received badge  Supporter (source)
2015-01-23 10:49:27 -0500 asked a question TK1, ROS and Kinect V2

Hello all,

With the TK1 being a fairly well supported ROS platform, I was wondering how well the USB 3.0 port is supported? Presumably, I would be using 14.04 and Indigo to get the ball rolling.

Specifically, how difficult should it be to get the Kinect V2 running on the TK1? Austin might know about this.

Hopefully, we can get cheaper "starter" ROS platforms out there if this works.

2014-07-11 12:17:16 -0500 answered a question PR2 upgrade, sources http://packages.willowgarage.com

packages.willowgarage.com is back to life!

You may notice it redirects to an amazon S3 instance, but all existing links should work correctly.

Sorry for the outage.

(Clearpath PR2 support Team :) )

2014-02-05 02:23:54 -0500 commented answer Jaco Arm MoveIt

Excellent! Thanks

2014-02-03 09:37:23 -0500 commented answer How to proceed with using Moveit if you're not working on a PR2?

That link text is broken :(

2014-02-03 09:36:31 -0500 commented answer Jaco Arm MoveIt

Hey, Your github code seems deleted. Any chance you would put it back?