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

turbocruiser's profile - activity

2020-09-17 14:41:26 -0500 received badge  Famous Question (source)
2019-03-11 23:21:55 -0500 marked best answer how to install 3rd party ros packages?

Hi there, I'm a beginner of ROS. Normally a ros package from official website includes explanations and instructions on installation and usage. However, when I download a 3rd party package from github (like this one: https://github.com/RobotnikAutomation... ), I clone it in \catkin_ws\src\ and catkin_make and always got cmake error telling me that .cmake file was missing. Can anyone tell me how to install it for use? Many thanks!

2018-08-24 03:07:19 -0500 received badge  Notable Question (source)
2018-08-23 22:21:29 -0500 received badge  Popular Question (source)
2018-08-23 22:21:27 -0500 edited question path planning along roadside instead of minimum lengh

path planning along roadside instead of minimum lengh Since A*/Dijkstra aim to plan a path with minimum length, can we a

2018-08-23 22:15:57 -0500 commented question path planning along roadside instead of minimum lengh

@Pete Thanks for your reply! I understand that except for euclidean dist, other cost can also be added. The problem is t

2018-08-12 22:51:13 -0500 received badge  Famous Question (source)
2018-08-12 22:48:22 -0500 asked a question path planning along roadside instead of minimum lengh

path planning along roadside instead of minimum lengh Since A*/Dijkstra aim to plan a path with minimum length, can we a

2018-07-26 04:20:24 -0500 received badge  Famous Question (source)
2018-03-21 05:28:16 -0500 received badge  Notable Question (source)
2018-01-29 12:29:18 -0500 received badge  Notable Question (source)
2018-01-29 12:29:18 -0500 received badge  Popular Question (source)
2017-09-22 01:18:01 -0500 received badge  Popular Question (source)
2017-08-12 07:01:41 -0500 commented question How to switch map when map_server is running

For different floors in a building, if the robot is meant to travel across floors through a lift.

2017-08-10 04:13:32 -0500 asked a question How to switch map when map_server is running

How to switch map when map_server is running I've read some tips on online map switching, like dynamic reconfigure and S

2017-07-20 10:05:47 -0500 received badge  Enthusiast
2017-06-28 10:05:43 -0500 asked a question how to install 3rd party ros packages?

how to install 3rd party ros packages? Hi there, I'm a beginner of ROS. Normally a ros package from official website inc