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

LucasGoei's profile - activity

2021-08-09 17:24:37 -0500 received badge  Notable Question (source)
2021-01-09 11:00:26 -0500 received badge  Good Answer (source)
2020-10-11 19:33:40 -0500 answered a question How to adjust lidar or motor position?

I always set it in my launch file using static_transfor_publisher. But I guess you can also put it in yaml file as well.

2020-09-28 07:07:14 -0500 answered a question catkin_make is rebuilding, but variable outputs are not updating.

same thing happen to me today. All I did was delete devel and build folder. Then rebuild ./src. This works for me

2020-06-30 03:15:42 -0500 received badge  Famous Question (source)
2020-06-11 00:45:06 -0500 received badge  Nice Answer (source)
2020-04-30 12:26:14 -0500 received badge  Teacher (source)
2020-03-20 20:12:33 -0500 answered a question Win10/WSL: error displaying RVIZ---any ideas on what the issue would be?

If you are using VcXsrv on Win10 side. I found adding -nowgl VcXsrv parameters helps to get around some video card drive

2020-02-09 18:25:31 -0500 answered a question How to fine tune hector mapping

This is an old post but for anyone may looking for it: Tuning Hector is related to the movement of the LiDAR sensor, th

2019-12-20 12:48:39 -0500 received badge  Famous Question (source)
2019-10-31 00:21:22 -0500 received badge  Notable Question (source)
2019-09-03 17:36:18 -0500 received badge  Notable Question (source)
2019-08-20 03:04:36 -0500 commented answer How can I update/remove cmake without partially deleting my ROS distribution?

I tried this today. I was trying to update my cmake from 2.8.2 to 3.1.5. For me, cmake --version now gives me 3.1.5. But

2019-07-29 07:51:15 -0500 received badge  Popular Question (source)
2019-07-27 21:58:59 -0500 asked a question What exactly is the tf for /fix topic in the tutorial of Hector SLAM

What exactly is the tf for /fix topic in the tutorial of Hector SLAM Thanks for spending your time reading this. I rece

2019-06-26 22:00:47 -0500 marked best answer Time Sync between rosserial on Windows & RosMaster on linux

The problem is: how can I sync time between rosserial node on Windows xp and RosMaster on Linux.

A robot controlled by WinXP is communicating to ROSMaster on a ubuntu14.04. Everything was ok until I relized that there is always a 30+- seconds delay between the ros::time::now() output on two different machines. Based on the posts I have read before, ros nodes use local time to do ros::time::now(). I know I can estimate and offset this delay on master side. But I want to take the transmission delay into account.

So...Thanks for reading this. And is there an easy way to sync the timestamp from both message senders?

2019-06-26 22:00:47 -0500 received badge  Scholar (source)
2019-06-26 21:55:37 -0500 commented answer Time Sync between rosserial on Windows & RosMaster on linux

Sorry, gvdhoom. I should be more clear. Thanks for your answer and that totally answered my question. And I did had an i

2019-06-26 21:49:17 -0500 received badge  Popular Question (source)
2019-06-18 04:58:17 -0500 received badge  Popular Question (source)
2019-06-06 03:16:48 -0500 commented answer Time Sync between rosserial on Windows & RosMaster on linux

Thanks gvdhorrn. I guess this somehow meets my assumption. I will find an NTP server and sync them.

2019-06-06 03:15:16 -0500 commented question Time Sync between rosserial on Windows & RosMaster on linux

Lol yes, WindowsXP, those industrial arm loves old sys and RAMs that less than 512MB. They get a little panic when facin

2019-06-05 23:52:15 -0500 asked a question Time Sync between rosserial on Windows & RosMaster on linux

Time Sync between rosserial on Windows & RosMaster on linux The problem is: how can I sync time between rosserial n

2019-05-22 20:43:04 -0500 received badge  Enthusiast
2019-05-09 05:50:55 -0500 asked a question Rotate Occupancy Grid Maps

Rotate Occupancy Grid Maps Hi, everyone Thanks for spending time reading this. I want to rotate a grid map and then over