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

vKuehn's profile - activity

2023-02-14 07:31:20 -0500 received badge  Nice Question (source)
2023-01-16 05:16:13 -0500 received badge  Nice Question (source)
2022-11-21 11:23:00 -0500 commented question Launch parameters get converted

it works launch arguments not with sys args and is over complicate- If you have a simpler explenation how to give sys ar

2022-11-21 00:51:01 -0500 commented question Launch parameters get converted

can you kindly link the duplicate ?

2022-11-20 14:11:50 -0500 asked a question Launch parameters get converted

Launch parameters get converted HI, with that launch file from launch import LaunchDescription from launch_ros.actions

2022-11-20 14:11:47 -0500 asked a question Launch parameters get converted

Launch parameters get converted HI, with that launch file from launch import LaunchDescription from launch_ros.actions

2022-10-16 13:24:38 -0500 received badge  Famous Question (source)
2022-10-15 11:27:11 -0500 marked best answer Why need launchfiles a copyright ?

After copy and paste working source files from an ubuntu humble to ubuntu foxy the launch didn't work.

So I did

colcon test
colcon test-result --verbose

the long list with mainly flake8 issues starts with

could not find copyright notice

for the launch files but I can't find any notice in the documentation about launchfile copyrights. why does this happens ?

2022-10-15 11:27:09 -0500 commented answer Why need launchfiles a copyright ?

thanks a lot. that explains it. Thought the most open source projects have one license file valid for the source at a wh

2022-10-15 00:25:54 -0500 received badge  Notable Question (source)
2022-10-14 15:15:56 -0500 received badge  Popular Question (source)
2022-10-14 01:38:32 -0500 asked a question Why need launchfiles a copyright ?

Why need launchfiles a copyright ? After copy and paste working source files from an ubuntu humble to ubuntu foxy the la

2022-07-21 09:50:16 -0500 received badge  Famous Question (source)
2022-04-21 02:55:58 -0500 marked best answer best approach for ROS2 creating a webfrontend

searching for ros2 and web brought back many manuals mentioning ros(1 ?) and web tools or rosbridge.

what would be the best approach creating a website with access to a ros2 middleware ?

2022-04-19 01:23:53 -0500 received badge  Famous Question (source)
2022-04-18 14:36:32 -0500 commented answer ros2 launch fails after following some tutorials

thanks for that and keeping answering

2022-04-15 09:54:11 -0500 commented answer ros2 launch fails after following some tutorials

that's the ros1 documentation. but thanks for the hint

2022-04-15 09:00:42 -0500 commented answer ros2 launch fails after following some tutorials

@ljaniec that is very probably the case. But how to fix such a problem I would have hoped for some hint during the start

2022-04-15 08:59:26 -0500 received badge  Notable Question (source)
2022-04-14 15:18:50 -0500 marked best answer ros2 launch fails after following some tutorials

ros2 launch turtlebot3_cartographer cartographer.launch.py works fine.

colcon_cd PACKAGENAME to ~/dev_ws/src/PACKAGENAME works fine.

colcon build --packages-select PACKAGENAME works fine in ~/dev_ws.

I have that in ~/.baschrc

export _colcon_cd_root=~/dev_ws
export ROS_DOMAIN_ID=1
export ROS_PYTHON_VERSION=3
export ROS_VERSION=ros-foxy
export LC_NUMERIC="en_US.UTF-8"
source /opt/ros/foxy/setup.bash
source /usr/share/colcon_cd/function/colcon_cd.sh

What to check why ros2 launch PACKAGENAME.launch.py would fail ?

2022-04-14 15:18:38 -0500 received badge  Rapid Responder (source)
2022-04-14 15:18:38 -0500 answered a question ros2 launch fails after following some tutorials

solved.. a package install was missing for one of mine under ~/dev_ws/src. After installing that ros2 launch works fine

2022-04-14 09:47:31 -0500 received badge  Popular Question (source)
2022-04-14 08:38:24 -0500 commented answer ros2 launch fails after following some tutorials

oh yes that is what I did. Corrected the question for that it worked but now complains Package 'PACKAGENAME' not found:

2022-04-14 08:37:52 -0500 answered a question ros2 launch fails after following some tutorials

oh yes that is what I did. Corrected the question for that it worked but now complains Package 'PACKAGENAME' not found:

2022-04-14 08:37:52 -0500 received badge  Rapid Responder (source)
2022-04-14 08:36:07 -0500 edited question ros2 launch fails after following some tutorials

ros2 launch fails after following some tutorials ros2 launch turtlebot3_cartographer cartographer.launch.py works fine.

2022-04-14 04:07:42 -0500 asked a question ros2 launch fails after following some tutorials

ros2 launch fails after following some tutorials ros2 launch turtlebot3_cartographer cartographer.launch.py works fine.

2022-03-06 09:40:36 -0500 edited question ros2 simple message to rosbridge_suite

ros2 simple message to rosbridge_suite on ros2 foxy( Ubuntu 20.04) I installed rosbridge Through a web socket I created

2022-03-06 09:29:42 -0500 answered a question ros2 simple message to rosbridge_suite

found the answer in the testcode of rosbridge suite creating the topic { "op": "advertise", "topic": "/a_topic", "type"

2022-03-06 08:40:26 -0500 received badge  Notable Question (source)
2022-03-06 08:40:26 -0500 received badge  Popular Question (source)
2022-02-26 16:02:31 -0500 answered a question Communication between two machines with differents networks

probably a routing problem can you ping from the pc to the raspberry ?

2022-02-25 11:34:06 -0500 asked a question ros2 simple message to rosbridge_suite

ros2 simple message to rosbridge_suite on ros2 foxy( Ubuntu 20.04) I installed rosbridge Through a web socket I created

2021-07-21 08:40:04 -0500 marked best answer [ROS2] colcon build not getting subfolders

Hi,

once a python package grows I would like to get files in module subfolders below the package. Also maybe other ressources as config or picture files would be good

How could I develop modules below the ros2 package make available to the ros2 package ?

To verify I have created that example package try_srv

where the test script combine_two_strings.py works fine

but the service combine_two_strings_server.py

failes with 'No module named combiner'

Thanks for any hint on that

2020-02-02 10:24:24 -0500 marked best answer difference of ros2 demos and ros2 examples

trying to work myself through the tutorials for ROS2 so I am new to it

Sometimes tutorials refer to ros2 demos and sometimes to ros2 examples and both are actively used.

Is that a historically grown thing ? if not when should I to look at which ?

2019-10-22 20:19:26 -0500 received badge  Famous Question (source)
2019-09-23 07:52:38 -0500 received badge  Famous Question (source)
2019-08-13 15:59:54 -0500 received badge  Famous Question (source)
2019-07-15 17:05:43 -0500 marked best answer print works but rospy.loginfo doesn't

Hi,

I have this code and print would work but rospy.loginfo


 import rospy

from std_msgs.msg import String
messageToRos = Queue.Queue()

def writeMessageToRos(messageToRos):
    pub = rospy.Publisher('chatter', String, queue_size=10)
    rate = rospy.Rate(10) # 10hz
    while not rospy.is_shutdown():
        msg = messageToRos.get()
        print 'new messageToRos: ', msg
        rospy.loginfo('new messageToRos: ', msg)
        pub.publish(msg)
        rate.sleep()

even the publisher works fine. How would I correctly do a loginfo or debuginfo for msg ?