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

aaser's profile - activity

2021-02-15 18:03:26 -0500 received badge  Taxonomist
2018-11-11 21:19:14 -0500 received badge  Famous Question (source)
2017-07-09 15:52:35 -0500 received badge  Famous Question (source)
2016-12-02 17:02:54 -0500 received badge  Notable Question (source)
2016-08-06 02:56:48 -0500 received badge  Enthusiast
2016-08-03 14:10:54 -0500 received badge  Popular Question (source)
2016-08-03 04:46:49 -0500 asked a question Sending goals outside global costmap

Hi, we're currently setting up a robot using stereo navigation using rtabmap_ros and a zed. We're using the pointcloud to generate costmaps, and we can send goals via 2D Nav Goal using rviz which gives us a plan and allows move_base to send a /cmd_vel message.

We've got a few problems though, first of all we want to be able to send goals outside of the global cost map by having the user clicking a regular map (that is, the user has a map, but the robot simply receives a goal outside of its costmap). Obviously this makes it impossible for the planner to make a plan, but we want to explore the perimeter of the global cost map in order to reach the goal. How can this be done?

2015-10-07 05:51:18 -0500 received badge  Scholar (source)
2015-10-04 07:04:41 -0500 received badge  Notable Question (source)
2015-10-03 14:23:54 -0500 commented answer polling an event stream

Thanks, appreciate it, and it seems like it's just what I was looking for too. I am aware of the joy package, but I wanted to use a controller as a learning tool since I get so much feedback from the system, rather than trying to divine why my arduino isnt blinking like it should. Thanks a lot!

2015-10-03 14:23:37 -0500 answered a question polling an event stream

Thanks, appreciate it, and it seems like it's just what I was looking for too. I am aware of the joy package, but I wanted to use a controller as a learning tool since I get so much feedback from the system, rather than trying to divine why my arduino isnt blinking like it should. Thanks for the help!

2015-10-03 14:20:45 -0500 received badge  Supporter (source)
2015-10-03 09:37:15 -0500 received badge  Popular Question (source)
2015-10-02 11:59:54 -0500 asked a question polling an event stream

Hi, I'm very new to ROS, and I'm having some issues understanding what the correct way to poll an event stream is. Currently I am reading events from an xbox controller, and I want to present a snapshot of the current controller state say 60 times per second. The code I've come up with is http://pastebin.com/N8GvK2eM , (and less important, http://pastebin.com/u0J179e2 ).

This seems to be the wrong way to go about things, as I can't seem to find a way to actually make it run as an ROS node. What is the correct way to design this? Am I thinking about it wrong, or is there a simple yet obvious flaw? Running ROS indigo on linux mint.

2015-10-02 11:59:53 -0500 asked a question polling an event stream

Hi, I'm very new to ROS, and I'm having some issues understanding what the correct way to poll an event stream is. Currently I am reading events from an xbox controller, and I want to present a snapshot of the current controller state say 60 times per second. The code I've come up with is http://pastebin.com/N8GvK2eM , (and less important, http://pastebin.com/u0J179e2 ).

This seems to be the wrong way to go about things, as I can't seem to find a way to actually make it run as an ROS node. What is the correct way to design this? Am I thinking about it wrong, or is there a simple yet obvious flaw?