Git Product home page Git Product logo

humanoid_op_ros's Introduction

humanoid_op_ros's People

Contributors

hfarazi avatar pallgeuer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

humanoid_op_ros's Issues

Error nimbro make: undefined reference to rviz::MarkerDisplay::MarkerDisplay()

hi,
I implemented following installation.md but i get error:

CMakeFiles/trajectory_editor_2.dir/src/mymarkerdisplay.cpp.o: In functionMyMarkerDisplay::MyMarkerDisplay()':
/home/tienanh/catkin_ws/src/ROS-IGUS-System/src/nimbro/tools/trajectory_editor_2/src/mymarkerdisplay.cpp:3: undefined reference to rviz::MarkerDisplay::MarkerDisplay()' CMakeFiles/trajectory_editor_2.dir/src/mymarkerdisplay.cpp.o: In functionMyMarkerDisplay::update(float, float)':
/home/tienanh/catkin_ws/src/ROS-IGUS-System/src/nimbro/tools/trajectory_editor_2/src/mymarkerdisplay.cpp:10: undefined reference to rviz::MarkerDisplay::update(float, float)' CMakeFiles/trajectory_editor_2.dir/src/mymarkerdisplay.cpp.o: In functionMyMarkerDisplay::~MyMarkerDisplay()':
/home/tienanh/catkin_ws/src/ROS-IGUS-System/src/nimbro/tools/trajectory_editor_2/include/trajectory_editor_2/mymarkerdisplay.h:11: undefined reference to rviz::MarkerDisplay::~MarkerDisplay()' CMakeFiles/trajectory_editor_2.dir/src/mymarkerdisplay.cpp.o: In function~MyMarkerDisplay':
/home/tienanh/catkin_ws/src/ROS-IGUS-System/src/nimbro/tools/trajectory_editor_2/include/trajectory_editor_2/mymarkerdisplay.h:11: undefined reference to rviz::MarkerDisplay::~MarkerDisplay()' CMakeFiles/trajectory_editor_2.dir/src/mymarkerdisplay.cpp.o:(.rodata._ZTI15MyMarkerDisplay[_ZTI15MyMarkerDisplay]+0x10): undefined reference totypeinfo for rviz::MarkerDisplay'
CMakeFiles/trajectory_editor_2.dir/src/mymarkerdisplay.cpp.o:(.rodata._ZTV15MyMarkerDisplay[ZTV15MyMarkerDisplay]+0x10): undefined reference to rviz::MarkerDisplay::metaObject() const' CMakeFiles/trajectory_editor_2.dir/src/mymarkerdisplay.cpp.o:(.rodata._ZTV15MyMarkerDisplay[_ZTV15MyMarkerDisplay]+0x18): undefined reference torviz::MarkerDisplay::qt_metacast(char const)'
CMakeFiles/trajectory_editor_2.dir/src/mymarkerdisplay.cpp.o:(.rodata._ZTV15MyMarkerDisplay[_ZTV15MyMarkerDisplay]+0x20): undefined reference to rviz::MarkerDisplay::qt_metacall(QMetaObject::Call, int, void__)' CMakeFiles/trajectory_editor_2.dir/src/mymarkerdisplay.cpp.o:(.rodata._ZTV15MyMarkerDisplay[_ZTV15MyMarkerDisplay]+0x108): undefined reference to rviz::MarkerDisplay::load(rviz::Config const&)'
CMakeFiles/trajectory_editor_2.dir/src/mymarkerdisplay.cpp.o:(.rodata._ZTV15MyMarkerDisplay[_ZTV15MyMarkerDisplay]+0x168): undefined reference torviz::MarkerDisplay::setTopic(QString const&, QString const&)' CMakeFiles/trajectory_editor_2.dir/src/mymarkerdisplay.cpp.o:(.rodata._ZTV15MyMarkerDisplay[_ZTV15MyMarkerDisplay]+0x178): undefined reference to rviz::MarkerDisplay::reset()'
CMakeFiles/trajectory_editor_2.dir/src/mymarkerdisplay.cpp.o:(.rodata._ZTV15MyMarkerDisplay[_ZTV15MyMarkerDisplay]+0x190): undefined reference torviz::MarkerDisplay::onInitialize()' CMakeFiles/trajectory_editor_2.dir/src/mymarkerdisplay.cpp.o:(.rodata._ZTV15MyMarkerDisplay[_ZTV15MyMarkerDisplay]+0x198): undefined reference to rviz::MarkerDisplay::onEnable()'
CMakeFiles/trajectory_editor_2.dir/src/mymarkerdisplay.cpp.o:(.rodata._ZTV15MyMarkerDisplay[_ZTV15MyMarkerDisplay]+0x1a0): undefined reference torviz::MarkerDisplay::onDisable()' CMakeFiles/trajectory_editor_2.dir/src/mymarkerdisplay.cpp.o:(.rodata._ZTV15MyMarkerDisplay[_ZTV15MyMarkerDisplay]+0x1b0): undefined reference to rviz::MarkerDisplay::fixedFrameChanged()'
CMakeFiles/trajectory_editor_2.dir/src/mymarkerdisplay.cpp.o:(.rodata._ZTV15MyMarkerDisplay[ZTV15MyMarkerDisplay]+0x1c0): undefined reference torviz::MarkerDisplay::subscribe()' CMakeFiles/trajectory_editor_2.dir/src/mymarkerdisplay.cpp.o:(.rodata._ZTV15MyMarkerDisplay[_ZTV15MyMarkerDisplay]+0x1c8): undefined reference to rviz::MarkerDisplay::unsubscribe()'
collect2: error: ld returned 1 exit status
make[2]: *
* [/home/tienanh/catkin_ws/src/ROS-IGUS-System/devel/lib/trajectory_editor_2/trajectory_editor_2] Error 1
make[1]: *** [nimbro/tools/trajectory_editor_2/CMakeFiles/trajectory_editor_2.dir/all] Error 2
make: *** [all] Error 2
`
Can you help me?
Thanks

Installation Issue - Document update

Captured few error while installing. The docs need to be updated

  1. Link is not valid : Adding ROS-Indigo
    Status: Solved
    Error : sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net --recv-key 0xB01FA116
    Fix : sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116

  2. "nimbro make " command is failing:
    a. Error CHOLDMOD not found.
    Status - solved
    Fix : sudo apt-get install libcholmod2.1.2 libsuitesparse-metis-dev

    b. Error: G2O_SOLVER_CHOLMOD not found
    Fix : sudo apt-get install ros-indigo-libg2o

Created Pull request to update the document. #3

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.