Skip to content

PR to use jsk-ros-pkg with ROS-O jammy #28

@k-okada

Description

@k-okada

here is the list of PR to use jsk-ros-pkg with ROS-O

we also need to update ros-deb-builder-action

and since we need to upload more than 2GiB data, we need to update git-publish-subdir-action to avoid push all data at once.

They are tested on https://github.com/k-okada/ros-o-builder/actions/runs/13173299465
and you can try with following code.

apt update && apt install -y ca-certificates sudo
sudo apt update
echo "deb [trusted=yes] https://raw.githubusercontent.com/k-okada/ros-o-builder/jammy-one-unstable/repository/ ./" | sudo tee /etc/apt/sources.list.d/v4hn_ros-o-builder-jammy-one.list
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC sudo -E apt install -y python3-rosdep2
echo "yaml https://raw.githubusercontent.com/k-okada/ros-o-builder/jammy-one-unstable/repository/local.yaml debian" | sudo tee /etc/ros/rosdep/sources.list.d/1-v4hn_ros-o-builder-jammy-one.list
rosdep update
sudo apt update -y
sudo apt install -y ros-one-pr2eus  ros-one-euscollada

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions