Skip to content

Commit f1fc6af

Browse files
committed
added a lot of small descriptions
1 parent 6ad8db7 commit f1fc6af

File tree

9 files changed

+34
-11
lines changed

9 files changed

+34
-11
lines changed

BlueROV2/overview.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,10 @@ has_children: true
55
nav_order: 4
66
---
77

8-
Just test this side
8+
Here is a general overview of the BlueROV2 robot that was modified at Constructor Robotics.
9+
10+
11+
12+
13+
14+
![BlueROV2 CAD](/figures/BlueROV2CAD.png)

Linux_ROS/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ parent: Linux and ROS Overview
55
nav_order: 4
66
---
77

8-
This is a list of useful commands:
8+
This is a list of useful commands for ROS2 development with our equipment:
99

1010

1111

RaspberryPi/overview.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,11 @@ sudo make
2626
sudo make install
2727
sudo pigpiod
2828
29-
```
29+
```
30+
31+
32+
33+
34+
35+
36+

Sensors/DVLA50.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ nav_order: 1
77

88
# Doppler Velocity Log A50 Waterlink:
99

10-
ROS2 Driver: `https://github.com/GSO-soslab/waterlinked_dvl_ros`
10+
ROS2 Driver: `git@github.com:constructor-robotics/waterlinked_a50.git`
1111

1212

1313

Sensors/XsensIMU.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ nav_order: 2
77

88
# IMU MTI 300 from Xsens:
99

10-
ROS2 driver: `https://github.com/bluespace-ai/bluespace_ai_xsens_ros_mti_driver.git`
11-
There is a fix that is necessary: `https://github.com/bluespace-ai/bluespace_ai_xsens_ros_mti_driver/pull/17/commits/6335017058dc433aa19a9a36d14feae91372438d`
12-
10+
ROS2 driver: `[email protected]:constructor-robotics/bluespace_ai_xsens_mti_driver.git`
11+
Make sure you compile the `xspublic` if you want to connect the Xsens IMU.
1312

1413

1514

Sensors/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ nav_order: 6
1010

1111

1212

13-
# Static USB Assignment for sensors #
13+
# Static USB Assignment for sensors
1414

1515
In order to avoid the hassle of finding out what ports our sensors will reconnect to each time we disconnect them,
1616
we can assign a static name to a USB port and our device will always connect to the right port no matter where it is

Sensors/ping360.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ nav_order: 3
77

88
# Ping 360 from Blue Robotics:
99

10-
Ping360 Messages: `https://github.com/timzarhansen/ping360_sonar_msgs.git`
11-
Ping360 Driver: `https://github.com/timzarhansen/ping360_sonar.git`
10+
Ping360 Messages: `[email protected]:constructor-robotics/ping360_sonar_msgs.git`
11+
Ping360 Driver: `[email protected]:constructor-robotics/ping360_sonar.git`
12+
13+
An overview of the Ping360 by BlueRobotics can be seen at [Ping360](https://bluerobotics.com/store/sonars/imaging-sonars/ping360-sonar-r1-rp/)
1214

1315

1416

figures/BlueROV2CAD.png

3.08 MB
Loading

px4/software.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@ parent: PX4 and Pixhawk
55
nav_order: 2
66
---
77

8-
Just test this side
8+
9+
# PX4 install and flash of software
10+
11+
Currently we work with 1.14. 1.15 has new updates to the ROS2 interface with its own client. Which is not implemented yet.
12+
The software can be downloaded with
13+
`git clone -b release/1.14 https://github.com/PX4/PX4-Autopilot.git --recursive`
14+
This has to be fully tested in a docker container
15+
The modification of the PX4 software is located in bluerov2common ROS2 package (`[email protected]:constructor-robotics/bluerov2common.git`)
16+
17+
918

1019

1120
# PX4 Commands

0 commit comments

Comments
 (0)