asmodehn / celeros

Celery ROS python interface
0 stars 2 forks source link

[Gopher Stable 201602] get_redis_ConnectionError() #23

Open noizbuster opened 8 years ago

noizbuster commented 8 years ago

I was updated to "Gopher Stable 201602" after building project I tried to launch below 2 scripts

#! /bin/bash
source /opt/groot/desktop_stable_ws/devel/setup.bash
# The ROS_MASTER_URI's port should be different to another's
export ROS_MASTER_URI="http://localhost:11315"
roslaunch gopher_desktop gocart_sim.launch zeroconf:=false --screen
#! /bin/bash
source /opt/groot/desktop_stable_ws/devel/setup.bash
# The ROS_MASTER_URI's port should be different to another's
export ROS_MASTER_URI="http://localhost:11311"
roslaunch gocart_concert concert.launch disable_zeroconf:=true --screen

then, poped out bunches of error msg, and when I connect to localhost:5555, There are any worker image

attachment : error log celog.txt

asmodehn commented 8 years ago

There is now a new option in the launcher : local_concert. You might want to check the launch file and try to use it. Maybe it's a problem with the default value... I ll check it tomorrow. On Feb 25, 2016 1:05 PM, "WONWOO YANG" notifications@github.com wrote:

I was updated to "Gopher Stable 201602" after building project I tried to launch below 2 scripts

! /bin/bash

source /opt/groot/desktop_stable_ws/devel/setup.bash

The ROS_MASTER_URI's port should be different to another's

export ROS_MASTER_URI="http://localhost:11315" roslaunch gopher_desktop gocart_sim.launch zeroconf:=false --screen

! /bin/bash

source /opt/groot/desktop_stable_ws/devel/setup.bash

The ROS_MASTER_URI's port should be different to another's

export ROS_MASTER_URI="http://localhost:11311" roslaunch gocart_concert concert.launch disable_zeroconf:=true --screen

then, poped out bunches of error msg, and when I connect to localhost:5555, There are any worker [image: image] https://cloud.githubusercontent.com/assets/8962065/13309448/1dc9ab76-dbc0-11e5-9eea-700fffd51bf9.png

attachment : error log celog.txt https://github.com/asmodehn/celeros/files/145924/celog.txt

— Reply to this email directly or view it on GitHub https://github.com/asmodehn/celeros/issues/23.