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

damonkohler's profile - activity

2022-01-12 11:04:49 -0500 marked best answer rosbag service?

Is there a topic, actionlib, or service interface for controlling the recording of bag files?

2019-03-19 22:39:02 -0500 received badge  Nice Answer (source)
2016-12-01 02:31:00 -0500 answered a question what are the current state-of-the-art SLAM algorithms for these scenarios?

Cartographer is state-of-the-art and works indoors/outdoors in 2D/3D. We published a paper on our 2D algorithms here: http://static.googleusercontent.com/m...

2016-12-01 02:28:27 -0500 answered a question IMU Data Problem

Cartographer requires linear acceleration to do gravity alignment. We do provide a "flat_world_imu" for your use case here: https://github.com/googlecartographer...

2016-12-01 02:25:41 -0500 received badge  Organizer (source)
2016-12-01 02:24:16 -0500 answered a question Failed to process package 'cartographer':
2016-12-01 02:21:16 -0500 answered a question Google Cartographer - Setup Issues

"imu_msg" as a frame name sounds fishy to me. Do you have an IMU on your robot or not? If you don't , you'll need to disable using IMU data in your configuration. Based on the imu_tracker error, I expect your IMU data is somehow incorrect/bogus.

2016-10-20 12:41:18 -0500 received badge  Nice Answer (source)
2016-02-23 06:07:00 -0500 received badge  Good Question (source)
2016-02-19 14:26:50 -0500 received badge  Necromancer (source)
2015-03-24 19:43:37 -0500 received badge  Famous Question (source)
2014-09-05 07:14:24 -0500 received badge  Famous Question (source)
2014-07-14 12:14:36 -0500 received badge  Famous Question (source)
2014-07-14 12:14:36 -0500 received badge  Famous Question (source)
2014-05-21 11:42:35 -0500 answered a question Get message metadata within rosjava

ROS messages don't have metadata. Timestamps are encoded in the Header sub-message of "stamped" messages. So, message.getHeader().getStamp().

2014-04-20 06:55:45 -0500 marked best answer OpenNI 2.0

Is anyone working on upgrading to OpenNI 2.0?

2014-04-20 06:53:43 -0500 marked best answer Revisit REP3 with respect to C++11?

Is there a migration plan to C++11 in the works?

2014-04-20 06:52:58 -0500 marked best answer Fake IMU for Stage?

Is there an implementation of a fake IMU for Stage? For example, I'd like to publish IMU readings as I teleop the simulated robot.

2014-04-20 06:51:49 -0500 marked best answer Connection retry strategy?

Are they any REPs or other documentation describing retry strategies for topics and services?

2014-04-20 06:51:37 -0500 marked best answer Fixed target frame for transformLaserScanToPointCloud?

The documentation states:

Since we are gathering data across the time of the scan, it is often important that the chosen target_frame is actually a fixed frame.

What's meant by "fixed" in this context? I assume it means that the transform between the laser scanner frame and the target frame is static?

2014-04-20 06:51:30 -0500 marked best answer Configure diagnostic aggregator to ignore a diagnostic?

Is it possible to configure the diagnostic aggregator to ignore a particular diagnostic message? In my case, the xsens_driver always publishes GPS warnings since there is no GPS attached.

I understand that this could be addressed at the driver layer, but it seems like something useful to have at the aggregator level.

2014-04-20 06:51:26 -0500 marked best answer rosbag time slicing?

Is there a tool for slicing a bag file by time (e.g. cut out 30m of data from the middle of a bag)? Or does everyone just use a filter over the timestamps?

2014-04-20 06:49:49 -0500 marked best answer 3DM-GX3-25 IMU

It's a little unclear whether the imu_drivers stack supports the newer IMUs. In the summary, it claims to support both 3DM-GX2 and 3DM-GX3 protocols. However, further down it only speaks about the 3DM-GX2 protocol.

Are the newer devices supported?

2014-04-20 06:49:47 -0500 marked best answer rosinstall gcc invocations?

I'd like to have the gcc invocations that result from a rosinstall command printed to stdout. Is that possible?

2014-04-20 06:49:40 -0500 marked best answer How to visualize a frame pose as a path

I'd like to generate an image similar to the one at the end of the demo video here: http://www.ros.org/wiki/hector_mapping

In the image, the generated map and the pose of the /base_link frame over time in the /map frame are overlayed. What is the best way to build such an image?

2014-04-20 06:48:26 -0500 marked best answer Pause and resume gmapping?

Has anyone had success with "pausing" a gmapping session (e.g. to change a battery) and starting it up again? Is there a recommended procedure?

2014-04-20 06:48:25 -0500 marked best answer Exporting rosbag playback visualization to video

What is the best way to record a video of rviz during rosbag playback?