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

haysgh's profile - activity

2021-10-10 11:53:25 -0500 received badge  Student (source)
2020-08-30 14:46:51 -0500 received badge  Famous Question (source)
2020-01-30 01:24:38 -0500 received badge  Taxonomist
2019-05-20 01:06:23 -0500 marked best answer Convert gps_common/GPSFix to sensor_msgs/NavsatFix ERROR

Hi,

I am trying to convert datas wich have the type gps_common/GPSFixpublished to sensor_msgs/NavsatFix using gps_common but I get this error [ERROR] [1523278560.370485801]: Client [/fix_translator] wants topic /gps_fix to have datatype/md5sum [gps_common/GPSFix/3db3d0a7bc53054c67c528af84710b70], but our version has [gps_common/GPSFix/4018f638cb28b3222ad792aeab48f1b5]. Dropping connection. note that the datas are published by a bag file.

thanks

2018-10-08 07:37:24 -0500 received badge  Famous Question (source)
2018-07-12 16:18:01 -0500 received badge  Famous Question (source)
2018-07-12 16:18:01 -0500 received badge  Notable Question (source)
2018-05-29 23:02:32 -0500 received badge  Favorite Question (source)
2018-04-11 06:40:00 -0500 received badge  Popular Question (source)
2018-04-11 02:02:06 -0500 answered a question Convert gps_common/GPSFix to sensor_msgs/NavsatFix ERROR

Thank you stevejp for your answer. I managed to solve the problem by getting an old version of the package and add the f

2018-04-10 02:19:28 -0500 commented question Convert gps_common/GPSFix to sensor_msgs/NavsatFix ERROR

I don't have an idea about the version of gps_common used to collect the data. Assuming the two versions are different,

2018-04-09 09:54:25 -0500 edited question Convert gps_common/GPSFix to sensor_msgs/NavsatFix ERROR

Convert gps_common/GPSFix to sensor_msgs/NavsatFix ERROR Hi, I am trying to convert datas wich have the type gps_common

2018-04-09 09:52:53 -0500 asked a question Convert gps_common/GPSFix to sensor_msgs/NavsatFix ERROR

Convert gps_common/GPSFix to sensor_msgs/NavsatFix ERROR Hi, I am trying to convert datas wich have the type gps_common

2018-03-21 07:58:10 -0500 received badge  Notable Question (source)
2018-03-21 02:05:55 -0500 received badge  Supporter (source)
2018-03-21 02:05:51 -0500 marked best answer tf frames position odomotry

Hi all,

I am trying to get the position of my robot based on odometry, so I have two encoders that are connected to the front wheel. I am trying to follow this REP http://www.ros.org/reps/rep-0105.html but I could not understand is that why the odom frame is considered as a father frame in relation with the base link. If there are here people who could clarify that for me because the odometry encoder is considered as a sensor and it should be the children of the base link. To clarify more I have a world frame then a base_link then to odometry encoders.

Thank you in advance

2018-03-21 02:05:51 -0500 received badge  Scholar (source)
2018-03-21 02:04:19 -0500 received badge  Enthusiast
2018-03-20 11:50:49 -0500 commented answer tf frames position odomotry

Thank you for your answer it really clarified many things. I am willing to use the robot_localization_package in the fut

2018-03-20 11:11:40 -0500 received badge  Popular Question (source)
2018-03-20 06:00:18 -0500 asked a question tf frames position odomotry

tf frames position odomotry Hi all, I am trying to get the position of my robot based on odometry, so I have two encode

2017-09-11 22:28:13 -0500 received badge  Notable Question (source)
2017-09-11 22:28:13 -0500 received badge  Famous Question (source)
2017-06-06 18:14:47 -0500 received badge  Popular Question (source)
2017-06-06 18:14:47 -0500 received badge  Notable Question (source)
2017-02-19 14:25:19 -0500 received badge  Popular Question (source)
2017-02-16 05:59:09 -0500 commented question Problem with xsens_driver ubuntu 14.04

Hi, Did you manager to solve the problem ? If so can you post it please.

2017-02-14 17:59:45 -0500 asked a question video_stream_opencv video_file.launch [error]

Hi I want to use video_stream_opencv with my recorded video. All the launch files work perfectly except video_file.launch. This is the error that i get.

[ERROR] [1487115732.908273775]: Could not open the stream.
[videofile/videofile_stream-2] process has died [pid 2490, exit code 255, cmd /home/haythem/rosws1/devel/lib/video_stream_opencv/video_stream camera:=image_raw __name:=videofile_stream __log:=/home/haythem/.ros/log/335cab8e-f30f-11e6-b6eb-240a644df497/videofile-videofile_stream-2.log].
log file: /home/haythem/.ros/log/335cab8e-f30f-11e6-b6eb-240a644df497/videofile-videofile_stream-2*.log

PS : I use ros kinetic on a ubuntu 16.04

2016-12-13 17:13:37 -0500 asked a question how to run a pc-webcam with ROS

HI, I am new to ROS and I want to know how to publish camera images with ros to use it in ORBSLAM. I've tried "rosrun image_view image_view image:=/camera/image" but nothing is happening.