Skip to content

Commit

Permalink
Release/0.7 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
munseng-flexiv authored Feb 8, 2023
1 parent 0657f96 commit 7e6693d
Show file tree
Hide file tree
Showing 157 changed files with 125,869 additions and 109,163 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ RDK APIs are wrapped into ROS packages in `flexiv_ros`. Key functionalities like
## Building

```bash
# install additional ROS packages
$ sudo apt-get install ros-noetic-ros-control ros-noetic-ros-controllers

# source ros noetic
$ source /opt/ros/noetic/setup.bash

Expand All @@ -24,7 +27,12 @@ $ mkdir -p flexiv_ros_ws/src && cd flexiv_ros_ws
# clone the packages
$ git clone https://github.com/flexivrobotics/flexiv_ros.git src/flexiv_ros

# update the rdk submodule
$ cd src/flexiv_ros
$ git submodule update --init --recursive

# install dependencies
$ cd flexiv_ros_ws
$ sudo apt update -qq
$ rosdep update
$ rosdep install --from-paths src --ignore-src -y
Expand Down Expand Up @@ -52,7 +60,7 @@ To start the robot driver run the following command in a terminal:
$ roslaunch flexiv_bringup rizon_control.launch robot_ip:=[robot_ip] local_ip:=[local_ip]
```

*Note:* Rizon 4 is the default robot type in the above launch command. If you want to control the Rizon 4s, add the launch argument `rizon_type:=rizon4s`.
*Note:* Rizon 4 is the default robot type in the above launch command. If you want to control the Rizon 4s or Rizon 10, add the launch argument e.g. `rizon_type:=rizon4s`.

In another terminal, start the following launch file to run the rqt:

Expand Down
2 changes: 1 addition & 1 deletion flexiv_bringup/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>flexiv_bringup</name>
<version>0.6.1</version>
<version>0.7.0</version>
<description>Package with launch files and run-time configurations for Flexiv robots with `ros_control`</description>
<author email="[email protected]">Mun Seng Phoon</author>
<maintainer email="[email protected]">Mun Seng Phoon</maintainer>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
55 changes: 55 additions & 0 deletions flexiv_description/meshes/rizon10/visual/link0.dae

Large diffs are not rendered by default.

Loading

0 comments on commit 7e6693d

Please sign in to comment.