ethzasl_msf | Modular framework for multi sensor fusion | Internationalization library
kandi X-RAY | ethzasl_msf Summary
kandi X-RAY | ethzasl_msf Summary
MSF - Modular framework for multi sensor fusion based on an Extended Kalman Filter (EKF)
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ethzasl_msf
ethzasl_msf Key Features
ethzasl_msf Examples and Code Snippets
Community Discussions
Trending Discussions on ethzasl_msf
QUESTION
I am following this tutorial:
http://wiki.ros.org/ethzasl_sensor_fusion/Tutorials/Introductory%20Tutorial%20for%20Multi-Sensor%20Fusion%20Framework
and have compiled the package in the catkin workspace. I tried to get the new namespace and launch the filter but I am unable to do so because I get an error that the pose_sensor node cannot be located. I have source
'd my devel/setup.bash
.
However, that hasn't fixed the problem. I still get the error:
ANSWER
Answered 2018-Dec-14 at 07:13You don't have the right CMake files unfortunately and the admins of the repo do not seem very interested in maintaining it.
However, this pull request contains the necessary CMakeLists to launch pose_sensor
https://github.com/ethz-asl/ethzasl_msf/pull/141/files
Specifically, here is the diff that you need
https://github.com/ethz-asl/ethzasl_msf/pull/141/files#diff-a855f8508d144ac9c52a05344bfeba5cR7
QUESTION
I have 4 separate packages:
- https://github.com/catkin/catkin_simple
- https://github.com/ethz-asl/glog_catkin
- https://github.com/ethz-asl/asctec_mav_framework
- https://github.com/ethz-asl/ethzasl_msf
I saved them in a master folder and tried compiling them using catkin_make and got the following cmake error: CMake Error at devel/share/glog_catkin/cmake/glog_catkinConfig.cmake:148 (message):
...ANSWER
Answered 2018-Dec-13 at 10:14Placing multiple packages inside a workspace is possible and a fundamental approach in ROS.
The error
Project 'msf_core' tried to find library 'glog'.
tells that the glog library is needed to compile but missing. Check out How to install and use GLog and install glog like
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ethzasl_msf
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page