Commit 6131ee9
authored
302 Add gps support to navigation (#323)
* First steps.
Signed-off-by: Jelmer de Wolde <[email protected]>
* WIP
Signed-off-by: Jelmer de Wolde <[email protected]>
* Fix local odometry and visualize in Rviz and Vizanti.
Signed-off-by: Jelmer de Wolde <[email protected]>
* Create 3D world form open street map.
Signed-off-by: Jelmer de Wolde <[email protected]>
* Add license.
Signed-off-by: Jelmer de Wolde <[email protected]>
* Add osm2world install script to docker file.
Signed-off-by: Jelmer de Wolde <[email protected]>
* Remove zip after unpacking.
Signed-off-by: Jelmer de Wolde <[email protected]>
* Show disk space in post install.
Signed-off-by: Jelmer de Wolde <[email protected]>
* Check disk space before and after chown.
Signed-off-by: Jelmer de Wolde <[email protected]>
* Undo changes.
Signed-off-by: Jelmer de Wolde <[email protected]>
* Load 3D world based on map.
Signed-off-by: Jelmer de Wolde <[email protected]>
* Restructure sdf files.
Signed-off-by: Jelmer de Wolde <[email protected]>
* Use dynamic namespaces.
Signed-off-by: Jelmer de Wolde <[email protected]>
* Us logger instead of printing.
Signed-off-by: Jelmer de Wolde <[email protected]>
* Fix test.
Signed-off-by: Jelmer de Wolde <[email protected]>
* Change osm2world properties to not add road marking materials since this results in height differences.
Signed-off-by: Jelmer de Wolde <[email protected]>
* Only remap gps topic when using gps.
Signed-off-by: Jelmer de Wolde <[email protected]>
* Skip joy gripper tests.
Signed-off-by: Jelmer de Wolde <[email protected]>
---------
Signed-off-by: Jelmer de Wolde <[email protected]>1 parent ffa4b6f commit 6131ee9
File tree
27 files changed
+1083
-147
lines changed- dockerfiles
- install_scripts
- ros2_ws/src
- rcdt_gazebo
- config
- launch
- rcdt_gazebo
- worlds
- rcdt_launch
- launch
- rcdt_launch
- platforms
- rcdt_panther
- launch
- rcdt_sensors/launch
- rcdt_test/rcdt_test
- franka/end_to_end
- panther/integration
27 files changed
+1083
-147
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
| |||
48 | 53 | | |
49 | 54 | | |
50 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
51 | 71 | | |
52 | 72 | | |
53 | 73 | | |
| |||
0 commit comments