Skip to content
Snippets Groups Projects
Commit d1cef912 authored by Guillaume Duret's avatar Guillaume Duret
Browse files

Update README.md

parent f2816e38
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,7 @@ PickSim is a gazebo-based pipeline to generate synthetic data.
Picksim can easily be downloaded and tested trought a docker container at the link : https://hub.docker.com/repository/docker/guillaume0477/picksim/general or with the command "docker pull guillaume0477/picksim:v0.1" .
To make it easy for you to get started with PickSim, here's a list of recommended steps to generate example of data of the dataset FruitBin.
To facilitate your initiation with PickSim, here is a list of recommended steps to generate example data for the FruitBin dataset.
## Run the docker containner
......@@ -34,8 +33,7 @@ roslaunch dataset generate.launch name:=s2rg version:=Fruits_all_medium k_loop:=
```
/opt/learn-real/ros/melodic/integration/src/s2rg/config/version/generator/Fruits_all_medium.yaml
can be modify to change the number of scene generated.
You can modify the file "/opt/learn-real/ros/melodic/integration/src/s2rg/config/version/generator/Fruits_all_medium.yaml" to change the number of scenes generated.
## Recording
......@@ -46,8 +44,7 @@ roslaunch dataset record.launch name:=s2rg version:=Fruits_all_medium begin:="0"
```
It tould take some time to generate until the program reach the stateement : [s2rg/recorder-2] process has finished cleanly
For more personalisation, /opt/learn-real/ros/melodic/integration/src/s2rg/config/recorder.yaml
allow to change the moment when the record is effectued and which features have to be recorded, it implicitly control how many images are recorded in the scene.
For more customization, you can modify the file "/opt/learn-real/ros/melodic/integration/src/s2rg/config/recorder.yaml". This file allows you to change the timing of the recording process and specify which features should be recorded. By adjusting the settings in this file, you can control the number of images recorded in each scene.
## Visualization
......@@ -74,8 +71,6 @@ roslaunch dataset record.launch name:=s2rg version:=ycb_retopology begin:="0" en
## Roadmap
PickSim is accessble by docker to be easier to install and test. The source files will be added as soon as possible in this repo.
## License
PickSim is now accessible via Docker, making it easier to install and test. The source files will be added to this repository as soon as possible.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment