You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add required ros installs for ouster integration
* Change tactic, install ouster ros package instead
* Create Ouster OS1 URDF XACRO, model works, confirmed when replacing path at the spot of the velodyne urdf load in robot.py
* Start adding the Ouster lidar as option to the files, but a launch file is not created yet
* Ouster Lidar works in simulation, nr of channels lowered since the simulation could not handle 128 channels ('Extrapolation Error looking up target frame')
* Update documentation, hardware information still needs to be filled in
* Add ouster and velodyne tests
* Add missing license lines
* Fix license for OS1 DAE file
* Add nav2 test for panther+ouster lidar
* Move Ouster section above Velodyne section
Signed-off-by: Rosalie <[email protected]>
* Change the general 'lidar' name to 'velodyne' specifically since we now have multiple lidar options
Signed-off-by: Rosalie <[email protected]>
* Rename test_panther_nav2 file to contain velodyne name
Signed-off-by: Rosalie <[email protected]>
* Change naming.
Signed-off-by: Jelmer de Wolde <[email protected]>
---------
Signed-off-by: Rosalie <[email protected]>
Signed-off-by: Jelmer de Wolde <[email protected]>
Co-authored-by: Jelmer de Wolde <[email protected]>
Copy file name to clipboardExpand all lines: docs/content/platforms.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,21 +116,32 @@ A ZED camera can be launched in simulation by creating a configuration with an *
116
116
117
117
A ZED camera can be used by connecting it to the host device via USB. To allow non-root users to access the camera, UDEV rules must be installed on the host machine. The required script can be found [here](https://gist.github.com/adujardin/2d5ce8f000fc6a7bd40bee2709749ff8).
118
118
119
+
## Ouster
120
+
121
+

122
+
123
+
### Simulation Ouster
124
+
125
+
An Ouster lidar can be launched in simulation by creating a configuration with a *Lidar* of type *Ouster*.
126
+
127
+
### Hardware Ouster
128
+
129
+
*TODO: update when sensor has arrived.*
130
+
119
131
## Velodyne
120
132
121
133

122
134
123
135
### Simulation Velodyne
124
136
125
-
A Velodyne lidar can be launched in simulation by creating a configuration with an*Lidar* of type *velodyne*.
137
+
A Velodyne lidar can be launched in simulation by creating a configuration with a*Lidar* of type *velodyne*.
126
138
127
139
### Hardware Velodyne
128
140
129
141
When using the Velodyne lidar, make sure that the IP-address of the host device (where the velodyne node is running) is set correctly in the settings. One can edit the settings of the velodyne using a web interface on it's IP-adress.
0 commit comments