... | ... | @@ -2,6 +2,7 @@ |
|
|
title: Wheel speed sensor vans
|
|
|
---
|
|
|
|
|
|
|
|
|
### What is this User Story about? ###
|
|
|
|
|
|
In this User Story, a wheel speed sensor is mounted on a model van to collect precise data about its speed. The focus is on integrating the sensor data into a ROS-based system.
|
... | ... | @@ -69,6 +70,6 @@ Quick evaluation of hardware requirements to be prepared for potential obstacles |
|
|
|
|
|
### Current Bugs ###
|
|
|
|
|
|
While attempting to upload the Arduino code to the van via NoMachine, a recurring error occurred during compilation. This error indicated that the function attachInterrupt() could not be executed correctly. We suspect that this issue is related to the version of the Arduino IDE installed on the van (Nvidia Jetson).
|
|
|
While attempting to upload the Arduino code to the van via NoMachine, a recurring error occurred during compilation. This error indicated that the function attachInterrupt() could not be executed correctly. We suspect that this issue is related to the version of the Arduino IDE installed on the van (Nvidia Jetson 5).
|
|
|
|
|
|
To work around the issue, the code was uploaded to the Arduino board from another computer with the latest version of the Arduino IDE installed. This resolved the problem, and the code was successfully uploaded to the board. |
|
|
\ No newline at end of file |