10000 GitHub - TianQi-777/TrajectoryDrawing: The trajectory of the robot is known and plotted with Pangolin.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

TianQi-777/TrajectoryDrawing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrajectoryDrawing

The trajectory of the robot is known and plotted with Pangolin.

Data description

trajectory.txt:Save trajectory information of robot.

Data storage form
Timestamp Translation-x Translation-y Translation-z Quaternion-x Quaternion-y Quaternion-z Quaternion-w

Additional Prerequisites for this demo

Pangolin
Use Pangolin for visualization and interface. Dowload and install instructions can be found at: https://github.com/stevenlovegrove/Pangolin.

Sophus
Use Sophus for Lie groups commonly used for 2d and 3d geometric problems. Dowload and install instructions can be found at: https://github.com/strasdat/Sophus.

Build and Run

cd XX/XX(include draw_trajectory.cpp ,trajectory.txt and CMakeLists.txt)  
mkdir build  
cd build  
cmake ..  
make -j2  
./draw_trajectory

Result

Pangolin GUI: .

About

The trajectory of the robot is known and plotted with Pangolin.

Resources

Stars

Watchers

Forks

39DD

Releases

No releases published

Packages

No packages published
0