Skip to content

Commit

Permalink
gazebo and ros control interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Michalis Logothetis committed May 12, 2018
1 parent 90ea7a7 commit 509f244
Show file tree
Hide file tree
Showing 55 changed files with 494 additions and 4,046 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,22 @@ roslaunch pa10_moveit_config demo_velocity.launch
3) Move the robot end effector using MoveIt framework.

## Gazebo
:bangbang:
You can launch Gazebo using the launch file-

** Not ready Yet **
```sh
roslaunch pa10_gazebo pa10.launch
```

The launch file :
1. Launches Gazebo
2. Loads the robot model in Gazebo
3. Launched ros_control controller for the robot

The controller is set to launch a joint trajectory controller.

## Gazebo + MoveIt
To run the Gazebo + Pa10 Controllers + MoveIt :
```sh
roslaunch pa10_gazebo pa10_moveit.launch rviz:=true
```
Set the argument ```rviz := true``` to launch RViz.
7 changes: 0 additions & 7 deletions README.md~

This file was deleted.

5 changes: 0 additions & 5 deletions pa10_description/README.md~

This file was deleted.

15 changes: 0 additions & 15 deletions pa10_description/launch/test.launch~

This file was deleted.

8 changes: 0 additions & 8 deletions pa10_description/launch/upload_pa10.launch~

This file was deleted.

6 changes: 4 additions & 2 deletions pa10_description/urdf/arm.transmission.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@
<type>transmission_interface/SimpleTransmission</type>

<actuator name="${name}_motor" >
<!--hardwareInterface>EffortJointInterface</hardwareInterface-->
<hardwareInterface>PositionJointInterface</hardwareInterface>
<mechanicalReduction>${reduction}</mechanicalReduction>
</actuator>

<joint name="${name}">
<hardwareInterface>hardware_interface/PositionJointInterface</hardwareInterface>
<hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface>
<!--hardwareInterface>EffortJointInterface</hardwareInterface-->
<hardwareInterface>PositionJointInterface</hardwareInterface>
</joint>

</transmission>
Expand Down
21 changes: 0 additions & 21 deletions pa10_description/urdf/arm.transmission.xacro~

This file was deleted.

40 changes: 0 additions & 40 deletions pa10_description/urdf/materials.xacro~

This file was deleted.

60 changes: 0 additions & 60 deletions pa10_description/urdf/pa10.gazebo~

This file was deleted.

Loading

0 comments on commit 509f244

Please sign in to comment.