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

Julio's profile - activity

2012-10-26 23:47:13 -0500 received badge  Famous Question (source)
2012-09-04 23:19:19 -0500 received badge  Famous Question (source)
2012-08-28 11:04:32 -0500 received badge  Notable Question (source)
2012-08-27 23:58:24 -0500 commented answer MobileSim and gmapping

Thank you for your answer.

First: you are right, it's the /scan topic. Thanks ;-)

Second: how can I get the robot's pose from mobilesim? If not, how to run the movement node in the stage simulator given by ros (and get the odometry and publish it to gmapping)?

Thanks again

2012-08-27 23:56:51 -0500 received badge  Popular Question (source)
2012-08-26 23:42:56 -0500 commented answer Sick and ROS slam
2012-08-26 23:39:56 -0500 asked a question MobileSim and gmapping

I'm working with MoblieSim and I have tow nodes: teleop_node and movement_node. The first one is running in my laptop and the second one in the p3dx.

I get the laser buffer readings and I build LaserScanner messages. I publish them in /base_scan in order to send them to the gmapping node (which must be running in another console, is it right?).

I guess gmapping also needs odometry. How can I know it? Is it just the cmd_vel used to teleoperate the robot?

Thanks beforehand

2012-08-25 01:21:55 -0500 commented answer Sick and ROS slam

I have a problem. I'm working with MoblieSim and I have tow nodes: teleop_node and movement_node. The first one is running in my laptop and the second one in the p3dx. I need the stage package in order to know the odometry. How can I know the odometry from mobilesim instead of Stage Robot Simulator?

2012-08-24 03:06:43 -0500 received badge  Notable Question (source)
2012-08-23 23:03:56 -0500 commented question include LaserScan.h

PS: I'm using ros-electric

2012-08-23 22:54:42 -0500 asked a question include LaserScan.h

include "sensor_msgs/LaserScan.h"

error: sensor_msgs/LaserScan.h: No such file or directory

I have downloaded once more the sensor_msgs package but I still have the same problem. It is referenced in my manifest:

  <package>
  <description brief="teleop">

     teleop

  </description>
  <author>Julio Bondía</author>
  <license>BSD</license>
  <review status="unreviewed" notes=""/>
  <url>http://ros.org/wiki/teleop</url>
  <depend package="eros_build"/>
  <!-- 
    Note, you can turn this into a ros qt app by 
    uncommenting the roscpp dependency.  
  -->  
  <depend package="roscpp"/>
  <depend package="geometry_msgs"/>
  <depend package="sensor_msgs"/>
  <rosdep name="qt4"/>

</package>

What can I do to fix it?

Thanks a lot!

2012-08-23 03:04:04 -0500 received badge  Popular Question (source)
2012-08-22 22:55:44 -0500 commented answer Sick and ROS slam

Thanks a lot!

2012-08-22 22:35:29 -0500 commented answer Sick and ROS slam

Thanks a lot. I get the buffer reading with an Aria callback (readingCB). So I guess I have to create ros callback and publish this buffer to gmapping node.

The readings are ArPoseWithTime.

Thank you

2012-08-22 22:27:49 -0500 asked a question Sick and ROS slam

Hello everyone,

I'm working with a p3dx using Aria and ROS. I did a teleop package and then I used the sonar device to avoid obstacles.

Finally I added a sick laser. With the data obtained with this laser I have to draw a map. Does any ROS package do that? Maybe openCV?

Thank you beforehand

2012-08-17 05:05:05 -0500 received badge  Popular Question (source)
2012-08-17 05:05:05 -0500 received badge  Famous Question (source)
2012-08-17 05:05:05 -0500 received badge  Notable Question (source)
2012-06-13 19:17:08 -0500 received badge  Student (source)
2012-01-02 20:32:44 -0500 asked a question Using ARIA

Hello,

I'm trying to do a remote control program for a Pioneer 3AT.

The problem is that, when I do "#include <aria.h>" it does not compile, "fatal error" it says. I tried to modify the CMakeLists.txt and the manifest.xml but I still get a fatal error. Which files should I change and how?

Thanks beforehand

2011-11-29 01:01:19 -0500 answered a question Pioneer 3 keyboard teleoperation

Arebgun, I have already done it. I had dependences and paths problems. It works now.

Thanks to all of you.

2011-11-28 19:57:02 -0500 commented answer Pioneer 3 keyboard teleoperation
Thanks a lot! =)
2011-11-28 19:17:26 -0500 received badge  Supporter (source)
2011-11-28 19:14:45 -0500 commented answer Pioneer 3 keyboard teleoperation
OK. Thanks a lot. I'll try to be more specific in future questions.
2011-11-28 19:14:24 -0500 answered a question Pioneer 3 keyboard teleoperation

OK. Thanks a lot. I'll try to be more specific in future questions.

2011-11-28 18:53:17 -0500 received badge  Editor (source)
2011-11-28 18:47:25 -0500 asked a question Pioneer 3 keyboard teleoperation

Hello!

I'm a spanish student and I'm doing my career final project and I'm being introduced in robotics. I've been working with some other ros packages to try to get how it works. I'm working with a Pioneer 3 and I need to teleoperate it by keyboard but I do have problems to find a package which can help me (I'm sorry because of my ingorance). teleop-base seems to be deprecated anf I have problems to install the erratic_teleop one. Can any of you help me please?

Thank you in advance for your attention.