Skip to content

Commit e306490

Browse files
authored
Update README.md
1 parent 49bfbb8 commit e306490

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ A ROS package that provides hardware interfacing for the [Tinymovr](https://tiny
1515
- Tinymovr devices with firmware 1.6.x
1616
- Devices properly set up and calibrated.
1717

18+
> [!NOTE]
19+
> 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.
20+
1821
## Installation
1922

2023
1. Navigate to your catkin workspace's source folder:
@@ -42,6 +45,14 @@ catkin_make
4245
source devel/setup.bash
4346
```
4447

48+
## Bring up Socketcan
49+
50+
Depending on your device you may need to add the correct module to the kernel. Following that, bring up the interface as follows:
51+
52+
```bash
53+
sudo ip link set can0 type can bitrate 1000000
54+
```
55+
4556
## Run the Diffbot demo!
4657

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

0 commit comments

Comments
 (0)