Skip to content

This repository contents the open source code to simulate a 3D plant modeling based on a 2D LiDAR and a rotatory disk platform.

Notifications You must be signed in to change notification settings

ninzhenyouxiu/3D-plantModeling-with-2DLiDAR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D-plantModeling-with-2DLiDAR

A simulation tool for plant reconstructions based on a 2d laser sensor and a rotation disk.

drawing

drawing drawing drawing drawing

plantModeling

Software requirements

How to install?

Clone the repository:

git clone https://github.com/HaroldMurcia/3D-plantModeling-with-2DLiDAR.git

Acces the folder:

cd 3D-plantModeling-with-2DLiDAR

Compile with catkin:

catkin_make

Move "system" to Gazebo models:

cp -r meshes /home/<YOUR_USER_NAME>/.gazebo/models

How to run?

Acces the folder:

cd 3D-plantModeling-with-2DLiDAR

Add setup file:

source devel/setup.sh

Run rosmaster:

roscore

In a new terminal:

roslaunch plataforma plataforma.launcher
  • Select a gazebo object
  • Click on run
cd 3D-plantModeling-with-2DLiDAR/src
python Scaner3D_simulation.py <filename> <Max_Degree> <Delta_degree>

License

If you use our system in an academic work, please cite:

@article{murcia2020,
  title={Development of a Simulation Tool for 3D Plant Modeling based on 2D LiDAR Sensor},
  author={Murcia, Harold, Sanabria, David, Méndez, Dehyro and Forero, Manuel.},
  conference={Virtual Symposium in Plant Omics Sciences},
  year={2020}
 }

About

This repository contents the open source code to simulate a 3D plant modeling based on a 2D LiDAR and a rotatory disk platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 38.9%
  • C++ 34.8%
  • CMake 26.3%