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

SleepyTurtle's profile - activity

2020-04-20 09:22:06 -0500 received badge  Famous Question (source)
2020-03-30 02:35:12 -0500 received badge  Famous Question (source)
2020-03-29 13:29:38 -0500 received badge  Famous Question (source)
2020-01-29 02:38:48 -0500 received badge  Famous Question (source)
2019-08-23 18:17:18 -0500 received badge  Notable Question (source)
2019-05-24 00:50:51 -0500 received badge  Citizen Patrol (source)
2019-05-21 00:59:20 -0500 commented question Is there a way to fix rviz lag?

What computer are you running rviz on?

2019-05-17 00:36:15 -0500 commented answer Can you use SLAM Gmapping in conjunction with AMCL Node?

I'm sorry, I don't quite understand what you mean, Are you asking how to improve localization during SLAM or how to do l

2019-05-16 10:16:15 -0500 received badge  Teacher (source)
2019-05-16 00:57:01 -0500 answered a question Can you use SLAM Gmapping in conjunction with AMCL Node?

AMCL needs a map in order to localize the robot. A common tactic is using gmapping to create this map, save it using map

2019-05-08 19:33:27 -0500 received badge  Notable Question (source)
2019-05-08 00:57:12 -0500 commented question Odometry data delay

@Lucas Marins It's a custom robot. I'm using this controller for the motors https://www.roboteq.com/index.php/roboteq-pr

2019-05-08 00:56:43 -0500 commented question Odometry data delay

@Lucas Marins It's a custom robot. I'm using this controller for the motors https://www.roboteq.com/index.php/roboteq-pr

2019-05-08 00:56:28 -0500 commented question Odometry data delay

@lucas-marins It's a custom robot. I'm using this controller for the motors https://www.roboteq.com/index.php/roboteq-pr

2019-05-07 12:55:45 -0500 received badge  Popular Question (source)
2019-05-07 04:34:48 -0500 edited question Odometry data delay

Odometry data delay I'm trying to implement the navigation stack but am having trouble with my odometry data. It seems t

2019-05-07 04:34:26 -0500 asked a question Odometry data delay

Odometry data delay I'm trying to implement the navigation stack but am having trouble with my odometry data. It seems t

2019-04-08 10:25:03 -0500 received badge  Notable Question (source)
2019-03-05 01:14:24 -0500 commented question rviz - only base_link works

I've copied your setup and it works fine for me. Maybe you're not setting up rviz correctly? What do you mean by "only s

2019-02-27 05:08:33 -0500 received badge  Popular Question (source)
2019-02-27 02:33:32 -0500 commented answer Grid layer in costmap2d tutorials, out of map bounds, matchSize().

My /map -> /base_link transform is provided by AMCL. Changing the origin didn't fix the issue. I tried out your test

2019-02-22 04:50:15 -0500 commented question SLAM for AUVs in underwater simulator

The university of Girona has the Sparus II which seems to use underwater SLAM with UWSim and ROS: https://cirs.udg.edu/a

2019-02-22 04:33:47 -0500 commented question SLAM for AUVs in underwater simulator

The university of Girona has the Sparus II which seems to use underwater SLAM with UWSim and ROS: https://cirs.udg.edu/a

2019-02-22 04:33:11 -0500 commented question SLAM for AUVs in underwater simulator

The university of Girona has the Sparus II which seems to use underwater SLAM with UWSim and ROS: https://cirs.udg.edu/a

2019-02-22 04:32:52 -0500 commented question SLAM for AUVs in underwater simulator

The university of Girona has the Sparus II which seems to use underwater SLAM with UWSim and ROS: https://cirs.udg.edu/a

2019-02-22 04:32:52 -0500 received badge  Commentator
2019-02-22 04:26:53 -0500 commented question Need help understanding how to compile a certain package.

I suggest you start with the ROS tutorials: http://wiki.ros.org/ROS/Tutorials to get the hang of how the workspace works

2019-02-22 04:26:30 -0500 commented question Need help understanding how to compile a certain package.

I suggest you start with the ROS tutorials: http://wiki.ros.org/ROS/Tutorials

2019-02-22 04:25:41 -0500 commented question Need help understanding how to compile a certain package.

Have you been able to follow the steps in the readme up until the compile step? Do you have a catkin workspace? If so,

2019-02-22 04:14:34 -0500 edited question Grid layer in costmap2d tutorials, out of map bounds, matchSize().

Problems with grid layer in costmap2d tutorials, costmap2d layers After closely following the Costmap2D tutorial on crea

2019-02-22 04:14:34 -0500 received badge  Editor (source)
2019-02-22 04:13:15 -0500 asked a question Grid layer in costmap2d tutorials, out of map bounds, matchSize().

Problems with grid layer in costmap2d tutorials, costmap2d layers After closely following the Costmap2D tutorial on crea

2019-02-15 03:34:35 -0500 commented question ImportError: No module named xxxxxxx.msg

With regards to the import error, you'll have to post the code you're tying to run.

2019-02-15 03:33:43 -0500 commented question ImportError: No module named xxxxxxx.msg

Having to source the workspace is not a bug, it's intended behaviour. Say you have multiple workspaces, you only want to

2019-02-13 03:28:34 -0500 received badge  Enthusiast
2019-02-11 01:13:19 -0500 commented question URDF model not visible in RViz

Just in case, do you have a RobotModel display active in RViz?

2019-02-11 01:12:24 -0500 commented question URDF model not visible in RViz

Just in case, do you have a RobotModel view display active in RViz?

2019-02-11 00:42:59 -0500 marked best answer Layered costmap performance

After switching to the plugin implementation of costmap_2d in order to be able to work with layers, the layers load extremely slowly and in chunks, it's a bit difficult to explain, so I've included pictures:

Using pre-hydro configuration:

image description

Using plugins:

image description

It's a problem since it also affects the planners.

Here are my config files:

costmap_common_params.yaml:

  obstacle_range: 3.5
  raytrace_range: 4.0
  robot_radius: 0.4
  inflation_radius: 0.7

  obstacle_layer:
    observation_sources: laser_scan_sensor
    laser_scan_sensor: {sensor_frame: /sensor_link, data_type: LaserScan, topic: /navbot/scan_data, marking: true, clearing: true}

global_costmap_params:

global_costmap:
  global_frame: /map
  robot_base_frame: /platform
  update_frequency: 5.0
  static_map: true
  plugins:
    - {name: inflation_layer,   type: "costmap_2d::InflationLayer", output: "screen"}
    - {name: static_map,        type: "costmap_2d::StaticLayer"}
    - {name: obstacle_layer,    type: "costmap_2d::ObstacleLayer", output: "screen"}

local_costmap_params.yaml:

local_costmap:
  global_frame: /map
  robot_base_frame: /platform
  update_frequency: 8.0
  publish_frequency: 4.0
  rolling_window: true
  static_map: false
  width: 6.0
  height: 6.0
  resolution: 0.05
  plugins:
    - {name: inflation_layer,        type: "costmap_2d::InflationLayer", output: "screen"}
    - {name: obstacle_layer,         type: "costmap_2d::ObstacleLayer", output: "screen"}

Thank you.

2019-02-11 00:42:57 -0500 commented answer Layered costmap performance

Thank you, I'll try it out on Monday and update the question. EDIT: That solved the problem, thank you again.

2019-02-11 00:42:50 -0500 commented answer Layered costmap performance

Thank you, I'll try it out on Monday and update the question. EDIT: That solved the problem, thank you again.

2019-02-09 22:32:48 -0500 received badge  Notable Question (source)
2019-02-09 07:18:38 -0500 edited question Layered costmap performance

Layered costmap performance After switching to the plugin implementation of costmap_2d in order to be able to work with

2019-02-09 07:17:46 -0500 commented answer Layered costmap performance

Thank you, I'll try it out on Monday and update the question.

2019-02-08 13:17:28 -0500 received badge  Popular Question (source)
2019-02-08 07:28:15 -0500 received badge  Organizer (source)
2019-02-08 06:45:14 -0500 asked a question Layered costmap performance

Layered costmap performance After switching to the plugin implementation of costmap_2d in order to be able to work with