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

Creesy's profile - activity

2020-03-18 10:24:57 -0500 received badge  Famous Question (source)
2019-06-25 16:06:00 -0500 received badge  Notable Question (source)
2018-11-10 00:34:20 -0500 received badge  Popular Question (source)
2018-11-10 00:34:20 -0500 received badge  Notable Question (source)
2018-11-10 00:34:20 -0500 received badge  Famous Question (source)
2018-08-22 07:21:54 -0500 commented answer Extract specific Data from topic

ok yes was stuck in my brain there.

2018-08-22 07:20:43 -0500 marked best answer Extract specific Data from topic

Hello there,

I have a node in ros publshing data of type Measurement2 which is used for RN Sensors. The problem wit the Datatype is that it publishes several different Values like you can see here:

header: 
  seq: 36
 stamp: 
    secs: 1531906243
    nsecs:  20823955
  frame_id: "wifi_adapter"
device_name: "simulated"
device_designation: "wifi_adapter"
classification: "W"
values: 
  - 
    sensor: "Elrob-RN-1"
    source: "wifi signal strength"
    type: "wifi signal strength"
    value: [-30.0]
    unit: "dBm"
    min: 0.0
    avg: 0.0
    max: 0.0
    alert_level: 0
    alert_explanation: ''
    substance: []
    info: "Freq. 2.457 GHz mode: Master address: 08:EA:44:7A:FA:55 quality: 70/70 signal: -30.0"

I want to filter out the value of the signal and frequency from the broadcasted topic and then show it in rviz at the current position of my robot but I havent found a way yet how to extract the data and modify it so I can show it colorcoded on the created map in rviz

edit: thanks for editing the post to look better I somehow didnt get it to look straight

EDIT1:

My setup is a roboter with Laserscanners and RGBD Cameras to create a 2D and 3D map of its surroundings. Now I have to make something like a heatmap to show where strong signals occur on this generated maps. For this I need to extract specific Data from the topicoutput shown above. Especially i need the signalstrength and frequency data from the whole dataset.

2018-08-22 06:57:53 -0500 received badge  Popular Question (source)
2018-08-22 06:50:56 -0500 commented answer Extract specific Data from topic

from the ros tutorial the basics

2018-08-22 06:47:11 -0500 commented answer Extract specific Data from topic

As I understand it @matlabbe has just a topic with a single output there which just broadcasts the current strength of t

2018-08-22 05:36:53 -0500 edited question Extract specific Data from topic

Extract specific Data from topic Hello there, I have a node in ros publshing data of type Measurement2 which is used fo

2018-08-22 05:33:55 -0500 commented question Extract specific Data from topic

Yes kinda, the wifi signal strength should simulate radioactive fallout and I need the values of the signalstrength and

2018-08-22 05:05:28 -0500 edited question Extract specific Data from topic

Extract specific Data from topic Hello there, I have a node in ros publshing data of type Measurement2 which is used fo

2018-08-22 05:01:21 -0500 asked a question Extract specific Data from topic

Extract specific Data from topic Hello there, I have a node in ros publshing data of type Measurement2 which is used fo

2018-05-22 03:51:08 -0500 received badge  Supporter (source)
2018-05-22 03:47:48 -0500 commented answer Unknown CMake command "catkin_run_tests_target"

Ahh thanks for that. im working with rtabmap but i will try the suggested slam packages. thanks.

2018-05-22 03:47:48 -0500 received badge  Commentator
2018-05-21 14:58:09 -0500 commented answer Unknown CMake command "catkin_run_tests_target"

the part with building all the files seems to have worked now. currently my biggest problem is: how do i get the camera

2018-05-15 03:09:28 -0500 marked best answer Unknown CMake command "catkin_run_tests_target"

Hello, i am currently working to get packages working and activating the workspace in catkin

When i start a new Terminal i get this:

bash: ~catkin_ws/devel/setup.bash: Datei oder Verzeichnis nicht gefunden

in english that would be no files or directory found

Using the command "catkin_init_workspace" gives me the response:

File "/home/creesy/catkin_ws/src/CMakeLists.txt" already exists

when I got for cd .. to get to the upper directory and use "catkin_make" I get the following error:

CMake Error at /opt/ros/kinetic/share/roslint/cmake/roslint-extras.cmake:67 (catkin_run_tests_target):

Unknown CMake command "catkin_run_tests_target".

Call Stack (most recent call first):
  operator_ws/src/taurobtrackerapi/taurob_teleop_twist_joy/CMakeLists.txt:35 (roslint_add_test)


-- Configuring incomplete, errors occurred!
See also "/home/creesy/catkin_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/creesy/catkin_ws/build/CMakeFiles/CMakeError.log".
Makefile:1356: die Regel für Ziel „cmake_check_build_system“ scheiterte
make: *** [cmake_check_build_system] Fehler 1
Invoking "make cmake_check_build_system" failed

Edit1:

My developement environment paths looks like following

~/catkin_ws/src/operator_ws and ~/catkin_ws/src/realsense-2.0.3

I also have I think the normal installfiles of ROS under /opt/ros/kinetic/..

I think that means i have 2 different workspaces in catkin named operator_ws and realsense-2.0.3

Edit2:

After experimenting now further and getting the operator_ws folder out of catkin workspace i can at least build the realsense folder. That could mean that in the first folder there are undefined dependencies or errors. I cant really understand that since it works for collegues of me

Edit3:

I just figured why it works for my collegues. they are not using the realsense camera and only the operator_ws which means they don have the problems with nested things. does that mean i have to get both the operator_wsfolder and the realsense folder in one upper folder for a single workspace?

Edit4:

I am trying to build only the operator_ws workspace and leaving out the realsense camera related packages getting the error i have problems with all together.

-- +++ processing catkin package: 'rosserial_server'
-- ==> add_subdirectory(operator_ws/src/rosserial/rosserial_server)
-- Boost version: 1.58.0
-- Found the following Boost libraries:
--   system
--   thread
--   chrono
--   date_time
--   atomic
-- +++ processing catkin package: 'taurob_teleop_twist_joy'
-- ==> add_subdirectory(operator_ws/src/taurobtrackerapi/taurob_teleop_twist_joy)
CMake Error at /opt/ros/kinetic/share/roslint/cmake/roslint-extras.cmake:67
(catkin_run_tests_target):
  Unknown CMake command "catkin_run_tests_target".
Call Stack (most recent call first):
  operator_ws/src/taurobtrackerapi/taurob_teleop_twist_joy/CMakeLists.txt:35
(roslint_add_test)


-- Configuring incomplete, errors occurred!
See also "/home/creesy/catkin_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/creesy/catkin_ws/build/CMakeFiles/CMakeError.log".
Invoking "cmake" failed

I have the feeling that there must be a fault in the files themself which cancels the invoking of cmake could that be right or is it still about the nesting issue? It just looks for me like there are problems with taurobtrackerapi and if that is the case i have to ask my collegues what they have done different

Edit5:

Here is a picture of the workspace operator_ws collegues said i just have to download it and it works. Maybe that isnt the whole ... (more)

2018-05-15 03:09:28 -0500 received badge  Scholar (source)
2018-05-15 01:18:20 -0500 received badge  Famous Question (source)
2018-05-14 17:51:19 -0500 edited question Unknown CMake command "catkin_run_tests_target"

Unknown CMake command "catkin_run_tests_target" Hello, i am currently working to get packages working and activating the

2018-05-14 16:26:21 -0500 commented answer Unknown CMake command "catkin_run_tests_target"

ok thank you very much. I will try the first solution for the beginning, but since there will be other packages from my

2018-05-14 13:59:53 -0500 edited question Unknown CMake command "catkin_run_tests_target"

Unknown CMake command "catkin_run_tests_target" Hello, i am currently working to get packages working and activating the

2018-05-14 13:56:30 -0500 edited question Unknown CMake command "catkin_run_tests_target"

Unknown CMake command "catkin_run_tests_target" Hello, i am currently working to get packages working and activating the

2018-05-14 13:24:35 -0500 edited question Unknown CMake command "catkin_run_tests_target"

Unknown CMake command "catkin_run_tests_target" Hello, i am currently working to get packages working and activating the

2018-05-14 13:22:39 -0500 edited question Unknown CMake command "catkin_run_tests_target"

Unknown CMake command "catkin_run_tests_target" Hello, i am currently working to get packages working and activating the

2018-05-14 13:01:18 -0500 edited question Unknown CMake command "catkin_run_tests_target"

Unknown CMake command "catkin_run_tests_target" Hello, i am currently working to get packages working and activating the

2018-05-14 12:59:38 -0500 edited question Unknown CMake command "catkin_run_tests_target"

Unknown CMake command "catkin_run_tests_target" Hello, i am currently working to get packages working and activating the

2018-05-14 12:22:50 -0500 edited question Unknown CMake command "catkin_run_tests_target"

Unknown CMake command "catkin_run_tests_target" Hello, i am currently working to get packages working and activating the

2018-05-14 12:20:08 -0500 received badge  Notable Question (source)
2018-05-14 11:44:18 -0500 edited question Unknown CMake command "catkin_run_tests_target"

Unknown CMake command "catkin_run_tests_target" Hello, i am currently working to get packages working and activating the

2018-05-14 11:44:18 -0500 received badge  Editor (source)
2018-05-14 11:18:34 -0500 edited question Unknown CMake command "catkin_run_tests_target"

Unknown CMake command "catkin_run_tests_target" Hello, i am currently working to get packages working and activating the

2018-05-14 11:09:59 -0500 commented question Unknown CMake command "catkin_run_tests_target"

should I maybe deinstall all ROS related files and reinstall everything? could that be a thing that i installed too much

2018-05-14 11:05:18 -0500 commented question Unknown CMake command "catkin_run_tests_target"

I tried following the instructions during the installing of the packages but to be honest i have mostly no real clue wha

2018-05-14 11:03:16 -0500 commented question Unknown CMake command "catkin_run_tests_target"

ok i will try my best here. So i do have catkin_ws/src/operator_ws and catkin_ws/src/realsense2.0.3 I think those are 2

2018-05-14 08:36:55 -0500 received badge  Popular Question (source)
2018-05-14 06:48:18 -0500 commented question Unknown CMake command "catkin_run_tests_target"

OK I used your suggestions about removing build and devel. now when i try to redo the steps for making the directories I

2018-05-14 06:30:33 -0500 commented question Unknown CMake command "catkin_run_tests_target"

yeah if it prevents me from using the different packages for the robot then definately not desired. im currently trying

2018-05-14 06:26:34 -0500 commented question Unknown CMake command "catkin_run_tests_target"

operator_ws path are multiple ros packages for the robot we are using. it could be that i have multiple workspaces since

2018-05-14 05:52:27 -0500 commented question Unknown CMake command "catkin_run_tests_target"

i managed to get rid of the first problem i had by opening a new terminal with gedit ~/.bashrc & and then outcomment

2018-05-14 05:52:05 -0500 commented question Unknown CMake command "catkin_run_tests_target"

i managed to get rid of the first problem i had by opening a new terminal with gedit ~/.bashrc & and then outcomment

2018-05-14 05:27:26 -0500 asked a question Unknown CMake command "catkin_run_tests_target"

Unknown CMake command "catkin_run_tests_target" Hello, i am currently working to get packages working and activating the

2018-05-14 05:27:25 -0500 asked a question Unknown CMake command "catkin_run_tests_target"

Unknown CMake command "catkin_run_tests_target" Hello, i am currently working to get packages working and activating the