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

georgeknowlden's profile - activity

2020-04-11 09:17:57 -0500 received badge  Famous Question (source)
2019-11-10 00:14:42 -0500 received badge  Enthusiast
2019-11-09 00:57:32 -0500 received badge  Teacher (source)
2019-11-07 20:48:32 -0500 answered a question Autonomous Navigation Algorithm for Robot without know the map

I'm still learning, but you need to use come kind of SLAM (simultaneous localisation and mapping) approach if you want t

2019-11-07 06:30:24 -0500 received badge  Notable Question (source)
2019-11-06 23:25:33 -0500 edited answer ROS newby - suitability of old Thinkpad X240?

I am writing this on an X230 with Ubuntu 18.04, and it's great! It handles everything really well, ROS has been written

2019-11-06 23:24:28 -0500 answered a question ROS newby - suitability of old Thinkpad X240?

I am writing this on an X230 with Ubuntu 18.04, and it's great! It handles everything really well, ROS has been written

2019-11-06 23:24:28 -0500 received badge  Rapid Responder (source)
2019-09-09 13:34:01 -0500 received badge  Popular Question (source)
2019-09-09 09:39:45 -0500 commented answer Expected behaviour when cmd_vel == 0

Thank you for such a detailed response. This is exactly the information I was looking for, and it makes perfect sense.

2019-09-09 09:38:35 -0500 marked best answer Expected behaviour when cmd_vel == 0

I've just finished writing a hardware interface for my custom robot. It finally performs as hoped, but I'm not sure what cmd_vel == 0 m/s should actually cause. Does it mean:

  1. Stop powering the robot's wheels, allowing it to coast downhill (i.e. robot is not powered)
  2. Hold the robot still, as if it were being actively braked (i.e. robot velocity = 0 m/s)

Maybe it's just personal preference, but I am very interested in hearing what the ROS official convention is.

2019-09-09 09:38:35 -0500 received badge  Scholar (source)
2019-09-09 08:47:00 -0500 received badge  Supporter (source)
2019-09-09 08:46:59 -0500 commented answer How can I convert PWM values to velocity?

After encoders are added, you will also end up needing PID controllers to correctly transform effort into velocity.

2019-09-09 08:43:49 -0500 asked a question Expected behaviour when cmd_vel == 0

Expected behaviour when cmd_vel == 0 I've just finished writing a hardware interface for my custom robot. It finally per