Coder Social home page Coder Social logo

omcandido / vrep_plugin_velodyne Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 14.0 434 KB

V-REP plugin that publishes a full revolution of PointCloud2 point into ROS

Home Page: https://www.robesafe.uah.es/index.php/en/smartelderlycar

CMake 0.36% C++ 53.08% C 46.56%
lidar point-cloud pointcloud2 ros v-rep vrep vrep-plugin-velodyne

vrep_plugin_velodyne's People

Contributors

omcandido avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

vrep_plugin_velodyne's Issues

could you make a local frame version of plugin? Or..

Hello,

your plugin is so useful that I really appreciate it to share such a good plugin, but I just want to change frame from globally to locally because I don't need to publish my velodyne_points globally

could you make a branch to share a local frame code?
or can you tell me what code snippets I have to change to use it locally?

Thanks in advance.

make /velodyne_points topic locally

simTransformVector(m,p); //directly relative to /odom (which in simulation is actually /map)

we can put

m[3] = 0;
m[7] = 0;
m[11] = 0;
mainSensTrInv[3] = 0;
mainSensTrInv[7] = 0; 
mainSensTrInv[11] = 0;

code before this code to make it locally.

m[3] = 0;
m[7] = 0;
m[11] = 0;
mainSensTrInv[3] = 0;
mainSensTrInv[7] = 0; 
mainSensTrInv[11] = 0;                  
simTransformVector(m,p); //directly relative to /odom (which in simulation is actually /map)

got hint from http://www.coppeliarobotics.com/helpFiles/en/regularApi/simTransformVector.htm

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.