Code Monkey home page Code Monkey logo

novatel's People

Contributors

auxos-user avatar chris5108 avatar danpierce avatar davidhodo avatar fredmcfly avatar grantapperson 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

Watchers

 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

novatel's Issues

Branch merge_into_master will fastfoward merge into master

Branch merge_into_master contains the merge of changes made by Will/David on master branch and changes made by Chris and Robert on real_merge branch. It compiles, but needs to be tested before pulling into master to make sure nothing got broken in the merge.

Publish all ephemeris on init then revert to ONCHANGED

Most applications need to build a data base, and this doesn't happen immediately if ONNEW/ONCHANGED is selected. No ephems are obtained until an SV drops in/out. ONTIME gets obnoxious and ties up bandwidth because rarely will those messages be useful. we should have a one-off blast of everything it sees on init then rever to ONCHANGED.

what version of boost do I need?

I got 1.58 and when I run the make in the novatel directory, I get errors about the following Boost libraries not found:

boost_system
boost_filesystem
boost_thread

ROS outputs and log requests are ambiguous

Asking for an L1L2Range message requires also asking for BestUTM and PsrPos.

Getting an RTK and/or PSR solution should be very clear and straightforward. This next push to master will fix the problem of just getting a NavSatFix message for PSRPOS, but we need to clean the whole thing up.

The simple NavSatFix "/gps_fix" topic doesn't output anything right now. It should be derived from BestPos.

Rotation handling for roll/pitch/azimuth

Hi! Just curious if this repo is still under maintenance?

I noticed that novatel_node.cpp uses tf::createQuaternionMsgFromRollPitchYaw to handle attitude angle roll/pitch/azimuth. tf::createQuaternionMsgFromRollPitchYaw assumes roll is around x and pitch around y. However, according to novatel manuals, in e.g. the PVA log, roll is around y and pitch around x. Azimuth is around z but left-hand rotated. So suggested to change the code to

Eigen::Quaterniond quat(Eigen::AngleAxisd(-ins_pva.azimuth * degrees_to_radians, Eigen::Vector3d::UnitZ()) *
                            Eigen::AngleAxisd(ins_pva.pitch * degrees_to_radians, Eigen::Vector3d::UnitX()) * 
                            Eigen::AngleAxisd(ins_pva.roll * degrees_to_radians, Eigen::Vector3d::UnitY()));
tf::quaternionEigenToMsg(quat, cur_odom_.pose.pose.orientation);

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.