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

Parvathy's profile - activity

2022-04-17 13:27:14 -0500 received badge  Famous Question (source)
2022-04-17 13:27:03 -0500 received badge  Notable Question (source)
2019-03-01 12:41:31 -0500 marked best answer ROS support in Windows 10 tablet + Qt GUI application

Hi, I want to create an Qt GUI (using qml) application which is targeted to run on a windows 10 tablet. Whether ROS can be installed in mobile or tablet platforms.

I have a windows tablet UI application and planning to 1) Subscribe for a ROS topic and ROS data 2) Update the application GUI , based on the data received from ROS node.

Is there any alternative solution develop GUI application with ROS , to run on a mobile platform.

2018-03-19 09:22:42 -0500 received badge  Famous Question (source)
2018-01-31 01:35:35 -0500 received badge  Notable Question (source)
2018-01-27 05:13:14 -0500 received badge  Popular Question (source)
2018-01-27 04:40:04 -0500 edited question ROS support in Windows 10 tablet + Qt GUI application

ROS support in Windows 10 tablet + Qt GUI application Hi, I want to create an Qt GUI (using qml) application which is ta

2018-01-27 03:19:56 -0500 commented question ROS support in Windows 10 tablet + Qt GUI application

Ok.. thanks for the reply,,, But i want to know whether it is supported in a mobile/ tablet application?

2018-01-27 03:18:20 -0500 asked a question ROS support on windows mobile/tablet application

ROS support on windows mobile/tablet application Hi, I have a windows tablet UI application and planning to 1) Subscri

2018-01-26 11:12:57 -0500 asked a question ROS support in Windows 10 tablet + Qt GUI application

ROS support in Windows 10 tablet + Qt GUI application Hi, I want to create an Qt GUI (using qml) application which is ta

2017-01-24 18:57:04 -0500 received badge  Popular Question (source)
2017-01-23 03:57:51 -0500 asked a question Supported for implementing tf functionality of ROS on a Windows Platform

Hi,,

I want to get a confirmation on whether the tf functionality of ROS is supported on a Windows Platform.

I have tried and tested the simple publisher and listener on Windows Platform.

But now we are looking for some advanced function ..ie visual transform (tf). But no where I could find a proper solution/documentation for the implementation of tf on Windows Platform. All support is provided for the implementation on Ubuntu platform.

I have posted the same concern in ROS answers site and I got many options like codenotes/ros_cygwin , uml-robotics/ROS.NET , rosjava etc. But it is not fully helpful.

Please support.

2017-01-21 11:50:09 -0500 received badge  Notable Question (source)
2017-01-20 05:34:45 -0500 commented answer Whether visual tranform can be implemented in windows machine ?

Not on Linux Machine .

I am trying on windows 7 machine.

2017-01-20 04:58:43 -0500 received badge  Popular Question (source)
2017-01-20 04:43:18 -0500 received badge  Editor (source)
2017-01-20 04:42:30 -0500 commented answer Whether visual tranform can be implemented in windows machine ?

My requirement is that, I need to run a tf listener in windows machine. either through Python script or cpp code.

I was able to run ,Simple Publisher and Subscriber (Python) on a Windows machine, successfully,

Also, I tried the following http://servicerobotics.eu/en/other-pr.. .

Please advise.

2017-01-20 03:53:17 -0500 asked a question Whether subscriber/ listener using visual transform (tf )can be implemented using cpp code in a windows machine ?

My requirement is that, I need to run a tf listener in windows machine. either through Python script or cpp code.

I was able to run ,Simple Publisher and Subscriber (Python) on a Windows machine, successfully,

Also, I tried the following http://servicerobotics.eu/en/other-pr...

Please advise.

2017-01-19 05:00:58 -0500 asked a question Whether visual tranform can be implemented in windows machine ?

My requirement is that, I need to run a tf listener in windows machine. either through Python script or cpp code.

I was able to run ,Simple Publisher and Subscriber (Python) on a Windows machine, successfully,

Also, I tried the following http://servicerobotics.eu/en/other-pr...

Please advise.

2017-01-19 05:00:57 -0500 asked a question Whether tf / lookup transform can be implemented using windows machine ?

Whether the following can be impemented using windows machine(not ubuntu), if yes how to do it

  • Writing a tf broadcaster (Python)
    • Writing a tf listener (Python)

The following website link describes the steps to be followed in a linux machine.