Quantcast
Channel: ROS Answers: Open Source Q&A Forum - RSS feed
Browsing latest articles
Browse All 97 View Live

Rosbridge only one way on my OSX

This probably has the same underlying cause as the problem I posted in http://answers.ros.org/question/221048/roslibjs-dont-get-goal-result-on-client/, but now I have a simpler way to reproduce the...

View Article


Ros and Anaconda on an OS X homebrew installI

I'm trying to get ROS to play nicely with my Anaconda python. I know the prevailing answer to this problem is. "Don't." but I need Anaconda for other elements of my workflow. My main issue is this: $...

View Article


Python Error while using 'rostopic list'

I've successfully installed ROS & Gazebo using Homebrew and following the Wiki instructions on my Mac, running Yosemite 10.10.5. Both of these execute ok. But when I try to run `rostopic list` I'm...

View Article

RuntimeError: Multiple packages found with the same name "tf2", "tf2_msgs",...

A few months ago, I had successfully installed ROS Indigo on Mac OS X using Mike Purvis' install script (https://github.com/mikepurvis/ros-install-osx) Today, I decided to update my installation and...

View Article

Building the Sparse Bundle Adjustment (SBA) library on OS X

I'm trying to build `slam_karto` from source, which in turn needs `open_karto` and `sparse_bundle_adjustment` The [sparse_bundle_adjustment](https://github.com/ros-perception/sparse_bundle_adjustment)...

View Article


Errors installing rosdep

I am following the rosdep installation/setup instructions as given on the ROS website for OSX/Homebrew, and having run step 2.1.2 (Resolving Dependencies) I get the following errors, in a process that...

View Article

Undefined symbols for architecture x86_64 when cmaking the image_geometry...

Undefined symbols for architecture x86_64: "cv::_InputArray::_InputArray(cv::Mat const&)", referenced from: image_geometry::PinholeCameraModel::rectifyImage(cv::Mat const&, cv::Mat&, int)...

View Article

can't build dependencies - fails while copying license?

Im trying to install ROS on a MacBook OS X El Capitan, 10.11.5. Im strictly following the installation guide's advices (http://wiki.ros.org/jade/Installation/OSX/Homebrew/Source) but always fail when...

View Article


roscore problem as no library found here

Hi, I just installed ROS on my mac (EI captain few days ago) When I execute rosrun, I got problem like this: ... process[rosout-1]: started with pid [23531] [rosout-1] process has died [pid 23531, exit...

View Article


Problems launching many nodes on OSX

I recently did a fresh install of ROS-jade on OSX El Capitan and for the most part everything is working well. However, I have noticed that when launching large launch files (e.g., 100 nodes), there...

View Article

rosdep update ssl cert error

Hi, I'm trying to install ROS Indigo for OSX (Yosemite) using the instructions on the official site, and when I get to the step where you update the ros dependencies (rosdep update), this is what it...

View Article

Cannot build cv_bridge for ROS Jade on OSX Yosemite

I'm getting the following error: [ 0%] Built target std_msgs_generate_messages_lisp [ 0%] Built target std_msgs_generate_messages_py [ 0%] Built target std_msgs_generate_messages_cpp [ 0%] Built...

View Article

ros installation fail in osx.

Hello I'm Carlos, I have a lot of troubles in my ROS installation in OSX. In first place, I had OSX 'EL CAPITAN'. But I had a error in the rosdep step, the error was a conflict with qt4 and qt5....

View Article


Installing ROS Kinetic on OSX Sierra

So, I am trying to follow http://wiki.ros.org/kinetic/Installation/OSX/Homebrew/Source Any I am just getting error after error. Has anyone got Kinetic working on Sierra > Make Error at>...

View Article

How to Add the installation prefix of "Eigen3" to CMAKE_PREFIX_PATH or set...

When I entered this command: cd /Users/mona/ros_catkin_ws/build_isolated/pcl_ros && /Users/mona/ros_catkin_ws/install_isolated/env.sh cmake /Users/mona/ros_catkin_ws/src/perception_pcl/pcl_ros...

View Article


OS X - Indigo - 2.1.2 and 2.1.3 install problems

**I get this message after running 2.1.2 :** ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies: python_qt_binding: No definition of...

View Article

Python segfaults on OS X.10 with Indigo and brew

Hello all, I've installed ROS indigo, following the standard install on the site, on a Mac OS X 10 (Yosemite). Whenever I try to run python scripts such as `rostopic` or `rosrun rqt_graph rqt_graph`, I...

View Article


Continued: Installing on Mac Sierra: qt_gui_cpp_sip errors

It's turning out to be really important for me to try and get ROS installed on Mac even though I realize its not a supported platform (yet). I've made it through lots of hurdles and learned more about...

View Article

Kinetic installation OSX 10.12 - rosdep install issues

Hello, I am following the installation instructions here: http://wiki.ros.org/kinetic/Installation/OSX/Homebrew/Source#hydro.2BAC8-Installation.2BAC8-Source.Maintaining_a_Source_Checkout I have got to...

View Article

Communicating to Docker container on OSX

I would like to run some ROS-related things natively on OSX (simulators to take advantage of GPU acceleration), and the majority of the rest of a ROS system in an Ubuntu Docker container (to take...

View Article

rviz not compiling mac osx

I was trying to install ROS on mac after having traded from ubuntu. I found some of these inconsistencies in the latest boost libraries. 1 . The latest boost library does not offer tr1/* hence rospack...

View Article


Ros Jade Osx - compiler error robot_state_publisher

Hi @all i would like to install ros jade on osx. i know that is in experimental state but there's no other way. in package robot_state_publisher an error is generated. [ 71%] Building CXX object...

View Article


rqt_rviz via VNC (core dumped)

Hello community, does somebody uses rqt_rviz via vnc remote control (robot ubutnu 16.04, vnc client osx 10.12v) ? I like to use rqt_* tools from my osx notebook via vnc and I noticed that rqt_rviz did...

View Article

Segmentation Fault - OS X - LLVM Clang++

I've compiled ROS Kinetic Desktop Full on my OS X Sierra machine using LLVM/Clang 5.0.1 installed from HomeBrew. Why? Mainly because some 3rd party rospackages (like MoveIt) use OpenMP which is not...

View Article

Kinetic in OS X

I've searched and tried many(maybe all) different ways to make it, but failed and finally gave up. (I mostly made it; successfully running the basic things such as roscore and play the rosbag files,...

View Article


OS X: Errors when I use wstool to update my workspace!

Currently when I use wstool to update my workspace, I got errors like that: ERROR [vcstools] Tarball download unpack failed: < urlopen error [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol...

View Article

error at catkin_make_installation at installation

ROS Version: Melodic Morenia OS: MAC OS MOJAVE Following the instructions at http://wiki.ros.org/kinetic/Installation/OSX/Homebrew/Source getting the following error: Command Executed:...

View Article

Running ROS on Raspberry Pi and Sending data to MacBook

I have ROS Kinetic installed on a Raspberry Pi, working fine. I have Gazebo installed on a separate MacBook. Since installing ROS on MacOS is still problematic and buggy, I want to know if there is a...

View Article

Installing ROS Kinetic on OSX Mojave:Tarball download unpack failed: file...

I am following http://wiki.ros.org/kinetic/Installation/OSX/Homebrew/Source to install ros. When I had executed wstool init -j8 src kinetic-desktop-wet.rosinsta, I've got errors as follows: Using...

View Article



osx: rosrun cannot find librospack dynamic library

I installed ros (kinetic) on my Mac Sierra 10.12.6. It seems to be up and running as it has no problem with `roscore`. Though, when I want to run the `turtlesim` package, it gives me an error: dyld:...

View Article
Browsing latest articles
Browse All 97 View Live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>