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

shane's profile - activity

2012-11-21 23:12:44 -0500 received badge  Famous Question (source)
2012-10-25 10:18:47 -0500 received badge  Famous Question (source)
2012-10-05 05:15:52 -0500 received badge  Notable Question (source)
2012-09-25 08:18:14 -0500 received badge  Famous Question (source)
2012-09-25 08:13:12 -0500 received badge  Famous Question (source)
2012-08-29 00:53:45 -0500 received badge  Notable Question (source)
2012-08-28 23:38:28 -0500 received badge  Popular Question (source)
2012-08-28 23:35:08 -0500 commented question msg file needed?

i want to send a 1-dim double array with the size of 4

2012-08-28 23:22:05 -0500 commented question msg file needed?

hm, i see. and what do i write into my own defined message? double arrayname[4]?

2012-08-28 23:03:09 -0500 received badge  Popular Question (source)
2012-08-28 23:00:38 -0500 commented question msg file needed?

and what if i want to publish an 1 dimensional array? do i just need to include "std_msgs/Float64MultiArray.h" or do i need something else?

2012-08-28 21:45:56 -0500 asked a question msg file needed?

hello reader,

do i need a msg-file when i want to write a publisher and a subscriber? and if yes, how do i have to integrate the file into the publisher-code and the subscriber-code?

thx in advance

2012-08-27 03:21:52 -0500 asked a question publish array

hi at all,

easy question (or at least i hope so): how can I write a publisher which publishes an float64array? the problem is, i'm quite new to c++ so i don't understand all of the lines in the tutorial, where a string is published.

thx in advance

2012-08-24 22:25:41 -0500 received badge  Famous Question (source)
2012-08-23 00:11:29 -0500 asked a question rviz doesn't update map

hello,

i want to use slam_gmapping for the robot. controlling it with the keyboard works great but when i try to tell him a 2dnav goal, the robot just twists a little and then stops. also the map isn't updating to the data the sensor sends. what can be the reason? i've followed http://www.ros.org/wiki/navigation/Tutorials/RobotSetup/. and also a strange thing is, that it tells me he "can't find a map, trying again" and that the move_base.launch file subscribes to the topic laser_scan_sensor although i've written: laser_scan_sensor: {sensor_frame: laserfront_link, data_type: LaserScan, topic: scan, marking: true, clearing: true} into the move_base.launch file.

2012-08-22 11:10:06 -0500 received badge  Notable Question (source)
2012-08-19 19:35:08 -0500 received badge  Popular Question (source)
2012-08-17 05:13:05 -0500 received badge  Notable Question (source)
2012-08-17 01:07:30 -0500 received badge  Popular Question (source)
2012-08-16 23:00:06 -0500 asked a question move robot in rviz and gazebo

hello,

i want to tell a roboter where to move to in rviz (with the 2D Nav Goal) and simulate that in gazebo. does that work? and if yes, how?

thanks in advance

ps.: sry for the noobie-question, but i really don't what to do.

2012-08-16 21:22:04 -0500 asked a question create .launch

hi,

how can i create a .launch file? is there anywhere a useful tutorial or something?

thx in advance

2012-08-16 20:05:40 -0500 received badge  Notable Question (source)
2012-08-16 19:42:45 -0500 commented question synch between gazebo and rviz

i have a sick_s300 sensor on my simulated robot but it still doesn't work. and is it normal that the laser scan moves in the rviz?

2012-08-16 04:26:55 -0500 received badge  Popular Question (source)
2012-08-16 04:18:00 -0500 received badge  Supporter (source)
2012-08-16 03:45:20 -0500 commented question synch between gazebo and rviz

oh, that sounds logical. and how can i make the robot perceive the gazebo-world?

2012-08-16 02:59:44 -0500 received badge  Editor (source)
2012-08-16 02:43:24 -0500 asked a question synch between gazebo and rviz

hi,

i have a question about the synchronisation between gazebo and rviz: i have set up a world in gazebo with lots of obstacles but my rviz doesn't "see" any of them. i really don't know how to fix this.

thx