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

Peter1's profile - activity

2023-05-20 16:17:25 -0500 received badge  Famous Question (source)
2023-05-20 16:17:25 -0500 received badge  Notable Question (source)
2023-05-20 16:17:25 -0500 received badge  Popular Question (source)
2022-12-28 19:31:52 -0500 received badge  Famous Question (source)
2022-09-08 09:37:40 -0500 received badge  Notable Question (source)
2022-08-12 03:54:12 -0500 received badge  Popular Question (source)
2022-08-12 03:26:37 -0500 commented answer ros2 launch autocomplete only finds some launch files

You are right, they are dummy names, I corrected it in the initial post. I tried deleting and do a fresh install but it

2022-08-12 03:23:42 -0500 edited question ros2 launch autocomplete only finds some launch files

ros2 launch autocomplete only finds some launch files I have a package for launch files, with the following CMakeLists.t

2022-08-11 07:11:48 -0500 edited question ros2 launch autocomplete only finds some launch files

ros2 launch autocomplete only finds some launch files I have a package for launch files, with the following CMakeLists.t

2022-08-11 07:10:45 -0500 edited question ros2 launch autocomplete only finds some launch files

ros2 launch autocomplete only finds some launch files I have a package for launch files. cmake_minimum_required(VERSIO

2022-08-11 07:10:05 -0500 asked a question ros2 launch autocomplete only finds some launch files

ros2 launch autocomplete only finds some launch files I have a package for launch files. cmake_minimum_required(VERSIO

2022-08-11 05:29:38 -0500 commented question ROS2 Python package only recognized with `colcon build --symlink-install`

the dependencies are correclty set, I tried again with changing from a setup.py based package to a cmake package. with t

2022-08-10 04:57:18 -0500 asked a question ROS2 Python package only recognized with `colcon build --symlink-install`

ROS2 Python package only recognized with `colcon build --symlink-install` I have a ros2 work space with two python packa

2021-05-29 15:31:03 -0500 received badge  Famous Question (source)
2020-03-29 10:23:01 -0500 received badge  Famous Question (source)
2020-03-29 10:23:01 -0500 received badge  Notable Question (source)
2020-03-29 06:22:56 -0500 received badge  Notable Question (source)
2020-03-29 06:22:56 -0500 received badge  Popular Question (source)
2019-10-25 01:23:15 -0500 received badge  Famous Question (source)
2019-10-10 13:38:30 -0500 received badge  Notable Question (source)
2019-08-26 11:43:50 -0500 received badge  Notable Question (source)
2019-08-22 19:43:53 -0500 received badge  Popular Question (source)
2019-08-08 16:18:00 -0500 received badge  Popular Question (source)
2019-08-08 06:45:18 -0500 commented question Ros node does not shutdown clean

I shut it down with ctrl+c. this is a mwe, where i deleted all the processing and publishing in the pipeline. to show th

2019-08-08 06:45:01 -0500 commented question Ros node does not shutdown clean

I shut it down with ctrl+c. this is a mwe, where i deleted all the processing and publishing in the pipeline. to show th

2019-08-08 03:55:09 -0500 asked a question ROS node and abseil

ROS node and abseil I am running a node that was orignally written with abseil for logging. Now i call rospy.spin() ins

2019-08-08 03:51:57 -0500 edited question Ros node does not shutdown clean

ROs node does not shutdown clean I have the following code running. However when I shutdown the node, the computer alway

2019-08-08 03:20:51 -0500 asked a question Ros node does not shutdown clean

ROs node does not shutdown clean I have the following code running. However when I shutdown the node, the computer alway

2019-08-07 08:29:45 -0500 asked a question Autoware PX2 Docker GPU

Autoware PX2 Docker GPU we are interested in running a Docker with GPU support on the PX2 platform. The request on the N

2019-08-07 08:27:53 -0500 received badge  Famous Question (source)
2019-08-07 08:27:11 -0500 received badge  Famous Question (source)
2019-08-07 08:27:11 -0500 received badge  Notable Question (source)
2019-08-07 08:27:11 -0500 received badge  Popular Question (source)
2019-07-08 08:51:45 -0500 received badge  Famous Question (source)
2019-05-20 01:39:00 -0500 marked best answer Copy a ROS Installation between two systems

Hey there, I am working with ROS Kinetic right now. I build ROS on a ARM based unit. Is it possibly to "copy" my current ros installation, as is and move it to another ARM board? Is there a list of all folders ROS installs in? Whtat is the preferd way to target this? Thanks

2019-05-20 01:37:58 -0500 received badge  Famous Question (source)
2019-05-20 01:33:20 -0500 marked best answer translate a map from map server

I want to reuse a map for localization. I load a saved map from the map server. Idealy i would like the map to be at the fixed coordinate origin(0,0). When I start the server though the upper left corner of the saved map is put into the origin. How can I move the map. In the corresponding yaml file I find a value for origin: [0.0, 0.0, 0.0] In the documentation I see that this the value of the lower left corner of the map. However if I edit this value, the map doesnt translate in the visualization.

What would be the way to go here? I could publish a static transform for the map frame. But then I would like to publish this only once at start up or at certain circumstances ?For example if my localization in the map is too far off. I cant see how I to realize this in code. It seems to me to be a very standard problem maybe someone here can help me. Thanks

2019-05-20 01:33:16 -0500 received badge  Famous Question (source)
2019-05-20 01:33:04 -0500 marked best answer cant print to console anymore ROS_INFO or std::cout

Whenever I try publishing an output to the command line in my node I receive the following error:

"Attempt to set a screen on a child window."

I couldnt find any help on my particular problem online. The strange thing is that the output to the console worked fine with either ROS_INFO or std::cout some weeks back. I didnt use it since and cant think about any things I have changed which causes this error. Maybe someone on here knows. The output on the console of the ros node on the start up is this:

Waiting 0.2 seconds after advertising topics...[ INFO] [1519836743.658042843]: rviz version 1.12.15
[ INFO] [1519836743.658088066]: compiled against Qt version 5.5.1
[ INFO] [1519836743.658098402]: compiled against OGRE version 1.9.0 (Ghadamon)
 done.
Hit space to toggle paused, or 's' to step.
[ INFO] [1519836743.931421874]: Stereo is NOT SUPPORTED00000 / 203.588303               
[ INFO] [1519836743.931532108]: OpenGl version: 3 (GLSL 1.3).
0x124a800 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0x76ebf0) ): Attempt to set a screen on a child window.
0x124c4b0 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0x76ebf0) ): Attempt to set a screen on a child window.
0x124c690 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0x76ebf0) ): Attempt to set a screen on a child window.
0x1418700 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0x76ebf0) ): Attempt to set a screen on a child window.`
2019-04-22 06:18:34 -0500 received badge  Student (source)
2019-03-13 13:14:01 -0500 received badge  Famous Question (source)
2019-03-13 13:14:01 -0500 received badge  Notable Question (source)
2019-03-13 13:14:01 -0500 received badge  Popular Question (source)
2019-02-27 14:34:42 -0500 asked a question How to use the roslaunch plugin in CLion?

How to use the roslaunch plugin in CLion? You can run roslaunch files from directly within CLION as mentioned here: http

2019-02-22 17:30:04 -0500 received badge  Notable Question (source)
2019-01-04 14:51:07 -0500 received badge  Popular Question (source)
2019-01-04 03:35:02 -0500 commented question Ros uses python3 venv instead of python2 dirs to look for packages

This is something I tried before. It did not help unfortunately.

2019-01-03 13:17:54 -0500 asked a question Ros uses python3 venv instead of python2 dirs to look for packages

Ros uses python3 venv instead of python2 dirs to look for packages I recently installed a python3 venv with python3 -m v

2019-01-03 13:10:58 -0500 received badge  Popular Question (source)
2018-11-22 08:45:36 -0500 asked a question CLion not-catkin packages

CLion not-catkin packages I am using CLION for development of ROS C++ files. In my project some files are not catkin com