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

gunshi's profile - activity

2018-11-22 21:16:35 -0500 received badge  Famous Question (source)
2018-11-22 21:16:35 -0500 received badge  Notable Question (source)
2018-11-22 21:16:35 -0500 received badge  Popular Question (source)
2016-04-27 06:57:20 -0500 commented answer Using isight/facetime builtin camera

Hi, do you know by any chance from which macbook model onwards this happened? I have a late 2011 macbook pro, on OS X 10.11.12, and i was wondering if it supports uvc.

2016-04-18 00:39:24 -0500 received badge  Enthusiast
2016-04-13 06:20:08 -0500 asked a question Error during run of ros_catkin_ws/install_isolated/env.sh

System: OSX 10.11.2

On running ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release The process stops with the error

[ 44%] Built target gazebo_os_joint_state_publisher [ 44%] Built target gazebo_os_block_laser make: * [all] Error 2 <== Failed to process package 'gazebo_plugins': Command '['/Users/gunshigupta/ros_catkin_ws/install_isolated/env.sh', 'make', '-j4', '-l4']' returned non-zero exit status 2

Reproduce this error by running: ==> cd /Users/gunshigupta/ros_catkin_ws/build_isolated/gazebo_plugins && /Users/gunshigupta/ros_catkin_ws/install_isolated/env.sh make -j4 -l4

Command failed, exiting.

So when i run the command:

cd /Users/gunshigupta/ros_catkin_ws/build_isolated/gazebo_plugins && /Users/gunshigupta/ros_catkin_ws/install_isolated/env.sh make -j4 -l4

to reproduce the error, I get the errors shown in this gist: https://gist.github.com/gunshi/494f58...

Can anyone help me with what needs to be modified during the build process to get the gazebo_plugins to build and install? Reference to same question asked by me on github: https://github.com/ros-simulation/gaz... Thanks.

2016-04-13 06:20:08 -0500 asked a question Error from ros_catkin_ws/install_isolated/env.sh

System: OSX 10.11.2

On running ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release The process stops with the error:

[ 44%] Built target gazebo_os_joint_state_publisher [ 44%] Built target gazebo_os_block_laser make: * [all] Error 2 <== Failed to process package 'gazebo_plugins': Command '['/Users/gunshigupta/ros_catkin_ws/install_isolated/env.sh', 'make', '-j4', '-l4']' returned non-zero exit status 2

Reproduce this error by running: ==> cd /Users/gunshigupta/ros_catkin_ws/build_isolated/gazebo_plugins && /Users/gunshigupta/ros_catkin_ws/install_isolated/env.sh make -j4 -l4

Command failed, exiting.

So when i run the command:

cd /Users/gunshigupta/ros_catkin_ws/build_isolated/gazebo_plugins && /Users/gunshigupta/ros_catkin_ws/install_isolated/env.sh make -j4 -l4

to reproduce the error, I get the errors shown in this gist: https://gist.github.com/gunshi/494f58...

Can anyone help me with what needs to be modified during the build process to get the gazebo_plugins to build and install? Thanks.