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

creazy's profile - activity

2023-05-23 11:54:10 -0500 received badge  Famous Question (source)
2023-05-23 11:54:10 -0500 received badge  Notable Question (source)
2021-11-11 04:36:57 -0500 received badge  Famous Question (source)
2021-09-11 19:33:00 -0500 received badge  Popular Question (source)
2021-07-14 21:43:12 -0500 received badge  Notable Question (source)
2021-07-13 17:16:20 -0500 asked a question Run fake_localization for PR2

Run fake_localization for PR2 Hello, I'm trying to use fake_localization for my PR2 robot to get its world position. I

2021-07-13 17:15:36 -0500 asked a question How to use fake localization with PR2

How to use fake localization with PR2 Hello, I'm trying to use fake_localization for my PR2 robot to get its world posi

2021-04-26 02:47:42 -0500 received badge  Famous Question (source)
2021-04-26 02:47:42 -0500 received badge  Notable Question (source)
2021-04-26 02:47:42 -0500 received badge  Popular Question (source)
2021-04-06 01:14:32 -0500 received badge  Famous Question (source)
2021-01-19 09:35:28 -0500 received badge  Popular Question (source)
2021-01-19 02:26:06 -0500 edited question How to combine many roslaunch commands?

How to combine many roslaunch commands? Hello, I'm new to ROS and to run the code I wrote so far I have to run a lot of

2021-01-19 02:26:06 -0500 received badge  Editor (source)
2021-01-19 02:25:11 -0500 asked a question How to combine many roslaunch commands?

How to combine many roslaunch commands? Hello, I'm new to ROS and to run the code I wrote so far I have to run a lot of

2021-01-19 02:23:37 -0500 asked a question Combine roslaunch commands into one launchfile

Combine roslaunch commands into one launchfile Hello, I'm new to ROS and to run the code I wrote so far I have to run a

2020-11-15 13:26:09 -0500 received badge  Famous Question (source)
2020-10-15 15:32:50 -0500 received badge  Notable Question (source)
2020-10-07 11:31:12 -0500 received badge  Famous Question (source)
2020-09-04 05:57:49 -0500 received badge  Popular Question (source)
2020-09-02 09:29:10 -0500 asked a question How to use fake_localization for tf node

How to use fake_localization for tf node Hello, I need to move my PR2-robot to a random target point. I tried using tf

2020-07-20 11:25:56 -0500 asked a question PR2 Tutorial Moving arm with joint trajectories not working

PR2 Tutorial Moving arm with joint trajectories not working Hello, I tried running the tutorial "pr2_controllers/Tutori

2020-07-20 02:01:19 -0500 commented question Error: Current working directory is not on ROS_PACKAGE_PATH

That's what I already tried but it's still getting the same error.

2020-07-20 02:00:31 -0500 received badge  Popular Question (source)
2020-07-19 09:34:05 -0500 asked a question Error: Current working directory is not on ROS_PACKAGE_PATH

Error: Current working directory is not on ROS_PACKAGE_PATH Hello, I'm trying to follow this tutorial: http://wiki.ros.

2020-07-11 03:23:37 -0500 received badge  Enthusiast
2020-07-09 18:03:31 -0500 edited question Change markers in downloaded package

Change markers in downloaded package Hello :) I downloaded a github-package because I'll have to work with it from now

2020-07-09 17:46:26 -0500 marked best answer ROS package not found after catkin_make

Hello :)

I'm quite new to ROS and tried to install a package (laser_line_extraction) from github. I completely followed this instruction https://wiki.nps.edu/display/RC/Setti... step-by-step. But after creating the package with catkin it's there as a directory but can't be found with "rospack find ...".

[rospack] Error: package 'laser_line_extraction' not found

Online I found something about "sourcing the launchfile" but no explanation on what this means or how to do it.

Can anyone help?

2020-07-09 17:46:26 -0500 received badge  Scholar (source)
2020-07-09 17:21:48 -0500 asked a question Change markers in downloaded package

Change markers in downloaded package Hello :) I downloaded a github-package (https://github.com/kam3k/laser_line_extrac

2020-07-09 17:14:42 -0500 received badge  Notable Question (source)
2020-06-21 17:42:46 -0500 received badge  Notable Question (source)
2020-06-21 13:27:41 -0500 commented answer How to use package (downloaded from git)

That's a great hint, thanks! I set scan_topic now to 'value="/base_scan"' since I choose base_scan as the laser's topic

2020-06-21 04:08:44 -0500 answered a question How to use package (downloaded from git)

I can see the laser_lines in rviz like usual but the package https://github.com/kam3k/laser_line_extraction just doesn't

2020-06-21 04:08:44 -0500 received badge  Rapid Responder
2020-06-21 04:06:43 -0500 received badge  Popular Question (source)
2020-06-21 03:35:29 -0500 commented question How to use package (downloaded from git)

No, there's no error message. It's just nothing happening when executing "roslaunch laser_line_extraction example.launch

2020-06-20 06:49:46 -0500 asked a question How to use package (downloaded from git)

How to use package (downloaded from git) Hello :) I'm new to ROS and RVIZ and got the task to get a line extraction fro

2020-06-16 03:19:45 -0500 received badge  Popular Question (source)
2020-06-15 15:14:31 -0500 commented answer ROS package not found after catkin_make

Thanks, it's working now! :)

2020-06-15 15:14:14 -0500 answered a question ROS package not found after catkin_make

Thanks, I found it now and it's working! :)

2020-06-15 15:14:14 -0500 received badge  Rapid Responder (source)
2020-06-15 15:13:37 -0500 received badge  Supporter (source)
2020-06-14 06:00:24 -0500 asked a question ROS package not found after catkin_make

ROS package not found after catkin_make Hello :) I'm quite new to ROS and tried to install a package (laser_line_extrac

2020-06-14 06:00:24 -0500 asked a question ROS package not found after catkin

ROS package not found after catkin Hello, I'm quite new to ROS and tried to install a package (laser_line_extraction)

2020-06-14 06:00:24 -0500 asked a question ROS package not found after catkin

ROS package not found after catkin Hello, I'm quite new to ROS and tried to install a package (laser_line_extraction)