Skip to content
Snippets Groups Projects
Commit 989d4788 authored by Sebastian Ebert's avatar Sebastian Ebert
Browse files

updated README

parent 2a3a9db5
Branches
Tags
No related merge requests found
...@@ -42,12 +42,21 @@ You can see the full explanation in my [blog post](https://erdalpekel.de/?p=55). ...@@ -42,12 +42,21 @@ You can see the full explanation in my [blog post](https://erdalpekel.de/?p=55).
![Zone](assets/box.png?raw=true "Safetyzone") ![Zone](assets/box.png?raw=true "Safetyzone")
Integrates safetyzones via the SafetyAwarePlanner. start-command: ... roslaunch panda_simulation simulation.launch ... Integrates safetyzones via the SafetyAwarePlanner.
start-command:
...
roslaunch panda_simulation simulation.launch
...
To see through the boxes one have to set the alpha of the planning an environment (see picture). To see through the boxes one have to set the alpha of the planning an environment (see picture).
#### _MoveIt!_ constraint-aware planning #### _MoveIt!_ constraint-aware planning
An example of one can add constraints to the planning and simulate it. start-command: start-command: ... roslaunch panda_simulation simulation_constraint.launch ... An example of one can add constraints to the planning and simulate it. start-command:
start-command:
...
roslaunch panda_simulation simulation_constraint.launch
...
This repository was extended with a ROS node that communicates with the _MoveIt!_ Planning Scene API. It makes sure that the motion planning pipeline avoids collision objects in the environment specified by the user in a separate directory (`~/.panda_simulation`) as _json_ files. This repository was extended with a ROS node that communicates with the _MoveIt!_ Planning Scene API. It makes sure that the motion planning pipeline avoids collision objects in the environment specified by the user in a separate directory (`~/.panda_simulation`) as _json_ files.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment