-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
918c521
commit 0f2884c
Showing
26 changed files
with
661,754 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Building The Legs | ||
## Required 3D-printed parts per leg: | ||
- Left legs: | ||
- [Leg-Top-Left]() | ||
- Right legs: |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# Ros2 Topics | ||
This chapter outlines the various ros2 topics AQLARP has that you can interact with to adapt the robot to your use case. | ||
|
||
## Heading topic | ||
Topic name: `heading` | ||
|
||
Package: `aqlarp_main` | ||
|
||
Description: with this topic you can specify where the robot should go to and at what speed. The heading parameters will be limited to a circle of radius one and the rotation parameter will be limited between -1 and 1. | ||
|
||
Data type: [Heading](https://github.com/DeDiamondPro/AQLARP/blob/master/ros2_ws/src/aqlarp_interfaces/msg/Heading.msg) | ||
|
||
Values: | ||
- `float32 x_heading` | ||
- `float32 z_heading` | ||
- `float32 rotation` | ||
## Power topic | ||
Topic name: `power` | ||
|
||
Package: `aqlarp_main` | ||
|
||
Description: with this topic you can set the power to the servos on or off. | ||
|
||
Data type: Boolean | ||
|
||
## Gyro topic | ||
Topic name: `gryo_angles` | ||
|
||
Package: `aqlarp_sensors` | ||
|
||
Description: all gyro related data is published on this topic, this is published 100 times per second. | ||
|
||
Data type: [GyroAngles](https://github.com/DeDiamondPro/AQLARP/blob/master/ros2_ws/src/aqlarp_interfaces/msg/GyroAngles.msg) | ||
|
||
Values: | ||
- `float32 pitch` | ||
- `float32 roll` | ||
- `float32[3] angular_velocity` | ||
- `float32[3] acceleration` | ||
|
||
## Joint angles topic | ||
Topic name: `joint_angles` | ||
|
||
Package: `aqlarp_motors` | ||
|
||
Description: with this topic you can specify the angles that all servos should be set to. | ||
|
||
Data type: [JointAngles](https://github.com/DeDiamondPro/AQLARP/blob/master/ros2_ws/src/aqlarp_interfaces/msg/JointAngles.msg) | ||
|
||
Values: | ||
- `float32[12] angles` | ||
|
||
## Disable joints topic | ||
Topic name: `disable_joints` | ||
|
||
Package: `aqlarp_motors` | ||
|
||
Description: power off all servos | ||
|
||
Data type: Empty |
Empty file.
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters