-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added Gen3 7DoF integration with Husky mobile robot from clearpath * Applied format modifications * Set the clearpath_config package to the latest commit * Finalizing Demo IROS * Modifications to README file
- Loading branch information
Showing
14 changed files
with
2,770 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,6 @@ | |
__pycache__/ | ||
*.pyc | ||
*.py.bak | ||
log/ | ||
build/ | ||
install/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
repositories: | ||
clearpath_common: | ||
type: git | ||
url: https://github.com/aalmrad/clearpath_common.git | ||
version: humble | ||
clearpath_config: | ||
type: git | ||
url: https://github.com/clearpathrobotics/clearpath_config.git | ||
version: e08cf33f53575e21e541706159e1ca1391faed6b | ||
clearpath_msgs: | ||
type: git | ||
url: https://github.com/clearpathrobotics/clearpath_msgs.git | ||
version: 7799e6b3f536d4633115c0a6044ccf0ddf522a9f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<jointAnglesGroup> | ||
<jointAngles> | ||
<applicationData>{"kinova":{"color":0}}</applicationData> | ||
<handle> | ||
<identifier>10003</identifier> | ||
<permission>7</permission> | ||
<actionType>7</actionType> | ||
</handle> | ||
<reachJointAngles> | ||
<jointAngles> | ||
<jointAngles> | ||
<value>346.29400634765625</value> | ||
<jointIdentifier>0</jointIdentifier> | ||
</jointAngles> | ||
<jointAngles> | ||
<value>48.7515869140625</value> | ||
<jointIdentifier>1</jointIdentifier> | ||
</jointAngles> | ||
<jointAngles> | ||
<value>5.772139072418213</value> | ||
<jointIdentifier>2</jointIdentifier> | ||
</jointAngles> | ||
<jointAngles> | ||
<value>137.63792419433594</value> | ||
<jointIdentifier>3</jointIdentifier> | ||
</jointAngles> | ||
<jointAngles> | ||
<value>355.8074951171875</value> | ||
<jointIdentifier>4</jointIdentifier> | ||
</jointAngles> | ||
<jointAngles> | ||
<value>262.2267150878906</value> | ||
<jointIdentifier>5</jointIdentifier> | ||
</jointAngles> | ||
<jointAngles> | ||
<value>266.206787109375</value> | ||
<jointIdentifier>6</jointIdentifier> | ||
</jointAngles> | ||
</jointAngles> | ||
<constraint> | ||
<type>0</type> | ||
<value>0</value> | ||
</constraint> | ||
</reachJointAngles> | ||
<name>Gen3_Husky_Initial_Position</name> | ||
</jointAngles> | ||
</jointAnglesGroup> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
# Gen3 + Husky Integration | ||
|
||
The Gen3 robotic arm from Kinova has been mounted on the Husky mobile platform from clearpath in Gazebo simulation environment. Both the arm and the mobile platform can be commanded simultaneously and the following explains in details what is needed to build the needed setup. | ||
## Simulation Setup | ||
|
||
1. Install Gazebo Fortress | ||
``` | ||
sudo apt-get update && sudo apt-get install wget | ||
sudo sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-stable.list' | ||
wget http://packages.osrfoundation.org/gazebo.key -O - | sudo apt-key add - | ||
sudo apt-get update && sudo apt-get install ignition-fortress | ||
``` | ||
|
||
2. Install Clearpath Simulator | ||
``` | ||
sudo apt-get update | ||
sudo apt-get install ros-humble-clearpath-simulator | ||
``` | ||
|
||
3. Place the `robot.yaml` file in the correct directory | ||
``` | ||
mkdir ~/clearpath | ||
cd ~/clearpath | ||
cp ~/workspace/ros2_kortex_ws/src/ros2_kortex/clearpath/robot.yaml ~/clearpath/robot.yaml | ||
``` | ||
|
||
4. Generate the `setup.bash` file | ||
``` | ||
ros2 run clearpath_generator_common generate_bash -s ~/clearpath | ||
``` | ||
|
||
5. Source the previous `setup.bash` file in your `~/.bashrc` | ||
``` | ||
echo 'source ~/clearpath/setup.bash' >> ~/.bashrc | ||
``` | ||
6. Modify the `gz_sim.launch.py` using the following command: | ||
``` | ||
sudo cp ~/workspace/ros2_kortex_ws/src/ros2_kortex/clearpath/gz_sim.launch.py /opt/ros/humble/share/clearpath_gz/launch/gz_sim.launch.py | ||
``` | ||
This will lead to the following modifications: | ||
|
||
a. Starting the simulation in a running state which will prevent controllers timeout | ||
|
||
b. Adding the keyboard press topic to the ROS2-Gazebo communication bridge | ||
|
||
7. Modify the simulation world using the following command: | ||
``` | ||
sudo cp ~/workspace/ros2_kortex_ws/src/ros2_kortex/clearpath/warehouse.sdf /opt/ros/humble/share/clearpath_gz/worlds/warehouse.sdf | ||
``` | ||
This will lead to the following modifications: | ||
|
||
a. Decreasing the simulation step size down to `1 millisec` to allow for a high frequency publication of the joint states of the spawned robot | ||
|
||
b. Adding the table and grasping box to the simulation scene | ||
|
||
c. Simplifying the warehouse environment to avoid system's crashing (please note that more powerful computers can run more sophisticated simulation scenes) | ||
|
||
8. Modify the simulation configuration using the following command: | ||
``` | ||
sudo cp ~/workspace/ros2_kortex_ws/src/ros2_kortex/clearpath/gui.config /opt/ros/humble/share/clearpath_gz/config/gui.config | ||
``` | ||
This will change the default topic name in the teleop plugin panel in the simulation window | ||
|
||
9. Run the following command in **NEW** terminal window: | ||
``` | ||
ros2 launch clearpath_gz simulation.launch.py | ||
``` | ||
|
||
## Real-life Setup to establish a sim-to-real robotic arm & gripper synchronization | ||
|
||
1. Follow the [instructions](https://github.com/Kinovarobotics/Kinova-kortex2_Gen3_G3L/tree/master/api_python/examples) to prepare the setup for the python kortex-api | ||
|
||
2. If you are using Python >=3.10 (it will probably be the case), replace `import collections` by `import collections.abc as collections` in the following files: `~/.local/lib/python3.10/site-packages/google/protobuf/internal/containers.py` and `~/.local/lib/python3.10/site-packages/google/protobuf/internal/well_known_types.py` so that you will be able to use the python kortex-api included in the `commanding_script.py` | ||
|
||
3. Import the `~/workspace/ros2_kortex_ws/src/ros2_kortex/clearpath/Gen3_Husky_Initial_Position.xml` file to the webapp actions. | ||
|
||
4. Install control_msgs package using the following command: | ||
|
||
``` | ||
sudo apt install ros-humble-control-msgs | ||
``` | ||
|
||
# Usage | ||
|
||
1. If any simulation is running, make sure to close it before proceeding. Also, make sure to use the following command to stop any trace from previous sessions: | ||
``` | ||
killall ruby | ||
``` | ||
|
||
2. Open a new terminal in the following directory:`~/workspace/ros2_kortex_ws/src/ros2_kortex/clearpath` | ||
|
||
3. Run the following command to launch the entire system and follow closely the step by step instructions: | ||
``` | ||
./gen3_husky.sh | ||
``` | ||
|
||
4. Once the entire system is up and running, in the simulation window switch to the keyboard tab in the teleop panel on the right side, then command the robot using the keyboard. Please refer to the instructions included in `~/workspace/ros2_kortex_ws/src/ros2_kortex/clearpath/instructions.txt` for more details about the available keyboard commands. |
Oops, something went wrong.