Code Monkey home page Code Monkey logo

octomap_ros's Introduction

octomap_ros's People

Contributors

ahornung avatar jkammerl avatar skasperski avatar vrabaud avatar wxmerkt 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  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

octomap_ros's Issues

Warning at compile time, plus catkin_lint

$ catkin build octomap_ros using cmake-3.12.2-Linux-x86_64 (should be with any cmake>3.0.2) reports

Warnings   << octomap_ros:cmake /home/ap/catkin_ws/logs/octomap_ros/build.cmake.000.log             
CMake Warning (dev) at CMakeLists.txt:23 (add_library):
  Policy CMP0038 is not set: Targets may not link directly to themselves.
  Run "cmake --help-policy CMP0038" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  Target "octomap_ros" links to itself.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:23 (add_library):
  Policy CMP0038 is not set: Targets may not link directly to themselves.
  Run "cmake --help-policy CMP0038" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  Target "octomap_ros" links to itself.
This warning is for project developers.  Use -Wno-dev to suppress it.

Taking a look at CMakeLists.txt I was also wondering about all those link_library calls, so I ran catkin lint:

$ catkin lint -W2 --pkg octomap_ros
octomap_ros: CMakeLists.txt(7): error: catkin_package() lists 'sensor_msgs' as system package but it is not
octomap_ros: CMakeLists.txt(7): error: catkin_package() lists 'tf' as system package but it is not
octomap_ros: CMakeLists.txt(7): error: catkin_package() lists 'octomap_msgs' as system package but it is not
octomap_ros: CMakeLists.txt(7): error: catkin_package() exports non-package include path
octomap_ros: package.xml: error: build_depend 'catkin' should be a buildtool_depend
octomap_ros: CMakeLists.txt(7): warning: package 'sensor_msgs' should be listed in catkin_package()
octomap_ros: CMakeLists.txt(7): warning: package 'octomap_msgs' should be listed in catkin_package()
octomap_ros: CMakeLists.txt(13): warning: use of link_directories() is strongly discouraged
octomap_ros: CMakeLists.txt(17): warning: use of link_directories() is strongly discouraged
octomap_ros: CMakeLists.txt(4): notice: list COMPONENTS should be sorted
octomap_ros: CMakeLists.txt(7): notice: list DEPENDS should be sorted
octomap_ros: CMakeLists.txt(28): notice: use ${PROJECT_NAME} instead of 'octomap_ros'
catkin_lint: checked 1 packages and found 12 problems

I have a tentative PR ready.

Update to use tf2

Are there any plans to migrate this to use tf2 since tf is considered deprecated?

how to convert the coloroctree to octree

Hi, when I use the fcl library, I want to convert the coloroctree to octree, but I do not find any method. I have tried the following way, but it did not make any difference.
octomap::ColorOcTree* octree = new octomap::ColorOcTree(0.1);
octomap::OcTree* octree1 = dynamic_castoctomap::OcTree*(octree);
Could you help me solve this question?
Thanks! :)

Convert .ply(or .las) to .bt file

Can I convert ply or las file to bt file(octomap file)?
I have ply, las file which has whole point cloud of indoor environments. so I want to convert them to octomap on Rviz..

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.