No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

cpp_pubsub package from ros_2_android repo

cpp_pubsub

Package Summary

Tags No category tags.
Version 0.0.0
License TODO: License declaration
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/mirellameelo/ros_2_android.git
VCS Type git
VCS Version master
Last Updated 2020-03-27
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

TODO: Package description

Additional Links

No additional links.

Maintainers

  • turtlebot

Authors

No additional authors.

ROS_2_ANDROID

Receiving and publishing data from Android via ROS 2

Once you have one Android application sending data via socket, you will be able to publish (talker) and subscriber (listener) via ROS 2. In this repository, you can find a simple Android application to use as example.

The video tutorial is available here.

Dependencies:

Clonning the repository

cd $HOME
git clone https://github.com/mirellameelo/ROS_2_ANDROID.git

Debug step (optional)

1) Open your Android Studio 2) Open the project “my_places” 3) Go to app->java->com.example.myplaces->MainActivity and CHANGE the IP to your computer IP (you can verify it when running ifconfig in the terminal) 4) Run the application in your phone 5) Open the terminal and run:

cd $HOME/ROS_2_ANDROID/src
./a.out

Now, every time you click the connection button, you’ll be able to see a variable incrementing. This indicates that the socket connection its working fine, and you’re able to go to the next steps.

Building ROS 2 package

Open the terminal and source the ROS:

source /opt/ros/dashing/setup.bash

# Build the packages
cd $HOME/ROS_2_ANDROID 
colcon build --packages-select cpp_pubsub

ROS 2 and Android communication

Step 1: runnning the Android application in your phone

1) Open your Android Studio 2) Open the project “my_places” 3) Go to app->java->com.example.myplaces->MainActivity and CHANGE the IP to your computer IP (you can verify it when running ifconfig in the terminal) 4) Run the application in your phone

Step 2: runnning the talker and listener

Open two terminals and source the cpp_pubsub setup file in both.

source $HOME/ROS_2_ANDROID/install/setup.bash

Terminal_1: Run the talker

#run the talker
ros2 run cpp_pubsub talker

The publisher now is waiting for data comming via Socket. Terminal_2: Run the listener

# run the listener
ros2 run cpp_pubsub listener

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cpp_pubsub at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.