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

Fei_Liu's profile - activity

2015-07-21 16:54:38 -0500 received badge  Popular Question (source)
2015-07-21 16:54:38 -0500 received badge  Notable Question (source)
2014-10-22 19:12:26 -0500 received badge  Famous Question (source)
2014-10-22 19:12:26 -0500 received badge  Notable Question (source)
2014-08-24 08:54:42 -0500 received badge  Famous Question (source)
2014-08-24 08:54:17 -0500 received badge  Famous Question (source)
2014-06-29 02:01:23 -0500 received badge  Taxonomist
2014-06-02 22:20:37 -0500 received badge  Popular Question (source)
2014-06-02 22:20:37 -0500 received badge  Notable Question (source)
2014-06-02 22:20:27 -0500 received badge  Notable Question (source)
2014-06-02 22:20:27 -0500 received badge  Popular Question (source)
2014-04-08 05:48:07 -0500 received badge  Enthusiast
2014-03-30 22:08:21 -0500 received badge  Popular Question (source)
2014-03-27 07:37:04 -0500 commented answer pioneer3-at I dont wnt to use ssh to remotely control robot

thanks for your suggestion. I will try that and post the result later.

2014-03-27 06:50:22 -0500 asked a question pioneer3-at I dont wnt to use ssh to remotely control robot

"pioneer3-at I dont wnt to use ssh to remotely control robot"

Hi everyone, I have a problem like this:

Every time I want to operate my Pioneer 3at robot, I need to use "ssh" command to access the on board computer on a remote laptop. And then I can run "RosAria" to connect the robot (rosrun rosaria RosAria _port:=/dev/ttyS0). If I want to control the robot to move, I already know how to control it remotely by running another program that publishes "vel_cmd" [by setting ROS_MASTER_URI].

so, the question is: I don't want to control the robot by the method above, it is not convenient to access onboard computer or set ROS_MASTER_URI etc. I want to remotely run rosrun rosaria RosAria _port:=/dev/ttyS0 and control the robot. but it doesn't work, since the hardware is connected to onboard computer by serial port directly. Actually, I plan to control multiple robots (e.g.,5), If I use "ssh"..., I will at least open 5 terminals, that will cost much time and is not convenient.

Thus, is anyone know how to solve this problem? just open one terminal, and run RosAria on remote laptop and can connect to and control the robots...

Or do you think this cannot be realized?