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

kmhallen's profile - activity

2022-12-29 04:00:27 -0500 received badge  Good Question (source)
2022-09-07 10:31:12 -0500 commented answer Restrict ROS 2 to Localhost

For me it prevents traffic out to others, but it doesn't prevent discovery and traffic in from others

2021-07-10 05:03:26 -0500 received badge  Nice Answer (source)
2021-06-30 01:05:04 -0500 received badge  Guru (source)
2021-06-30 01:05:04 -0500 received badge  Great Answer (source)
2021-05-09 07:15:37 -0500 received badge  Famous Question (source)
2020-11-11 01:35:32 -0500 received badge  Nice Answer (source)
2020-06-01 14:42:08 -0500 received badge  Great Answer (source)
2020-06-01 14:42:08 -0500 received badge  Guru (source)
2020-05-14 03:08:15 -0500 received badge  Nice Answer (source)
2019-10-16 09:32:36 -0500 received badge  Famous Question (source)
2019-10-02 14:52:42 -0500 received badge  Nice Answer (source)
2019-09-04 07:41:10 -0500 received badge  Nice Answer (source)
2019-09-03 08:54:45 -0500 received badge  Good Answer (source)
2019-08-01 12:45:58 -0500 received badge  Necromancer (source)
2019-03-12 06:17:44 -0500 received badge  Good Answer (source)
2019-01-24 18:17:12 -0500 commented answer What is tf_static?

In Melodic rqt_graph has an option to group the two tf topics into a single group for visualization: https://github.com/

2018-11-19 11:37:04 -0500 commented answer Conversion of PointCloud2 back to VelodyneScan

I'm not familiar with MATLAB. I know MATLAB can read rosbag files, and MATLAB can communicate to a live roscore. I recom

2018-11-18 20:41:24 -0500 answered a question Conversion of PointCloud2 back to VelodyneScan

The VelodyneScan is just raw UDP packets, and the interpretation depends on which type of sensor generated the packets.

2018-11-04 20:22:02 -0500 received badge  Notable Question (source)
2018-11-04 19:57:23 -0500 answered a question Does message_filters support custom messages?

The Exact Time and Approximate Time message filters work for any message that has a standard header. The header is neede

2018-10-31 15:11:45 -0500 answered a question Pointcloud to Laserscan on Simulated Jackal UGV w/ VLP-16

The velodyne_description gazebo plugin can be accelerated with the GPU option. You will have to install the latest Gazeb

2018-10-03 23:11:52 -0500 answered a question can't synchronize Velodyne points with other PointCloud2 data

The time synchronization uses the header timestamp to find pairs of messages. Make sure to set the header timestamp in y

2018-09-18 15:22:47 -0500 received badge  Good Answer (source)
2018-09-15 19:48:01 -0500 received badge  Famous Question (source)
2018-09-15 19:47:41 -0500 commented question How to get hector SLAM to work with a velodyne?

The velodyne_laserscan package automatically extracts the channel closest to zero degrees and publishes as a 2D LaserSca

2018-09-03 22:03:10 -0500 received badge  Notable Question (source)
2018-08-01 10:59:34 -0500 received badge  Good Answer (source)
2018-04-29 22:11:11 -0500 marked best answer Documentation tutorial error from wiki

I am trying to submit several repositories for documentation following this tutorial: http://wiki.ros.org/rosdistro/Tutoria...

The command rosdistro_reformat file://$(pwd)/distribution.yaml fails with the following output:

Traceback (most recent call last):
  File "/usr/bin/rosdistro_reformat", line 66, in <module>
    success = reformat_files(index)
  File "/usr/lib/python2.7/dist-packages/rosdistro/verify.py", line 58, in reformat_files
    return verify_files(index_url, _reformat_files)
  File "/usr/lib/python2.7/dist-packages/rosdistro/verify.py", line 67, in verify_files
    index = get_index(index_url)
  File "/usr/lib/python2.7/dist-packages/rosdistro/__init__.py", line 121, in get_index
    return Index(data, base_url, url_query=url_parts.query)
  File "/usr/lib/python2.7/dist-packages/rosdistro/index.py", line 47, in __init__
    assert data['type'] == Index._type, "Expected file type is '%s', not '%s'" % (Index._type, data['type'])
AssertionError: Expected file type is 'index', not 'distribution'

The error is the same if I rename distribution.yaml to foo.yaml.

I guess I could do the alphabetic sorting manually...

2018-01-19 20:31:21 -0500 received badge  Nice Question (source)
2017-12-04 01:23:18 -0500 received badge  Notable Question (source)
2017-12-02 15:27:35 -0500 marked best answer Buildfarm doesn't define the ROS_DISTRO environment variable

My package uses the $ROS_DISTRO environment variable at configure time for dh_installudev and for differences between Indigo and Kinetic. The buildfarm doesn't seem to define $ROS_DISTRO.

CMakeLists.txt:
https://bitbucket.org/DataspeedInc/sa...

Buildfarm errors:
http://build.ros.org/job/Ibin_uT64__s... http://build.ros.org/job/Kbin_uX64__s...

2017-12-02 15:26:34 -0500 received badge  Organizer (source)
2017-12-02 15:25:38 -0500 commented answer Buildfarm doesn't define the ROS_DISTRO environment variable

It looks like it's not necessary to know the debian package name. The simple filename udev can be used. https://github.

2017-12-02 15:23:07 -0500 commented answer Buildfarm doesn't define the ROS_DISTRO environment variable

Adding a build dependency on roslib fixed everything: https://bitbucket.org/DataspeedInc/sainsmart_relay_usb/commits/440

2017-12-01 16:13:34 -0500 received badge  Popular Question (source)
2017-12-01 12:18:50 -0500 edited question Buildfarm doesn't define the ROS_DISTRO environment variable

Buildfarm doesn't define the ROS_DISTO environment variable My package uses the $ROS_DISTRO environment variable at conf

2017-12-01 12:17:08 -0500 asked a question Buildfarm doesn't define the ROS_DISTRO environment variable

Buildfarm doesn't define the ROS_DISTO environment variable My package uses the $ROS_DISTRO environment variable for dh_

2017-11-14 07:52:28 -0500 received badge  Civic Duty (source)
2017-10-11 22:18:34 -0500 answered a question RVIZ error - tf contained unnormalized quaternion

Try running roswtf. It should print a message with the offending transform parent and child frame_id. http://wiki.ros.o

2017-10-05 07:35:12 -0500 received badge  Popular Question (source)
2017-09-26 08:04:15 -0500 answered a question There is no lidar image after launched the sensor

This looks like a networking issue. Can you ping the scanner's IP address? Make sure the IP address in ROS matches the

2017-09-16 10:03:56 -0500 commented answer Set build order in catkin: generate custom messages before generating ros_lib

Try robot_msgs_gencpp instead of robot_msgs_generate_messages_cpp and others. Also, catkin_make_isolated will build one

2017-09-16 10:01:55 -0500 commented answer Set build order in catkin: generate custom messages before generating ros_lib

Try robot_msgs_gencpp instead of robot_msgs_generate_messages_cpp and others

2017-08-29 23:52:17 -0500 received badge  Necromancer (source)
2017-08-29 12:51:02 -0500 received badge  Nice Answer (source)
2017-08-29 07:53:13 -0500 commented answer make tf from rosbag data raw

Make sure to set the /use_sime_time parameter to true before running Rviz. Nodes only check that parameter at startup. A

2017-08-28 07:53:09 -0500 answered a question How to start ROSCORE automatically in UBUNTU

You could use robot_upstart to execute roslaunch as a service on startup. If you only want roscore, try leaving the laun

2017-08-11 12:36:12 -0500 answered a question How Can I simulate a driverless Car using ROS and gazebo

Dataspeed sells a development vehicle with a ROS interface. http://www.ros.org/news/2016/02/driverless-development-vehi