osrf / cloudsim-legacy

Apache License 2.0
1 stars 1 forks source link

gzclient not displaying image when connected to server in constellation #114

Closed osrf-migration closed 11 years ago

osrf-migration commented 11 years ago

Original report (archived issue) by Jose Luis Rivero (Bitbucket: Jose Luis Rivero, GitHub: j-rivero).


When I try to run gzclient in my local machine to connect through vpn to gzserver running on simulator, gzclient seems to be frozen, appears but no image is displayed, see image below. I can run gztopics list without problems.

nightly version of drcsim and gazebo was installed in my machine.

Steps done:

... source all setup.sh involved in drcsim ...
jrivero@quartz ~ $ export GAZEBO_MASTER_URI=http://10.0.0.51:11345
jrivero@quartz ~ $ gzclient

gzclient error

UPDATE: if I left open gzclient during some minutes some values of real time factor, and timing appear, but they are not being updated.

osrf-migration commented 11 years ago

Original comment by Jose Luis Rivero (Bitbucket: Jose Luis Rivero, GitHub: j-rivero).


osrf-migration commented 11 years ago

Original comment by Jose Luis Rivero (Bitbucket: Jose Luis Rivero, GitHub: j-rivero).


osrf-migration commented 11 years ago

Original comment by Jose Luis Rivero (Bitbucket: Jose Luis Rivero, GitHub: j-rivero).


My bad, it needs to set GAZEBO_IP also:

export GAZEBO_IP=11.8.0.2
osrf-migration commented 11 years ago

Original comment by Jose Luis Rivero (Bitbucket: Jose Luis Rivero, GitHub: j-rivero).


Fixed