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

billtheplatypus's profile - activity

2022-06-09 11:56:13 -0500 received badge  Notable Question (source)
2022-04-07 18:40:55 -0500 received badge  Popular Question (source)
2022-04-06 14:53:39 -0500 asked a question Prevent roslaunch from SIGKILLing rosbag on completion

Prevent roslaunch from SIGKILLing rosbag on completion I am running a simulation from a roslaunch file. Once the relevan

2022-04-06 14:32:35 -0500 received badge  Notable Question (source)
2022-04-06 14:32:35 -0500 received badge  Popular Question (source)
2021-08-09 00:45:05 -0500 received badge  Enlightened (source)
2021-08-09 00:45:05 -0500 received badge  Good Answer (source)
2021-07-20 15:06:32 -0500 received badge  Famous Question (source)
2021-07-20 15:06:32 -0500 received badge  Notable Question (source)
2021-05-03 18:33:41 -0500 received badge  Famous Question (source)
2021-04-27 06:18:50 -0500 marked best answer Meaning of status fields in sensor_msgs/NavSatStatus

The NavSatStatus message has a field for status, with 4 options: No fix, fix, fix with satellite augmentation, fix with ground-based augmentation. No fix and fix make sense, but what is the meaning of the field with augmentation? Notably, any Navsat/GNSS system would be satellite augmented, wouldn't it? Does ground-based augmentation refer to RTK?

2021-04-27 06:18:50 -0500 received badge  Nice Answer (source)
2020-11-30 15:10:17 -0500 commented question rqt_plot noetic does not display arrays fields

This fix worked for me, thanks! I think that it would work well to put your solution as an answer; that is the preferred

2020-11-15 18:48:15 -0500 received badge  Famous Question (source)
2020-11-15 18:48:15 -0500 received badge  Notable Question (source)
2020-07-10 15:38:08 -0500 received badge  Popular Question (source)
2020-07-02 16:22:52 -0500 received badge  Popular Question (source)
2020-06-24 15:09:28 -0500 commented question rosclean crashing: AttributeError

@sloretz Just rosclean.

2020-06-22 16:34:22 -0500 asked a question rosclean crashing: AttributeError

rosclean crashing: AttributeError When launching files, I get a suggestion to run rosclean to clean up log files. Howeve

2020-05-16 15:13:04 -0500 asked a question How to pass node from cpp to python?

How to pass node from cpp to python? I am working in a package that is primarily written in C++, but with some code writ

2020-05-01 09:40:33 -0500 received badge  Nice Question (source)
2020-05-01 09:40:31 -0500 received badge  Famous Question (source)
2020-04-26 10:54:14 -0500 received badge  Famous Question (source)
2020-04-26 10:54:14 -0500 received badge  Notable Question (source)
2020-04-25 13:57:39 -0500 received badge  Notable Question (source)
2020-04-24 03:37:21 -0500 received badge  Popular Question (source)
2020-04-23 18:45:20 -0500 commented answer How to install ROS noetic for testing?

So this wouldn't install all of ROS at once, only the dependencies for the given software?

2020-04-23 15:32:13 -0500 asked a question How to install ROS noetic for testing?

How to install ROS noetic for testing? I'm a developer on the ROSflight project, and I would like to check the compatibi

2020-04-16 03:54:49 -0500 received badge  Famous Question (source)
2020-02-13 06:03:57 -0500 received badge  Student (source)
2020-02-07 16:28:27 -0500 asked a question Case-Insensitive ROS Tab Completion

Case-Insensitive ROS Tab Completion I have set my bash to do case-insensitive tab completion. ROS uses it's own completi

2020-01-28 15:21:45 -0500 marked best answer What is the next ROS distribution?

Currently, the most recent distribution is Melodic. In keeping with the release schedule, a new version should come out in about a month. Has any information about the next distribution been released? I can't find so much as a name, much less potential changes or a release date.

2020-01-28 14:40:26 -0500 commented answer What is the correct (standard) way of using sensor_msgs/TimeReference?

Thanks for responding, even this late. In our case the GPS signal is received by a microcontroller, before being sent to

2020-01-14 15:14:10 -0500 received badge  Popular Question (source)
2020-01-08 16:04:21 -0500 marked best answer How to pass number as a string to a rosservice?

I have a rosservice that takes a string as an argument. That string may be an integer (or rather, the string representation of an integer). However, when I try to call the service with the number, it tries to pass it as a number, which fails. I've tried putting the number in quotes, but that doesn't change anything. I think it has to do with the rosservice command line utility using yaml to parse the command.

Is there any good solution or workaround?

$ rosservice call /config_set gnss 1
ERROR: Unable to send request. One of the fields has an incorrect type:
  field configuration must be of type str

srv file:
string device
string configuration
---
bool successful
bool reboot_required
string message

The srv file, if needed:

# Set a configuration setting

string device # The device whose configuration is being set, either a name or a number
string configuration # The new configuration option for the device, either a name or a number
---
bool successful
bool reboot_required
string message # Either an error message or more specific response. May be from rosflight_io or from the firmware
2020-01-07 17:09:58 -0500 asked a question How to pass number as a string to a rosservice?

How to pass number as a string to a rosservice? I have a rosservice that takes a string as an argument. That string may

2019-12-17 03:49:22 -0500 received badge  Notable Question (source)
2019-12-17 02:50:07 -0500 received badge  Popular Question (source)
2019-12-16 22:00:56 -0500 received badge  Popular Question (source)
2019-12-16 17:47:29 -0500 commented answer Does rosservice support custom tab completion?

I guessed this would be the case, but I hoped there was a workaround.

2019-12-16 17:47:29 -0500 received badge  Commentator
2019-12-16 15:39:02 -0500 received badge  Famous Question (source)
2019-12-16 15:38:13 -0500 received badge  Notable Question (source)
2019-12-16 15:38:13 -0500 received badge  Popular Question (source)
2019-12-16 15:37:35 -0500 commented question How to use ros for simulation with dozens of robots

Do you have any sort of log from the crashes? Also, why are you using Jade? It is old enough that it isn't supported, an

2019-12-16 15:32:23 -0500 asked a question Can I implement custom tab completion for a service?

Can I implement custom tab completion for a service? I am currently implementing a rosservice that changes settings for

2019-12-16 15:31:32 -0500 asked a question Does rosservice support custom tab completion?

Does rosservice support custom tab completion? I am currently implementing a rosservice that changes settings for a devi

2019-09-23 14:27:56 -0500 commented question Gazebo Static Map Plugin not loading.

For anyone that ends up here, it turns out the plugin is for Gazebo 10, not 9.