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

Alberto E.'s profile - activity

2023-03-19 01:33:35 -0500 received badge  Nice Answer (source)
2020-12-12 03:37:00 -0500 received badge  Popular Question (source)
2020-12-10 07:46:53 -0500 received badge  Nice Answer (source)
2020-03-21 11:35:08 -0500 answered a question openai_ros_example shadow_tc RL dont work :(

Hello there! The problem is in the smart_grasper.py script, within the constructor of the SmartGrasper class (https://b

2020-02-24 15:07:09 -0500 asked a question Is it possible to modify the times for grasp/pregrasp movements in MoveIt?

Is it possible to modify the times for grasp/pregrasp movements in MoveIt? I have set up a robot for performing grasping

2019-10-18 09:37:00 -0500 answered a question Unable to run turtle_tf2_broadcaster.py. Tutorial: tf2TutorialsWriting a tf2 broadcaster (Python)

Hi Suyash, Without more data, and assuming that you are following the ROS wiki tutorials, here: http://wiki.ros.org/tf2

2019-10-18 09:37:00 -0500 received badge  Rapid Responder (source)
2019-09-25 06:28:50 -0500 answered a question way to output odometry info

Hello! For what I've understood, what you want is to print just some parts of the Odometry message, not the whole messa

2019-08-16 09:24:52 -0500 received badge  Nice Answer (source)
2019-01-31 16:51:46 -0500 answered a question Cannot able to rotate turtlesim

Hi! I've tested your code (the rotation part) and it works nice except for 1 bug, here: if(clockwise) vel_msg.angu

2019-01-24 05:07:46 -0500 edited answer cpp publisher/subscriber tutorial loosing some messages

Hi! As you already noticed, this is caused by the time it takes to initialize the Publisher. I wanted to share an alter

2019-01-24 05:07:30 -0500 edited answer cpp publisher/subscriber tutorial loosing some messages

Hi! As you already noticed, this is caused by the time it takes to initialize the Publisher. I wanted to share an alter

2019-01-24 05:06:19 -0500 answered a question cpp publisher/subscriber tutorial loosing some messages

Hi! As you already noticed, this is caused by the time it takes to initialize the Publisher. I wanted to share an alter

2019-01-17 06:58:54 -0500 answered a question Sending Goals to the Navigation Stack

Hi! I would suggest you the follow_waypoints package, which seems quite convenient for what you're looking for. Also, s

2018-10-18 05:49:15 -0500 answered a question My node doesn't publish to the topic cmd_vel

Hi there! Glad you already had your question answered. I just wanted to add here a very basic updated code (taken from

2018-08-28 14:55:41 -0500 received badge  Nice Answer (source)
2018-05-31 05:03:11 -0500 answered a question stop my robot if /cmd_vel doesn't receive a message within a certain time period

Hello, I've created a Python script that does that, using the /clock topic. #!/usr/bin/env python import rospy from ge

2018-05-16 04:28:04 -0500 answered a question Roslaunch can't locate node, but rosrun works fine

Hello! That's quite strange. What I would suggest you is that you rename everything to controller.py. I mean, rename the

2018-04-12 08:55:29 -0500 edited answer How do I set the inital pose of a robot in gazebo?

You can also simply substitute the call to the ROBOT_INITIAL_POSE environment variable ('optenv ROBOT_INITIAL_POSE') by

2018-04-12 08:54:20 -0500 answered a question How do I set the inital pose of a robot in gazebo?

You can also simply substitute the call to the ROBOT_INITIAL_POSE environment variable ('optenv ROBOT_INITIAL_POSE') by

2017-12-22 05:14:19 -0500 answered a question 3 finger gripper model for moveit/gazebo?

Hello Juan, I've recently been working with a 3-finger gripper, and I've used the Smart Grasping simulation provided by

2017-10-30 06:38:40 -0500 edited answer Adding take off and landing into teleop_twist_keyboard.py

Hello, I have made a couple of very simple modifications to the original script in order to achieve that. What I've don

2017-10-30 06:30:40 -0500 answered a question Adding take off and landing into teleop_twist_keyboard.py

Hello, I have made a couple of very simple modifications to the original script in order to achieve that. What I've don

2017-10-23 07:29:16 -0500 edited answer Laser_assemble for Hokuyo scans in Gazebo

Hello, As @tfoote says, the first thing you need to do is remap the scan topic to the one where the laser data is being

2017-10-23 07:27:42 -0500 edited answer Laser_assemble for Hokuyo scans in Gazebo

Hello, As @tfoote says, the first thing you need to do is remap the scan topic to the one where the laser data is being

2017-10-23 07:26:21 -0500 answered a question Laser_assemble for Hokuyo scans in Gazebo

Hello, As @tfoote says, the first thing you need to do is remap the scan topic to the one where the laser data is being

2017-10-05 11:00:04 -0500 answered a question [Python]How to know pose of turtlebot

Hello! As you suggest in your last message, the best practice for doing that is to use the odom topic. For that, you ca

2017-09-12 14:25:34 -0500 commented answer ImportError: No module named node_example.msg

@Younès You're welcome! Glad to help.

2017-09-12 02:56:57 -0500 answered a question ImportError: No module named node_example.msg

Hello, There are quite a few things that can go wrong when creating a custom message. By the error you are showing, and

2017-07-24 11:13:48 -0500 edited answer Reset model poses in a python script

Hello! I've created this very short Video that shows exactly how to do this. Maybe by watching how to do it step by ste

2017-07-24 11:07:07 -0500 received badge  Editor (source)
2017-07-24 11:07:07 -0500 edited answer Reset model poses in a python script

Hello! I've created this very short Video that shows exactly how to do this. Maybe by watching how to do it step by ste

2017-07-24 10:59:32 -0500 edited answer Reset model poses in a python script

Hello! I've created this very short Video that shows exactly how to do this. Maybe by watching how to do it step by ste

2017-07-24 06:26:08 -0500 received badge  Teacher (source)
2017-07-24 06:19:10 -0500 answered a question Reset model poses in a python script

Hello! I've created this very short Video that shows exactly how to do this. Maybe by watching how to do it step by ste

2017-07-17 01:02:43 -0500 received badge  Enthusiast
2017-07-10 07:40:41 -0500 answered a question Navigation Doesn't work

Assuming that there aren't any error messages in the output of the commands you executed, one possible problem is trying

2017-07-03 14:39:53 -0500 answered a question MoveIt! with Gazebo, using MoveItSimpleControllerManager, joint_trajectory_controller

It looks to me like you may have an error in the controllers.yaml configuration file, assuming that the controllers of t