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

JohnStechschulte's profile - activity

2022-03-24 10:36:29 -0500 received badge  Necromancer (source)
2021-11-16 20:50:35 -0500 received badge  Notable Question (source)
2021-08-20 03:55:15 -0500 received badge  Student (source)
2021-06-06 11:27:11 -0500 commented answer i get fatal error with pip and python

Yup, you're using old software. It'll still work, but if you want to use Python 3 you need to upgrade to Ubuntu 20.04 an

2021-06-06 11:14:19 -0500 answered a question Quaternion of a vector between two points

Quaternions are used to represent rotations, not directions. What does it mean to have a rotation in a direction? A rot

2021-06-05 21:35:34 -0500 answered a question i get fatal error with pip and python

This looks like a Python 2/3 issue, especially since you've added the kinetic tag (which is still using Python 2). Try u

2021-06-05 21:35:34 -0500 received badge  Rapid Responder (source)
2021-05-26 10:40:48 -0500 commented question [robot_localization] Failed to meet update rate !(warning)

I've also run into this problem. I did some experimenting but didn't have much success. More details here.

2021-04-26 09:47:24 -0500 received badge  Famous Question (source)
2021-01-18 14:40:49 -0500 received badge  Notable Question (source)
2021-01-05 03:00:24 -0500 received badge  Popular Question (source)
2021-01-04 14:20:39 -0500 commented answer How can I create an octree from a point cloud without raytracing?

Yup, I'm familiar with PCL. Since MoveIt takes an octomap::OcTree as input, what I'd really like is the PCL setOccupiedV

2021-01-04 13:49:06 -0500 received badge  Popular Question (source)
2021-01-04 10:05:39 -0500 edited question How can I create an octree from a point cloud without raytracing?

How can I create an octree from a point cloud without raytracing? I have a point cloud generated from the registration o

2021-01-04 10:04:52 -0500 commented answer How can I create an octree from a point cloud without raytracing?

I don't think so. The documentation implies that it does raytrace.

2021-01-04 06:18:29 -0500 edited question How can I create an octree from a point cloud without raytracing?

How can I create an octree from point cloud without raytracing? I have a point cloud generated from the registration of

2021-01-04 06:18:21 -0500 edited question How can I create an octree from a point cloud without raytracing?

How can I create octree from point cloud without raytracing? I have a point cloud generated from the registration of sev

2021-01-04 06:18:01 -0500 asked a question How can I create an octree from a point cloud without raytracing?

How can I create octree from point cloud without raytracing? I have a point cloud generated from the registration of sev

2020-12-29 10:37:32 -0500 commented question Package naming for RQT plugin

Thanks for your insight--I think my preference for putting the plugins in the same package was just to keep everything v

2020-12-29 09:29:46 -0500 asked a question Package naming for RQT plugin

Package naming for RQT plugin I followed the RQT plugin tutorial to create a plugin in rqt_bag to display a custom messa

2020-11-13 17:50:08 -0500 received badge  Editor (source)
2020-11-13 17:50:08 -0500 edited answer Tutorial for slam with a real robot

Running SLAM on a real robot is more about what sensors are available rather than the exact platform. The donkey car jus

2020-11-13 17:49:33 -0500 answered a question Tutorial for slam with a real robot

Running SLAM on a real robot is more about the sensors than the exact platform. The donkey car just has a single camera

2020-11-13 17:49:33 -0500 received badge  Rapid Responder (source)
2020-11-10 16:06:40 -0500 commented answer Rosbag migration: merging messages

Thanks--I've mostly just used ROS in C++, and so I basically didn't expect an out-of-date bagfile to open at all. The o

2020-11-10 15:54:25 -0500 marked best answer Rosbag migration: merging messages

I have two message types being published on two different topics (pretty much synchronously), and I'm merging them into a single message--basically, adding one as a subtype of the other. I'd like to migrate old bags to this new arrangement, but I'm pretty sure the tools in rosbag are not capable of this. Is there a lower-level approach to migrating bags that might work? How can I access both the old and new message definitions in a Python script?

2020-11-10 15:54:25 -0500 received badge  Scholar (source)
2020-11-10 14:18:38 -0500 asked a question Rosbag migration: merging messages

Rosbag migration: merging messages I have two message types being published on two different topics (pretty much synchro

2020-08-27 16:01:26 -0500 received badge  Supporter (source)
2020-06-09 21:40:36 -0500 received badge  Enthusiast
2020-06-04 08:03:46 -0500 received badge  Self-Learner (source)
2020-06-04 08:03:46 -0500 received badge  Teacher (source)
2020-06-04 01:53:49 -0500 answered a question How to make rostest launch rosout?

I found a workaround. In the test script, simply launch a rosout node, but with a different name: <node name="rosout

2020-06-01 18:50:37 -0500 commented question How to make rostest launch rosout?

Well, it is starting, because when I try to start one myself in the .test file, I get the duplicate-node-name error. So

2020-06-01 12:42:19 -0500 asked a question How to make rostest launch rosout?

How to make rostest launch rosout? I have a node that analyzes rosout_agg messages to benchmark the robot's performance.

2020-06-01 12:42:19 -0500 answered a question Do rostest test nodes publish to rosout?

This is only a half-answer, which I've figured out while debugging a similar problem. Yes, test nodes do publish to ros