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

dpetrini's profile - activity

2021-05-17 10:52:16 -0500 received badge  Student (source)
2021-05-17 10:19:15 -0500 received badge  Famous Question (source)
2021-03-19 09:53:40 -0500 received badge  Famous Question (source)
2021-01-27 22:01:16 -0500 received badge  Famous Question (source)
2020-10-03 21:31:37 -0500 received badge  Notable Question (source)
2020-09-18 02:19:33 -0500 received badge  Notable Question (source)
2020-08-17 10:30:09 -0500 received badge  Notable Question (source)
2020-06-15 17:04:24 -0500 marked best answer why navsat_transform_node needs imu?

I am new to the field, so this question might be obvious, but I wonder, why IMU is needed once I have GPS absolute position and odometry from robot?

If I have GPS coordinates and odometry, shouldn't be possible to create UTM coordinates?

2020-06-15 17:04:13 -0500 commented answer why navsat_transform_node needs imu?

hi @Weasfas, thanks for the answer, it clarifies the orientation issues. However my point was more high level in terms o

2020-06-15 16:58:04 -0500 received badge  Popular Question (source)
2020-06-10 12:51:54 -0500 commented question Error /move_base->/move_base (/move_base/global_costmap/footprint) /move_base->/move_base (/move_base/local_costmap/footprint)

Please vote question for increase visibility and hopefully get an answer.

2020-06-03 05:57:15 -0500 commented question Local map isn't effecting global planner.

We need to see your configuration files. Please post the local, global and common costmaps yaml files in your question.

2020-06-02 14:48:43 -0500 asked a question why navsat_transform_node needs imu?

why navsat_transform_node needs imu? I am new to the field, so this question might be obvious, but I wonder, why IMU is

2020-06-02 06:30:19 -0500 marked best answer Local Map (navigation stack) not showing obstacle

Hi,

Can someone shed some light on how to display lasercan obstacles for use in Navigation Stack (AMCL+MOVE_BASE, ubuntu 18.04, Melodic)?

I spent lots of time changing configurations and searching for answers but I can't figure out how to consider obstacles detected by lasercan as in this image:

https://drive.google.com/open?id=1Wxa...

In the image there is an obstacle (pointed in RED) as detected by laserscan but is not marked as obstacle by local map.

However if I change common costmap file and remove "plugins" section going back to pre-Hidro parameters it is showed as image below.

https://drive.google.com/open?id=1rub...

Hera are my relevant config files:

costmap_common_params.yaml

obstacle_range: 2.5
raytrace_range: 3.0

footprint: [[-0.2,-0.2],[-0.2,0.2], [0.2, 0.2], [0.2,-0.2]]
inflation_radius: 0.30  # max. distance from an obstacle at which costs are incurred for planning paths.
cost_scaling_factor: 50  # exponential rate at which the obstacle cost drops off (default 10) 

observation_sources: scan

scan: {data_type: LaserScan, sensor_frame: base_link, topic: /zed/scan, marking: true, clearing: true, min_obstacle_height: 0.0, max_obstacle_height: 0.50}

plugins: 
- {name: static_map,               type: "costmap_2d::StaticLayer"}
- {name: obstacle_2d_layer,   type: "costmap_2d::ObstacleLayer"}
- {name: inflation,                   type: "costmap_2d::InflationLayer"}

global_costmap_params.yaml

global_costmap:
global_frame: map
robot_base_frame: base_link
update_frequency: 1.0
#static_map: true
publish_frequency: 0.5
transform_tolerance: 1.0 
#resolution: 0.010

local_costmap_params.xml

local_costmap:
global_frame: odom  # odom DGPP
robot_base_frame: base_link
update_frequency: 2.0
publish_frequency: 2.0
#static_map: false
rolling_window: true
width: 3.0
height: 3.0
resolution: 0.05
transform_tolerance: 1.0

As mentioned, if I just comment the plugin item with the three topics from costmap_common file it shows the obstacle. It also show some errors (not important) in terminal but shows the obstacle as second image above.

I am using TrajectoryPlannerROS (not DWA).

Can someone shed some light on how to display lasercan obstacle for use in Navigation Stack (AMCL+MOVE_BASE)?

Thank you,

2020-06-02 06:30:19 -0500 received badge  Scholar (source)
2020-06-02 06:29:22 -0500 received badge  Popular Question (source)
2020-06-01 11:25:40 -0500 received badge  Popular Question (source)
2020-05-16 01:59:21 -0500 received badge  Self-Learner (source)
2020-05-16 01:59:21 -0500 received badge  Teacher (source)
2020-05-15 06:50:48 -0500 commented answer Local Map (navigation stack) not showing obstacle

In my configuration, costmap_common_params.xml is previously loaded with proper namespaces in top level launch file. So

2020-05-15 06:48:29 -0500 commented answer Local Map (navigation stack) not showing obstacle

In my configuration costmap_common_params.xml is previously loaded with proper namespaces in top level launch file. So i

2020-05-14 13:03:10 -0500 answered a question Local Map (navigation stack) not showing obstacle

I will answer my own question: After keep looking for answers and trying many combinations, I discover that is all abou

2020-05-14 13:03:10 -0500 received badge  Rapid Responder (source)
2020-05-14 05:55:51 -0500 edited question Local Map (navigation stack) not showing obstacle

Local Map (navigation stack) not showing obstacle Hi, Can someone shed some light on how to display lasercan obstacles

2020-05-14 05:53:34 -0500 edited question Local Map (navigation stack) not showing obstacle

Local Map (navigation stack) not showing obstacle Hi, Can someone shed some light on how to display lasercan obstacles

2020-05-14 05:53:02 -0500 asked a question Local Map (navigation stack) not showing obstacle

Local Map (navigation stack) not showing obstacle Hi, Can someone shed some light on how to display lasercan obstacles

2020-03-26 06:29:00 -0500 commented question mpu6050+gmapping

Consider test "imu0_differential: true". I only get success after setting it to true.

2020-03-11 18:05:56 -0500 edited question Rosserial queue size X buffer size

Rosserial queue size X buffer size Hi, I am using Rosserial for arduino lib for ESP32 microcontroller. I am running ros

2020-03-11 18:05:56 -0500 received badge  Editor (source)
2020-03-11 18:05:45 -0500 edited question Rosserial queue size X buffer size

Rosserial queue size X buffer size Hi, I am using Rosserial for arduino lib for ESP32 microcontroller. I am running ros

2020-03-10 09:31:47 -0500 received badge  Enthusiast
2020-03-07 04:30:46 -0500 asked a question rosserial queue size X buffer size

rosserial queue size X buffer size Hi, I am using Rosserial for arduino lib for ESP32 microcontroller. I am running ros

2020-03-07 04:29:35 -0500 asked a question Rosserial queue size X buffer size

Rosserial queue size X buffer size Hi, I am using Rosserial for arduino lib for ESP32 microcontroller. I am running ros

2019-03-13 09:09:28 -0500 commented answer Can't view the pointclouds in the rviz

Could you please point what you fixed in CameraInfo? I have exact same problem. thanks

2019-02-25 08:17:23 -0500 received badge  Supporter (source)