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

tonio's profile - activity

2019-05-20 02:36:23 -0500 marked best answer Communication Gazebo Ros GPS

Hi! I need help to create a topic for the communication between a gazebo plugin and a ros node. The plugin receives the GPS measures and it should publish on a ros topic the data. The problem is that I have not understood how to make the communication between the plugin and the ros topic. Have you got any idea? Thanks!

2019-05-20 02:35:30 -0500 marked best answer Map gazebo world SLAM

Hi guys! I'm in trouble with creating the map of the willowgarage (i'm using it just for practice). I think that the problem is related to record the laser scan in the bag. I'm following this procedure for the creation of the bag and of the map: 1. roslaunch gazebo_ros willowgarage_world.launch
2. insert the robot in the environment
3. rosbag record -O example /laser_scan

For the creation of the map:
1. roscore
2. rosparam set use_sim_time true
3. rosrun gmapping slam_gmapping scan:=laser_scan
4. rosbag play --clock example
5. rosrun map_server map_saver -f map_example

From executing these commands, at the end, the server is waiting for the map without reaching any result. In the gmapping process, I have warning like:
[ WARN] [1500976433.556165904, 15.058000000]: MessageFilter [target=odom ]: Dropped 100.00% of messages so far. Please turn the [ros.gmapping.message_notifier] rosconsole logger to DEBUG for more information.

[ WARN] [1500976494.043539452, 0.045000000]: Detected jump back in time. Clearing TF buffer.

What is the error in the procedure that I'm following? Thanks!

2018-12-03 18:56:24 -0500 received badge  Famous Question (source)
2018-08-02 07:56:01 -0500 received badge  Famous Question (source)
2018-04-24 02:39:06 -0500 received badge  Notable Question (source)
2018-03-13 14:38:22 -0500 received badge  Notable Question (source)
2018-01-16 15:47:34 -0500 received badge  Famous Question (source)
2017-10-13 04:48:20 -0500 received badge  Notable Question (source)
2017-07-31 07:07:37 -0500 received badge  Famous Question (source)
2017-07-26 04:48:12 -0500 received badge  Popular Question (source)
2017-07-26 03:11:17 -0500 commented answer Map gazebo world SLAM

I tried to build the map in real time without the bag through rviz but when I add the LaserScan topic, it says me that t

2017-07-25 05:28:13 -0500 asked a question Map gazebo world SLAM

Map gazebo world SLAM Hi guys! I'm in trouble with creating the map of the willowgarage (i'm using it just for practice)

2017-07-25 02:50:06 -0500 received badge  Popular Question (source)
2017-07-23 03:54:08 -0500 asked a question Communication Gazebo Ros GPS

Communication Gazebo Ros GPS Hi! I need help to create a topic for the communication between a gazebo plugin and a ros n

2017-05-30 12:04:20 -0500 received badge  Notable Question (source)
2017-05-26 03:41:52 -0500 received badge  Enthusiast
2017-05-25 04:30:34 -0500 commented answer Quaternion rotation

If I set an orientation goal (a geometry_msgs::Pose) equal to (0,0,1,1), it should rotate of 180° but the warning shows

2017-05-25 02:03:24 -0500 received badge  Popular Question (source)
2017-05-24 11:04:13 -0500 commented answer Quaternion rotation

I obtain this warning: MSG to TF: Quaternion Not Properly Normalized, what's that? By the way, surfing the web, I found

2017-05-24 10:24:42 -0500 asked a question Quaternion rotation

Quaternion rotation Hi guys, i'm having some problems with the rotation through quaternions. I have two quaternions comi

2017-05-10 01:19:19 -0500 received badge  Popular Question (source)
2017-05-09 11:14:00 -0500 commented answer Assign value to axes Joy message

Sorry, I didn't know! :) By the way, thanks for the answer, it's helped!

2017-05-09 11:13:58 -0500 marked best answer Assign value to axes Joy message

Hi guys, my problem is that I got a segmentation fault when I assign a value to the axes of a joy message.

Here I post my code:

sensor_msgs::Joy out;
double linear_, angular_;

out.axes[1] = linear_;
out.axes[3] = angular_;
2017-05-09 11:13:58 -0500 received badge  Scholar (source)
2017-05-09 11:13:54 -0500 received badge  Supporter (source)
2017-05-09 06:33:25 -0500 asked a question Assign value to axes Joy message

Assign value to axes Joy message Hi guys, my problem is that I got a segmentation fault when I assign a value to the ax

2017-05-06 11:31:12 -0500 asked a question Turtlebot_gazebo blocked

Turtlebot_gazebo blocked Hi guys, when i launch: roslaunch turtlebot_gazebo turtlebot_world.launch Gazebo starts its ex