Giter VIP home page Giter VIP logo

ibeo_core's People

Contributors

daniel-stanek avatar johannesquast avatar philippschmaelzle avatar rgunjala-as avatar shepelilya avatar srustanastuff avatar zoakesastuff avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ibeo_core's Issues

Object markers from ObjectData2280 have wrong size

Markers generated from ObjectData2280 (received e.g. from a Ibeo Scala Fusion ECU) all have the same, wrong size.
ObjectData2280 does not copy the object_box_size when converting it's Object2280s to IbeoObjects.

uncertain bug of ibeo_core.cpp

Here is the issue list:

  1. The data type 0x2806 is not little endian format but big endian format.
    In your source code: https://github.com/astuff/ibeo_core/blob/master/src/ibeo_core.cpp
    The function "read_le" should be replace by "read_de".
    图片

  2. Check the line1623 in the same picture, there is no "cross acceleration" in this this 0x2806 message.

  3. The offset number from line1619 to line1624 is mistake.

Regarding to issue 2 and issue 3, you can check the ration from source code to the page 49 of ibeo document "9500028_Ibeo Interface Specification_Customer Documentation_v1.48.2.pdf" below, it can provide my points.
图片

compile under noetic

I wanted to work with ibeo_lux under ROS noetic and recognized that the code requires to be build at least with c++14.

In order to make this code build under noetic I changed the compile options in CMakeList.txt to:
add_compile_options(-std=c++14)

I also needed in the ibeo_lux CMakeList.txt to change the compile options to:
add_definitions(-std=c++14 -Wall -Wextra -DBUILD_ROS)

I will generate an issue also for ibeo_lux.

It would be nice if someone can take take of this to enable working under noetic. :-)

Regards

Bernd

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.