Skip to content

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

Notifications You must be signed in to change notification settings

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

Releases

No releases published

Packages

No packages published