

- Python /versions/5/qtcore (which was built for mac os x 10.11) install#
- Python /versions/5/qtcore (which was built for mac os x 10.11) full#
- Python /versions/5/qtcore (which was built for mac os x 10.11) code#
Philips-MBP:install_isolated philipbarile$ rostopic listįatal Python error: PyThreadState_Get: no current threadĪny help with a solution would be greatly appreciated.īelow is a full error dump when it crashes. But when I try to run `rostopic list` I'm getting this Python error: I've successfully installed ROS & Gazebo using Homebrew and following the Wiki instructions on my Mac, running Yosemite 10.10.5. PS: chrome dev tool/Network/WS for localhost indicates that messages are going out from the browser, I'd be curious if running this on Ubuntu worked.
Python /versions/5/qtcore (which was built for mac os x 10.11) install#
My guess is this has something to due with my particular ROS installation,Įsp the Rosbridge package which is difficult to install on OSX ROS_MASTER_URI= ROSLISP_PACKAGE_DIRECTORIES=/Users/Fry/ros_ws/devel/share/common-lisp ROS_PACKAGE_PATH=/Users/Fry/ros_ws/src:/opt/ros/indigo/share:/opt/ros/indigo/stacks To be printed out in the Chrome console, as indicated in the tutorial. Received message on /listener: "Hello, World" $ rostopic pub /listener std_msgs/String "Hello, World" WARNING The following node subscriptions are unconnected: Warnings are things that may be just fine, but are sometimes at fault Indicating that the service request made it to the server andĪdditional info that perhaps provides some clues:īeginning tests of your ROS graph. In the rosrun terminal window, I see printed out: Result for service call on /add_two_ints: 3
Python /versions/5/qtcore (which was built for mac os x 10.11) code#
I see in the console: `"Connected to websocket server"` (This is good)īut there's nothing else printed in the console (this is bad)Īs the JS code indicates it should print out:

In Chrome, browse: file:///your_dir/simple.html $ roslaunch rosbridge_server rosbridge_websocket.launch (in the tutorial)Ĭopy the whole page HTML into a file, say, simple.html Here is is: $ rosrun rospy_tutorials add_two_ints_server (in the tutorial) The simplest way I can reproduce this is:

On the server, but I can't get any information back to the browser. I can call a service from the browser, and it successfully executes I'm running OSX Yosemite, ROS Indigo, Rosbridge with ROSlibjs That uses no code from me and some extra clues.

I posted in, but now I have a simpler way to reproduce the problem and This probably has the same underlying cause as the problem
