|
|
---
|
|
|
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.
|
... | ... | @@ -55,6 +56,8 @@ https://nextcloud.th-wildau.de/nextcloud/index.php/s/rKAFjiKn2qxPHwq |
|
|
* Open a terminal ...
|
|
|
|
|
|
#### ROS Commands:
|
|
|
To start the ROS Topic, use the following commands in your terminal.
|
|
|
|
|
|
* `roscore`
|
|
|
* `rosrun rosserial_python serial_node.py _port:=/dev/ttyACM0 _baud:=9600` The port may vary.
|
|
|
* `rostopic list` Lists all topics.
|
... | ... | |