-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test articulations against vehicle dynamics #11
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Michał Pełka <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test is correct, but please fix typos in the readme
- Check if messages are received and processed | ||
- Check Vehicle dynamic | ||
|
||
# Test Perquisite |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Test Perquisite | |
# Test Prerequisites |
|
||
## Step 3 | ||
|
||
Press `Ctrl+G` to enter game mode. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Press `Ctrl+G` to enter game mode. | |
Press `Ctrl+G` to enter the game mode. |
/tf_static [tf2_msgs/msg/TFMessage] | ||
``` | ||
|
||
Detailed list of topics may by different, but: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Detailed list of topics may by different, but: | |
The detailed list of topics may be different, but: |
|
||
- Check if ROS2 Control creates proper topics | ||
- Check if messages are received and processed | ||
- Check Vehicle dynamic |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Check Vehicle dynamic | |
- Check Vehicle dynamics |
|
||
Leave the terminal open - it will be needed in the next steps. | ||
|
||
> Note: make sure, no ROS services are runing on your computer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> Note: make sure, no ROS services are runing on your computer | |
> Note: make sure, no ROS services are running on your computer |
In the terminal run: | ||
|
||
```bash | ||
ros2 topic list |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ros2 topic list | |
ros2 topic list -t |
No description provided.