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

ferre's profile - activity

2013-06-20 10:47:12 -0500 received badge  Taxonomist
2013-05-09 11:00:08 -0500 received badge  Famous Question (source)
2013-05-07 08:28:22 -0500 received badge  Commentator
2013-05-07 08:28:22 -0500 commented answer Error building catkin on Pandaboard ES (Groovy)

Thanks for the explanation. I wasn't aware of that and spent quite a while trying to build ROS from source. Lessons to take home: 1. installing ROS in the Pandaboard ES with the instructions @ahendrix provided. 2. work as SU instead of using sudo to avoid undesirable behaviors.

2013-05-07 06:37:32 -0500 received badge  Scholar (source)
2013-05-07 06:37:06 -0500 commented answer Error building catkin on Pandaboard ES (Groovy)

@William thanks for the advice, it is up and running! Fantastic! Just wondering about why not using sudo to build source code?

2013-05-06 17:22:45 -0500 commented answer Error building catkin on Pandaboard ES (Groovy)

Hi ahendrix, thanks for the tip. So far ros-groovy-ros-base installed without problems. However after following point 4 of http://tinyurl.com/bp5tdjp I get sudo: catkin_init_workspace: command not found even though I confirmed I have ros-groovy-catkin installed. Any ideas?

2013-05-06 16:12:00 -0500 received badge  Notable Question (source)
2013-05-06 15:58:03 -0500 commented answer Error building catkin on Pandaboard ES (Groovy)

Hi William, my version yaml-cpp is 0.5.1

2013-05-06 14:41:54 -0500 received badge  Popular Question (source)
2013-05-06 13:43:41 -0500 commented question Error building catkin on Pandaboard ES (Groovy)

@tfoote, let me know if the edit helps.

2013-05-06 11:27:31 -0500 commented question Error building catkin on Pandaboard ES (Groovy)

@zumili, do you have any thoughts?

2013-05-06 11:25:22 -0500 commented answer problems with ros installation on pandaboard with armhf

@semael23, did publish somewhere your solution?

2013-05-06 08:55:44 -0500 received badge  Editor (source)
2013-05-03 12:53:07 -0500 commented question Error building catkin on Pandaboard ES (Groovy)

the links to the instructions I followed are: http://www.ros.org/wiki/groovy/Installation/PandaBoard/Source and http://www.ros.org/wiki/groovy/Installation/Raspbian/Source

2013-05-03 12:52:28 -0500 asked a question Error building catkin on Pandaboard ES (Groovy)

Hi, I'm fairly new to Linux and ROS. I'm trying to install Groovy onto my Pandaboard ES running Ubuntu 12.04. Upon building the catkin packages I get the following errors. I have followed both of the instructions in the links below with no success yet .

Thanks in advance!

<== Finished processing package [89 of 147]: 'sensor_msgs'
==> Processing catkin package: 'camera_calibration_parsers'
==> Building with env: '/opt/ros/groovy/env.sh'
Makefile exists, skipping explicit cmake invocation...
==> make cmake_check_build_system in '/opt/ros/groovy/ros_catkin_ws/build_isolated/camera_calibration_parsers' 
==> make -j2 -l2 in '/opt/ros/groovy/ros_catkin_ws/build_isolated/camera_calibration_parsers'
[ 25%] Building CXX object CMakeFiles/camera_calibration_parsers.dir/src/parse_yml.cpp.o
/opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp: In function ‘void camera_calibration_parsers::operator>>(const YAML::Node&, camera_calibration_parsers::SimpleMatrix&)’:
/opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:87:19: error: no match for ‘operator>>’ in ‘YAML::Node::operator[](const Key&) const [with Key = char [5]]((*"rows")) >> rows’
/opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:87:19: note: candidate is:
/opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:84:6: note: void camera_calibration_parsers::operator>>(const YAML::Node&, camera_calibration_parsers::SimpleMatrix&)
/opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:84:6: note:   no known conversion for argument 2 from ‘int’ to ‘camera_calibration_parsers::SimpleMatrix&’
/opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:89:19: error: no match for ‘operator>>’ in ‘YAML::Node::operator[](const Key&) const [with Key = char [5]]((*"cols")) >> cols’
/opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:89:19: note: candidate is:
/opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:84:6: note: void camera_calibration_parsers::operator>>(const YAML::Node&, camera_calibration_parsers::SimpleMatrix&)
/opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:84:6: note:   no known conversion for argument 2 from ‘int’ to ‘camera_calibration_parsers::SimpleMatrix&’
/opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:93:24: error: no match for ‘operator>>’ in ‘YAML::Node::operator[](const Key&) const [with Key = int]((*(const int*)(& i))) >> *(m.camera_calibration_parsers::SimpleMatrix::data + ((unsigned int)(((unsigned int)i) * 8u)))’
/opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:93:24: note: candidate is:
/opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:84:6: note: void camera_calibration_parsers::operator>>(const YAML::Node&, camera_calibration_parsers::SimpleMatrix&)
/opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:84:6: note:   no known conversion for argument 2 from ‘double’ to ‘camera_calibration_parsers::SimpleMatrix&’
/opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp: In function ‘bool camera_calibration_parsers::readCalibrationYml(std::istream&, std::string&, sensor_msgs::CameraInfo&)’:
/opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:153:12: error: ‘class YAML::Parser’ has no member named ‘GetNextDocument’
/opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:155:43: error: ‘class YAML::Node’ has no member named ‘FindValue’
/opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:156:21: error: no match for ‘operator>>’ in ‘* name_node >> camera_name’
/opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:156:21: note: candidates are:
/opt/ros/groovy/ros_catkin_ws/src/camera_calibration_parsers/src/parse_yml.cpp:84:6: note: void camera_calibration_parsers ...
(more)
2013-04-29 18:51:06 -0500 commented question Groovy unmet dependencies Ubuntu 12.04 Precise

has anyone found a solution to this issue?

2013-04-29 18:18:45 -0500 commented question Problem Installing Groovy on Ubuntu 12.04 LTS

has someone found a solution to this issue? I am not able to find a solution :-/ This thread doesn't seem to fix it either http://bit.ly/12W9dLy