Skip to content

Commit 7671b9a

Browse files
committed
(fix) update ros2 install instructions
1 parent 7ca4a88 commit 7671b9a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you find this code relevant for your work, please consider citing us. A bibte
3737
> :warning: **Warning** <br>
3838
> The ROS2 version of this package is in active development and is not guaranteed to build, run or have documentation. You have been warned!
3939
40-
Hydra has been tested on Ubuntu 22.04 and ROS2 Iron. See [here](doc/ros2_setup.md) to get started with Hydra and ROS2.
40+
Hydra has been tested on Ubuntu 22.04 & ROS2 Iron and Ubuntu 24.04 & ROS2 Jazzy. See [here](doc/ros2_setup.md) to get started with Hydra and ROS2.
4141

4242
### Running Hydra
4343

doc/ros2_setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Dependencies
44

5-
Hydra has been tested on Ubuntu 22.04 and ROS Iron. It **should** build on newer distributions. It **will not** build on older ROS2 distributions than Iron (it depends on the `NodeInterfaces` suite of classes that were introduced in Iron).
5+
Hydra has been tested on Ubuntu 22.04 & ROS2 Iron and Ubuntu 24.04 & ROS2 Jazzy. It **should** build on newer distributions. It **will not** build on older ROS2 distributions than Iron (it depends on the `NodeInterfaces` suite of classes that were introduced in Iron).
66

77
You can follow the instructions [here](https://docs.ros.org/en/jazzy/Installation.html) to install ROS2 if you haven't already. The link points to Jazzy currently, pay attention to the distribution!
88
Then, make sure you have some general requirements:
@@ -29,7 +29,7 @@ cd ~/hydra_ws
2929
echo "build: {cmake-args: [--no-warn-unused-cli, -DCMAKE_BUILD_TYPE=Release, -DCONFIG_UTILS_ENABLE_ROS=OFF]}" > colcon_defaults.yaml
3030

3131
cd src
32-
git clone git@github.mit.edu:SPARK/Hydra-ROS.git hydra_ros
32+
git clone git@github.com:MIT-SPARK/Hydra-ROS.git hydra_ros -b ros2
3333
vcs import . < hydra_ros/install/ros2.yaml
3434
rosdep install --from-paths . --ignore-src -r -y
3535

@@ -64,7 +64,7 @@ To start Hydra:
6464
```shell
6565
# this will break autocomplete, see group wiki for correct way to do this
6666
source ~/hydra_ws/install/setup.zsh
67-
ros2 launch hydra_ros uhumans2.launch
67+
ros2 launch hydra_ros uhumans2.launch.yaml
6868
```
6969

7070
Then, start the rosbag in a separate terminal:

install/ros2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repositories:
55
version: main
66
hydra:
77
type: git
8-
url: git@github.mit.edu:SPARK/Hydra.git
8+
url: git@github.com:MIT-SPARK/Hydra.git
99
version: develop
1010
hydra_ros:
1111
type: git

0 commit comments

Comments
 (0)