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

buckley.toby's profile - activity

2023-07-26 20:59:45 -0500 received badge  Famous Question (source)
2023-07-13 12:55:38 -0500 commented answer ROS2 Windows node always hang

I can't find clear instructions on installing cyclonedds on windows, can someone advise?

2023-06-27 10:55:36 -0500 commented question [ros2run]: Process exited with failure 3221226505

just a note to anyone reading this in the future: that failure code is a generic Windows failure code.

2023-06-27 10:55:36 -0500 received badge  Commentator
2023-06-27 10:54:57 -0500 received badge  Notable Question (source)
2023-06-21 13:18:42 -0500 received badge  Popular Question (source)
2023-06-15 23:58:12 -0500 marked best answer [ros2run]: Process exited with failure 3221226505

No clue what this error code means.

System: Windows 10 ROS Humble

Github repo with my code (forked from robosavvy's vive_ros):
https://github.com/NU-Haptics-Lab/ope...

I've tried setting my ROS_DOMAIN_ID and nothing changes.

2023-06-15 14:44:23 -0500 answered a question [ros2run]: Process exited with failure 3221226505

I figured it out: Since I was porting the code from ROS1, they initiated their node like this: class OPEN_VRnode {

2023-06-15 14:44:23 -0500 received badge  Rapid Responder (source)
2023-06-14 11:37:57 -0500 edited question [ros2run]: Process exited with failure 3221226505

[ros2run]: Process exited with failure 3221226505 No clue what this error code means. System: Windows 10 ROS Humble Gi

2023-06-14 10:58:08 -0500 asked a question [ros2run]: Process exited with failure 3221226505

[ros2run]: Process exited with failure 3221226505 No clue what this error code means. System: Windows 10 ROS Humble Gi

2023-05-22 10:07:46 -0500 edited question ROS2 with openvr always fails

ROS2 with openvr always fails Hi, I'm porting robosavvy's vive_ros repo into ros2 and no matter what I do, every time I

2023-05-22 10:07:01 -0500 asked a question ROS2 with openvr always fails

ROS2 with openvr always fails Hi, I'm porting robosavvy's vive_ros repo into ros2 and no matter what I do, every time I

2023-05-09 12:02:39 -0500 commented answer ROS2 launch nodes by python script

launch_service.run_async()

2022-01-12 15:56:30 -0500 received badge  Great Question (source)
2020-11-02 15:15:36 -0500 received badge  Nice Answer (source)
2019-08-14 09:42:49 -0500 received badge  Famous Question (source)
2019-08-14 09:42:49 -0500 received badge  Notable Question (source)
2019-06-05 08:32:32 -0500 received badge  Necromancer (source)
2019-06-05 08:32:32 -0500 received badge  Teacher (source)
2018-10-30 16:35:28 -0500 commented answer Can't find python scripts after sourcing

This was it for me! Stupid mistake

2018-09-11 12:38:47 -0500 commented answer About Subscriber Structure and “latch” on Publisher

I have an additional question: if you start a node and publish to a latched topic but then kill the node which did the o

2018-08-27 06:42:45 -0500 received badge  Popular Question (source)
2018-08-10 05:38:38 -0500 received badge  Good Question (source)
2018-07-16 10:06:26 -0500 received badge  Popular Question (source)
2018-06-27 18:03:07 -0500 received badge  Nice Question (source)
2018-06-05 03:03:30 -0500 received badge  Student (source)
2018-05-31 22:39:09 -0500 asked a question move_base actionlib client doesn't work in rospy

move_base actionlib client doesn't work in rospy Hey, If I run rtabmap_ros demo_turtlebot_mapping.launch simulation:=

2018-02-25 12:20:35 -0500 marked best answer start and kill rosbag record from bash shell script

Let's say we want to record a rosbag, and run a python script from a bash script.

rosbag record -o /file/name /topic
PID=$!
sleep 2
python ./run_ROS_script.py
kill -INT $PID

so if you leave out -INT it kills the rosbag, but not nicely: it leaves the rosbag in .active status. If you add -INT (same thing as running ctrl+c on the rosbag process) then the rosbag never finishes, and doesn't leave .active status.

So ... what gives? Why can't we nicely kill this rosbag record?

2017-12-21 13:56:28 -0500 received badge  Famous Question (source)
2017-11-18 10:41:23 -0500 received badge  Notable Question (source)
2017-11-09 13:10:11 -0500 received badge  Popular Question (source)
2017-11-08 23:50:10 -0500 answered a question start and kill rosbag record from bash shell script

Well, I figured out my issue. I was exiting debug mode in my python script (ctrl+d) which bypassed running the rest of t

2017-11-08 23:39:58 -0500 asked a question start and kill rosbag record from bash shell script

start and kill rosbag record from bash shell script Let's say we want to record a rosbag, and run a python script from a

2017-11-02 16:15:04 -0500 commented answer Can't find python scripts after sourcing

+1 forgot to mark the node as executable

2017-11-01 14:49:17 -0500 commented answer Problem with Xtion Pro Live and openni_camera

I'm launching two orbecc astra cameras with the same problem, and this solution fixed it for me too. Thanks!

2017-10-08 21:59:47 -0500 commented question Problem using PCL 1.8 with ROS Indigo

got it to work by switching the order I call dependencies in my CMakelists.txt, basically I had to look at pcl BEFORE pc

2017-09-30 14:48:18 -0500 commented question Problem using PCL 1.8 with ROS Indigo

I'm getting the same problem, except I compiled pcl 1.8 from source and make install'd it. I tried uninstalling pcl 1.7

2017-09-30 11:29:36 -0500 received badge  Enthusiast
2017-09-28 20:49:42 -0500 answered a question pcl_ros Difference of Normals segmentation?

No, it doesn't. Confirmed by looking at github: https://github.com/ros-perception/perception_pcl/tree/lunar-devel/pcl_ro