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

tulku's profile - activity

2017-11-21 10:29:52 -0500 received badge  Famous Question (source)
2017-10-20 04:03:21 -0500 received badge  Enthusiast
2017-10-19 09:21:29 -0500 received badge  Notable Question (source)
2017-10-19 03:03:54 -0500 edited question GPS + IMU + odometry robot_localization demo

GPS + IMU + odometry robot_localization demo Hi! (specially Tom Moore) I'm setting up a demo on robot localization, som

2017-10-19 03:03:37 -0500 edited question GPS + IMU + odometry robot_localization demo

GPS + IMU + odometry robot_localization demo Hi! (specially @tom_moore) I'm setting up a demo on robot localization, so

2017-10-19 03:03:31 -0500 edited question GPS + IMU + odometry robot_localization demo

GPS + IMU + odometry robot_localization demo Hi! (specially @tom-moore) I'm setting up a demo on robot localization, so

2017-10-19 03:03:20 -0500 edited question GPS + IMU + odometry robot_localization demo

GPS + IMU + odometry robot_localization demo Hi! (specially @TomMoore) I'm setting up a demo on robot localization, som

2017-10-18 07:24:54 -0500 received badge  Popular Question (source)
2017-10-17 05:45:39 -0500 commented answer rospy subscriber with multiple input

Can you please add the code of the modified version, when you tried method A?

2017-10-17 04:57:47 -0500 edited answer rospy subscriber with multiple input

Hi! I'm not really sure if I understand the problem fully. But what happens if you follow method A, but omit the rospy.

2017-10-17 04:46:17 -0500 edited question GPS + IMU + odometry robot_localization demo

GPS + IMU + odometry robot_localization demo Hi! (specially Tom Moore) I'm setting up a demo on robot localization, som

2017-10-17 04:45:58 -0500 edited question GPS + IMU + odometry robot_localization demo

GPS + IMU + odometry robot_localization demo Hi! (specially @"Tom Moore") I'm setting up a demo on robot localization,

2017-10-17 04:45:41 -0500 edited question GPS + IMU + odometry robot_localization demo

GPS + IMU + odometry robot_localization demo Hi! (specially @tom-moore) I'm setting up a demo on robot localization, so

2017-10-17 04:45:21 -0500 edited question GPS + IMU + odometry robot_localization demo

GPS + IMU + odometry robot_localization demo Hi! (specially @Tom Moore) I'm setting up a demo on robot localization, so

2017-10-17 04:39:56 -0500 answered a question rospy subscriber with multiple input

Hi! I'm not really sure if I understand the problem fully. But what happens if you follow method A, but omit the rospy.

2017-10-17 04:28:43 -0500 asked a question GPS + IMU + odometry robot_localization demo

GPS + IMU + odometry robot_localization demo Hi! (specially Tom Moore) I'm setting up a demo on robot localization, som

2014-09-19 12:57:12 -0500 received badge  Necromancer (source)
2014-09-19 12:55:55 -0500 answered a question rosjava_android WIFI set up in a windows based virtual box

Hi!

I'm guessing that in the first test that you did, you were using Ubuntu, and then "moved" that Ubuntu into a VM, running on Windows as a host os?

In that setup, the Ubuntu box is most probably being NATed, so it's not in the same network as the Windows box. You would need to check de networking configuration of your virtual machine software.

Regarding the Internet connectivity requirements, there are no such requirements. It must be some other problem in your network configuration.

2014-09-09 16:10:16 -0500 commented answer rosjava_core + turtlesim = compatibility problems?

These issues have been fixed, long time ago. This question should be marked as answered.

2014-09-09 16:09:06 -0500 received badge  Teacher (source)
2014-09-09 16:09:06 -0500 received badge  Necromancer (source)
2014-04-11 05:23:20 -0500 commented question Using rostest with gtest value-parameterized tests

I'm seeing this same problems. I have an integration test, which have some regular TEST() tests and also some parametrized tests (declaring the class and then using TEST_P). The parametrized tests get ignored when running rostest. I don't see them in the rosunit xml either.

2014-01-10 06:59:28 -0500 received badge  Editor (source)
2014-01-08 07:48:00 -0500 answered a question rosjava_core + turtlesim = compatibility problems?

Hi Jarda!

We are seeing the same problem when mixing the Java master and C++ nodes.

Were you able to fix this? Any help would be appreciated!

EDIT: We have been digging into this issue, and actually found two bugs in roscpp that are involved in this problem. We reported both of them and actually hacked the Apache XML library to workaround the roscpp issues.

The bugs were reported in /ros/ros_comm repo issue #335 and #334. (I can't paste links, sorry!)

Regards, Lucas