Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yconst authored Feb 16, 2024
1 parent 49bfbb8 commit e306490
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ A ROS package that provides hardware interfacing for the [Tinymovr](https://tiny
- Tinymovr devices with firmware 1.6.x
- Devices properly set up and calibrated.

> [!NOTE]
> If you plan to use the CANine adapter, you need to flash it with the Candlelight firmware, which is compatible with socketcan. Use [this web-based flasher](https://canable.io/updater/canable1.html) for easy upgrade. Use Chrome and choose the Candlelight firmware from the drop-down list.
## Installation

1. Navigate to your catkin workspace's source folder:
Expand Down Expand Up @@ -42,6 +45,14 @@ catkin_make
source devel/setup.bash
```

## Bring up Socketcan

Depending on your device you may need to add the correct module to the kernel. Following that, bring up the interface as follows:

```bash
sudo ip link set can0 type can bitrate 1000000
```

## Run the Diffbot demo!

1. Ensure your Tinymovr instances are calibrated and well tuned, test functioning using Tinymovr Studio or CLI.
Expand Down

0 comments on commit e306490

Please sign in to comment.