Skip to content

Commit

Permalink
Update for 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Marshall committed Sep 6, 2019
1 parent db5ccce commit 5735591
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.7.0 2019-09-06

Backed out automatic preroll, it's now done manually under user control.
Status publishing on /odrive/status topic, so you can check connection/preroll/ready state externally.
Temperature reading.

## 0.6.0 2019-07-24

Added more careful error checking, in particular looking for USB comms loss vs other errors
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Feedback, issues and pull requests welcome.

## Usage

You will need the main ODrive Python tools installed. (They added my patch with support for Python 2.7 a while back, so my fork isn't required any more.)
You will need the main ODrive Python tools installed.

To install:
```sh
git clone https://github.com/neomanic/ODrive -b py27compat
git clone https://github.com/madcowswe/ODrive
cd ODrive/tools
sudo pip install monotonic # required for py < 3

Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>odrive_ros</name>
<version>0.6.0</version>
<version>0.7.0</version>
<description>ODrive motor controller driver for ROS</description>
<license>Modified BSD</license>

Expand Down

0 comments on commit 5735591

Please sign in to comment.