Skip to content

Commit 7945dac

Browse files
committed
Update readme
Signed-off-by: Alberto Tudela <[email protected]>
1 parent 831597f commit 7945dac

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,25 @@ Includes a dynamic reconfigure server parameter to change online the configurati
2424

2525
**Author: Alberto Tudela<br />**
2626

27-
The laser_segmentation package has been tested under [ROS2] Humble on [Ubuntu] 22.04. This is research code, expect that it changes often and any fitness for a particular purpose is disclaimed.
27+
The laser_segmentation package has been tested under [ROS2] Jazzy on [Ubuntu] 24.04. This is research code, expect that it changes often and any fitness for a particular purpose is disclaimed.
2828

2929
## Installation
3030

3131
### Building from Source
3232

3333
#### Dependencies
3434

35-
- [Robot Operating System (ROS) 2](https://docs.ros.org/en/humble/) (middleware for robotics),
36-
- [slg_msgs](https://github.com/ajtudela/slg_msgs) (Library and messages to interact with laser related geometry - use Humble branch),
35+
- [Robot Operating System (ROS) 2](https://docs.ros.org/en/jazzy/) (middleware for robotics),
36+
- [slg_msgs](https://github.com/ajtudela/slg_msgs) (Library and messages to interact with laser related geometry - use Jazzy branch),
3737

3838
#### Building
3939

4040
To build from source, clone the latest version from the main repository into your colcon workspace and compile the package using
4141

4242
cd colcon_workspace/src
43-
git clone https://github.com/ajtudela/laser_segmentation.git -b humble
43+
git clone https://github.com/ajtudela/laser_segmentation.git -b jazzy
4444
cd ../
45-
rosdep install -i --from-path src --rosdistro humble -y
45+
rosdep install -i --from-path src --rosdistro jazzy -y
4646
colcon build --symlink-install
4747

4848
## Usage
@@ -133,8 +133,8 @@ Segmentation of the laserscans.
133133
Parameter for noise reduction in "Santos" and "Dietmayer" algorithms.
134134

135135
[Ubuntu]: https://ubuntu.com/
136-
[ROS2]: https://docs.ros.org/en/humble/
136+
[ROS2]: https://docs.ros.org/en/jazzy/
137137
[Rviz2]: https://github.com/ros2/rviz
138-
[sensor_msgs/LaserScan]: https://docs.ros2.org/humble/api/sensor_msgs/msg/LaserScan.html
138+
[sensor_msgs/LaserScan]: https://docs.ros2.org/jazzy/api/sensor_msgs/msg/LaserScan.html
139139
[slg_msgs/SegmentArray]: https://github.com/ajtudela/slg_msgs/blob/-/msg/SegmentArray.msg
140-
[visualization_msgs/MarkerArray]: https://docs.ros2.org/humble/api/visualization_msgs/msg/MarkerArray.html
140+
[visualization_msgs/MarkerArray]: https://docs.ros2.org/jazzy/api/visualization_msgs/msg/MarkerArray.html

0 commit comments

Comments
 (0)