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

aled96's profile - activity

2022-07-13 04:50:07 -0500 received badge  Famous Question (source)
2022-03-09 00:36:59 -0500 received badge  Favorite Question (source)
2021-10-11 03:18:19 -0500 received badge  Famous Question (source)
2021-09-07 04:57:08 -0500 received badge  Notable Question (source)
2021-07-21 05:03:47 -0500 received badge  Famous Question (source)
2021-06-08 14:17:40 -0500 received badge  Famous Question (source)
2021-03-19 13:29:57 -0500 received badge  Notable Question (source)
2021-03-08 08:07:32 -0500 asked a question Avoid sending target 2D goal RVIZ

Avoid sending target 2D goal RVIZ Hi, I am using the ROS navigation package to perform a 2D planning. Before sending the

2021-03-08 08:06:45 -0500 asked a question Avoid sending target 2D goal RVIZ

Avoid sending target 2D goal RVIZ Hi, I am using the ROS navigation package to perform a 2D planning. Before sending the

2021-03-01 11:38:35 -0500 received badge  Popular Question (source)
2021-02-25 07:36:27 -0500 commented question Ros Navigation - Plan trajectory before moving

Ok, thank you very much !

2021-02-25 06:27:33 -0500 received badge  Popular Question (source)
2021-02-25 04:59:32 -0500 commented question Ros Navigation - Plan trajectory before moving

That's great, thanks ! The plan is already the combination of the global and local planners, so the actual trajectory t

2021-02-25 02:56:31 -0500 asked a question Ros Navigation - Plan trajectory before moving

Ros Navigation - Plan trajectory before moving Hi, I am using the DWA planner to drive in an environment avoiding obsta

2021-02-15 22:55:57 -0500 received badge  Notable Question (source)
2021-02-05 08:38:09 -0500 received badge  Notable Question (source)
2021-01-29 03:31:51 -0500 received badge  Famous Question (source)
2021-01-29 03:31:51 -0500 received badge  Notable Question (source)
2021-01-29 03:31:51 -0500 received badge  Popular Question (source)
2021-01-27 13:42:00 -0500 received badge  Popular Question (source)
2021-01-27 13:06:46 -0500 commented question dwa planner too small velocities

Yeah, it would be nice to touch the wall if possible. While latch_xy_goal_tolerance is already to false. Yes, I may th

2021-01-27 13:06:46 -0500 received badge  Commentator
2021-01-27 09:23:18 -0500 commented question dwa planner too small velocities

But, if we are near the target (as in https://ibb.co/TMcpJVQ) the robot moves really slow and it takes several minutes f

2021-01-27 08:55:43 -0500 commented question dwa planner too small velocities

My objective is to reach a wall, avoiding in obstacles during the path. When the robot arrives near the target (and so

2021-01-27 07:53:16 -0500 edited question dwa planner too small velocities

dwa planner too small velocities Hi, I am using the DWA planner with the ros navigation stack to perform autonomous dri

2021-01-27 07:53:16 -0500 received badge  Editor (source)
2021-01-27 07:52:58 -0500 commented question dwa planner too small velocities

No, it did not reach the target (otherwise I get notification in the terminal). Up to now I am working only in simulatio

2021-01-27 07:19:16 -0500 commented question dwa planner too small velocities

This is the updated version in which you can see also the footprint https://ibb.co/TMcpJVQ Because before using DWA a

2021-01-27 07:03:40 -0500 commented question dwa planner too small velocities

Yes, the robot starts in the origin and moves backward to the target. Now it should just rotate to achieve its objective

2021-01-27 04:48:00 -0500 asked a question dwa planner too small velocities

dwa planner too small velocities Hi, I am using the DWA planner with the ros navigation stack to perform autonomous dri

2021-01-27 03:10:05 -0500 commented question ROS navigation stack - roto/translation problems

Yes, now I am trying to use it. I will let you know, thanks !

2021-01-27 02:55:37 -0500 commented question ROS navigation stack - roto/translation problems

But the robot still continues to rotate instead of navigating to the goal sometimes... Even with heading_score:true But

2021-01-27 02:48:51 -0500 commented question ROS navigation stack - roto/translation problems

Ah sorry, I misunderstood, I found max_vel_y in a file and I used it, assuming it was correct. I tried but yaw and x ar

2021-01-27 02:12:51 -0500 commented question ROS navigation stack - roto/translation problems

The third point works, great ! I will try with heading scoring. While for the first point, max_vel_y is in the "base_l

2021-01-26 09:04:28 -0500 asked a question ROS navigation stack - roto/translation problems

ROS navigation stack - roto/translation problems Hi, I am trying to use the ROS navigation stack to perform driving wit

2020-11-26 04:24:48 -0500 received badge  Student (source)
2020-11-26 04:24:41 -0500 received badge  Famous Question (source)
2020-11-26 04:24:41 -0500 received badge  Notable Question (source)
2020-11-26 04:24:41 -0500 received badge  Popular Question (source)
2020-10-16 05:22:40 -0500 received badge  Popular Question (source)
2020-06-25 10:20:17 -0500 received badge  Supporter (source)
2020-06-25 10:20:12 -0500 marked best answer Calculate position of robot

Hi,

I would like to know if there is a method to calculate the position of a robot based on angular velocity and accelerations.

I would like, from a start position, to move my robot and, based on angular velocity and accelerations (3 axis) understand where he is.

Is there a way to do it in python ?

Thank you really very much !

2020-06-25 10:20:12 -0500 received badge  Scholar (source)
2020-06-25 10:16:37 -0500 edited question Detect obstacle dimensions from Point Cloud

Detect obstacle dimensions from Point Cloud Hi, I have a point cloud of a scene representing two platforms separate by

2020-06-25 10:16:23 -0500 asked a question Detect obstacle dimensions from Point Cloud

Detect obstacle dimensions from Point Cloud Hi, I have a point cloud of a scene representing two platforms separate by

2020-06-11 09:04:19 -0500 asked a question boost Polygon to geometry_msgs/Polygon

boost Polygon to geometry_msgs/Polygon Hi, I have a polygon defined as boost::geometry::model::polygon, now I would lik

2020-05-28 04:13:52 -0500 asked a question Rviz visualize custom surface

Rviz visualize custom surface Hi, Is there a way to visualize a custom surface in Rviz by specifying the vertices ? Fo

2020-05-28 02:42:28 -0500 received badge  Enthusiast