Skip to content

Commit 987139b

Browse files
committed
update packaging
1 parent c7b406c commit 987139b

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.binder/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ RUN apt-get update && \
1515
RUN mkdir -p /home/${NB_USER}/catkin_ws/src && \
1616
cd /home/${NB_USER}/catkin_ws/src && \
1717
git clone https://github.com/Kinovarobotics/ros_kortex && \
18-
git clone https://github.com/AIResearchLab/sphero_rvr_ros && \
19-
git clone https://github.com/AIResearchLab/sphero_rvr_desktop
18+
git clone https://github.com/CollaborativeRoboticsLab/sphero_rvr_ros && \
19+
git clone https://github.com/CollaborativeRoboticsLab/sphero_rvr_desktop
2020

2121
# update ROS dependencies
2222
RUN apt-get update && \

.github/workflows/frlab-noetic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and publish Docker Image frlab-noetic
33

44
env:
55
# OWNER: ${{ github.repository_owner }}
6-
OWNER: airesearchlab
6+
OWNER: collaborativeroboticslab
77
REGISTRY: ghcr.io
88
IMAGE_NAME: ${{ github.event.repository.name }}
99

TODO

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
add pictures to everything by going through and doing examples
1+
# TODO
22

3-
Kinova
4-
- move group action
3+
- [ ] add pictures to everything by going through and doing examples
4+
5+
## Kinova
6+
7+
- [ ] move group action

0 commit comments

Comments
 (0)