Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(WIP) Testing branch freisa_on_mars of B-AROL-O/space-ros-demos #1

Open
wants to merge 32 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
f460d4c
freisa_on_mars: Create README.md
gmacario Sep 9, 2024
3b65bd4
Add Dev Container configuration files
gmacario Sep 10, 2024
0438cd6
Add VSCode Extension: Git Graph
gmacario Sep 10, 2024
68a21f4
Add VSCode Extension: SpaceRos Dashboard
gmacario Sep 10, 2024
071b4df
freisa_on_mars: Create README.md
gmacario Sep 9, 2024
f5850ab
freisa_on_mars: Create Dockerfile
gmacario Sep 9, 2024
3b3d5a3
freisa_on_mars: Create build.sh
gmacario Sep 9, 2024
2dc4a9c
freisa_on_mars: Create run.sh
gmacario Sep 9, 2024
fab4d01
Update IMG_NAME=baroloteam/freisa_on_mars:latest
gmacario Sep 9, 2024
2a2c193
Change file mode
gmacario Sep 9, 2024
be44f79
freisa_on_mars: Add entrypoint.sh
gmacario Sep 10, 2024
0cf8406
freisa_on_mars: Add demo_manual_pkgs.repos
gmacario Sep 10, 2024
ef7c494
:Dockerfile: Add contents
gmacario Sep 10, 2024
24600d2
demo_manual_pkgs.repos: Add (commented) all upstream packages
gmacario Sep 10, 2024
b16135f
Install SPACEROS
gmacario Sep 10, 2024
adbbc2a
demo_manual_pkgs.repos: Add some more comments
gmacario Sep 10, 2024
e5838a2
Use the new KeyValueFormat for ENV
gmacario Sep 10, 2024
7bc25b9
Add mini_pupper_ros and its dependencies
gmacario Sep 10, 2024
ac35d7c
freisa_on_mars/run.sh: Add more command-line options to docker run
gmacario Sep 10, 2024
13f5f0d
Merge branch 'dev-gmacario' into freisa_on_mars
gmacario Sep 10, 2024
5cabf29
Uncomment all Repositories used by space_robots
gmacario Sep 11, 2024
64ac68a
Temporarily comment out --volume="$XAUTHORITY:..."
gmacario Sep 11, 2024
8292993
Sanity checks on environment variables
gmacario Sep 13, 2024
b31a702
freisa_on_mars: Add layers for integration of MoveIt2
gmacario Sep 13, 2024
a96e4b2
freisa_on_mars: Add *-pkgs.txt files
gmacario Sep 13, 2024
afdf5d3
freisa_on_mars: Progress in building MoveIt2
gmacario Sep 13, 2024
da8ec3b
freisa_on_mars: Add octomap_fix.diff
gmacario Sep 14, 2024
0d91d99
freisa_on_mars: Complete building MoveIt2
gmacario Sep 14, 2024
3433f1d
freisa_on_mars: Fix docker build
gmacario Sep 15, 2024
6beaa7a
freisa_on_mars: Make sure all demo dependencies are installed
gmacario Sep 15, 2024
1f60d28
Managed to build most packages from sources
gmacario Sep 18, 2024
bbc4757
README.md: Embed YouTube video: FREISA meets NASA Space ROS
gmacario Sep 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
demo_manual_pkgs.repos: Add (commented) all upstream packages
Signed-off-by: Gianpaolo Macario <[email protected]>
  • Loading branch information
gmacario committed Sep 10, 2024
commit 24600d263508e6612a1b5f59ccc1cc2c89e47727
40 changes: 39 additions & 1 deletion freisa_on_mars/demo_manual_pkgs.repos
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# demo_manual_pkgs.repos
#
# Adapted from https://github.com/space-ros/docker/blob/main/space_robots/demo_manual_pkgs.repos

repositories:
demos:
@@ -9,6 +11,42 @@ repositories:
# version: main
# version: freisa_on_mars
version: dev-gmacario
# TODO
# gz_ros2_control:
# type: git
# url: https://github.com/ros-controls/gz_ros2_control.git
# version: humble
# qt_gui_core:
# type: git
# url: https://github.com/ros-visualization/qt_gui_core.git
# version: humble
# ros2_controllers:
# type: git
# url: https://github.com/tonylitianyu/ros2_controllers.git
# version: effort_group_position_controller_2
# actuator_msgs:
# type: git
# url: https://github.com/rudislabs/actuator_msgs.git
# version: main
# ros_gz:
# type: git
# url: https://github.com/gazebosim/ros_gz.git
# version: humble
# simulation:
# type: git
# url: https://github.com/space-ros/simulation.git
# version: main
ros-humble-warehouse-ros-mongo:
type: git
url: https://github.com/moveit/warehouse_ros_mongo.git
version: ros2
# vision_msgs:
# type: git
# url: https://github.com/ros-perception/vision_msgs.git
# version: ros2
# gps_msgs:
# type: git
# url: https://github.com/swri-robotics/gps_umd.git
# path: gps_msgs
# version: 113782d

# EOF