Ros-3dslamlvi Sam source code reading 13 -- visual_loop reading 6 - callback function + process analysis

2021SC@SDUSC (15) LVI Sam source code reading 13 -- visual_loop reading 6 - callback function + process analysis This time, we will mainly analyze loop_ detection_ Four callback functions in the node file and a function executed in parallel visual_loop Subscribe to the topic in the main function and start a new thread ros::Subscriber sub_i ...

Added by Danny620 on Wed, 29 Dec 2021 20:50:13 +0200

Pure css to achieve cube image rotation effect

Note: (this code does not solve the compatibility problem yet, and can run smoothly in google browser) Target effect After the mouse is moved in, the picture starts to rotate and translate in turn. After the rotation and translation is completed, the hexahedron starts to rotate Basic ideas First, add the top sight distance to the html t ...

Added by Delaran on Tue, 28 Dec 2021 00:44:18 +0200

Various geometries in chapter 5 threejs

Here we introduce some geometry provided by threejs: Planegeometry (plane)CircleGeometry (circle)Shapeometry (shaping)Cube geometrySphereometry (sphere)Cylinder geometryTorusgeometry (torusgeometry)Torus knot geometryPolyhedron geometryIcosahedrongeometry (more than 20 sides)Octahedron geometryTetrahedron geometry 2D geometry PlaneGeomet ...

Added by sudhakararaog on Sat, 25 Dec 2021 13:25:16 +0200

ros Learning Record 5 Client Library CPP

5.Client Library CPP client library: Provide library/interface for ros programming For example, set up a node, publish a message, invoke a service, and so on Provides support for both cpp and python languages, typically using cpp roscpp rospy 5.1 roscpp ros provides an interface for using cpp and topic,service,param, and so on ROS CP ...

Added by knighthawk1337 on Sun, 21 Nov 2021 21:12:27 +0200

Three.js realizes the 3D dynamic Logo of Facebook meta universe

backgroundFacebook recently renamed its parent company Meta and announced the official start of its entry into yuancosmos 🪐 Field. This paper mainly describes how to realize the cool 3D dynamic Logo of Meta company through Three.js + Blender technology stack, including basic model ring, torus kink, pipeline and model generation, model loading, ...

Added by vcarter on Thu, 18 Nov 2021 15:24:56 +0200