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

juanlu's profile - activity

2023-04-21 03:17:22 -0500 commented question PCL passthrough filter and data types are not working..

Having same problem on ROS Melodic and pcl_ros 1.8.1

2020-05-05 10:10:47 -0500 received badge  Good Question (source)
2020-03-23 21:51:37 -0500 marked best answer Move base default tolerance

Hi,

Im implementing an explorer algorithm that takes the map from a SLAM algorithm, processes it and sends a goal to move base. The problem is that sometimes the goal is not away enough from a wall and move base takes a long time to stop replanning and reject the goal (up to several minutes).

I saw the parameter "default_tolerance", by planning to a goal within a tolerance raidus, should be the answer to my prayers but a bit of investigating here in ros answers and in the code showed me that the parameter has no effect whatsoever in the execution of the code.

Does anybody have any suggestion on how to fix this?

Thanks in advance.

2020-03-23 21:51:36 -0500 received badge  Nice Question (source)
2019-06-12 11:42:21 -0500 commented question neato xv 11 lidar problem/ Hector slam/bad data

How did you solve it?

2019-06-06 15:03:58 -0500 commented question neato xv 11 lidar problem/ Hector slam/bad data

At first sight I think the fixed frame is not correct, can you try setting it up to base_link?

2019-05-22 08:18:54 -0500 commented question neato xv 11 lidar problem/ Hector slam/bad data

Hi, the data doesn't look bad to me, I'm assuming the "I" represents Infinite for the lidar rays that aren't hitting any

2019-01-17 07:36:23 -0500 received badge  Nice Answer (source)
2019-01-14 06:54:40 -0500 received badge  Critic (source)
2019-01-14 02:41:30 -0500 answered a question How to set up diff_drive_controller?

"The package subscribes to cmd_vel and publishes odometry based on that" From the wiki of diff drive controller: Od

2019-01-11 04:03:17 -0500 commented question Can velocity ramps be configured for TEB Local Planner?

I use TEB daily and there is no jerking whatsoever, it should be possible to achieve what you want using it. Maybe check

2019-01-10 02:53:48 -0500 edited answer Conversion from cell grid to map point

This will get you the center of the grid cell with "map" being a nav_msgs/OccupancyGrid: map_x_coordinate_in_meters = (

2019-01-10 02:53:26 -0500 edited answer Conversion from cell grid to map point

This will get you the center of the grid cel with "map" being a nav_msgs/OccupancyGrid: map_x_coordinate_in_meters = (g

2019-01-10 02:53:26 -0500 received badge  Associate Editor (source)
2019-01-10 02:53:18 -0500 edited answer Conversion from cell grid to map point

This will get you the center of the grid cel with "map" being a nav_msgs/OccupancyGridl: map_x_coordinate_in_meters = (

2019-01-10 02:52:27 -0500 edited answer Conversion from cell grid to map point

This will get you the center of the grid cell: map_x_coordinate_in_meters = (gridcell_x_coordinate * map.info.resolutio

2019-01-10 02:51:53 -0500 edited answer Conversion from cell grid to map point

This will get you the center of the grid cell: map_x_coordinate_in_meters = (gridcell_x_coordinate * map.info.resolutio

2019-01-10 02:50:23 -0500 edited answer Conversion from cell grid to map point

This will get you the center of the grid cell: map_x_coordinate_in_meters = (gridcell_x_coordinate * map.info.resolutio

2019-01-10 02:50:02 -0500 answered a question Conversion from cell grid to map point

This will get you the center of the grid cell: map_x_coordinate_in_meters = (gridcell_x_coordinate * map.info.resolutio

2019-01-09 04:51:43 -0500 answered a question Global planner not smooth behaviour

The goal of the global planner is to find the shortest path between your current position and the goal, It does so by us

2019-01-09 04:39:29 -0500 edited answer Can I go on building map from created partial map?

The feature you want is called "Lifelong mapping" and as far as I know there is no available SLAM algorithms in ROS that

2019-01-09 04:38:53 -0500 answered a question Can I go on building map from created partial map?

The feature you want is calle "Lifelong mapping" and afaik there is no available SLAM algorithms in ROS that offer it.

2019-01-07 01:49:21 -0500 commented question How can I include small objects to costmap?

The metadata of the maps contains a field to indicate the resolution. If you open a map in rviz and look at its paramete

2019-01-04 07:16:27 -0500 edited answer How to build release version of ROS node

To compile your code in release you have to add this flag to the CMakeLists, taken from here: if(NOT CMAKE_CONFIGURATIO

2019-01-04 07:16:05 -0500 edited answer How to build release version of ROS node

To compile your code in release you have to add this flag to the CMakeLists, taken from here: if(NOT CMAKE_CONFIGURATIO

2019-01-04 06:11:42 -0500 edited answer Picking Up moving object from a Belt

Since you don't have encoders and will have to rely completely on the camera to determine the future position of the obj

2019-01-04 06:11:23 -0500 answered a question Picking Up moving object from a Belt

Since you don't have encoders and will have to rely completely on the camera to determine the future position of the obj

2019-01-04 05:56:47 -0500 commented question Custom driver for robot

I see, then I am out of ideas. Try debugging the arduino while connected to a computer using the monitor ,checking that

2019-01-04 05:37:11 -0500 commented question Custom driver for robot

In your code I am missing the serial part from the PC, how are you sending those msgs to the arduino? I also see in the

2019-01-04 05:30:25 -0500 edited answer How to build release version of ROS node

To compile your code in release you have to add this flag to the CMakeLists: set(CMAKE_BUILD_TYPE Release) Finding ou

2019-01-04 05:30:09 -0500 commented answer How to build release version of ROS node

You are right! Ill edit my answer

2019-01-04 04:58:57 -0500 answered a question how to config robot_localization package?

Hi! before answering let me point you to the robot localization wiki, which is great and has a lot of information and t

2019-01-04 04:29:36 -0500 answered a question How to build release version of ROS node

To compile your code in release you have to add this flag to the CMakeLists: set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_F

2019-01-04 03:51:16 -0500 commented question Incorrect export from SolidWorks

Do you export the wheels separately? Check the urdf to see if the wheel link and joint are present and correct, compare

2019-01-04 03:19:12 -0500 commented question Drifting odom when rotating my robot

Are the "base_parameters" correctly calibrated? I found this two parameters in a launch file in the repo you posted: &l

2019-01-04 02:56:09 -0500 commented question I need a help with real robot odometry

Question, do you have a full robot or just a single DC motor?

2019-01-04 02:41:44 -0500 commented answer I need a help with real robot odometry

Great answer! I'd like to add that in case he is not interested in writing his own controllers and odometry computation

2019-01-04 02:21:11 -0500 commented question ekf_localization_node behavior when GPS goes bad

Yes, then I am afraid you have to implement an additional outlier rejection method to discard those values with high cov

2019-01-04 02:20:52 -0500 commented question ekf_localization_node behavior when GPS goes bad

Yes, then I am afraid you have to implement an additional outlier rejection method to discard those vales with high cova

2019-01-04 02:08:13 -0500 commented question Custom driver for robot

Where is the rate 1Hz, from PC to Arduino or from Arduino to steppers? Also, would you have any idea what could be givin

2019-01-04 02:07:23 -0500 marked best answer Trouble understanding ROS Control

Hi,

I am trying to enable a Mecanum Wheeled Robot in ROS Control and I am having a lot of trouble understanding what it is that I have to do.

From what I understand the data flow is as such:

image description

I'm using the Ridgeback mecanum controller and through arduino I have access to the wheels velocities. I have read the ros control documentation and seen the 2014 ROSCon video about ROS Control but I'm still missing that last piece to understand it.

Cheers!

2019-01-04 02:07:21 -0500 received badge  Self-Learner (source)
2019-01-04 02:07:21 -0500 received badge  Necromancer (source)
2019-01-04 02:00:04 -0500 answered a question Trouble understanding ROS Control

So I actually achieved understanding of this issue and my poorly formulated question, here it is: My actual question wa

2019-01-03 08:56:53 -0500 commented question rostopic echo does not show the full path

Sorry, stupid question. Could it be that your terminal has a character limit that doesn't let you scroll? Anyhow, maybe