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

hulkbv's profile - activity

2021-01-28 04:26:33 -0500 received badge  Famous Question (source)
2021-01-28 04:26:33 -0500 received badge  Notable Question (source)
2017-11-27 02:24:22 -0500 marked best answer Adding an image publishing node to the android_tutorial_image_transport

Hi guys,

I am wondering about how to add an image publisher to original image_transport tutorial project in order to publish the images from Android camera?

Here are some ideas I've tried but have not succeeded:

  • Use RosCameraPreviewView (like the android_camera_tutorial did) inside the MainActivity class by adding the second nodeConfiguration
    • Use CompressedImagePublisher from org.ros.android.view.camera.
    • Write rosjava publisher from scratch as this link

Any idea or suggestion would be much appreciated! Cheers

2017-11-07 09:45:48 -0500 received badge  Popular Question (source)
2017-07-11 04:55:45 -0500 answered a question Adding an image publishing node to the android_tutorial_image_transport

Hi @jubeira, I made it work on the weekend. The mistake I made is that I forgot to setCamera and releaseCamera (due to t

2017-07-07 07:43:52 -0500 asked a question Adding an image publishing node to the android_tutorial_image_transport

Adding an image publishing node to the android_tutorial_image_transport Hi guys, I am wondering about how to add an ima

2017-07-06 03:43:01 -0500 commented question catkin_create_android_project unsupported command create project

hey @tkkhuu, you need to switch back to the SDK tools old version, version 25.2.5 or lower would be ok. Have fun!

2017-07-02 00:00:54 -0500 received badge  Enthusiast
2017-07-02 00:00:53 -0500 received badge  Enthusiast
2017-07-01 04:37:54 -0500 commented answer How to fix "Invoking "make -j2 -l2"failed" creating rosjava packages (catkin style) in ros indigo?

Hey @rhnbmpl, I have another error when add a new project into the android_core. It shows: ~/android_core/src/android_c

2017-07-01 04:37:26 -0500 commented answer How to fix "Invoking "make -j2 -l2"failed" creating rosjava packages (catkin style) in ros indigo?

Hey @rhnbmpl, I have another error when add a new project into the android_core. It shows: /android_core/src/android_co

2017-06-29 05:34:26 -0500 commented answer How to fix "Invoking "make -j2 -l2"failed" creating rosjava packages (catkin style) in ros indigo?

thanks a lot, @rhnbmpl

2017-06-28 09:16:00 -0500 commented answer How to fix "Invoking "make -j2 -l2"failed" creating rosjava packages (catkin style) in ros indigo?

@rhnbmpl installing oracle-jdk8 definitely solves the above error. But I still struggle to build the android package. D

2017-06-28 06:30:24 -0500 commented answer How to fix "Invoking "make -j2 -l2"failed" creating rosjava packages (catkin style) in ros indigo?

@rhnbmpl Thanks a lot for quick reply. But is there any conflict between Ubuntu 14.04 and jdk 8 since then. Do you remem

2017-06-28 05:55:20 -0500 commented answer How to fix "Invoking "make -j2 -l2"failed" creating rosjava packages (catkin style) in ros indigo?

@rhnbmpl hey, I am wordering which version of Ubuntu are you using? I got the same error