Commit 8405f25
authored
Add nav2 to the panther (#198)
* Update environment variables for the meshes
Signed-off-by: Max Waterhout <max.waterhout@hotmail.nl>
* Enable nav2 navigation to panther.launch
Signed-off-by: Max Waterhout <max.waterhout@hotmail.nl>
* Add nav2 launch file and integration tests for Panther navigation
Signed-off-by: Max Waterhout <max.waterhout@hotmail.nl>
* Remove redundant navigation launch instructions from Panther documentation
Signed-off-by: Max Waterhout <max.waterhout@hotmail.nl>
* Refactor navigation launch setup: replace navigation.launch.py with nav2.launch.py and update launch arguments
Signed-off-by: Max Waterhout <max.waterhout@hotmail.nl>
* Add collision monitor argument to navigation launch files
Signed-off-by: Max Waterhout <max.waterhout@hotmail.nl>
* Update build cache reference in reusable-docker.yml to use 'build-cache-latest'
Signed-off-by: Max Waterhout <max.waterhout@hotmail.nl>
* Update test_panther_nav2.py: Enable RViz and adjust navigation goal position and orientation
Signed-off-by: Max Waterhout <max.waterhout@hotmail.nl>
* Refactor test_panther_nav2.py: Disable RViz and remove unnecessary sleep in registration test
Signed-off-by: Max Waterhout <max.waterhout@hotmail.nl>
* Add support for real lidar.
Signed-off-by: Jelmer de Wolde <jelmer.de.wolde@alliander.com>
* Define velodyne as separate 'robot'.
Signed-off-by: Jelmer de Wolde <jelmer.de.wolde@alliander.com>
* Fix reuse.
Signed-off-by: Jelmer de Wolde <jelmer.de.wolde@alliander.com>
* Add velodyne packages to docker image.
Signed-off-by: Jelmer de Wolde <jelmer.de.wolde@alliander.com>
* Fix parameters.
Signed-off-by: Jelmer de Wolde <jelmer.de.wolde@alliander.com>
* Fix spawn position of panther.
Signed-off-by: Jelmer de Wolde <jelmer.de.wolde@alliander.com>
* Set nav2 default to false.
Signed-off-by: Jelmer de Wolde <jelmer.de.wolde@alliander.com>
* Remove old panther namespace.
Signed-off-by: Jelmer de Wolde <jelmer.de.wolde@alliander.com>
* Enable nav2 in launch file for test.
Signed-off-by: Jelmer de Wolde <jelmer.de.wolde@alliander.com>
* Fix for use on real robot.
Signed-off-by: Jelmer de Wolde <jelmer.de.wolde@alliander.com>
* Update transform_tolerance in controller_server parameters to improve navigation stability
Signed-off-by: Max Waterhout <max.waterhout@hotmail.nl>
* Add velodyne robot model to rviz.
Signed-off-by: Jelmer de Wolde <jelmer.de.wolde@alliander.com>
---------
Signed-off-by: Max Waterhout <max.waterhout@hotmail.nl>
Signed-off-by: Jelmer de Wolde <jelmer.de.wolde@alliander.com>1 parent 9ae383b commit 8405f25
File tree
23 files changed
+1583
-511
lines changed- dockerfiles/install_scripts
- docs/content
- ros2_ws/src
- rcdt_gazebo/launch
- rcdt_mobile_manipulator/launch
- rcdt_panther
- config
- adapted
- original
- launch
- rcdt_panther/test
- integration
- urdf
- adapted
- rcdt_sensors
- launch
- urdf
- rcdt_utilities/rviz
23 files changed
+1583
-511
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
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 | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | 171 | | |
178 | 172 | | |
179 | 173 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
40 | | - | |
41 | 39 | | |
42 | 40 | | |
43 | 41 | | |
| |||
65 | 63 | | |
66 | 64 | | |
67 | 65 | | |
68 | | - | |
| 66 | + | |
69 | 67 | | |
70 | 68 | | |
71 | | - | |
72 | | - | |
| 69 | + | |
| 70 | + | |
73 | 71 | | |
74 | 72 | | |
75 | 73 | | |
| |||
82 | 80 | | |
83 | 81 | | |
84 | 82 | | |
85 | | - | |
| 83 | + | |
86 | 84 | | |
87 | 85 | | |
88 | 86 | | |
| |||
143 | 141 | | |
144 | 142 | | |
145 | 143 | | |
146 | | - | |
147 | 144 | | |
148 | 145 | | |
149 | 146 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments