Coder Social home page Coder Social logo

lili_om_noted's Introduction

Hi there, I'm XiaoLiang Jiao(焦小亮)👋

[narutojxl's github stats]

This is the place where I open source stuff and break things 😢

  • 🔭 I’m currently working on 3d lidar SLAM and robust sensor fusion.
  • 🌱 I’m currently learning optimization tightly coupled gnss with other sensor integration.
  • 👯 I'm a C++ enthusiast and love for code optimization.
  • 🤔 I’m looking for help with Deep Learning, Model Acceleration using OpenCL and CUDA.
  • 💬 Ask me about robot state estimation involved in slam and navigation.
  • 📫 How to reach me: [email protected].
  • ⚡ Fun fact: I ❤️ badminton and history.

lili_om_noted's People

Contributors

narutojxl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

doche turtlezhong

lili_om_noted's Issues

您好,在这里我也遇到了同样的问题,为什么pub窗口内第一帧的位姿呢

void publishOdometry() {
if(pose_info_cloud_frame->points.size() >= slide_window_width) { //发布的是当前滑窗的第一个位姿
odom_mapping.header.stamp = ros::Time().fromSec(time_new_odom);//TODO: 时间戳是当前滑窗的最后一个位姿的时间戳
odom_mapping.pose.pose.orientation.w = pose_info_cloud_frame->points[pose_info_cloud_frame->points.size()-slide_window_width].qw; //不是减去滑窗大小,应该 -1 ?
odom_mapping.pose.pose.orientation.x = pose_info_cloud_frame->points[pose_info_cloud_frame->points.size()-slide_window_width].qx;
odom_mapping.pose.pose.orientation.y = pose_info_cloud_frame->points[pose_info_cloud_frame->points.size()-slide_window_width].qy;
odom_mapping.pose.pose.orientation.z = pose_info_cloud_frame->points[pose_info_cloud_frame->points.size()-slide_window_width].qz;
odom_mapping.pose.pose.position.x = pose_info_cloud_frame->points[pose_info_cloud_frame->points.size()-slide_window_width].x;
odom_mapping.pose.pose.position.y = pose_info_cloud_frame->points[pose_info_cloud_frame->points.size()-slide_window_width].y;
odom_mapping.pose.pose.position.z = pose_info_cloud_frame->points[pose_info_cloud_frame->points.size()-slide_window_width].z;
pub_odom.publish(odom_mapping);
}

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.