KO
|
EN
gitlite โ search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
file_player_complex_urban
โ 71
Open GitHub โ
No description available.
Download README (.md)
Explore Similar Repositories
21-recipes
:
๐ An R/rtweet edition of Matthew A. Russell's Python Twitter Recipes Book
toktok
:
Typo/error resilient, human-readable token generator
QuillChineseDoc
:
Quillไธญๆ็ฟป่ฏๆๆกฃใ
backend-br.github.io
:
Pรกgina oficial da comunidade brasileira de backenders.
plugnplay
:
๐ค Plugin system for reusable code in node.js
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
file_player_complex_urban
?
Download (.md)
# File player for complex urban data set ## News - Aug 2021: Our dataset is now available via [this google-site (https://bit.ly/complex-urban-dataset)](https://sites.google.com/view/complex-urban-dataset). ## What is File player? This program is a file player for the complex urban data set. If a user installs the ROS using "Desktop-Full version", there is only one additional dependent package, except for the ROS default package. First, clone this package into the src folder of your desired ROS workspace. Maintainer: Jinyong Jeong (jjy0923@kaist.ac.kr) ## How to use? ### 1. Obtain dependent package (defined msg) ``` $cd ~/catkin_ws/src $wstool init $wstool merge file_player/depend_pack.rosinstall $wstool update ``` ### 2. Build workspace ``` $cd ~/catkin_ws $catkin_make ``` ### 3. Run file player ``` $source devel/setup.bash $roslaunch file_player file_player.launch ``` ### 4. Load data files and play 1. Click 'Load' button. 2. Choose data set folder including sensor_data folder and calibration folder. 3. The player button starts publishing data in the ROS message. 4. The Stop skip button skips data while the vehicle is stationary for convenience. 5. The loop button resumes when playback is finished.