Skip to content
Snippets Groups Projects
Commit f017e624 authored by Demian Frister's avatar Demian Frister
Browse files

readme angepasst, c++ hinzugefügt, pip abhängigkeiten hinzugefügt

parent 2540ed35
No related branches found
No related tags found
No related merge requests found
FROM chillerrobot/ros-noetic-moveit-panda:first
RUN apt-get install -y --no-install-recommends ros-noetic-rospy-message-converter
RUN pip3 install future panda-robot
RUN echo "source ./catkin_ws/devel/setup.bash" >> ~/.bashrc
\ No newline at end of file
......@@ -13,7 +13,8 @@
"ms-toolsai.jupyter",
"ms-toolsai.jupyter-keymap",
"donjayamanne.python-extension-pack",
"ms-iot.vscode-ros"
"ms-iot.vscode-ros",
"ms-vscode.cmake-tools"
],
"features": {
......
......@@ -49,6 +49,8 @@ Alle Fenster die ihr im Container öffnet, werden hier sichtbar.
#### Panda Gazebo
##### cartesian impedance controller
Mit dem Befehl:
'roslaunch franka_gazebo panda.launch x:=-0.5 \
world:=$(rospack find franka_gazebo)/world/stone.sdf \
......@@ -56,6 +58,13 @@ Mit dem Befehl:
rviz:=true'
öffnet ihr einen Simulator + Visualisierer vom Panda Roboter mit einem kartesischen Impedanz Controller. Es sind nun alle RosTopics geladen um den (virtuellen) Roboter zu steuern.
##### moveit position controller
Mit dem Befehl
''' roslaunch panda_moveit_config demo_gazebo.launch rviz_tutorial:=true '''
könnt ihr einen Gazebo Simulator mit RVIZ und Moveit starten. Ihr müsst dazu noch in rviz eine MotionPlanning Visualisierung hinzufügen. Die entsprechenden Topics sind aber auch ohne das gestartet.
### Eigenen Code erstellen:
......
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