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

How to install jsk-ros-pkg totally

asked 2013-02-08 03:41:10 -0500

ZiyangLI gravatar image

updated 2013-03-01 02:47:34 -0500

Hi, I am using Fuerte with Ubuntu12.04X64. My question is how can I install jsk-ros-pkg?

When I try to rosmake euscollada I have following problem:

    [ rosmake ]    /home/zli/.ros/rosmake/rosmake_output-20130301-153224/collada_urdf_jsk_patch/build_output.log
[rosmake-0] Finished <<< collada_urdf_jsk_patch [PASS] [ 436.86 seconds ] -- WARNING: 11 compiler warnings           
[rosmake-0] Starting >>> euscollada [ make ]                                                                         
[ rosmake ] Last 40 linesscollada: 9.3 sec ]                                              [ 1 Active 38/39 Complete ]
{-------------------------------------------------------------------------------
  /home/zli/ros/workspace/svn/jsk-ros-pkg/jsk_model_tools/euscollada/src/collada2eus.cpp:1103:47: error: no match for ‘operator>>’ in ‘YAML::Node::operator[](const Key&) const [with Key = unsigned int]((*(const unsigned int*)(& i))) >> value’
  /home/zli/ros/workspace/svn/jsk-ros-pkg/jsk_model_tools/euscollada/src/collada2eus.cpp:1103:47: note: candidates are:
  /usr/include/c++/4.6/bits/basic_string.tcc:998:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::basic_string<_CharT, _Traits, _Alloc>&)
  /usr/include/c++/4.6/bits/istream.tcc:957:5: note: template<class _CharT2, class _Traits2> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, _CharT2*)
  /usr/include/c++/4.6/bits/istream.tcc:925:5: note: template<class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, _CharT&)
  /usr/include/c++/4.6/istream:709:5: note: template<class _Traits> std::basic_istream<char, _Traits>& std::operator>>(std::basic_istream<char, _Traits>&, unsigned char&)
  /usr/include/c++/4.6/istream:714:5: note: template<class _Traits> std::basic_istream<char, _Traits>& std::operator>>(std::basic_istream<char, _Traits>&, signed char&)
  /usr/include/c++/4.6/istream:756:5: note: template<class _Traits> std::basic_istream<char, _Traits>& std::operator>>(std::basic_istream<char, _Traits>&, unsigned char*)
  /usr/include/c++/4.6/istream:761:5: note: template<class _Traits> std::basic_istream<char, _Traits>& std::operator>>(std::basic_istream<char, _Traits>&, signed char*)
  /usr/include/c++/4.6/complex:488:5: note: template<class _Tp, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::complex<_Tp>&)
  /home/zli/ros/workspace/svn/jsk-ros-pkg/jsk_model_tools/euscollada/src/collada2eus.cpp:1105:47: error: no match for ‘operator>>’ in ‘YAML::Node::operator[](const Key&) const [with Key = unsigned int]((*(const unsigned int*)(& i))) >> value’
  /home/zli/ros/workspace/svn/jsk-ros-pkg/jsk_model_tools/euscollada/src/collada2eus.cpp:1105:47: note: candidates are:
  /usr/include/c++/4.6/bits/basic_string.tcc:998:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::basic_string<_CharT, _Traits, _Alloc>&)
  /usr/include/c++/4.6/bits/istream.tcc:957:5: note: template<class _CharT2, class _Traits2> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, _CharT2*)
  /usr/include/c++/4.6/bits/istream.tcc:925:5: note: template<class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, _CharT&)
  /usr/include/c++/4.6/istream:709:5: note: template<class _Traits> std::basic_istream<char, _Traits>& std::operator>>(std::basic_istream<char, _Traits>&, unsigned char&)
  /usr/include/c++/4.6/istream:714:5: note: template<class _Traits> std::basic_istream<char ...
(more)
edit retag flag offensive close merge delete

Comments

I haven't used jsk_model_tools, so I can't help you there. What I suggest is that you take a close look at the errors (C++ errors are cryptic, I know, but just try) and contact the package maintainers directly.

georgebrindeiro gravatar image georgebrindeiro  ( 2013-03-01 03:27:06 -0500 )edit

@georgebrindeiro, anyway thank you very much! And another question, is there an example to use euslisp to control pr2 in simulation without building euscollada?

ZiyangLI gravatar image ZiyangLI  ( 2013-03-01 04:32:28 -0500 )edit

No idea, sorry! I have only used the openrave packages really... If that is a reasonably unrelated question, you should post it in a new thread with appropriate tags so the right people look at it.

georgebrindeiro gravatar image georgebrindeiro  ( 2013-03-01 05:02:28 -0500 )edit

1 Answer

Sort by » oldest newest most voted
2

answered 2013-02-08 05:22:27 -0500

  1. Checkout the svn repository somewhere in your ROS package path:

    svn co https://jsk-ros-pkg.svn.sourceforge.net/svnroot/jsk-ros-pkg jsk-ros-pkg

  2. Download the dependencies for the packages you are interested in using rosdep

  3. Build the packages you want to use with rosmake

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-02-08 03:41:10 -0500

Seen: 601 times

Last updated: Mar 01 '13