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

akshayk07's profile - activity

2019-05-07 11:54:41 -0500 marked best answer ODroid XU4 GPIO pins and ROS

Odroid running Ubuntu Mate 16.04 and ROS Kinetic. I have wiringPi2 installed for accessing the GPIO pins. I am able to use the GPIO pins through a Python script, but they require sudo access. I have a ROS node (written in Python) in which I want to access the GPIO pin data and publish to a topic. But, I am not able to do so, because wiringPi2 required sudo access, and ROS is not defined in root.

I have tried using wiringPiSetupSys() function which does not require sudo access, but that does not work i.e. I am not able to get the GPIO pin data without sudo access.

All the solutions to similar problems for Raspberry Pi platform don't seem to work for Odroid.

Thanks.

2018-10-15 14:00:10 -0500 received badge  Famous Question (source)
2018-06-17 13:27:51 -0500 commented question Cannot run offboard node for mavros !

Try launching your Gazebo simulation and MAVROS node separately.

2018-06-17 13:00:39 -0500 commented question Cannot run offboard node for mavros !

Make sure you have setup your environment correctly as given in the instructions here. Also, see the commands I have use

2018-06-17 13:00:06 -0500 commented question Cannot run offboard node for mavros !

Make sure you have setup your environment correctly as given in the instructions here. Also, see this

2018-06-01 14:32:30 -0500 received badge  Notable Question (source)
2018-06-01 14:17:57 -0500 commented answer Creating a ROS msg

I have updated the answer. If this answer is correct, then click the green tick so that this question is answered and ca

2018-06-01 14:17:10 -0500 edited answer Creating a ROS msg

At the step 2.1 how can I know if these two lines are uncommented ? Do I have to open the package.xml file with the e

2018-06-01 10:00:17 -0500 commented answer Creating a ROS msg

Yes, it should be uint8.

2018-06-01 04:09:04 -0500 edited answer ODroid XU4 GPIO pins and ROS

Unfortunately, I could not find a fix to the problem with the exact specifications mentioned. However, when I tested the

2018-05-31 15:12:37 -0500 answered a question Creating a ROS msg

At the step 2.1 how can I know if these two lines are uncommented ? Do I have to open the package.xml file with the e

2018-05-29 08:11:19 -0500 received badge  Popular Question (source)
2018-05-29 04:36:03 -0500 answered a question ODroid XU4 GPIO pins and ROS

Unfortunately, I could not find a fix to the problem with the exact specifications mentioned. However, when I tested the

2018-05-22 00:53:42 -0500 received badge  Enthusiast
2018-05-21 01:21:20 -0500 edited question ODroid XU4 GPIO pins and ROS

ODroid XU4 GPIO pins and ROS Odroid running Ubuntu Mate 16.04 and ROS Kinetic. I have wiringPi2 installed for accessing

2018-05-21 01:09:38 -0500 asked a question ODroid XU4 GPIO pins and ROS

ODroid XU4 GPIO pins and ROS Odroid running Ubuntu Mate 16.04 and ROS Kinetic. I have wiringPi2 installed for accessing

2018-03-21 13:33:05 -0500 marked best answer ERROR: Gradle 'android_10' project refresh failed

ROS Android

Error:Unsupported method: BaseConfig.getApplicationIdSuffix().
The version of Gradle you connect to does not support that method.
To resolve the problem you can change/upgrade the target version of Gradle you connect to.
Alternatively, you can ignore this exception and read other information from the model.

I am trying to use ROSJava in Android Studio 3.0.1 but following the installation instructions given here leads to this error in Android Studio. Please advise.

2018-03-21 13:33:05 -0500 received badge  Scholar (source)
2018-01-22 12:57:01 -0500 received badge  Famous Question (source)
2017-12-27 15:36:45 -0500 received badge  Notable Question (source)
2017-12-27 12:44:55 -0500 answered a question ERROR: Gradle 'android_10' project refresh failed

I managed to solve the issue by using Android Studio 2.x.x instead of the newer 3.x.x versions.

2017-12-27 12:44:14 -0500 edited question ERROR: Gradle 'android_10' project refresh failed

ERROR: Gradle 'android_10' project refresh failed ROS Android Error:Unsupported method: BaseConfig.getApplicationIdSuff

2017-12-26 22:51:45 -0500 received badge  Organizer (source)
2017-12-26 04:50:56 -0500 received badge  Popular Question (source)
2017-12-26 04:27:47 -0500 edited question ERROR: Gradle 'android_10' project refresh failed

ERROR: Gradle 'android_10' project refresh failed ROS Android Error:Unsupported method: BaseConfig.getApplicationIdSuff

2017-12-26 04:27:33 -0500 edited question ERROR: Gradle 'android_10' project refresh failed

ERROR: Gradle 'android_10' project refresh failed Ros android Error:Unsupported method: BaseConfig.getApplicationIdSuff

2017-12-26 04:27:33 -0500 received badge  Editor (source)
2017-12-26 04:27:03 -0500 commented question ERROR: Gradle 'android_10' project refresh failed

I have updated the question. Sorry for the incomplete question.

2017-12-26 04:26:14 -0500 edited question ERROR: Gradle 'android_10' project refresh failed

ERROR: Gradle 'android_10' project refresh failed Ros android Error:Unsupported method: BaseConfig.getApplicationIdS

2017-12-25 15:46:31 -0500 asked a question ERROR: Gradle 'android_10' project refresh failed

ERROR: Gradle 'android_10' project refresh failed Ros android Error:Unsupported method: BaseConfig.getApplicationIdSuffi

2017-12-21 22:55:40 -0500 received badge  Supporter (source)
2017-12-21 22:53:56 -0500 received badge  Autobiographer