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

is it possible to communicate between two ROS systems, exploring in one, and SLAM in the other ?

asked 2018-01-19 20:07:56 -0500

Mohammedism gravatar image

updated 2018-01-19 20:27:37 -0500

Hello everyone, I have question about if it possible for one ROS system to do an exploring (Raspberry pi) and transfer data to other ROS system (LINUX) To Use SLAM to draw a map ? if yes, can someone tells me the main idea or how to start Thank you

*Because i have seen communication between two ROS system, but i was not sure if is it possible to the extension of using SLAM and RVIZ to have the map on the other machine

edit retag flag offensive close merge delete

Comments

What do you mean by

two ROS systems

? Two computers both running ROS on the same network with the same Master? Something else?

jayess gravatar image jayess  ( 2018-01-19 20:50:30 -0500 )edit

What i mean a Raspberry pi with Jessie OS on it, that runs ROS but since the Raspberry pi can not handle RVIZ

I will run RVIZ on another computer

Mohammedism gravatar image Mohammedism  ( 2018-01-19 22:32:19 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-01-19 21:50:53 -0500

clyde gravatar image

The short answer is "yes." Take a look at http://wiki.ros.org/ROS/Tutorials/Mul... to see how to set that up.

In practice you'll need to be careful about managing the data flowing over the network. You should run roscore and the motor controllers and sensor drivers on the RPi so that your robot is responsive and immune from network hiccups. On the desktop you can run SLAM and exploration; these consume lots of CPU but generate small messages like tf transforms. The challenge is getting the sensor data up to your desktop reliably. Laser data is pretty small, but pointclouds can be huge, so you'll probably need to downsample on the RPi. It really depends on your situation.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2018-01-19 20:07:56 -0500

Seen: 828 times

Last updated: Jan 19 '18